blob: 50bca47f97d0fea8b06e2c475a267339eaf692c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[serialization-via-idb.any.html]
expected:
if (os == "win") and not debug: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[WebAssembly.Module cloning via IndexedDB: basic case]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[WebAssembly.Module cloning via the IndexedDB: is interleaved correctly]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT]
[serialization-via-idb.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|