tor-browser

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

errors.any.js.ini (1722B)


      1 [errors.any.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4    if (os == "android") and not debug: [OK, TIMEOUT]
      5  [controller.error() should close writable immediately after readable.cancel()]
      6    expected: FAIL
      7 
      8 
      9 [errors.any.worker.html]
     10  expected:
     11    if (os == "mac") and not debug: [OK, CRASH]
     12    if (os == "android") and not debug: [OK, CRASH]
     13  [controller.error() should close writable immediately after readable.cancel()]
     14    expected: FAIL
     15 
     16 
     17 [errors.any.serviceworker.html]
     18  expected:
     19    if (os == "android") and not debug: [OK, ERROR]
     20  [controller.error() should close writable immediately after readable.cancel()]
     21    expected: FAIL
     22 
     23 
     24 [errors.any.sharedworker.html]
     25  expected:
     26    if not sessionHistoryInParent: [OK, TIMEOUT]
     27  [controller.error() should close writable immediately after readable.cancel()]
     28    expected: FAIL
     29 
     30 
     31 [errors.any.shadowrealm.html]
     32  expected:
     33    if (os == "android") and not debug: [ERROR, CRASH]
     34    ERROR
     35 
     36 [errors.any.shadowrealm-in-shadowrealm.html]
     37  expected:
     38    if (os == "win") and not debug: [ERROR, CRASH]
     39    ERROR
     40 
     41 [errors.any.shadowrealm-in-dedicatedworker.html]
     42  expected:
     43    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     44    ERROR
     45 
     46 [errors.https.any.shadowrealm-in-audioworklet.html]
     47  expected:
     48    if os == "linux": [ERROR, TIMEOUT]
     49    ERROR
     50 
     51 [errors.https.any.shadowrealm-in-serviceworker.html]
     52  expected: [ERROR, TIMEOUT]
     53 
     54 [errors.any.shadowrealm-in-window.html]
     55  expected:
     56    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     57    ERROR
     58 
     59 [errors.any.shadowrealm-in-sharedworker.html]
     60  expected:
     61    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
     62    ERROR