tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

FileSystemBaseHandle-getUniqueId.https.any.js.ini (4705B)


      1 [FileSystemBaseHandle-getUniqueId.https.any.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
      5  [identical directory handles return the same ID]
      6    expected: FAIL
      7 
      8  [different directories return different IDs]
      9    expected: FAIL
     10 
     11  [different handles for the same directory return the same ID]
     12    expected:
     13      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     14      FAIL
     15 
     16  [identical file handles return the same unique ID]
     17    expected:
     18      if (processor == "x86") and not debug: [FAIL, TIMEOUT, NOTRUN]
     19      FAIL
     20 
     21  [different files return different IDs]
     22    expected:
     23      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
     24      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     25      FAIL
     26 
     27  [different handles for the same file return the same ID]
     28    expected:
     29      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT]
     30      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     31      FAIL
     32 
     33  [two files of the same name in different directories return different IDs]
     34    expected:
     35      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     36      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
     37      FAIL
     38 
     39  [a file and a directory return different IDs]
     40    expected:
     41      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     42      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     43      FAIL
     44 
     45  [a file and a directory of the same path return different IDs]
     46    expected:
     47      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     48      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     49      FAIL
     50 
     51  [unique ID of a file handle does not change after writes]
     52    expected:
     53      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT]
     54      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     55      FAIL
     56 
     57  [unique ID is in GUID version 4 format]
     58    expected:
     59      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT]
     60      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     61      FAIL
     62 
     63 
     64 [FileSystemBaseHandle-getUniqueId.https.any.worker.html]
     65  expected:
     66    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
     67    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     68  [identical directory handles return the same ID]
     69    expected: FAIL
     70 
     71  [different directories return different IDs]
     72    expected: FAIL
     73 
     74  [different handles for the same directory return the same ID]
     75    expected: FAIL
     76 
     77  [identical file handles return the same unique ID]
     78    expected:
     79      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
     80      FAIL
     81 
     82  [different files return different IDs]
     83    expected:
     84      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     85      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     86      FAIL
     87 
     88  [different handles for the same file return the same ID]
     89    expected:
     90      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     91      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     92      FAIL
     93 
     94  [two files of the same name in different directories return different IDs]
     95    expected:
     96      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN, TIMEOUT]
     97      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
     98      FAIL
     99 
    100  [a file and a directory return different IDs]
    101    expected:
    102      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
    103      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
    104      FAIL
    105 
    106  [a file and a directory of the same path return different IDs]
    107    expected:
    108      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
    109      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
    110      FAIL
    111 
    112  [unique ID of a file handle does not change after writes]
    113    expected:
    114      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
    115      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
    116      FAIL
    117 
    118  [unique ID is in GUID version 4 format]
    119    expected:
    120      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
    121      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
    122      FAIL