0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 16:34:05 +01:00
nodejs/test/message
koichik 4662ace916 Fix message tests
V8 3.4.12.1 changed exception log format.

3.14.10:
node.js:189
        throw e; // process.nextTick error, or 'error' event on first tick
        ^

3.4.12.1:
node.js:189
        throw e; // process.nextTick error, or 'error' event on first tick
              ^

The caret was moved.
2011-07-16 14:12:00 +09:00
..
2100bytes.js Update copyright headers 2011-03-14 17:37:05 -07:00
2100bytes.out
hello_world.js Update copyright headers 2011-03-14 17:37:05 -07:00
hello_world.out
stack_overflow.js Close #974 Properly report traceless errors. 2011-04-25 12:22:18 -07:00
stack_overflow.out Fix message tests 2011-07-16 14:12:00 +09:00
testcfg.py
throw_custom_error.js Close #974 Properly report traceless errors. 2011-04-25 12:22:18 -07:00
throw_custom_error.out Fix message tests 2011-07-16 14:12:00 +09:00
throw_non_error.js Close #974 Properly report traceless errors. 2011-04-25 12:22:18 -07:00
throw_non_error.out Fix message tests 2011-07-16 14:12:00 +09:00
undefined_reference_in_new_context.js Fix test/message/undefined_reference_in_new_context 2011-04-01 12:36:58 -07:00
undefined_reference_in_new_context.out Fix message tests 2011-07-16 14:12:00 +09:00