Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/v0.8' | Ben Noordhuis | 2013-02-28 | 1 | -2/+2 |
|\ | |||||
| * | test: fix tap output on windows | Timothy J Fontaine | 2013-02-28 | 1 | -2/+2 |
| | | | | | | | | Test output is always \n and not platform dependent | ||||
| * | test: add TAP output to the test runner | Timothy J Fontaine | 2013-02-20 | 1 | -1/+27 |
| | | | | | | | | This is a back-port of commit 14ed173 from the master branch. | ||||
* | | test: run tests in alphabetical order | Ben Noordhuis | 2013-01-10 | 1 | -0/+1 |
| | | |||||
* | | test: put tty in blocking mode after test | Ben Noordhuis | 2013-01-07 | 1 | -1/+11 |
| | | | | | | | | | | | | | | Tests can leave the tty in non-blocking mode. If the test runner tries to print to stdout/stderr after that and the tty buffer is full, it'll die with a EAGAIN OSError. Ergo, put the tty back in blocking mode before proceeding. | ||||
* | | test: add TAP output to the test runner | Timothy J Fontaine | 2012-12-19 | 1 | -1/+27 |
|/ | |||||
* | Revert "tests: kill process group on failure" | isaacs | 2012-05-28 | 1 | -7/+1 |
| | | | | This reverts commit 0cebfc8ddb509fbf5f865bb660b73e96680b3f65. | ||||
* | Tests for memory leaks | isaacs | 2012-05-04 | 1 | -1/+1 |
| | | | | | | Conflicts: Makefile | ||||
* | tests: kill process group on failure | Fedor Indutny | 2012-02-20 | 1 | -1/+7 |
| | | | | | | | | | Test suite is often leaving `stray` processes on failure. They are harmless, but may cause future test runs fail because those `stray` processes are occupying `common.PORT` or due to some other reasons. Killing whole process group on test suite failure should help in such cases. | ||||
* | Remove separation of libuv tests | Ryan Dahl | 2011-11-02 | 1 | -25/+5 |
| | |||||
* | tools/test.py to support marking files a libuv-broken | Ryan Dahl | 2011-08-23 | 1 | -5/+25 |
| | | | | | | | | | Use export NODE_USE_UV=1 python tools/test.py --libuv simple pummel To run the equivalent of "make test-uv". | ||||
* | Support MSVS build directories in tools/test.py | Ryan Dahl | 2011-08-23 | 1 | -2/+13 |
| | |||||
* | WAF builds in out/ instead of build/ | Ryan Dahl | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Have WAF variants match GYP configuration names | Ryan Dahl | 2011-08-23 | 1 | -2/+2 |
| | |||||
* | Tests should point at the build directory until GYP is default | Ryan Dahl | 2011-08-08 | 1 | -2/+2 |
| | |||||
* | gyp: fix test runner | Ryan Dahl | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | http: make http2 the default, legacy backend is available with --use-http1 | Ben Noordhuis | 2011-08-02 | 1 | -3/+3 |
| | | | | Fixes #1441. | ||||
* | test: add targets `test-http2` and `test-all-http2` | Ben Noordhuis | 2011-08-02 | 1 | -2/+12 |
| | | | | Passes `--use-http2` to node. Fixes #1430. | ||||
* | Fix test runner bug on windows | Bert Belder | 2011-02-17 | 1 | -1/+0 |
| | |||||
* | `make test` somewhat works | Bert Belder | 2010-12-20 | 1 | -1/+1 |
| | |||||
* | Better way of getting rid of symlinks | Bert Belder | 2010-12-20 | 1 | -1/+2 |
| | | | | Windows, especially msysgit, doesn't like 'em | ||||
* | Back to WAF | Ryan Dahl | 2010-11-01 | 1 | -2/+2 |
| | | | | Too much instability right now. Hopefully we can revisit autoconf soon. | ||||
* | Replace WAF with make/autoconf | Ryan Dahl | 2010-10-24 | 1 | -2/+2 |
| | |||||
* | Fix test harness for Linux | Ryan Dahl | 2010-10-18 | 1 | -36/+103 |
| | | | | | | Mostly just upgraded tools/test.py to the latest one that's in V8. But also fixing the before and after hooks to preserve the test/tmp directory so that running tests manually usually works. | ||||
* | Better temporary directory handling for tests. | isaacs | 2010-09-09 | 1 | -1/+10 |
| | | | | | | | Add a setUp and tearDown function to the test case class, and use it to create and remove the test/tmp directory for each test. TODO: amend other tests. | ||||
* | Execute message tests by default | Ryan Dahl | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Split tests. | arlolra | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Revert "Adding output of Platform information into the test runner" | Ryan Dahl | 2010-02-03 | 1 | -1/+0 |
| | | | | | | Broken on at least one platform http://pastie.org/808217 This reverts commit 704f394c6671af5b981900fc3666f1b97ef580a9. | ||||
* | Adding output of Platform information into the test runner | Micheil Smith | 2010-01-29 | 1 | -0/+1 |
| | |||||
* | Update test script to use new debug build's name: node_g | Ryan | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | Use v8's test runner | Ryan | 2009-06-22 | 1 | -0/+1343 |