rogerl%netscape.com
dd523ffff2
!! Not part of the build !!
...
Fixed some typo's
2000-01-26 01:29:51 +00:00
rginda%netscape.com
f0d6c7a825
Fixed testcase
2000-01-20 20:35:39 +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
9d15dd5398
Initial add.
2000-01-19 01:46:25 +00:00
rginda%netscape.com
60536f2579
Added regexp to test
2000-01-19 01:36:54 +00:00
rginda%netscape.com
ed03eb79bc
Initial Add
2000-01-19 01:19:16 +00:00
rginda%netscape.com
736dbc069e
Initial add
2000-01-19 00:51:21 +00:00
rginda%netscape.com
99c40099b9
corrected testcase
2000-01-19 00:47:24 +00:00
rginda%netscape.com
4278d5e809
initial add
2000-01-19 00:34:03 +00:00
rginda%netscape.com
3c669da0f2
Initial add
2000-01-19 00:16:20 +00:00
rginda%netscape.com
782a39ee6a
initial add
2000-01-19 00:08:55 +00:00
rginda%netscape.com
8371c2ed5e
revised incorrect testcase
2000-01-14 22:23:08 +00:00
rginda%netscape.com
da53f7cf33
Initial checkin of tostring test
2000-01-13 00:31:09 +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
norris%netscape.com
1863256a5e
Test didn't work with the Rhino feature of reflecting bean properties as JavaScript propertes: getClass() becomes
...
a "class" property, and eval'ing a property name of "class" causes a syntax error.
2000-01-06 22:54:15 +00:00
rginda%netscape.com
6890b0fa05
Updated to match the js1.5 announcement's terminology
1999-12-18 00:53:53 +00:00
rogerl%netscape.com
f0e5935203
Fixed typeof test on enumerated object result - is always string now.
1999-12-17 01:53:48 +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
91d4767032
Added verbose flag for testcase debugging purposes
1999-12-16 22:35:43 +00:00
rginda%netscape.com
3978f9a561
Fix spacing nit.
1999-12-16 22:34:05 +00:00
rginda%netscape.com
a4077938aa
Fixed 001 test, added 002 test
1999-12-16 22:32:52 +00:00
rginda%netscape.com
fec9deb9bd
Added apply test for bug 21836
1999-12-16 00:21:36 +00:00
rginda%netscape.com
f3ac71b138
Adding null throw and undefined throw tests
1999-12-15 21:17:25 +00:00
rginda%netscape.com
bb32a64f07
Simple get/set test.
1999-12-13 22:47:31 +00:00
rginda%netscape.com
28a7dddd89
Added printStatus function to shell.js
...
Added some catchguard tests
1999-12-13 00:37:01 +00:00
rogerl%netscape.com
ac68fa5784
Fixed test of enumerated property to use isNaN - a previous bug fix in
...
enumerated types stopped it from returning anything but strings here.
1999-12-11 00:44:02 +00:00
rogerl%netscape.com
41ac2fc0ce
Removed tests invalidated by new argument rules - java.lang.String is
...
preferred over java.lang.Double when coming from a Java Object and both
Double & Float have constructors that take a String - only the DataType
toString doesn't return the correct value for the test. (See Christine's
comment).
1999-12-11 00:42:43 +00:00
rogerl%netscape.com
42554e50d0
Updated tests to account for new LiveConnect behaviour for JS array type
...
as input argumnet - it used to be handled as any other JS object, but there
are now new rules for arrays, invalidating portions of these tests.
1999-12-10 19:56:23 +00:00
norris%netscape.com
cfd53b923f
Add list of inapplicable tests for rhino.
1999-12-08 22:42:18 +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
rogerl%netscape.com
60203eb6d0
Removed unsued local var version - shadowing caused typeof version test
...
to fail.
1999-12-06 23:53:57 +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
460603af1d
Moved test from js1_2 section
1999-12-06 23:32:25 +00:00
rogerl%netscape.com
2aea48f5af
version() must have int type argument.
...
Fixed VERSION setting to match shell.js
Fixed 'pass!' string to match 'pass'
1999-12-06 22:47:51 +00:00
rogerl%netscape.com
50b35580d5
version() must have int type argument.
...
Fixed VERSION setting to match expected string in shell.js
1999-12-06 22:46:46 +00:00
rogerl%netscape.com
56d9ddc6f5
version() must have int type argument
1999-12-06 22:45:53 +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
rginda%netscape.com
c353bf74f2
* runtests2.pl was renamed to jsDriver.pl
...
jsDriver.pl now supports multiple lists to be specified in the -l argument,
and directory names as well. Directory names can also be used in list files.
'Negative' lists are supported as well. They consist of a list of tests to skip, and are of the same format as the regular lists.
* README-jsDriver.html
man-like html page describing how to use jsDriver.pl
1999-12-05 02:15:22 +00:00
norris%netscape.com
77400866c1
clean up tests
1999-12-03 23:54:36 +00:00
norris%netscape.com
a63bc514b9
Remove spurious quote
1999-12-03 23:17:43 +00:00
norris%netscape.com
4d33f84af9
VAR --> var
1999-12-03 23:16:23 +00:00
norris%netscape.com
26afc24746
remove invalid test
1999-12-02 20:04:48 +00:00
rginda%netscape.com
c5125cbc23
Testcase produced no output is no longer a failure.
1999-12-01 06:29:27 +00:00