tor-browser

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

bad-underlying-sources.any.js.ini (1284B)


      1 [bad-underlying-sources.any.sharedworker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4 
      5 [bad-underlying-sources.any.worker.html]
      6 
      7 [bad-underlying-sources.any.serviceworker.html]
      8  expected:
      9    if (os == "android") and not debug: [OK, ERROR]
     10 
     11 [bad-underlying-sources.any.html]
     12  expected:
     13    if (os == "android") and not debug: [OK, TIMEOUT]
     14 
     15 [bad-underlying-sources.any.shadowrealm.html]
     16  expected:
     17    if (os == "linux") and not tsan and debug and fission: CRASH
     18    if (os == "linux") and not tsan and not debug and not fission: CRASH
     19    if (os == "android") and debug: CRASH
     20    ERROR
     21 
     22 [bad-underlying-sources.https.any.shadowrealm-in-serviceworker.html]
     23  expected: [ERROR, TIMEOUT]
     24 
     25 [bad-underlying-sources.any.shadowrealm-in-shadowrealm.html]
     26  expected: ERROR
     27 
     28 [bad-underlying-sources.any.shadowrealm-in-window.html]
     29  expected:
     30    if not sessionHistoryInParent and debug: TIMEOUT
     31    ERROR
     32 
     33 [bad-underlying-sources.https.any.shadowrealm-in-audioworklet.html]
     34  expected:
     35    if os == "linux": [ERROR, TIMEOUT]
     36    ERROR
     37 
     38 [bad-underlying-sources.any.shadowrealm-in-sharedworker.html]
     39  expected:
     40    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
     41    ERROR
     42 
     43 [bad-underlying-sources.any.shadowrealm-in-dedicatedworker.html]
     44  expected: ERROR