0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message
Ben Noordhuis edaf7af30b test: make test runner multi-arch/mode compatible
Make `python tools/test.py --arch=ia32,x64 --mode=debug,release` work.
The test runner looks for the `node` binary in `out/${arch}.${mode}/`.

Running tools/test.py without --arch makes it use `out/Release/node` or
`out/Debug/node` like before.

This commit removes `test/simple/test-executable-path.js` because the
assumptions it makes about the locations of the debug and release
binaries are now outdated.

PR-URL: https://github.com/node-forward/node/pull/24
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2014-10-16 22:39:34 +02:00
..
2100bytes.js
2100bytes.out
error_exit.js node: emit 'exit' when exiting with error 2012-12-29 16:53:23 -08:00
error_exit.out test: Fix message/error_exit 2013-04-05 11:32:33 -07:00
eval_messages.js Report errors properly from --eval and stdin 2012-07-30 08:21:39 -07:00
eval_messages.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
hello_world.js
hello_world.out
max_tick_depth.js Print warning when maxTickDepth is reached 2012-10-29 10:53:39 -07:00
max_tick_depth.out process: remove maxTickDepth from _tickCallback 2013-05-30 09:30:19 -07:00
nexttick_throw.js test-message: Add setTimeout and nextTick message tests 2012-12-29 10:37:31 -08:00
nexttick_throw.out core: Remove the nextTick for running the main file 2013-02-27 16:29:36 -08:00
stack_overflow.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
stack_overflow.out bindings: update api 2013-03-20 01:11:01 +01:00
stdin_messages.js test: stdin error messages 2012-08-02 08:11:18 -07:00
stdin_messages.out Merge branch 'v0.10' 2014-06-05 07:28:39 -07:00
testcfg.py test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
throw_custom_error.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_custom_error.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
throw_in_line_with_tabs.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_in_line_with_tabs.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
throw_non_error.js util: Add debuglog, deprecate console lookalikes 2013-05-21 16:39:50 -07:00
throw_non_error.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
throw_null.js src: only access stack of non-null errors 2013-12-23 15:08:11 +04:00
throw_null.out src: only access stack of non-null errors 2013-12-23 15:08:11 +04:00
throw_undefined.js src: only access stack of defined errors 2013-12-10 09:33:33 -08:00
throw_undefined.out src: only access stack of defined errors 2013-12-10 09:33:33 -08:00
timeout_throw.js test-message: Add setTimeout and nextTick message tests 2012-12-29 10:37:31 -08:00
timeout_throw.out test: update tests after internal api change 2013-08-15 22:20:15 +02:00
undefined_reference_in_new_context.js vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
undefined_reference_in_new_context.out vm, core, module: re-do vm to fix known issues 2013-08-21 15:52:23 -07:00
vm_display_runtime_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_runtime_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_syntax_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_display_syntax_error.out vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_runtime_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_runtime_error.out test: fix error messages after v8 upgrade 2014-10-12 02:05:02 +04:00
vm_dont_display_syntax_error.js vm: update API to use options argument 2013-08-28 22:27:24 -07:00
vm_dont_display_syntax_error.out test: fix error messages after v8 upgrade 2014-10-12 02:05:02 +04:00