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
Ben Noordhuis
2b6e078833
test: don't compute knownGlobals lazily
Conditional globals like 'gc' should only be recognized when --expose_gc
is set. The global.gc feature check works only when done eagerly, else
it lets through a leaked variable called 'gc'.
11 years ago
isaacs
896b2aa707
util: Add debuglog, deprecate console lookalikes
12 years ago
Oleg Efimov
968b49ba0a
Check for tabs in source line in DisplayExceptionLine
Fix for joyent/node#3280
13 years ago
isaacs
0cdf85e28d
Lint all the JavaScripts.
13 years ago
Andreas Madsen
4865063924
Tests: fix jslint issues
13 years ago
Ryan Dahl
850609ea2d
Remove separation of libuv tests
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
isaacs
8df6f9e544
Close #974 Properly report traceless errors.
Also, tests for the same.
14 years ago
Ryan Dahl
55048cdf79
Update copyright headers
14 years ago
Ryan Dahl
92789b16e5
Fix global leaks
14 years ago
Oleg Efimov
c0d69a4883
GJSLint part of tests
14 years ago
Ryan Dahl
9fd5e3c89c
Update tests to work with module contexts
15 years ago
Ryan Dahl
ba792ea202
:%s/sys.puts/console.log/g
and there was much rejoicing
15 years ago
Ryan Dahl
7d0252eae2
Fix message tests
15 years ago
Ryan Dahl
125b868e06
Add message tests
15 years ago