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

677 Коммитов

Автор SHA1 Сообщение Дата
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 98eb5b9431 Revising test to match style of testcase for duplicate bug 192414. That is, use an eval string and try...catch. See bug 192414 comment 25 etc. - 2003-03-25 01:45:29 +00:00
pschwartau%netscape.com 6c0d0439e7 Adding standard lines to report bug number and summary, which were missing from this testcase for some reason. 2003-03-23 20:24:34 +00:00
pschwartau%netscape.com d773d70b6b Removing the early return, and adjusting |N| downward from 1000 to 90 instead. 2003-03-21 02:02:59 +00:00
pschwartau%netscape.com 14ac754504 Improving comments. 2003-03-17 14:12:41 +00:00
pschwartau%netscape.com 1faf645d5f Improving comments. 2003-03-16 23:38:45 +00:00
pschwartau%netscape.com 241dd31673 Improving readability. 2003-03-16 23:31:49 +00:00
pschwartau%netscape.com 7c49f4f637 Adding more cases to test. 2003-03-15 02:25:25 +00:00
pschwartau%netscape.com 8d96a3f128 Improving comments. 2003-03-15 00:07:50 +00:00
pschwartau%netscape.com 90d2dfed6c Adding more cases inspired by bug 197451. 2003-03-14 23:55:37 +00:00
pschwartau%netscape.com a472ff1b66 Initial add. Regression test for bug 196290, testing left-associativity of the + operator (cf. ECMA-262 Ed.3 Section 11.6.1) 2003-03-14 20:40:05 +00:00
pschwartau%netscape.com 4e67571c1e Improving comments. 2003-03-13 22:07:02 +00:00
pschwartau%netscape.com 7066f96f7c Adding an early return to this test, due to problems on Linux RedHat8. See bug 174341 comment 24 and following. 2003-02-28 00:33:44 +00:00
pschwartau%netscape.com e21696802d Oops; back out last change. No sense in try...catch if the code you're trying isn't hidden inside an eval string! 2003-02-24 22:33:01 +00:00
pschwartau%netscape.com 2cafb4191a Add a try...catch around the recursion test to catch 'too much recursion' exceptions. They are OK; we are only testing against crashes in this test. 2003-02-24 20:04:07 +00:00
pschwartau%netscape.com a8968c2f6c Initial add. Regression test for bug 194364. 2003-02-21 22:07:21 +00:00
pschwartau%netscape.com deef919aa1 Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:51:38 +00:00
pschwartau%netscape.com 12215231ec Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:43:27 +00:00
pschwartau%netscape.com df61a41e48 Initial add. Regression test for bug 193555. 2003-02-17 23:08:59 +00:00
pschwartau%netscape.com 49881f43c6 Initial add. Regression test for bug 193418. 2003-02-17 22:24:26 +00:00
pschwartau%netscape.com c0b15587c8 Removing skip since bug 191633 has been fixed. 2003-02-14 22:37:21 +00:00
pschwartau%netscape.com 70ce608647 Skip new test that uses SpiderMonkey's toSource() functionality (non-ECMA). 2003-02-11 00:24:33 +00:00
pschwartau%netscape.com 4ae65a8681 Initial add. Regression test for bug 192465. 2003-02-11 00:13:45 +00:00
pschwartau%netscape.com 44998fdc34 Re-indexing the repeat_str() function to output N copies of the given string instead of N+1. 2003-02-09 00:52:21 +00:00
pschwartau%netscape.com fc56f4825f Initial add. Regression test for bug 192414. 2003-02-09 00:39:46 +00:00
pschwartau%netscape.com 61ab134d46 Initial add. Regression test for bug 192288. 2003-02-07 22:52:05 +00:00
pschwartau%netscape.com 1d0115539a Initial add. Regression test for bug 192226. 2003-02-07 22:26:15 +00:00
pschwartau%netscape.com ca04cd4b87 Initial add. Regression test for bug 192105. 2003-02-06 19:17:07 +00:00
pschwartau%netscape.com 09f58921e0 Initial add. Regression test for bug 191668. 2003-02-03 20:35:00 +00:00
pschwartau%netscape.com 7a50b0d930 Skip this regression test until bug 191633 is fixed; failure output is enormous - 2003-02-03 20:12:27 +00:00
pschwartau%netscape.com 9c1e083d45 Initial add. Regression test for bug 191633. 2003-02-03 20:08:27 +00:00
pschwartau%netscape.com d470bbfaf6 Initial add. Regression test for bug 191479. 2003-01-31 20:30:33 +00:00
pschwartau%netscape.com 535fa0baf6 Initial add. Regression test for bug 191276. 2003-01-30 19:10:35 +00:00
pschwartau%netscape.com ec085e64da We've decided to follow Perl, rather than ECMA, and allow unescaped braces in regexp patterns, evan if they are not part of a quantifier. See bug 190685. 2003-01-30 02:25:51 +00:00
pschwartau%netscape.com 757821f222 Adding a missing escape to the regexp pattern to make it ECMA-correct. 2003-01-28 01:14:15 +00:00
pschwartau%netscape.com 35607ff228 Commenting out sections containing (?< or (?(condition). Perl supports these operators, but ECMAScript does not. 2003-01-23 20:56:08 +00:00
pschwartau%netscape.com 12f4b067f0 Trivial comment fix. 2003-01-23 20:22:19 +00:00
pschwartau%netscape.com 3a08d47e55 Removing an erroneous section. According to the spec, can't have more than 2 consecutive |?| quantifers in a regexp. 2003-01-23 20:08:39 +00:00
pschwartau%netscape.com 755588a186 Whitespace cleanup. 2003-01-23 20:03:12 +00:00
pschwartau%netscape.com a6d7cde135 Initial add. Regression test inspired by bug 188206. 2003-01-22 02:34:45 +00:00
pschwartau%netscape.com b351258f81 Initial add. Regression test for bug 189898. 2003-01-21 21:23:20 +00:00
pschwartau%netscape.com 90787d371d Removing skip since bug 83051 has been fixed. 2003-01-09 03:13:12 +00:00
pschwartau%netscape.com 3dd197a08f Improving comment. 2003-01-08 23:03:17 +00:00
pschwartau%netscape.com ba4c5642e4 Adding a comment. 2003-01-08 23:01:43 +00:00
pschwartau%netscape.com 6cbc9e9b68 Correcting testcase and adding more illustrative cases. 2003-01-08 22:51:02 +00:00
pschwartau%netscape.com e7aca64665 Adding comment. 2003-01-08 00:41:01 +00:00
pschwartau%netscape.com abd8e71173 Initial add. Regression test for bug 187133. 2003-01-06 22:18:34 +00:00
pschwartau%netscape.com 26848f6ed6 Adding more comments. 2002-12-17 01:54:54 +00:00
pschwartau%netscape.com 46febb5aa5 Initial add. Regression test for bug 185485. 2002-12-17 01:41:34 +00:00
pschwartau%netscape.com 9550ec9c96 Initial add. Regression test by igor@icesoft.no for bug 185165. 2002-12-14 02:33:58 +00:00