10 lines
627 B
INI
10 lines
627 B
INI
[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
|