14 lines
417 B
INI
14 lines
417 B
INI
[task-signal-any-abort.tentative.any.worker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[task-signal-any-abort.tentative.any.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[task-signal-any-abort.tentative.any.sharedworker.html]
|
|
|
|
[task-signal-any-abort.tentative.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|