node/test/message
Rich Trott 082cc8d6d8 test: remove unnecessary assignments
common.js needs to be loaded in all tests so that there is checking
for variable leaks and possibly other things. However, it does not
need to be assigned to a variable if nothing in common.js is referred
to elsewhere in the test.

PR-URL: https://github.com/nodejs/node/pull/4408
Reviewed-By: James M Snell <jasnell@gmail.com>
2015-12-26 18:00:02 -08:00
..
2100bytes.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
2100bytes.out Fix message tests 2010-06-19 17:41:34 -07:00
core_line_numbers.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
core_line_numbers.out src: fix line numbers on core errors 2015-12-14 17:06:32 -05:00
error_exit.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
error_exit.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
eval_messages.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
eval_messages.out node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 2015-12-07 23:44:26 +09:00
hello_world.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
hello_world.out Add message tests 2010-06-18 18:14:06 -07:00
max_tick_depth.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
max_tick_depth.out process: remove maxTickDepth from _tickCallback 2013-05-30 09:30:19 -07:00
message.status test: remove flaky status from eval_messages test 2015-10-20 12:16:00 -07:00
nexttick_throw.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
nexttick_throw.out node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 2015-12-07 23:44:26 +09:00
stack_overflow.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
stack_overflow.out bindings: update api 2013-03-20 01:11:01 +01:00
stdin_messages.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
stdin_messages.out node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 2015-12-07 23:44:26 +09:00
testcfg.py test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
throw_custom_error.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
throw_custom_error.out test: remove unreachable code 2015-08-20 20:16:47 +02:00
throw_in_line_with_tabs.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
throw_in_line_with_tabs.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_non_error.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
throw_non_error.out test: remove unreachable code 2015-08-20 20:16:47 +02:00
throw_null.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
throw_null.out test: enable linting for tests 2015-05-19 21:21:27 +02:00
throw_undefined.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
throw_undefined.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
timeout_throw.js test: remove unnecessary assignments 2015-12-26 18:00:02 -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 test: remove unnecessary assignments 2015-12-26 18:00:02 -08: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 test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
vm_display_runtime_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
vm_display_syntax_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_display_syntax_error.out test: fix tests after V8 upgrade 2015-10-14 11:20:35 -07:00
vm_dont_display_runtime_error.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
vm_dont_display_runtime_error.out deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
vm_dont_display_syntax_error.js test: remove unnecessary assignments 2015-12-26 18:00:02 -08:00
vm_dont_display_syntax_error.out test: fix tests after V8 upgrade 2015-10-14 11:20:35 -07:00