tor-browser

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

cancel.any.js.ini (5376B)


      1 [cancel.any.sharedworker.html]
      2  [cancelling the readable side should call transformer.cancel()]
      3    expected: FAIL
      4 
      5  [cancelling the readable side should reject if transformer.cancel() throws]
      6    expected: FAIL
      7 
      8  [aborting the writable side should call transformer.abort()]
      9    expected: FAIL
     10 
     11  [aborting the writable side should reject if transformer.cancel() throws]
     12    expected: FAIL
     13 
     14  [closing the writable side should reject if a parallel transformer.cancel() throws]
     15    expected: FAIL
     16 
     17  [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
     18    expected: FAIL
     19 
     20  [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()]
     21    expected: FAIL
     22 
     23  [readable.cancel() should not call cancel() again when already called from writable.abort()]
     24    expected: FAIL
     25 
     26  [writable.close() should not call flush() when cancel() is already called from readable.cancel()]
     27    expected: FAIL
     28 
     29  [writable.abort() should not call cancel() again when already called from readable.cancel()]
     30    expected: FAIL
     31 
     32 
     33 [cancel.any.serviceworker.html]
     34  expected:
     35    if (os == "mac") and not debug: [OK, ERROR]
     36  [cancelling the readable side should call transformer.cancel()]
     37    expected: FAIL
     38 
     39  [cancelling the readable side should reject if transformer.cancel() throws]
     40    expected: FAIL
     41 
     42  [aborting the writable side should call transformer.abort()]
     43    expected: FAIL
     44 
     45  [aborting the writable side should reject if transformer.cancel() throws]
     46    expected: FAIL
     47 
     48  [closing the writable side should reject if a parallel transformer.cancel() throws]
     49    expected: FAIL
     50 
     51  [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
     52    expected: FAIL
     53 
     54  [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()]
     55    expected: FAIL
     56 
     57  [readable.cancel() should not call cancel() again when already called from writable.abort()]
     58    expected: FAIL
     59 
     60  [writable.close() should not call flush() when cancel() is already called from readable.cancel()]
     61    expected: FAIL
     62 
     63  [writable.abort() should not call cancel() again when already called from readable.cancel()]
     64    expected: FAIL
     65 
     66 
     67 [cancel.any.shadowrealm.html]
     68  expected: ERROR
     69 
     70 [cancel.any.worker.html]
     71  expected:
     72    if (os == "android") and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     73    if (os == "android") and not sessionHistoryInParent: [OK, CRASH]
     74  [cancelling the readable side should call transformer.cancel()]
     75    expected: FAIL
     76 
     77  [cancelling the readable side should reject if transformer.cancel() throws]
     78    expected: FAIL
     79 
     80  [aborting the writable side should call transformer.abort()]
     81    expected: FAIL
     82 
     83  [aborting the writable side should reject if transformer.cancel() throws]
     84    expected: FAIL
     85 
     86  [closing the writable side should reject if a parallel transformer.cancel() throws]
     87    expected: FAIL
     88 
     89  [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
     90    expected: FAIL
     91 
     92  [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()]
     93    expected: FAIL
     94 
     95  [readable.cancel() should not call cancel() again when already called from writable.abort()]
     96    expected: FAIL
     97 
     98  [writable.close() should not call flush() when cancel() is already called from readable.cancel()]
     99    expected: FAIL
    100 
    101  [writable.abort() should not call cancel() again when already called from readable.cancel()]
    102    expected: FAIL
    103 
    104 
    105 [cancel.any.html]
    106  expected:
    107    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
    108    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
    109  [cancelling the readable side should call transformer.cancel()]
    110    expected: FAIL
    111 
    112  [cancelling the readable side should reject if transformer.cancel() throws]
    113    expected: FAIL
    114 
    115  [aborting the writable side should call transformer.abort()]
    116    expected: FAIL
    117 
    118  [aborting the writable side should reject if transformer.cancel() throws]
    119    expected: FAIL
    120 
    121  [closing the writable side should reject if a parallel transformer.cancel() throws]
    122    expected: FAIL
    123 
    124  [readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()]
    125    expected: FAIL
    126 
    127  [writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error()]
    128    expected: FAIL
    129 
    130  [readable.cancel() should not call cancel() again when already called from writable.abort()]
    131    expected: FAIL
    132 
    133  [writable.close() should not call flush() when cancel() is already called from readable.cancel()]
    134    expected: FAIL
    135 
    136  [writable.abort() should not call cancel() again when already called from readable.cancel()]
    137    expected: FAIL
    138 
    139 
    140 [cancel.https.any.shadowrealm-in-audioworklet.html]
    141  expected: ERROR
    142 
    143 [cancel.https.any.shadowrealm-in-serviceworker.html]
    144  expected: [ERROR, TIMEOUT]
    145 
    146 [cancel.any.shadowrealm-in-sharedworker.html]
    147  expected: ERROR
    148 
    149 [cancel.any.shadowrealm-in-window.html]
    150  expected: ERROR
    151 
    152 [cancel.any.shadowrealm-in-dedicatedworker.html]
    153  expected: ERROR
    154 
    155 [cancel.any.shadowrealm-in-shadowrealm.html]
    156  expected:
    157    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
    158    ERROR