Commit graph

18 commits

Author SHA1 Message Date
David Majda eaf2af8e7b Jasmine: Convert |computeParams| compiler pass tests 2012-05-06 19:05:38 +02:00
David Majda 4edc9982cc Jasmine: Convert |computeVarNames| compiler pass tests 2012-05-06 19:05:38 +02:00
David Majda 1471df9a69 Jasmine: Convert |reportLeftRecursion| compiler pass tests 2012-05-06 19:05:38 +02:00
David Majda 2889ca72fc Jasmine: Convert |reportMissingRules| compiler pass tests 2012-05-06 19:05:38 +02:00
David Majda e030834a0e Delete test/compiler-test.js 2012-05-06 19:05:38 +02:00
David Majda feddd10190 Jasmine: Delete test/parser-test.js 2012-05-06 19:05:36 +02:00
David Majda 53f70b9eb9 Move compiler passes and their tests into a subdirectory 2012-04-19 14:23:21 +02:00
David Majda f046e0a838 Move compiler-related source files and tests into a subdirectory 2012-04-19 13:22:37 +02:00
David Majda d35b21e9b2 Simplify the |indent| function in /test/run 2012-04-16 15:29:04 +02:00
David Majda 9d5990f80a Update code formatting in /test/run to match conventions I use elsewhere 2012-04-16 15:26:42 +02:00
David Majda 6d624a89bd Update bundled QUnit to version 1.5.0 2012-04-16 14:54:34 +02:00
David Majda fb5028eb90 Use |util| module instead of |sys|
|sys| emits a warning in Node.js 0.6.x.
2012-01-07 12:01:11 +01:00
David Majda 8a0276ffb7 Unify checks and passes
There is no real reason to have them separated.
2011-10-03 14:57:09 +02:00
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
2011-09-18 18:05:10 +02:00
David Majda 918dcf6ed2 Test and benchmark command-line runners can be run from any directory 2011-01-26 16:08:03 +01:00
David Majda 8f005c027b Fix encoding in |fs.readFileSync| calls ("utf-8" -> "utf8") 2011-01-26 13:07:39 +01:00
David Majda d0c074e2f8 Small style fixes 2011-01-26 13:05:40 +01:00
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.
2011-01-25 16:59:32 +01:00