Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions INTERPRETING.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,11 @@ following strings:
In the event of a passing test run, this function will be invoked with the
string `'Test262:AsyncTestComplete'`. If invoked with a string that is
prefixed with the character sequence `Test262:AsyncTestFailure:`, the test
must be interpreted as failed. The implementation is free to select an
appropriate length of time to wait before considering the test "timed out"
and failing.
must be interpreted as failed. If the `print` function is invoked with both
`'Test262:AsyncTestComplete'` and a string prefixed with
`'Test262:AsyncTestFailure:'`, the test must be interpreted as failed.
The implementation is free to select an appropriate length of time to wait
before considering the test "timed out" and failing.

*Example*

Expand Down