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

43 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com f3cc7109c3 The behavior of toString() and toSource() on empty regexps has changed. See bug 225550 and bug 226045. 2003-11-18 04:12:48 +00:00
pschwartau%netscape.com 8e001f3cf3 Correcting a mistake in the test. 2002-08-02 22:01:35 +00:00
pschwartau%netscape.com b8851070cb Correcting an error in the test. See bug 155291. 2002-07-15 00:40:14 +00:00
rogerl%netscape.com b42c0eab50 Corrected tests to match ECMA - unmatched paren contents need to have the
value 'undefined' rather than an empty string.
2002-06-04 18:51:05 +00:00
pschwartau%netscape.com cf200c945e Adding a comment. 2002-02-14 20:42:44 +00:00
pschwartau%netscape.com 24bfd4186f Added five new cases to test number values between uint32 upper-bound and long upper-bound. 2002-02-09 00:18:12 +00:00
pschwartau%netscape.com fc321473a3 Improving readability. 2002-02-08 23:22:59 +00:00
pschwartau%netscape.com cf221b454e Correcting mistake in InLeapYear() function. 2001-05-29 16:22:23 +00:00
nboyd%atg.com ff6cc98718 Fix incorrect for..in order dependency 2001-04-10 17:16:04 +00:00
pschwartau%netscape.com 6b23355830 Deleting this testcase, which expected this.eval() to throw an exception. On the contrary: indirect eval is LEGAL; see Bugzilla bug 38512. 2001-02-05 18:27:36 +00:00
pschwartau%netscape.com 95b6a804bd Replaced hard-coded TZ_DIFF = -8 with a dynamically-calculated value 2000-12-05 01:47:15 +00:00
pschwartau%netscape.com 807f22a27f Removing outdated testcase. See Bugzilla bug 49233. 2000-11-27 19:39:18 +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
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
norris%netscape.com 77400866c1 clean up tests 1999-12-03 23:54:36 +00:00
norris%netscape.com 26afc24746 remove invalid test 1999-12-02 20:04:48 +00:00
rginda%netscape.com b6a1a75c47 Added liveconnect option to runtests2.pl, there are now so many shells supported that the -e|--engine=<type> option has replaces all the individual engine options, such as -d, -o, and -r.
Updated bugnumber in the function-001(-n)?.js files, and minor simplification in the 10.1.3 testcase.
1999-11-30 22:16:34 +00:00
dmose%mozilla.org a3997676e7 updated license boilerplate to xPL v1.1 1999-11-02 22:23:59 +00:00
rogerl%netscape.com a500a60e32 Needed string parameter in order to pass type comparison correctly.
Added missing TITLE declaration.
1999-11-02 01:03:52 +00:00
rogerl%netscape.com 664f99659e Moved nested function out - new ECMA definition. 1999-11-02 01:02:55 +00:00
rogerl%netscape.com ae35ba0b2b Put test case in eval statement to catch error. 1999-11-02 01:02:03 +00:00
rogerl%netscape.com a0a5d2f9e6 Added missing TITLE declaration 1999-11-02 01:01:34 +00:00
rogerl%netscape.com e5c6839d25 Changed to account for latest ECMA spec on back-references vs. octal 1999-10-29 22:50:43 +00:00
norris%netscape.com ab350ea41b Shouldn't test for equality against the message string, which is implementation independent. 1999-10-22 18:33:46 +00:00
rogerl%netscape.com c3ea9c6513 NOT A PART OF SEAMONKEY BUILD
- fixed test ECMA references,
- added test to -002
1999-10-11 22:59:25 +00:00
rogerl%netscape.com a3ccad0ea2 NOT A PART OF SEAMONKEY BUILD
- removed redundant test & fixed test for 'super' to detect syntax error
1999-10-11 22:38:40 +00:00
cbegle%netscape.com 2bd0e3b5d8 tests for javascript errors as exceptions, a feature that was recently
added to the javascript engine.

not part of the build.
1999-10-06 20:45:44 +00:00
rogerl%netscape.com 13eda36d4e Fixed test case - was assuming a length limit on octal sequence rather than
a value limit. (this is version 120 specific in any case)
1999-08-25 00:56:05 +00:00
rogerl%netscape.com 6734615a71 Fixed lastIndex test - value is ignored for non-global regexp. 1999-08-11 04:31:19 +00:00
rogerl%netscape.com 0c0ff5606b Fixed test results to match new spec. 1999-08-10 19:25:00 +00:00
rogerl%netscape.com 499ee153d4 Re-wrote the string_split algorithm to match new spec. 1999-08-10 18:36:46 +00:00
rogerl%netscape.com cc0f36d7ec Fixed tests for back-reference case 1999-08-04 23:40:13 +00:00
rogerl%netscape.com bddae3b849 Fixed off by one error and expected output text. 1999-08-04 23:38:34 +00:00
rogerl%netscape.com 729d969253 The lastIndex property is defined to be an integer which we're allowed to
keep as 32 bits, so the tests for 33 bits were too demanding.
1999-08-04 22:27:31 +00:00
rogerl%netscape.com c93ef4e649 Missing '\' before \n. Trailing '|' in expected output was not correct. 1999-08-04 22:26:07 +00:00
rogerl%netscape.com 1355cfb383 Was using 'g' flag instead of 'm' and wasn't really testing the multiline
functionality (assuming I interpreted the intent correctly).
1999-08-04 22:24:57 +00:00
rogerl%netscape.com 49598375a1 Fixed test cases for non-global regexp. case - the result array should be
exactly the same as that returned by simply 'exec'ing the regexp against
the input string.
1999-08-03 00:51:23 +00:00
cbegle%netscape.com bf39a7e9ea Add a regression test case for #7635.
This file is not part of the client build.
1999-07-15 22:28:12 +00:00
cbegle%netscape.com fdca8e9c92 correct the naming of these tests. negative tests have an -n.js filename
extension.
1999-07-14 18:12:11 +00:00
cbegle%netscape.com 89373c0b65 Add regression test for http://bugzilla.mozilla.org/show_bug.cgi?id=7635.
Rename files for consistency.

These files are not part of the client.
1999-06-17 00:20:04 +00:00
cbegle%netscape.com 3b962be1e8 adding more javascript language tests to the repository. 1999-05-26 21:37:13 +00:00
cbegle%netscape.com c3f9125b1d Adding ecma 2 tests to the repository. 1999-05-26 21:22:57 +00:00