15 lines
447 B
INI
15 lines
447 B
INI
[delete-request-queue.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[delete-request-queue.any.sharedworker.html]
|
|
|
|
[delete-request-queue.any.worker.html]
|
|
expected:
|
|
if (os == "linux") and not fission and not debug: CRASH
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
|
|
[delete-request-queue.any.html]
|
|
expected:
|
|
if not tsan and (os == "android") and not debug: [OK, CRASH]
|
|
if tsan: TIMEOUT
|