13 lines
419 B
INI
13 lines
419 B
INI
[post-task-with-abort-signal-in-handler.any.html]
|
|
|
|
[post-task-with-abort-signal-in-handler.any.worker.html]
|
|
expected:
|
|
if not debug and (os == "android"): [OK, CRASH]
|
|
if debug: CRASH
|
|
|
|
[post-task-with-abort-signal-in-handler.any.serviceworker.html]
|
|
expected:
|
|
if not tsan and (os == "android") and not debug: [OK, ERROR]
|
|
if tsan: TIMEOUT
|
|
|
|
[post-task-with-abort-signal-in-handler.any.sharedworker.html]
|