1
0
Fork 0
firefox/testing/web-platform/meta/scheduler/post-task-with-abort-signal-in-handler.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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]