Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove separation of libuv tests | Ryan Dahl | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | test: replace .addListener() calls with .on() | Ben Noordhuis | 2011-10-15 | 1 | -1/+1 |
| | |||||
* | test: add test for #1869 | Ben Noordhuis | 2011-10-12 | 1 | -0/+31 |
| | | | | fs.readdir() on file should raise ENOTDIR, not UNKNOWN. | ||||
* | Update copyright headers | Ryan Dahl | 2011-03-14 | 1 | -0/+21 |
| | |||||
* | GJSLint continue | Oleg Efimov | 2010-12-05 | 1 | -15/+14 |
| | |||||
* | Fix global leaks | Ryan Dahl | 2010-12-04 | 1 | -2/+2 |
| | |||||
* | Migrated from sys.p to console.dir | Micheil Smith | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | More changes to tests so they really work under context module loader. | Herbert Vojčík | 2010-08-17 | 1 | -2/+2 |
| | | | | Plus, getting rid of test/common.js defining things in global. | ||||
* | Update tests to work with module contexts | Ryan Dahl | 2010-07-15 | 1 | -2/+3 |
| | |||||
* | :%s/sys.puts/console.log/g | Ryan Dahl | 2010-06-23 | 1 | -4/+4 |
| | | | | and there was much rejoicing | ||||
* | Remove process.mixin dependency from all tests. | isaacs | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Remove fs/path globals from test suite | Felix Geisendörfer | 2010-03-08 | 1 | -0/+2 |
| | | | | | | | It is way too easy to not notice bugs due to those modules being exported as globals while running the test suite. See: http://github.com/ry/node/issues#issue/75 | ||||
* | Decoupled readdir test. | arlolra | 2010-02-25 | 1 | -17/+14 |
| | |||||
* | Split tests. | arlolra | 2010-02-25 | 1 | -0/+40 |