20 lines
662 B
INI
20 lines
662 B
INI
[post-task-with-abort-signal.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
|
|
[post-task-with-abort-signal.any.worker.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): CRASH
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[post-task-with-abort-signal.any.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if (os == "linux") and tsan: TIMEOUT
|
|
if (os == "android") and debug: CRASH
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[post-task-with-abort-signal.any.sharedworker.html]
|
|
expected:
|
|
if asan: CRASH
|