blob: 1e08c37a2791d21b7483688949acb3e6bb020ac8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[blobs.html]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not debug and not fission and not asan: TIMEOUT
[Blobs work with workers on BroadcastChannel]
expected:
if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, TIMEOUT]
if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission and not asan: TIMEOUT
|