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
pschwartau%netscape.com
403c858181
In some shells, carriage returns are "\n"; in others, "\r\n". Look for either possibility -
2001-03-26 22:00:53 +00:00
nboyd%atg.com
220fce4815
Add rhino9 and rhinoms9.
2000-05-24 18:10:55 +00:00
rginda%netscape.com
d4b296f0f9
fix to include java version info on rhino(i|ms|msi) engines
2000-04-07 00:05:50 +00:00
rginda%netscape.com
5ef5dcbc26
punctuation fix
2000-04-06 21:50:03 +00:00
rginda%netscape.com
6a5c93bd51
added -o/--opt options to pass args to js engine
2000-04-06 21:14:23 +00:00
rginda%netscape.com
9d07dbc637
changing format of generated results file name to place the date before the engine name
2000-03-15 21:49:13 +00:00
norris%netscape.com
63495fcbbb
Add support for testing against the MS VM.
2000-03-10 20:38:57 +00:00
rginda%netscape.com
6de0f96907
Put the redirect back in. (Doh)
2000-03-10 19:12:53 +00:00
rginda%netscape.com
eecdf9a2b6
Fix lame syntax error
2000-03-10 18:58:45 +00:00
rginda%netscape.com
e0a16d193b
Modified jsDriver.pl to allow multiple engine arguments, updated readme to tell the world.
2000-03-10 18:54:21 +00:00
norris%netscape.com
6244f388c8
Add rhinoi as an engine type.
2000-03-06 21:28:57 +00:00
rginda%netscape.com
74bd78d3e7
Remove 'use 5.004;', only seems to work on linux
2000-01-20 01:21:05 +00:00
rginda%netscape.com
2b3633bac7
First round of Mac related changes.
...
It runs now, but test list files and single test files on the command line are still broken.
2000-01-12 22:02:23 +00:00
rginda%netscape.com
bd542dfc84
s/local/my for strict mode.
...
y2k fix for results file name.
2000-01-07 21:39:36 +00:00
rginda%netscape.com
052b60e96a
Updated README document.
...
formatting nit in jsDriver.pl
Added comment to the rhino neg list
1999-12-16 22:38:49 +00:00
rginda%netscape.com
0199cedcef
Fixing stupid mistake.
1999-12-08 22:26:19 +00:00
rginda%netscape.com
1ca97dc352
Turned off automatic fslash insertion for shellpath (it now takes a full exe name)
...
Added --noexitmunge option for systems that don't report the exitcode/exitsignal "properly"
1999-12-08 22:21:41 +00:00
rginda%netscape.com
be9b6a6ff5
Should be working on all platforms again.
1999-12-07 20:00:27 +00:00
rginda%netscape.com
732e0e0a48
More windows dual-build tweaks (arg!)
1999-12-07 19:56:40 +00:00
rginda%netscape.com
899c82b382
More tweaks to sm engine selection
...
Updated documentation to reflect tweaks
1999-12-07 19:47:06 +00:00
rginda%netscape.com
04a2ecc7a8
* jsDriver.pl
...
Fix it to know about the two kinds of spidermonkey make on windows
(Makefile.ref and js.mak)
1999-12-07 19:35:45 +00:00
rginda%netscape.com
ce5f5f9500
Fix exit code detection.
1999-12-07 00:22:06 +00:00
rginda%netscape.com
152f3ef815
* jsDriver.pl
...
Turn off trace by default (oops)
Fix test list/ skil list output
1999-12-06 23:38:23 +00:00
rginda%netscape.com
f8be02c7e7
* README-jsDriver.html
...
Minor wording changes.
* jsDriver.pl
Display negative list in output, fix display of test list as part of output (which was broken by the multiple test-list change)
Added hours field in tastcase duration output (man that sparc20 is slow.)
1999-12-06 04:29:18 +00:00