phantomjs/test
Zack Weinberg b524d53d36 Add ability to run tests selectively.
* Anything on the command line after "run-tests.sh" will be understood
   as a regular expression (if there is more than one argument, they are
   concatenated, with spaces in between) and only the tests whose "full
   names" match that regexp will be run.  The full name of a test is the
   "describe" string plus a space plus the "it" string.  Note well that,
   unlike the test-runner output, there is no colon in there.

 * run-tests.sh and run-tests.js now correctly handle being invoked from
   an arbitrary directory; the cwd does not have to be the project root.

 * Shell portability fixes for run-tests.sh.

 #12230 (Test suite improvements).
2014-08-19 20:24:28 -07:00
..
fixtures fix lack of parse time errors location info 2013-11-24 01:43:10 +02:00
ghostdriver-test Making GhostDriver test "quiet-er" (and parallel) 2014-03-09 01:02:21 +00:00
lib Fix jasmine.ConsoleReporter.specFailureDetails. 2014-08-19 20:24:27 -07:00
node_modules Add require() tests and comment buggy test in fs-spec-03.js 2012-07-12 23:14:12 -07:00
require Remove CoffeeScript references from unit tests 2014-08-06 15:08:24 +02:00
set/690-ttf-crash Mac OS X: Add a manual test for the crash with TrueType fonts. 2012-12-30 21:17:39 -08:00
standards/javascript Launcher for ECMA-262 test suite (test262.ecmascript.org). 2014-08-16 20:46:28 -07:00
webkit-spec Restore dirty line logic in RenderInline::destroy. 2012-11-14 11:28:58 -08:00
webpage-spec-frames Define the new page callback for interrupting a long-running JavaScript 2013-11-23 22:09:39 -08:00
webpage-spec-renders Use correctly rendered pdf for webpage-spec-renders tests 2014-05-31 08:23:32 -07:00
assert.js A simple assertion for the fortcoming revamped test system. 2014-08-09 10:59:22 -07:00
cjk-text-codecs.js Disable some failing and/or crashing unit tests. 2014-07-28 03:33:13 -07:00
cookiejar-spec.js Adds support for multiple Cookie Jars. 2014-01-10 16:12:39 -08:00
dummy.js Add require() tests and comment buggy test in fs-spec-03.js 2012-07-12 23:14:12 -07:00
fs-spec-01.js Teach `File` how to change its encoding 2013-04-29 07:00:19 -07:00
fs-spec-02.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
fs-spec-03.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
fs-spec-04.js Fixing up indentation for our Jasmine test specs. 2013-01-17 23:52:47 +00:00
module_spec.js Fix indentation to 4 spaces in new require() tests 2012-07-12 23:14:12 -07:00
phantom-spec.js Correct the unit tests of PhantomJS version. 2014-07-27 17:10:30 -07:00
phantomjs.png Add test case for WebServerResponse::setEncoding 2012-12-17 19:27:19 -08:00
run-tests-ghostdriver.sh Making GhostDriver test "quiet-er" (and parallel) 2014-03-09 01:02:21 +00:00
run-tests.js Add ability to run tests selectively. 2014-08-19 20:24:28 -07:00
run-tests.sh Add ability to run tests selectively. 2014-08-19 20:24:28 -07:00
system-spec.js Disable some failing and/or crashing unit tests. 2014-07-28 03:33:13 -07:00
webkit-spec.js Disable some failing and/or crashing unit tests. 2014-07-28 03:33:13 -07:00
webpage-spec.js Eliminate console spam during normal test execution. 2014-08-19 20:24:27 -07:00
webserver-spec.js Eliminate console spam during normal test execution. 2014-08-19 20:24:27 -07:00