Commit Graph

674 Commits

Author SHA1 Message Date
pschwartau%netscape.com
c78c022a6a Removing the early return, and adjusting |N| downward from 1000 to 90 instead. 2003-03-21 02:02:59 +00:00
pschwartau%netscape.com
36cbc846da Improving comments. 2003-03-17 14:12:41 +00:00
pschwartau%netscape.com
76558f94fa Improving comments. 2003-03-16 23:38:45 +00:00
pschwartau%netscape.com
14da98f00f Improving readability. 2003-03-16 23:31:49 +00:00
pschwartau%netscape.com
5aadc424fa Adding more cases to test. 2003-03-15 02:25:25 +00:00
pschwartau%netscape.com
5dfc4c8609 Improving comments. 2003-03-15 00:07:50 +00:00
pschwartau%netscape.com
c62eac8089 Adding more cases inspired by bug 197451. 2003-03-14 23:55:37 +00:00
pschwartau%netscape.com
df718533bc 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
67bb0020b2 Improving comments. 2003-03-13 22:07:02 +00:00
pschwartau%netscape.com
a953b34fcf 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
5d7fb8b95b 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
67070c0aad 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
75d9c50f73 Initial add. Regression test for bug 194364. 2003-02-21 22:07:21 +00:00
pschwartau%netscape.com
081f5e3864 Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:51:38 +00:00
pschwartau%netscape.com
0b4ad224e7 Correcting a typo in the test that had made it pass vacuously. 2003-02-19 01:43:27 +00:00
pschwartau%netscape.com
54518d9c36 Initial add. Regression test for bug 193555. 2003-02-17 23:08:59 +00:00
pschwartau%netscape.com
c2b61e9dfb Initial add. Regression test for bug 193418. 2003-02-17 22:24:26 +00:00
pschwartau%netscape.com
a89b24e960 Removing skip since bug 191633 has been fixed. 2003-02-14 22:37:21 +00:00
pschwartau%netscape.com
9b8ebff7f5 Skip new test that uses SpiderMonkey's toSource() functionality (non-ECMA). 2003-02-11 00:24:33 +00:00
pschwartau%netscape.com
02a3ab1ed8 Initial add. Regression test for bug 192465. 2003-02-11 00:13:45 +00:00
pschwartau%netscape.com
578cd2a470 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
40baf980cc Initial add. Regression test for bug 192414. 2003-02-09 00:39:46 +00:00
pschwartau%netscape.com
9ffd003285 Initial add. Regression test for bug 192288. 2003-02-07 22:52:05 +00:00
pschwartau%netscape.com
1fdeabca14 Initial add. Regression test for bug 192226. 2003-02-07 22:26:15 +00:00
pschwartau%netscape.com
a3137029fb Initial add. Regression test for bug 192105. 2003-02-06 19:17:07 +00:00
pschwartau%netscape.com
fe3732ac6e Initial add. Regression test for bug 191668. 2003-02-03 20:35:00 +00:00
pschwartau%netscape.com
f19901978d Skip this regression test until bug 191633 is fixed; failure output is enormous - 2003-02-03 20:12:27 +00:00
pschwartau%netscape.com
61802a48b1 Initial add. Regression test for bug 191633. 2003-02-03 20:08:27 +00:00
pschwartau%netscape.com
f83cf74f28 Initial add. Regression test for bug 191479. 2003-01-31 20:30:33 +00:00
pschwartau%netscape.com
021c3fa7a6 Initial add. Regression test for bug 191276. 2003-01-30 19:10:35 +00:00
pschwartau%netscape.com
5a1321d1da 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
3448608123 Adding a missing escape to the regexp pattern to make it ECMA-correct. 2003-01-28 01:14:15 +00:00
pschwartau%netscape.com
af6689a84a 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
600b47262e Trivial comment fix. 2003-01-23 20:22:19 +00:00
pschwartau%netscape.com
bf4b23fd55 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
b943be23ed Whitespace cleanup. 2003-01-23 20:03:12 +00:00
pschwartau%netscape.com
eaccbeb610 Initial add. Regression test inspired by bug 188206. 2003-01-22 02:34:45 +00:00
pschwartau%netscape.com
37c6a110c6 Initial add. Regression test for bug 189898. 2003-01-21 21:23:20 +00:00
pschwartau%netscape.com
341e636b84 Removing skip since bug 83051 has been fixed. 2003-01-09 03:13:12 +00:00
pschwartau%netscape.com
de3afd2b83 Improving comment. 2003-01-08 23:03:17 +00:00
pschwartau%netscape.com
b78063ef86 Adding a comment. 2003-01-08 23:01:43 +00:00
pschwartau%netscape.com
c3f7fa879c Correcting testcase and adding more illustrative cases. 2003-01-08 22:51:02 +00:00
pschwartau%netscape.com
fa54cbe4a0 Adding comment. 2003-01-08 00:41:01 +00:00
pschwartau%netscape.com
480b81c6de Initial add. Regression test for bug 187133. 2003-01-06 22:18:34 +00:00
pschwartau%netscape.com
15ee8e389b Adding more comments. 2002-12-17 01:54:54 +00:00
pschwartau%netscape.com
4df0b2c558 Initial add. Regression test for bug 185485. 2002-12-17 01:41:34 +00:00
pschwartau%netscape.com
4297a9dd77 Initial add. Regression test by igor@icesoft.no for bug 185165. 2002-12-14 02:33:58 +00:00
pschwartau%netscape.com
33eb718c0a Improving readability. 2002-12-13 21:40:32 +00:00
pschwartau%netscape.com
c357ddc6fa Added 'compile functions with dynamic scope' feature of Rhino to the test. Necessary to expose the bug. 2002-12-12 23:31:44 +00:00
pschwartau%netscape.com
1f16692cc3 Initial add. Regression test for bug 184107. 2002-12-10 00:22:44 +00:00