Граф коммитов

75 Коммитов

Автор SHA1 Сообщение Дата
igor%mir2.org c50753d87e [Bug 418304] Backing out the patch as it depends on Getopt::Long feature that is not widely available. 2008-04-21 17:28:36 +00:00
igor%mir2.org 946fb09625 [Bug 418304] Replacing deprecated Getopt::Mixed with Getopt::Long. r=bclary, a=not-part-of-the-build 2008-04-21 10:15:23 +00:00
bclary%bclary.com a8cb2c395c JavaScript Tests - jsDriver.pl -k|-K fail to report test failures, bug 404539, r=igor, not part of the build 2007-11-20 16:28:29 +00:00
bclary%bclary.com 06a54736a1 JavaScript Tests - sync Sisyphus support, bug 398005, not part of the build 2007-10-01 19:10:41 +00:00
bclary%bclary.com b6b1bd2a6a JavaScript Tests - fix false negatives due to embedded "false!" in output, bug 397545, r=jorendorff, not part of the build 2007-09-26 14:24:01 +00:00
bclary%bclary.com e0e327827f JavaScript Tests - standardize test reporting for shell and browser, bug 380257 2007-05-26 00:19:49 +00:00
bclary%bclary.com ae90306c5a JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 20:05:08 +00:00
bclary%bclary.com 8c6c531e30 JavaScript Test - add -Q command line option to jsDriver.pl to disable interrupt signal handler, bug 376701, r=mrbkap 2007-04-17 16:23:27 +00:00
bclary%bclary.com 12a7a1d42a JavaScript Tests - kill writeLineToLog, etc. Not part of the build. Bug 358665, r=igor 2006-10-30 16:48:38 +00:00
bclary%bclary.com d96e395dee JavaScript Tests - terminate failures list with newline 2006-10-09 09:39:46 +00:00
bclary%bclary.com 726093f12f JavaScript Test Library - add ability to declare multiple success exit codes, bug 345370, r=mrbkap 2006-07-23 03:29:10 +00:00
bclary%bclary.com 8ed097357f JavaScript Test Library - report JS_Assert as a test failure, add failure list output file, bug 344131 2006-07-18 19:48:32 +00:00
bclary%bclary.com a30783a4d3 JavaScript Test Library - improve jsDriver.pl timeout handling (bug 335397, r=mrbkap) 2006-04-25 18:10:33 +00:00
bclary%bclary.com 28c344f8c1 jsDriver.pl - add new options (-K|--linefail)(-T|--timeout) seconds, (bug 331478, r=mrbkap) 2006-04-07 15:58:32 +00:00
timeless%mozdev.org b78d0c2416 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
bob%bclary.com f0ed190154 Use File::Temp to generate temporary files, no bug, not part of the build. 2005-09-08 19:16:27 +00:00
bob%bclary.com 66ec995ed1 jsDriver.pl - Add Failure indicators for automated testing 2005-07-28 03:37:12 +00:00
bob%bclary.com 430661c47f tweak system to place redirect_command after stdout redirect, bug 301346 2005-07-20 02:27:42 +00:00
bob%bclary.com ceca37103d change jsDriver.pl to use system instead of open for executing js shell, bug 301346. r=mrbkap 2005-07-19 23:03:12 +00:00
mrbkap%gmail.com a5726eda35 bug 299898: Allow the js testsuite to be run through Narcissus. To do so, give the -n or --narcissus (=optional/path) to the test driver along with the shell, and Narcissus will be run through the shell. r=bclary 2005-07-12 00:23:45 +00:00
bob%bclary.com 970dadf149 remove anchors from jsDriver.pl output, bug 289600 2005-04-08 20:02:47 +00:00
bob%bclary.com 4218d0f595 Add ability to run js/tests from browsers. Bug 263119 2005-03-18 19:09:59 +00:00
gerv%gerv.net 8c57572d65 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-12 20:11:18 +00:00
timeless%mozdev.org 3352558cdd Treat bug "numbers" which aren't numbers as links instead of prepending a url base
similar to runtests.pl:js_print_bugnumber

Problem input:
           Testcase ecma_2/RegExp/properties-001.js failed Bug Number http://scopus/bugsplat/show_bug.cgi?id=346000
