tor-browser

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

bucket-storage-policy.tentative.https.any.js.ini (1320B)


      1 [bucket-storage-policy.tentative.https.any.html]
      2  [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.]
      3    expected: FAIL
      4 
      5 
      6 [bucket-storage-policy.tentative.https.any.worker.html]
      7  expected:
      8    if not fission and not asan and (os == "android") and not debug: [OK, CRASH]
      9    if not fission and not asan and (os == "linux"): CRASH
     10  [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.]
     11    expected: FAIL
     12 
     13 
     14 [bucket-storage-policy.tentative.https.any.sharedworker.html]
     15  [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.]
     16    expected: FAIL
     17 
     18 
     19 [bucket-storage-policy.tentative.https.any.serviceworker.html]
     20  expected:
     21    if (processor == "x86_64") and not debug and asan and not fission: CRASH
     22    if (processor == "x86_64") and debug and (os == "win"): CRASH
     23    if (processor == "x86_64") and debug and (os == "mac"): CRASH
     24    if (processor == "x86_64") and debug and (os == "android"): CRASH
     25    if (processor == "x86") and not debug: [OK, TIMEOUT]
     26  [The open promise should reject with a TypeError when quota is requested outside the range of 1 to Number.MAX_SAFE_INTEGER.]
     27    expected: FAIL