tor-browser

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

general.any.js.ini (2834B)


      1 [general.any.worker.html]
      2  prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
      3  expected:
      4    if (os == "linux") and fission: [OK, CRASH]
      5    if (os == "android") and not debug: [OK, CRASH]
      6  [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
      7    expected: FAIL
      8 
      9  [Readable stream synchronously cancels with AbortError if aborted before reading]
     10    expected: FAIL
     11 
     12  [Stream errors once aborted. Underlying connection closed.]
     13    expected:
     14      if os == "linux": [PASS, FAIL]
     15 
     16  [Stream errors once aborted, after reading. Underlying connection closed.]
     17    expected:
     18      if not asan and (os == "linux") and not fission: [PASS, FAIL]
     19      if asan: [PASS, FAIL]
     20 
     21 
     22 [general.any.html]
     23  prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
     24  [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
     25    expected: FAIL
     26 
     27  [Readable stream synchronously cancels with AbortError if aborted before reading]
     28    expected: FAIL
     29 
     30  [Stream errors once aborted. Underlying connection closed.]
     31    expected:
     32      if not asan and (os == "linux") and not fission: [PASS, FAIL]
     33      if asan: [PASS, FAIL]
     34 
     35  [Stream errors once aborted, after reading. Underlying connection closed.]
     36    expected:
     37      if asan and not fission: [PASS, FAIL]
     38 
     39 
     40 [general.any.sharedworker.html]
     41  prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
     42  expected:
     43    if (os == "linux") and not debug and fission: [OK, CRASH]
     44  [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
     45    expected: FAIL
     46 
     47  [Readable stream synchronously cancels with AbortError if aborted before reading]
     48    expected: FAIL
     49 
     50  [Stream errors once aborted. Underlying connection closed.]
     51    expected:
     52      if (os == "linux") and debug and not fission: [PASS, FAIL]
     53      if (os == "linux") and not debug: [PASS, FAIL]
     54 
     55  [Stream errors once aborted, after reading. Underlying connection closed.]
     56    expected:
     57      if not asan and (os == "linux") and not fission: [PASS, FAIL]
     58      if asan: [PASS, FAIL]
     59 
     60 
     61 [general.https.any.serviceworker.html]
     62  expected: TIMEOUT
     63 
     64 [general.any.serviceworker.html]
     65  prefs: [browser.opaqueResponseBlocking.javascriptValidator:false]
     66  expected:
     67    if (os == "linux") and not tsan and not debug and fission: [OK, CRASH]
     68    if (os == "linux") and tsan: [OK, ERROR, CRASH]
     69    if (os == "android") and not debug: [OK, ERROR]
     70  [Readable stream synchronously cancels with AbortError if aborted before reading]
     71    expected: FAIL
     72 
     73  [Stream will not error if body is empty. It's closed with an empty queue before it errors.]
     74    expected: FAIL
     75 
     76  [Stream errors once aborted, after reading. Underlying connection closed.]
     77    expected:
     78      if (os == "linux") and not fission: [PASS, FAIL]