David Majda
|
53f70b9eb9
|
Move compiler passes and their tests into a subdirectory
|
13 years ago |
David Majda
|
f046e0a838
|
Move compiler-related source files and tests into a subdirectory
|
13 years ago |
David Majda
|
d35b21e9b2
|
Simplify the |indent| function in /test/run
|
13 years ago |
David Majda
|
9d5990f80a
|
Update code formatting in /test/run to match conventions I use elsewhere
|
13 years ago |
David Majda
|
6d624a89bd
|
Update bundled QUnit to version 1.5.0
|
13 years ago |
David Majda
|
fb5028eb90
|
Use |util| module instead of |sys|
|sys| emits a warning in Node.js 0.6.x.
|
13 years ago |
David Majda
|
8a0276ffb7
|
Unify checks and passes
There is no real reason to have them separated.
|
13 years ago |
David Majda
|
cb2415a4fd
|
Fix output printed during test failures
Expected value was being printed instead of the actual one.
Original patch by Wolfgang Kluge:
1e875d4479
|
13 years ago |
David Majda
|
918dcf6ed2
|
Test and benchmark command-line runners can be run from any directory
|
14 years ago |
David Majda
|
8f005c027b
|
Fix encoding in |fs.readFileSync| calls ("utf-8" -> "utf8")
|
14 years ago |
David Majda
|
d0c074e2f8
|
Small style fixes
|
14 years ago |
David Majda
|
afcceb127f
|
Add command-line runner for the test suite
The output format and code is heavily inspired by Nodeunit and code in
QUnit's "cli" branch.
|
14 years ago |