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

765 Коммитов

Автор SHA1 Сообщение Дата
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
pschwartau%netscape.com 5022c55256 Improving comments. 2003-06-20 04:56:50 +00:00
pschwartau%netscape.com ff2d59926f Improving comments. 2003-06-20 04:55:00 +00:00
pschwartau%netscape.com 709007b8c7 Correcting test per Waldemar at bug 209919 comment 11. 2003-06-20 00:40:01 +00:00
pschwartau%netscape.com a14f61fcf1 Initial add. Regression test for bug 209919. 2003-06-19 21:26:19 +00:00
pschwartau%netscape.com d576c58ab8 Adding a carriage return at end of file. 2003-06-17 21:32:48 +00:00
pschwartau%netscape.com 14d3981673 Moving all catch guard tests from the ecma_3/Exceptions directory to the js1_5/Exceptions directory, since this is non-ECMA syntax. 2003-06-14 01:16:36 +00:00
pschwartau%netscape.com 48b4ad20f0 Improving readability. 2003-06-13 18:09:45 +00:00
pschwartau%netscape.com c058b21aef Improving readability. 2003-06-13 01:18:18 +00:00
pschwartau%netscape.com e9bf863532 Initial add. Regression test for bug 209067.js 2003-06-12 23:07:27 +00:00
pschwartau%netscape.com 8ce5df2afe Initial add. Regression test for bug 208496. 2003-06-09 21:01:09 +00:00
pschwartau%netscape.com ae8580fda8 Removing in order to rename test as regress-208496-001.js 2003-06-09 21:00:02 +00:00
pschwartau%netscape.com 11cc45c7e2 Making sections 5 and 6 a little sharper. 2003-06-06 20:55:38 +00:00
pschwartau%netscape.com ba20d8ceda Adding more cases to the test. 2003-06-06 18:34:49 +00:00
pschwartau%netscape.com 63f73af1d5 Initialize the |actual| variable so it doesn't hold |undefined|. 2003-06-06 00:02:30 +00:00
pschwartau%netscape.com 9fea87c5fb Initial add. Regression test for bug 208496. 2003-06-05 23:54:44 +00:00
pschwartau%netscape.com a9334f6bcc Oops, I accidentally had section 2 of the test commented out! Uncommenting it now - 2003-05-08 21:19:09 +00:00
pschwartau%netscape.com a373e735bf Initial add. Tests ECMA-262 Ed. 3 Section 11.13.1, and is a regression test for bug 204919. 2003-05-08 21:08:19 +00:00
pschwartau%netscape.com b169e93bd7 Initial add. Regression test for bug 204210. 2003-05-03 20:35:17 +00:00
pschwartau%netscape.com c71e8a2d1b Improving readability. 2003-04-30 21:51:27 +00:00
pschwartau%netscape.com dcd6cf8335 Adding new cases to the test (by Igor Bukanov). 2003-04-30 21:39:08 +00:00
pschwartau%netscape.com 97e2fc9f14 Adding a new case, and improving readability. 2003-04-30 01:10:10 +00:00
pschwartau%netscape.com 36cfebf1a7 Initial add. Regression test for bug 203841. 2003-04-30 01:01:02 +00:00
pschwartau%netscape.com c3e96275ca Initial add. Regression test for bug 203402. 2003-04-29 18:49:32 +00:00
pschwartau%netscape.com 5296f8590a Improving readability. 2003-04-20 03:36:11 +00:00
pschwartau%netscape.com 1c43990272 Initial add. Regression test for bug 202678. 2003-04-20 03:30:04 +00:00
pschwartau%netscape.com b3a9d41b5f Initial add. Regression test for bug 202564. 2003-04-18 22:31:12 +00:00
pschwartau%netscape.com 41886e223f Initial add. Tests ECMA-262 Edition 3, Section 15.11.7.6. 2003-04-14 23:18:36 +00:00
pschwartau%netscape.com 1413bb9180 Moving from ecma_3/Object/ to ecma_3/Exceptions/ directory. 2003-04-14 23:14:42 +00:00
pschwartau%netscape.com b3d99ffc41 Initial add. Regression test for EMCA-262 Ed.3, Section 15.11.7.6. 2003-04-14 23:04:52 +00:00
pschwartau%netscape.com b8a9d1f71c Initial add. Tests ECMA-262 Ed.3, Section 11.4.1, the |delete| operator. See bug 201987. 2003-04-14 18:45:45 +00:00
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
pschwartau%netscape.com 974ade6725 Improving readability. 2002-12-13 21:40:32 +00:00
pschwartau%netscape.com cc94cf3b6d 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 1daef5dd81 Initial add. Regression test for bug 184107. 2002-12-10 00:22:44 +00:00
pschwartau%netscape.com 30b7eaa24f Adding an improvement by joerg.schaible@gmx.de, plus a new section. 2002-12-06 23:45:31 +00:00
pschwartau%netscape.com e9b2463e8a Test by joerg.schaible@gmx.de arising from bug 181914. 2002-12-04 22:11:47 +00:00
pschwartau%netscape.com 5a7c3a50ce Test by joerg.schaible@gmx.de, enforcing ECMA-262 Ed.3, Section 15.11.1.1 2002-12-04 21:58:15 +00:00
pschwartau%netscape.com 72529ab8e6 Removing an extraneous line. 2002-11-27 01:12:21 +00:00
pschwartau%netscape.com 583bd3b9b7 Initial add. Regression test for bug 154693. 2002-11-27 01:00:29 +00:00
pschwartau%netscape.com d8599d42e8 Rearranging section order for greater readability. 2002-11-26 19:55:34 +00:00
pschwartau%netscape.com cdb5c6d65f Initial add. Regression test for bug 181834 by felix.meschberger@day.com. 2002-11-26 19:48:14 +00:00
pschwartau%netscape.com 4155380db9 Trivial whitespace fix. 2002-11-26 02:55:54 +00:00
pschwartau%netscape.com 193abbaa05 Improvement by joerg.schaible@gmx.de: test not only that |err.toString()| contains |err.message|, but also that |err.message| contains the right value; i.e the value provided to the Error constructor. See bug 181909. 2002-11-26 02:53:39 +00:00