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

207 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 8ee7b9ec81 Initial add. Testing regexps containing octal escape sequences. See bug 141078. 2002-08-02 21:27:12 +00:00
pschwartau%netscape.com 0a859a05e8 Adding a comment 2002-08-02 00:13:00 +00:00
pschwartau%netscape.com 255ceec550 Initial add. Regression test for bug 141078. 2002-07-18 18:36:44 +00:00
pschwartau%netscape.com fe4ff91e5e Initial add. Regression test for bug 58274. 2002-07-15 23:20:15 +00:00
pschwartau%netscape.com cef0524103 Initial add. Testing identifiers with double-byte names; see bug 58274. 2002-07-15 23:15:52 +00:00
pschwartau%netscape.com b6e224c759 Correcting two sections of test. 2002-07-15 17:28:05 +00:00
pschwartau%netscape.com 3d0481ed1e Expanding a comment for one section in greater detail. 2002-07-15 17:04:38 +00:00
pschwartau%netscape.com 7e7822fb4b Initial add. Regression test for bug 157509. 2002-07-15 15:22:35 +00:00
pschwartau%netscape.com 21c78d339e Comment edit. 2002-07-15 15:07:33 +00:00
pschwartau%netscape.com 3b26b79276 Added revision date + comment clean-up. 2002-07-15 15:06:37 +00:00
pschwartau%netscape.com 5841696264 Rhino has also decided to conform with SpiderMonkey on this test. Adding early return for Rhino as well. 2002-07-14 22:34:50 +00:00
pschwartau%netscape.com 7ed81a0ccd Rhino has also decided to conform with SpiderMonkey on this test. Removing early return for Rhino. 2002-07-14 22:23:52 +00:00
pschwartau%netscape.com bf47977f38 Initial add. Based on examples from ECMA-262 Ed.3 spec, Section 15.10.2 2002-07-10 23:09:48 +00:00
pschwartau%netscape.com b1277f0b9b Initial add. Testing JS RegExp engine against results from Perl 5. 2002-07-08 04:03:11 +00:00
pschwartau%netscape.com 451a024ce1 Correcting the year in the copyright. 2002-07-08 03:58:27 +00:00
pschwartau%netscape.com d6131a082b Adding reference to bug 85721. 2002-07-08 03:36:34 +00:00
pschwartau%netscape.com 59653be598 Initial add. Testing JS RegExp engine against results from Perl 5. 2002-07-08 03:27:21 +00:00
pschwartau%netscape.com caebe93d57 Adjusting FAST constant upward again, so that test can pass in Rhino. 100 ms seems like a reasonable value. 2002-06-24 22:14:48 +00:00
pschwartau%netscape.com 5341aaf026 Adjusting FAST constant upward so that test can pass in Rhino - 2002-06-20 20:53:10 +00:00
pschwartau%netscape.com 9c8befbfa3 Cosmetic whitespace cleanup. 2002-06-04 19:51:59 +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 bdd941dd4c Removing this test. It has been superseded by test ecma_3/Function/15.3.4.3-1.js 2002-05-22 06:01:09 +00:00
pschwartau%netscape.com a59b7eb621 Initial add. Tests language conformance to EMCA-262 Edition 3 Section 15.3.4.4 2002-05-22 05:54:58 +00:00
pschwartau%netscape.com 2672c28320 Initial add. Tests language conformance to EMCA-262 Edition 3, Section 15.3.4.3 2002-05-22 05:54:21 +00:00
pschwartau%netscape.com 9fda21bdc2 Initial add. Regression test for bug 145779. 2002-05-20 20:37:43 +00:00
pschwartau%netscape.com 08993401bb Initial add. Regression test for bug 137181. 2002-04-12 21:06:15 +00:00
pschwartau%netscape.com f18c60f449 Updating status messages to the current format. 2002-04-12 20:23:33 +00:00
pschwartau%netscape.com 3c91dde9aa Adding an early return for Rhino; we only want to run this test in SpiderMonkey for now. 2002-04-11 16:11:53 +00:00
pschwartau%netscape.com 3d43412c32 Adding an early return for SpiderMonkey; we only want to run this test in Rhino. 2002-04-10 22:52:26 +00:00
pschwartau%netscape.com fd9b58841f Improving comment. 2002-04-10 22:50:42 +00:00
pschwartau%netscape.com 8343e0fb57 Adding a utility function to detect the Rhino shell. 2002-04-10 22:39:16 +00:00
pschwartau%netscape.com f27befc910 Initial add. Regression test for bug 131348. 2002-04-10 22:18:32 +00:00
pschwartau%netscape.com 35cbdc6efc Removing an extraneous line. 2002-03-25 23:51:06 +00:00
pschwartau%netscape.com 5d694a5ed1 Initial add. Regression test for bug 130451. 2002-03-25 23:41:56 +00:00
pschwartau%netscape.com df16547f85 Fixing a typo. 2002-03-23 01:50:16 +00:00
pschwartau%netscape.com 925eef10c4 Fixing a blunder in Section 4, and changing from brackets to braces for ECMA attribute. 2002-03-20 19:24:08 +00:00
pschwartau%netscape.com 6099f1ab53 Deleted an extraneous line; improved readablity. 2002-03-20 19:13:36 +00:00
pschwartau%netscape.com a8d2f2a22f Initial add. Regression test for bug 131964. 2002-03-20 00:23:22 +00:00
pschwartau%netscape.com 1ddd32348d Added two new cases where the result is all zeros. 2002-03-15 05:15:57 +00:00
pschwartau%netscape.com 90a17d03d6 Initial add. Regression test for bug 122076. 2002-03-04 04:11:47 +00:00
pschwartau%netscape.com 95713a1ba6 Improved regexp reporting for Rhino by imitating SpiderMonkey's Array.toSource() method. 2002-02-27 18:36:46 +00:00
pschwartau%netscape.com 52765a23f3 Adding two more cases to test. Improving readability. 2002-02-23 01:14:51 +00:00
pschwartau%netscape.com 8bd647f85c Initial add. 2002-02-20 19:07:08 +00:00
pschwartau%netscape.com 9ba6a7adbd Adding more cases and improving comments. 2002-02-18 23:59:15 +00:00
pschwartau%netscape.com a42a6941bd Fixing a typo in the comments 2002-02-18 23:29:54 +00:00
pschwartau%netscape.com 82dc1161ae Initial add. 2002-02-18 22:03:46 +00:00
rogerl%netscape.com 9176616495 Fixed expected output from case 1. (sr=pschwartau) 2002-02-14 19:21:13 +00:00
pschwartau%netscape.com 9f52495aaf Correcting an error 2002-02-14 19:11:15 +00:00
pschwartau%netscape.com 68fab19f05 Initial add. Regression test for bug 85721. 2002-02-14 19:06:59 +00:00
pschwartau%netscape.com 707d16f185 Initial add. Testing functions with duplicate formal parameter names. 2002-02-12 01:35:05 +00:00