14 lines
455 B
INI
14 lines
455 B
INI
[post-task-with-signal-and-priority.any.worker.html]
|
|
|
|
[post-task-with-signal-and-priority.any.sharedworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[post-task-with-signal-and-priority.any.serviceworker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[post-task-with-signal-and-priority.any.html]
|
|
expected:
|
|
if (os == "linux") and debug and not fission: [OK, CRASH]
|
|
if os == "mac": [OK, CRASH]
|