pschwartau%netscape.com
|
8226c0c5a2
|
Initial add. Regression test by Igor Bukanov, for bug 226507.
|
2003-11-25 02:23:59 +00:00 |
pschwartau%netscape.com
|
af9a23b6e0
|
Updating email address.
|
2003-11-18 20:58:56 +00:00 |
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
|
8002b2e263
|
Removing skip of fileName and lineNumber test; these properties are now supported by Rhino. See bug 225817.
|
2003-11-17 16:48:12 +00:00 |
pschwartau%netscape.com
|
1134aac924
|
Removing inner () 's from Section 4 of test. See bug 225831 comment 7.
|
2003-11-17 00:46:52 +00:00 |
pschwartau%netscape.com
|
f09b57b94f
|
Adding comments.
|
2003-11-16 23:10:49 +00:00 |
pschwartau%netscape.com
|
f2a72a36e5
|
Nope, that last correction was wrong; fixing mistake. See bug 225289 comment 9.
|
2003-11-16 23:07:28 +00:00 |
pschwartau%netscape.com
|
171713c914
|
Adding three more sections, by igor@fastmail.fm.
|
2003-11-16 22:03:14 +00:00 |
pschwartau%netscape.com
|
f5ddf40f14
|
Initial add. Regression test for bug 225831, by igor@fastmail.fm.
|
2003-11-16 00:04:18 +00:00 |
pschwartau%netscape.com
|
d8fc55dab9
|
Correcting another error (I believe; see bug 209919 comment 14).
|
2003-11-15 23:22:00 +00:00 |
pschwartau%netscape.com
|
56af1beafd
|
Fixing more errors in the test - see bug 225289 comment 6.
|
2003-11-15 23:19:27 +00:00 |
pschwartau%netscape.com
|
f2283f1431
|
Fixing an error in the test.
|
2003-11-15 22:47:03 +00:00 |
pschwartau%netscape.com
|
6a74620c0c
|
Removing skips for toSource() and uneval(), now that Rhino has implemented these methods (bug 225465). Adding a comment for skip of js1_5/Regress/regress-192465.js.
|
2003-11-13 18:39:17 +00:00 |
pschwartau%netscape.com
|
578f5d10f3
|
Initial add. Regression test for bug 225343.
|
2003-11-11 20:55:59 +00:00 |
pschwartau%netscape.com
|
e3a7dd37ac
|
Correcting mistakes, and changing style.
|
2003-11-11 05:21:26 +00:00 |
pschwartau%netscape.com
|
25cd9caa5a
|
Initial add. Regression test for bug 225289.
|
2003-11-11 04:56:52 +00:00 |
pschwartau%netscape.com
|
c8ea61a3fc
|
Adding one more section.
|
2003-11-08 23:02:59 +00:00 |
pschwartau%netscape.com
|
35c4ceda07
|
Adding more sections.
|
2003-11-08 22:54:19 +00:00 |
pschwartau%netscape.com
|
fa9ac69576
|
Removing a stray comment.
|
2003-11-08 22:50:27 +00:00 |
pschwartau%netscape.com
|
651d6b12aa
|
Initial add. Regression test for bug 224956.
|
2003-11-08 22:48:54 +00:00 |
pschwartau%netscape.com
|
5fa1695197
|
Correcting a mistake in this testcase, discovered by zack-weg@gmx.de. The left and right parens were not balanced!
|
2003-11-07 22:47:34 +00:00 |
pschwartau%netscape.com
|
bffe6774e1
|
Patch by zack-weg@gmx.de correcting errors in this testcase. See bug 224951.
|
2003-11-07 18:08:35 +00:00 |
pschwartau%netscape.com
|
20f097afc9
|
Rearranging code to make style consistent with other tests in this directory.
|
2003-11-07 18:00:09 +00:00 |
pschwartau%netscape.com
|
fc95d6d3d2
|
Initial add. Regression test for bug 224676.
|
2003-11-05 04:08:11 +00:00 |
pschwartau%netscape.com
|
15cd8633b1
|
Replacing "Copyright �" by "Copyright (C)" in JS test suite sources. See bug 222759.
|
2003-10-27 01:49:27 +00:00 |
pschwartau%netscape.com
|
106370e00a
|
Adding more cases.
|
2003-10-24 17:55:06 +00:00 |
pschwartau%netscape.com
|
60359c2bff
|
Initial add. Regression test for bug 223535.
|
2003-10-24 17:47:36 +00:00 |
pschwartau%netscape.com
|
d518ebafde
|
Follow Perl 5, not ECMA-262 Ed 3 on unescaped, unbalanced brackets and braces. See bug 223273.
|
2003-10-24 17:18:21 +00:00 |
pschwartau%netscape.com
|
235dc1efdf
|
Correcting a mistake: remember to escape the escape character inside eval strings!
|
2003-10-24 00:51:37 +00:00 |
pschwartau%netscape.com
|
8c55a03216
|
Whitespace fix.
|
2003-10-23 21:15:06 +00:00 |
pschwartau%netscape.com
|
53519242cd
|
Fixing a comment.
|
2003-10-23 21:13:34 +00:00 |
pschwartau%netscape.com
|
aa3708c9cc
|
Added cases covering unbalanced brackets and braces.
|
2003-10-23 20:48:43 +00:00 |
pschwartau%netscape.com
|
74211d2bde
|
Initial add. Regression test for bug 223273.
|
2003-10-23 20:27:32 +00:00 |
pschwartau%netscape.com
|
9ae2c06c8d
|
Skip new tests that use SpiderMonkey's f.caller property (non-ECMA).
|
2003-10-16 04:08:38 +00:00 |
pschwartau%netscape.com
|
6b038f578b
|
Initial add. Regression test for bug 222029.
|
2003-10-13 22:23:17 +00:00 |
pschwartau%netscape.com
|
6de1779a96
|
Whitespace fix.
|
2003-10-13 20:56:55 +00:00 |
pschwartau%netscape.com
|
8ece50899f
|
Initial add. Regression test for bug 222029.
|
2003-10-13 20:18:46 +00:00 |
pschwartau%netscape.com
|
6a080c99b8
|
Initial add. Regression test for bug 39309.
|
2003-10-01 00:03:32 +00:00 |
pschwartau%netscape.com
|
3f2915e0d1
|
Initial add. Regression test for bug 220584.
|
2003-09-29 17:45:15 +00:00 |
pschwartau%netscape.com
|
996a0fd708
|
Improving readability.
|
2003-09-26 19:37:15 +00:00 |
pschwartau%netscape.com
|
cd5d6878eb
|
Initial add. Regression test for bug 220367.
|
2003-09-26 19:24:58 +00:00 |
pschwartau%netscape.com
|
5e0074371b
|
Initial add. Regression test for bug 220362.
|
2003-09-26 18:56:23 +00:00 |
pschwartau%netscape.com
|
d6910cdd1e
|
Initial add. Regresssion test for bug 216320.
|
2003-09-09 00:37:49 +00:00 |
pschwartau%netscape.com
|
4585faf2b3
|
Correcting a typo.
|
2003-08-19 16:45:03 +00:00 |
pschwartau%netscape.com
|
d399b7e7b8
|
Initial add. Regression test for bug 216591.
|
2003-08-19 16:36:54 +00:00 |
pschwartau%netscape.com
|
6a2888809e
|
Rhino shell has been updated to exit with code 3, not 1 on OutOfMemory/StackOverflow exceptions.
|
2003-08-03 18:20:24 +00:00 |
pschwartau%netscape.com
|
388ff90850
|
Initial add. Regression test for bug 210682.
|
2003-07-02 23:43:09 +00:00 |
pschwartau%netscape.com
|
ac8601882a
|
Adding 2 more sections.
|
2003-06-20 21:10:24 +00:00 |
pschwartau%netscape.com
|
b95c881f25
|
Improving comments.
|
2003-06-20 05:27:38 +00:00 |
pschwartau%netscape.com
|
2defcbbf00
|
Adding 2 more sections, and an explanation for the matches by Waldemar.
|
2003-06-20 05:23:06 +00:00 |