2004-02-25 13:01:29 +00:00
pschwartau%netscape.com 9ca5795ebe The fix in rev 1.48 was not placed high enough in the program. Correcting that now. 2003-03-26 21:28:19 +00:00
pschwartau%netscape.com a9af77318d Correcting minor formatting mistake at Retest List header. 2002-11-19 22:00:38 +00:00
pschwartau%netscape.com dfe12a41f3 New engine command for JS2: was dikdik, now epimetheus. 2002-11-08 21:56:41 +00:00
pschwartau%netscape.com b7c019a6a2 Don't ever run shell.js files as tests; they are only utility files. 2002-10-31 01:01:20 +00:00
pschwartau%netscape.com 0267efc4b9 Fixed small bug in reporting of skipped tests. 2002-10-28 03:44:09 +00:00
pschwartau%netscape.com e3f0af7614 Improving efficiency by calling xp_path() as little as possible. Also, never call xp_path() on a user-provided path.
Improving consistency of style in the get_xxx_engine_command() functions.
2002-10-28 03:31:03 +00:00
pschwartau%netscape.com 6544ca9be9 Improving efficiency. Make $win_sep a global variable so we only have to call get_win_sep() once. And then, only use $win_sep if it differs from $path_sep. 2002-10-26 01:24:21 +00:00
pschwartau%netscape.com b0ad732663 Removing two calls to xp_path(). They are unnecessary, since xp_path() gets called again later in the program on the same paths. This also fixes a couple of new bugs. Rev 1.41 of jsDriver made xp_path() more subtle on Windows: it may now return paths containing backslashes instead of forward slashes. But backslashes cause the Perl methods |join| and |grep|, both of which are used in jsDriver, to fail. So we are now delaying any calls to xp_path() until after those methods are used. 2002-10-26 00:11:50 +00:00
pschwartau%netscape.com bf9f37c6fe Remove the -x check on the absolute path to xpcshell. In Perl 5.005 on Windows, the -x operator returns |false| on absolute paths, even if they are valid. 2002-10-12 02:43:17 +00:00
pschwartau%netscape.com 870b3af87e Use -x &xp_path() more consistently. 2002-10-12 02:08:02 +00:00
pschwartau%netscape.com c43acfbb74 Re-factoring the last fix into the existing function xp_path(). 2002-10-12 01:57:16 +00:00
pschwartau%netscape.com 47b581cb99 Don't hard-code "\"as the path separator for Windows (rev. 1.36). Some Windows shells (e.g. Cygwin 1.1.8) require "/". 2002-10-11 23:31:23 +00:00
pschwartau%netscape.com c0b1c69421 Correcting mistake in location of JS2 debug shell on Windows. 2002-03-30 00:35:16 +00:00
timeless%mac.com fc883176bf Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
pschwartau%netscape.com a02b31c5b3 Fixing a typo 2001-10-27 00:48:14 +00:00
rginda%netscape.com 2e8e06e907 check in jband's fix for command paths on win2k, whitespace nits. 2001-10-26 21:37:51 +00:00
pschwartau%netscape.com bf2a7da8ce Fixing bug that prevented -p option from working on the Mac (again!) 2001-10-04 02:08:16 +00:00
pschwartau%netscape.com 6d88bc2982 Now able to run tests against the JS2 shell (code-named "DikDik"). 2001-08-08 00:12:50 +00:00
pschwartau%netscape.com 1c32016d6b Fixing bug that prevented -p option from working on the Mac. 2001-07-03 00:40:46 +00:00
pschwartau%netscape.com e95a2f4810 Fixing bug that prevented -p option from working (user-specified path to test directory) 2001-06-25 21:04:02 +00:00
pschwartau%netscape.com 8067253b43 Allow user-defined exit codes: fixed bug that was preventing this from working. 2001-06-08 22:05:32 +00:00
pschwartau%netscape.com e10e3af80d Thanks to rginda, a better fix for the previous issue - 2001-06-06 22:15:13 +00:00
pschwartau%netscape.com 63ac16b5ae Improvement on last patch: make distinction between HTML vs. console failure output. 2001-06-06 16:52:20 +00:00
pschwartau%netscape.com c56a1e84c9 Improving the error-reporting mechanism to include bug number and status lines. 2001-05-31 00:17:45 +00:00
pschwartau%netscape.com 024f7144c7 Whitespace cleanup - 2001-05-15 00:08:27 +00:00
pschwartau%netscape.com 47583f78b2 Making the test driver work correctly on the Mac. 2001-05-12 03:52:20 +00:00