node/test/message
Brendan Ashworth 0df54303c1 test: common.js -> common
This commit changes many test styles to change all references
from require('./common.js'); to require('./common');.

The latter is much more common, with the former only being used in 50
tests. It is just a stylistic change, and it seems that `common.js` was
introduced by a rogue test and copied and pasted into the rest.

Semver: patch
PR-URL: https://github.com/iojs/io.js/pull/917
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-02-22 19:34:17 -08:00
..
2100bytes.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
2100bytes.out Fix message tests 2010-06-19 17:41:34 -07:00
error_exit.js test: common.js -> common 2015-02-22 19:34:17 -08:00
error_exit.out test: Fix message/error_exit 2013-04-05 11:32:33 -07:00
eval_messages.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
eval_messages.out node: do not print SyntaxError hints to stderr 2014-02-06 13:26:57 +04:00
hello_world.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
hello_world.out Add message tests 2010-06-18 18:14:06 -07:00
max_tick_depth.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
max_tick_depth.out process: remove maxTickDepth from _tickCallback 2013-05-30 09:30:19 -07:00
nexttick_throw.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
stack_overflow.out bindings: update api 2013-03-20 01:11:01 +01:00
stdin_messages.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
stdin_messages.out events: optimize various functions 2015-02-09 17:47:49 +01:00
testcfg.py test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
throw_custom_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_custom_error.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_in_line_with_tabs.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_in_line_with_tabs.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_non_error.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_non_error.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_null.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_null.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
throw_undefined.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
throw_undefined.out test: fix message tests regression 2015-01-13 01:50:32 +01:00
timeout_throw.js Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08: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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08: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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08: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 Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
vm_dont_display_syntax_error.out test: fix error messages after v8 upgrade 2014-10-12 02:05:02 +04:00