blob: 917d667521ffceb4946eb325ddb4e1dd7e2c680d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[queue-microtask-exceptions.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[queue-microtask-exceptions.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[queue-microtask-exceptions.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[queue-microtask-exceptions.any.serviceworker.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
|