tor-browser

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

FileSystemObserver.https.tentative.any.js.ini (5429B)


      1 [FileSystemObserver.https.tentative.any.html]
      2  expected:
      3    if not debug and (os == "linux") and asan and fission: CRASH
      4    if debug and (os == "win") and (processor == "x86"): CRASH
      5    if debug and (os == "mac"): [CRASH, ERROR]
      6    if debug and (os == "android"): CRASH
      7    if not debug and (os == "android"): [ERROR, CRASH]
      8    ERROR
      9  [Creating a FileSystemObserver from a supported global succeeds]
     10    expected: FAIL
     11 
     12  [Calling unobserve() without a corresponding observe() shouldn't throw]
     13    expected: FAIL
     14 
     15  [unobserve() is idempotent]
     16    expected: FAIL
     17 
     18  [Calling disconnect() without observing shouldn't throw]
     19    expected: FAIL
     20 
     21  [disconnect() is idempotent]
     22    expected: FAIL
     23 
     24  [observe() fails when directory does not exist]
     25    expected: FAIL
     26 
     27  [observe() fails when file does not exist]
     28    expected: FAIL
     29 
     30  [Creating a file through FileSystemDirectoryHandle.getFileHandle is reported as an "appeared" event if in scope]
     31    expected: FAIL
     32 
     33  [Removing a file through FileSystemFileHandle.remove is reported as an "disappeared" event if in scope]
     34    expected: NOTRUN
     35 
     36  [Events outside the watch scope are not sent to the observer's callback]
     37    expected: NOTRUN
     38 
     39  [Moving a file through FileSystemFileHandle.move is reported as a "moved" event if destination and source are in scope]
     40    expected: NOTRUN
     41 
     42  [Moving a file through FileSystemFileHandle.move is not reported if destination and source are not in scope]
     43    expected: NOTRUN
     44 
     45  [Moving a file through FileSystemFileHandle.move is reported as a "appeared" event if only destination is in scope]
     46    expected: NOTRUN
     47 
     48  [Moving a file through FileSystemFileHandle.move is reported as a "disappeared" event if only source is in scope]
     49    expected: NOTRUN
     50 
     51  [Observations stop after disconnect()]
     52    expected: NOTRUN
     53 
     54  [Observations stop for all observed handles after disconnect()]
     55    expected: NOTRUN
     56 
     57 
     58 [FileSystemObserver.https.tentative.any.sharedworker.html]
     59  expected:
     60    if (os == "mac") and not debug: [ERROR, CRASH]
     61    ERROR
     62  [Creating a FileSystemObserver from a supported global succeeds]
     63    expected: FAIL
     64 
     65  [Calling unobserve() without a corresponding observe() shouldn't throw]
     66    expected: FAIL
     67 
     68  [unobserve() is idempotent]
     69    expected: FAIL
     70 
     71  [Calling disconnect() without observing shouldn't throw]
     72    expected: FAIL
     73 
     74  [disconnect() is idempotent]
     75    expected: FAIL
     76 
     77  [observe() fails when directory does not exist]
     78    expected: FAIL
     79 
     80  [observe() fails when file does not exist]
     81    expected: FAIL
     82 
     83  [Creating a file through FileSystemDirectoryHandle.getFileHandle is reported as an "appeared" event if in scope]
     84    expected: FAIL
     85 
     86  [Removing a file through FileSystemFileHandle.remove is reported as an "disappeared" event if in scope]
     87    expected: NOTRUN
     88 
     89  [Events outside the watch scope are not sent to the observer's callback]
     90    expected: NOTRUN
     91 
     92  [Moving a file through FileSystemFileHandle.move is reported as a "moved" event if destination and source are in scope]
     93    expected: NOTRUN
     94 
     95  [Moving a file through FileSystemFileHandle.move is not reported if destination and source are not in scope]
     96    expected: NOTRUN
     97 
     98  [Moving a file through FileSystemFileHandle.move is reported as a "appeared" event if only destination is in scope]
     99    expected: NOTRUN
    100 
    101  [Moving a file through FileSystemFileHandle.move is reported as a "disappeared" event if only source is in scope]
    102    expected: NOTRUN
    103 
    104  [Observations stop after disconnect()]
    105    expected: NOTRUN
    106 
    107  [Observations stop for all observed handles after disconnect()]
    108    expected: NOTRUN
    109 
    110 
    111 [FileSystemObserver.https.tentative.any.worker.html]
    112  expected:
    113    if (os == "win") and debug and (processor == "x86_64"): [ERROR, CRASH]
    114    if (os == "linux") and debug and not fission: [CRASH, ERROR]
    115    if (os == "android") and not debug: [ERROR, CRASH]
    116    ERROR
    117  [Creating a FileSystemObserver from a supported global succeeds]
    118    expected: FAIL
    119 
    120  [Calling unobserve() without a corresponding observe() shouldn't throw]
    121    expected: FAIL
    122 
    123  [unobserve() is idempotent]
    124    expected: FAIL
    125 
    126  [Calling disconnect() without observing shouldn't throw]
    127    expected: FAIL
    128 
    129  [disconnect() is idempotent]
    130    expected: FAIL
    131 
    132  [observe() fails when directory does not exist]
    133    expected: FAIL
    134 
    135  [observe() fails when file does not exist]
    136    expected: FAIL
    137 
    138  [Creating a file through FileSystemDirectoryHandle.getFileHandle is reported as an "appeared" event if in scope]
    139    expected: FAIL
    140 
    141  [Removing a file through FileSystemFileHandle.remove is reported as an "disappeared" event if in scope]
    142    expected: NOTRUN
    143 
    144  [Events outside the watch scope are not sent to the observer's callback]
    145    expected: NOTRUN
    146 
    147  [Moving a file through FileSystemFileHandle.move is reported as a "moved" event if destination and source are in scope]
    148    expected: NOTRUN
    149 
    150  [Moving a file through FileSystemFileHandle.move is not reported if destination and source are not in scope]
    151    expected: NOTRUN
    152 
    153  [Moving a file through FileSystemFileHandle.move is reported as a "appeared" event if only destination is in scope]
    154    expected: NOTRUN
    155 
    156  [Moving a file through FileSystemFileHandle.move is reported as a "disappeared" event if only source is in scope]
    157    expected: NOTRUN
    158 
    159  [Observations stop after disconnect()]
    160    expected: NOTRUN
    161 
    162  [Observations stop for all observed handles after disconnect()]
    163    expected: NOTRUN