isaacs
3e1b1dd4a9
Remove excessive copyright/license boilerplate
The copyright and license notice is already in the LICENSE file. There
is no justifiable reason to also require that it be included in every
file, since the individual files are not individually distributed except
as part of the entire package.
10 years ago
Fedor Indutny
0e19476595
test: split test in parallel/sequential
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: https://github.com/iojs/io.js/pull/172
Fix : iojs/io.js#139
10 years ago
orangemocha@github.com
e7a03f1c62
test: fix test-child-process-double-pipe
On Windows, grep and sed were stripping the CR character out of CRLF.
Passing --binary will force them to preserve the CR.
11 years ago
Alexis Campailla
c749a841cd
test: use os.EOL when checking output
11 years ago
Ben Noordhuis
7f4aba91d3
test: include common.js in all tests
13 years ago
isaacs
0cdf85e28d
Lint all the JavaScripts.
13 years ago
Bert Belder
892056bf97
tests: fix more lint issues
13 years ago
Igor Zinkovsky
56315494dd
fix simple/test-child-process-double-pipe on windows
13 years ago
Colton Baker
87286cc737
Fixed a lot of jslint errors.
Fixes #1831
13 years ago
Ryan Dahl
4e1d6fca8e
Mark tests which are broken in libuv
14 years ago
Ryan Dahl
2c11718d79
Add some debug output to test-child-process-double-pipe
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Oleg Efimov
0665f0271e
GJSLint all simple tests exclude http-*, url, path
14 years ago
Ryan Dahl
06267f4d8d
Remove -e from echo in test. Non-portable
14 years ago
Guillaume Tuton
07da49b095
Set FD_CLOEXEC flag on stdio FDs before spawning.
With regression test.
14 years ago