tor-browser

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

grow.any.js.ini (1191B)


      1 [grow.any.worker.html]
      2  expected:
      3    if not sessionHistoryInParent and debug: [OK, TIMEOUT]
      4  [Growing shared memory does not detach old buffer]
      5    expected: FAIL
      6 
      7 
      8 [grow.any.html]
      9  expected:
     10    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     11  [Growing shared memory does not detach old buffer]
     12    expected: FAIL
     13 
     14 
     15 [grow.any.js]
     16  [Growing shared memory does not detach old buffer]
     17    expected: FAIL
     18 
     19 
     20 [grow.any.shadowrealm.html]
     21  expected: ERROR
     22 
     23 [grow.any.shadowrealm-in-window.html]
     24  expected:
     25    if not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
     26    ERROR
     27 
     28 [grow.https.any.shadowrealm-in-audioworklet.html]
     29  expected: ERROR
     30 
     31 [grow.any.shadowrealm-in-dedicatedworker.html]
     32  expected: ERROR
     33 
     34 [grow.any.shadowrealm-in-shadowrealm.html]
     35  expected:
     36    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     37    if (os == "android") and not sessionHistoryInParent and debug: [ERROR, TIMEOUT]
     38    ERROR
     39 
     40 [grow.https.any.shadowrealm-in-serviceworker.html]
     41  expected: [ERROR, TIMEOUT]
     42 
     43 [grow.any.shadowrealm-in-sharedworker.html]
     44  expected:
     45    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     46    ERROR