node/deps/v8/test/message
Ujjwal Sharma f579e11940 deps: update V8 to 7.4.288.13
PR-URL: https://github.com/nodejs/node/pull/26685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2019-03-28 16:36:18 -04:00
..
fail deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
mjsunit deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
regress/fail deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
BUILD.gn
README.md
asm-assignment-undeclared.js
asm-assignment-undeclared.out
asm-function-mismatch-def.js
asm-function-mismatch-def.out
asm-function-mismatch-use.js
asm-function-mismatch-use.out
asm-function-redefined.js
asm-function-redefined.out
asm-function-undefined.js
asm-function-undefined.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
asm-function-variable-collision.js
asm-function-variable-collision.out
asm-import-wrong-annotation.js
asm-import-wrong-annotation.out
asm-import-wrong-object.js
asm-import-wrong-object.out
asm-linking-bogus-heap.js
asm-linking-bogus-heap.out
asm-linking-bogus-stdlib.js
asm-linking-bogus-stdlib.out
asm-linking-missing-heap.js
asm-linking-missing-heap.out
asm-missing-parameter-annotation.js
asm-missing-parameter-annotation.out
asm-missing-return-annotation.js
asm-missing-return-annotation.out
asm-table-mismatch-def.js
asm-table-mismatch-def.out
asm-table-mismatch-use.js
asm-table-mismatch-use.out
asm-table-redefined.js
asm-table-redefined.out
asm-table-undefined.js
asm-table-undefined.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
asm-table-variable-collision.js
asm-table-variable-collision.out
empty.js deps: update V8 to 7.3.492.25 2019-03-14 18:49:21 +01:00
empty.out deps: update V8 to 7.3.492.25 2019-03-14 18:49:21 +01:00
message.status deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
non-use-strict-hex-escape.js
non-use-strict-hex-escape.out
non-use-strict-octal-escape.js
non-use-strict-octal-escape.out
non-use-strict-uhex-escape.js
non-use-strict-uhex-escape.out
nonstrict-arguments.js
nonstrict-arguments.out
nonstrict-eval.js
nonstrict-eval.out
nonstrict-with.js
nonstrict-with.out
object-binding-pattern-await-computed-name.js
object-binding-pattern-await-computed-name.out
strict-octal-indirect-regexp.js
strict-octal-indirect-regexp.out
strict-octal-regexp.js
strict-octal-regexp.out
testcfg.py deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
try-catch-finally-no-message.js
try-catch-finally-no-message.out
try-catch-finally-return-in-finally.js
try-catch-finally-return-in-finally.out
try-finally-return-in-finally.js
try-finally-return-in-finally.out
wasm-finish-compilation.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-finish-compilation.out
wasm-function-name-async.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-function-name-async.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-function-name-streaming.js
wasm-function-name-streaming.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-and-function-name-async.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-and-function-name-async.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-and-function-name-streaming.js
wasm-module-and-function-name-streaming.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-name-async.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-name-async.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-module-name-streaming.js
wasm-module-name-streaming.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-no-name-async.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-no-name-async.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-no-name-streaming.js
wasm-no-name-streaming.out deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-trace-memory-interpreted.js
wasm-trace-memory-interpreted.out
wasm-trace-memory-liftoff.js
wasm-trace-memory-liftoff.out
wasm-trace-memory.js deps: update V8 to 7.4.288.13 2019-03-28 16:36:18 -04:00
wasm-trace-memory.out

README.md

JavaScript tests with expected output

Tests in test/message pass if the output matches the expected output. Message tests are particularly useful when checking for exact error messages.

Tests and their expected output must have the same filename, with the .js and .out extension.

foo.js
foo.out

All tests must end with an exception. The test runner does not handle output from multiple runs, e.g., --stress-opt. Without an exception, the output will be generated several times and the comparison will fail.

You can use a regex in the expected output instead of the exact path:

*%(basename)s:7: SyntaxError: Detected cycle while resolving name 'a'

Empty lines are ignored in the comparison, but whitespaces are not.

Exact details of the test runner are in testcfg.py.