Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassFirst synchronous test
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:16:3)
PassSecond synchronous test
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:22:3)
PassFirst async_test (run in parallel)
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:28:3)
PassSecond async_test (run in parallel)
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:35:3)
PassThird synchronous test
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:42:3)
Passpromise_test
Asserts run
Pass
assert_false(false, "should not execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:48:3)
PassThird async_test (run in parallel)
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:56:3)
PassFourth synchronous test
Asserts run
Pass
assert_true(true, "should execute in the initial turn of the event loop")
    at Test.<anonymous> ( /resources/test/tests/functional/queue.html:63:3)