Commit Graph

147 Commits

Author SHA1 Message Date
norris%netscape.com
c6c60bb6bc skip getter/setters 2000-03-02 23:26:56 +00:00
rogerl%netscape.com
69d4d5e142 Need to pass expressions containing unicode identifiers as split strings
since the string processing will convert the unicode sequences into regular
characters before the identifier is recognized. The fact that Monkey was
cool with this is a separate bug.
2000-03-01 23:28:14 +00:00
norris%netscape.com
218d1595d0 Move JavaObjectToLong to be a conformance rather than a negative test. 2000-02-23 18:29:35 +00:00
norris%netscape.com
9badc84057 Add tests for fields and methods with the same name, and for bean properties. 2000-02-17 19:28:33 +00:00
norris%netscape.com
255e39d7e2 Add to "dont-test" list. 2000-02-16 18:35:10 +00:00
rginda%netscape.com
03f03d45ee Uncompressed version (so it can be in your classpath on all platforms.) 2000-02-03 00:48:50 +00:00
rginda%netscape.com
4671326346 Renamed JavaObjectToLong-005.js to JavaObjectToLong-005-n.js 2000-02-02 20:21:34 +00:00
rginda%netscape.com
bac4bd315b Fix bitrot in RhinoEnv.java and DataTypes_017.java.
fresh build of jstests.jar
2000-02-02 00:57:03 +00:00
rginda%netscape.com
1938c2bc35 initial add 2000-02-02 00:22:23 +00:00
rginda%netscape.com
fabff05162 fresh build 2000-02-02 00:18:57 +00:00
rginda%netscape.com
f587753a85 initial add of compiled testdriver 2000-02-01 22:48:52 +00:00
norris%netscape.com
610ce93d04 Fix test cases for long values, with one right at the boundary and one negative test just over the boundary. 2000-01-27 16:56:43 +00:00
norris%netscape.com
40a8c3ff06 Changing file to be conformance rather than negative test. 2000-01-27 00:58:41 +00:00
rogerl%netscape.com
a286b8fb4a !! Not part of the build !!
Fixed some typo's
2000-01-26 01:29:51 +00:00
rginda%netscape.com
ca34cb6063 Fixed testcase 2000-01-20 20:35:39 +00:00
rginda%netscape.com
046175c547 Remove 'use 5.004;', only seems to work on linux 2000-01-20 01:21:05 +00:00
rginda%netscape.com
a1c3ef28cc Initial add. 2000-01-19 01:46:25 +00:00
rginda%netscape.com
07cf48ba94 Added regexp to test 2000-01-19 01:36:54 +00:00
rginda%netscape.com
c8d963236f Initial Add 2000-01-19 01:19:16 +00:00
rginda%netscape.com
7065c08bf5 Initial add 2000-01-19 00:51:21 +00:00
rginda%netscape.com
e5ee075f82 corrected testcase 2000-01-19 00:47:24 +00:00
rginda%netscape.com
822f287fa2 initial add 2000-01-19 00:34:03 +00:00
rginda%netscape.com
390ff86017 Initial add 2000-01-19 00:16:20 +00:00
rginda%netscape.com
f7173e7ca4 initial add 2000-01-19 00:08:55 +00:00
rginda%netscape.com
485633e020 revised incorrect testcase 2000-01-14 22:23:08 +00:00
rginda%netscape.com
a52dbe085e Initial checkin of tostring test 2000-01-13 00:31:09 +00:00
rginda%netscape.com
b5c9bc3965 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
67c2a2fa08 s/local/my for strict mode.
y2k fix for results file name.
2000-01-07 21:39:36 +00:00
norris%netscape.com
b684dbee7f 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
9cceb99eaa Updated to match the js1.5 announcement's terminology 1999-12-18 00:53:53 +00:00
rogerl%netscape.com
67e41a2568 Fixed typeof test on enumerated object result - is always string now. 1999-12-17 01:53:48 +00:00
rginda%netscape.com
ed76fb15f1 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
2f79add8e9 Added verbose flag for testcase debugging purposes 1999-12-16 22:35:43 +00:00
rginda%netscape.com
3fa2af9bf1 Fix spacing nit. 1999-12-16 22:34:05 +00:00
rginda%netscape.com
a25e8ff1ad Fixed 001 test, added 002 test 1999-12-16 22:32:52 +00:00
rginda%netscape.com
5580e045b2 Added apply test for bug 21836 1999-12-16 00:21:36 +00:00
rginda%netscape.com
088ed7cd3f Adding null throw and undefined throw tests 1999-12-15 21:17:25 +00:00
rginda%netscape.com
eb94ffbdf1 Simple get/set test. 1999-12-13 22:47:31 +00:00
rginda%netscape.com
24be9ed036 Added printStatus function to shell.js
Added some catchguard tests
1999-12-13 00:37:01 +00:00
rogerl%netscape.com
beb5b9cfda 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
8de0af5814 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
4ef42618e3 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
3e5be76cf6 Add list of inapplicable tests for rhino. 1999-12-08 22:42:18 +00:00
rginda%netscape.com
723ab02319 Fixing stupid mistake. 1999-12-08 22:26:19 +00:00
rginda%netscape.com
34d727d48c 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
f0d3d00dfb Should be working on all platforms again. 1999-12-07 20:00:27 +00:00
rginda%netscape.com
9d9b8ecabf More windows dual-build tweaks (arg!) 1999-12-07 19:56:40 +00:00
rginda%netscape.com
f4d35bb883 More tweaks to sm engine selection
Updated documentation to reflect tweaks
1999-12-07 19:47:06 +00:00
rginda%netscape.com
96f68f37e4 * 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
49050135c0 Fix exit code detection. 1999-12-07 00:22:06 +00:00