tor-browser

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

mutable-global-sharing.tentative.any.js.ini (2495B)


      1 [mutable-global-sharing.tentative.any.shadowrealm-in-sharedworker.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT]
      4    ERROR
      5 
      6 [mutable-global-sharing.tentative.any.worker.html]
      7  expected:
      8    if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT]
      9    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
     10  [WebAssembly modules should export shared mutable globals with correct initial values]
     11    expected: FAIL
     12 
     13  [Wasm-to-Wasm mutable global sharing is live]
     14    expected: FAIL
     15 
     16  [Multiple JavaScript imports return the same WebAssembly module instance]
     17    expected: FAIL
     18 
     19  [v128 globals should work correctly in WebAssembly-to-WebAssembly imports]
     20    expected: FAIL
     21 
     22  [v128 global mutations should work correctly between WebAssembly modules]
     23    expected: FAIL
     24 
     25 
     26 [mutable-global-sharing.tentative.https.any.shadowrealm-in-serviceworker.html]
     27  expected:
     28    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     29    ERROR
     30 
     31 [mutable-global-sharing.tentative.https.any.shadowrealm-in-audioworklet.html]
     32  expected: ERROR
     33 
     34 [mutable-global-sharing.tentative.any.html]
     35  expected:
     36    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     37  [WebAssembly modules should export shared mutable globals with correct initial values]
     38    expected: FAIL
     39 
     40  [Wasm-to-Wasm mutable global sharing is live]
     41    expected: FAIL
     42 
     43  [Multiple JavaScript imports return the same WebAssembly module instance]
     44    expected: FAIL
     45 
     46  [v128 globals should work correctly in WebAssembly-to-WebAssembly imports]
     47    expected: FAIL
     48 
     49  [v128 global mutations should work correctly between WebAssembly modules]
     50    expected: FAIL
     51 
     52 
     53 [mutable-global-sharing.tentative.any.js]
     54  [WebAssembly modules should export shared mutable globals with correct initial values]
     55    expected: FAIL
     56 
     57  [Wasm-to-Wasm mutable global sharing is live]
     58    expected: FAIL
     59 
     60  [Multiple JavaScript imports return the same WebAssembly module instance]
     61    expected: FAIL
     62 
     63  [v128 globals should work correctly in WebAssembly-to-WebAssembly imports]
     64    expected: FAIL
     65 
     66  [v128 global mutations should work correctly between WebAssembly modules]
     67    expected: FAIL
     68 
     69 
     70 [mutable-global-sharing.tentative.any.shadowrealm-in-window.html]
     71  expected: ERROR
     72 
     73 [mutable-global-sharing.tentative.any.shadowrealm-in-shadowrealm.html]
     74  expected: ERROR
     75 
     76 [mutable-global-sharing.tentative.any.shadowrealm-in-dedicatedworker.html]
     77  expected: ERROR