tor-browser

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

constructor.any.js.ini (1380B)


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