Pass | First synchronous test | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:16:3) |
|
Pass | Second synchronous test | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:22:3) |
|
Pass | First async_test (run in parallel) | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:28:3) |
|
Pass | Second async_test (run in parallel) | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:35:3) |
|
Pass | Third synchronous test | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:42:3) |
|
Pass | promise_test | Asserts runPass | 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) |
|
Pass | Third async_test (run in parallel) | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:56:3) |
|
Pass | Fourth synchronous test | Asserts runPass | assert_true(true, "should execute in the initial turn of the event loop")
at Test.<anonymous> ( /resources/test/tests/functional/queue.html:63:3) |
|