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