tor-browser

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

reentrant-strategies.any.js.ini (1425B)


      1 [reentrant-strategies.any.sharedworker.html]
      2  [writer.abort() inside size() should work]
      3    expected: FAIL
      4 
      5 
      6 [reentrant-strategies.any.worker.html]
      7  expected:
      8    if (os == "android") and not debug: [OK, CRASH]
      9  [writer.abort() inside size() should work]
     10    expected: FAIL
     11 
     12 
     13 [reentrant-strategies.any.serviceworker.html]
     14  expected:
     15    if (os == "android") and not debug: [OK, ERROR]
     16  [writer.abort() inside size() should work]
     17    expected: FAIL
     18 
     19 
     20 [reentrant-strategies.any.html]
     21  [writer.abort() inside size() should work]
     22    expected: FAIL
     23 
     24 
     25 [reentrant-strategies.any.shadowrealm.html]
     26  expected:
     27    if (os == "mac") and not debug: [ERROR, CRASH]
     28    ERROR
     29 
     30 [reentrant-strategies.any.shadowrealm-in-window.html]
     31  expected:
     32    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     33    ERROR
     34 
     35 [reentrant-strategies.any.shadowrealm-in-sharedworker.html]
     36  expected:
     37    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     38    ERROR
     39 
     40 [reentrant-strategies.https.any.shadowrealm-in-serviceworker.html]
     41  expected: [ERROR, TIMEOUT]
     42 
     43 [reentrant-strategies.any.shadowrealm-in-dedicatedworker.html]
     44  expected: ERROR
     45 
     46 [reentrant-strategies.https.any.shadowrealm-in-audioworklet.html]
     47  expected: ERROR
     48 
     49 [reentrant-strategies.any.shadowrealm-in-shadowrealm.html]
     50  expected:
     51    if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT]
     52    ERROR