14 lines
436 B
INI
14 lines
436 B
INI
[queue-microtask-exceptions.any.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[queue-microtask-exceptions.any.worker.html]
|
|
expected:
|
|
if os == "android": [OK, CRASH]
|
|
|
|
[queue-microtask-exceptions.any.sharedworker.html]
|
|
|
|
[queue-microtask-exceptions.any.serviceworker.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "mac") and not debug: [OK, ERROR]
|