Source code

Revision control

Copy as Markdown

Other Tools

[task-signal-any-post-task-run-order.tentative.any.serviceworker.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): [OK, ERROR, CRASH]
if debug and (os == "win") and (processor == "x86"): [OK, ERROR]
if debug and (os == "mac"): [ERROR, OK]
if debug and (os == "linux"): [OK, ERROR, CRASH]
if not debug and (os == "android"): [OK, ERROR]
[scheduler.postTask() tasks run in priority order with a fixed priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a dynamic priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority]
expected: FAIL
[task-signal-any-post-task-run-order.tentative.any.html]
expected:
if debug and (os == "win") and (processor == "x86_64"): [CRASH, OK, ERROR]
if debug and (os == "linux") and not fission: [CRASH, OK, ERROR]
if not debug and (os == "linux") and fission: OK
if not debug and (os == "linux") and not fission: CRASH
if debug and (os == "android"): CRASH
if not debug and (os == "win"): OK
if not debug and (os == "mac"): [OK, CRASH]
if not debug and (os == "android"): [OK, CRASH]
[OK, ERROR]
[scheduler.postTask() tasks run in priority order with a fixed priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a dynamic priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority]
expected: FAIL
[task-signal-any-post-task-run-order.tentative.any.worker.html]
expected:
if debug and (os == "android"): OK
if not debug: OK
[OK, ERROR]
[scheduler.postTask() tasks run in priority order with a fixed priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a dynamic priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority]
expected: FAIL
[task-signal-any-post-task-run-order.tentative.any.sharedworker.html]
expected:
if debug and (os == "android"): OK
if not debug: OK
[OK, ERROR]
[scheduler.postTask() tasks run in priority order with a fixed priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a dynamic priority composite signal]
expected: FAIL
[scheduler.postTask() tasks run in priority order with a composite signal whose source has fixed priority]
expected: FAIL