16 lines
511 B
INI
16 lines
511 B
INI
[task-controller-setPriority1.any.sharedworker.html]
|
|
expected:
|
|
if not fission and (os == "linux") and debug: [OK, CRASH]
|
|
|
|
[task-controller-setPriority1.any.serviceworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
|
|
[task-controller-setPriority1.any.worker.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
|
|
[task-controller-setPriority1.any.html]
|
|
expected:
|
|
if (os == "android") and not debug: [OK, CRASH]
|