0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
isaacs e9b6b0b327 Report "weird" errors a little better.
There are a few kinds of errors that are very confusing.
1. Errors raised in nextTick
2. Errors emitted on the "error" event
3. RangeErrors that crash the program (or anything without a stack trace)

Long traces will make make these better, of course.  In the meantime, this
adds a few handy signposts (in the form of better error reporting and
comments on the otherwise inscrutable code printed to the terminal) that can
help new users find the cause, or at least, ask for help more effectively.
2010-10-02 06:44:28 -07:00
..
disabled Catch Exceptions thrown when openssl is disabled 2010-09-13 12:04:31 -07:00
fixtures Don't try to run extension loaders unless they're actually functions 2010-09-22 10:13:25 -07:00
internet
message Report "weird" errors a little better. 2010-10-02 06:44:28 -07:00
pummel
simple Add support for handling Expect: 100-continue 2010-10-01 15:30:53 -07:00
common.js Better temporary directory handling for tests. 2010-09-09 16:43:18 -07:00