blob: d15f3f260ea87cb99877424e08f0c6223521c5ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[reentrant-strategies.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[reentrant-strategies.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[reentrant-strategies.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[reentrant-strategies.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[reentrant-strategies.any.shadowrealm.html]
expected: ERROR
|