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

762 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 42aa9da4c0 Correcting an error. 2003-12-13 23:52:12 +00:00
pschwartau%netscape.com 20d7a3ea4f Correcting an error. 2003-12-13 23:41:09 +00:00
pschwartau%netscape.com bf6feda3d0 Adding more cases. 2003-12-13 23:32:10 +00:00
pschwartau%netscape.com a3b46f9010 Initial add. Regression testcase for bug 228087. 2003-12-12 23:29:16 +00:00
pschwartau%netscape.com f8b714efc2 Initial add. Regression test for bug 226517 by Igor Bukanov. 2003-12-04 19:19:07 +00:00
pschwartau%netscape.com c94fc89bea Initial add. Regression test by Igor Bukanov, for bug 226507. 2003-11-25 02:23:59 +00:00
pschwartau%netscape.com cd45244168 Updating email address. 2003-11-18 20:58:56 +00:00
pschwartau%netscape.com f457eaa80d 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 cbb33a9d98 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 b707a22895 Removing inner () 's from Section 4 of test. See bug 225831 comment 7. 2003-11-17 00:46:52 +00:00
pschwartau%netscape.com 24d46ce950 Adding comments. 2003-11-16 23:10:49 +00:00
pschwartau%netscape.com 2954f1e1c9 Nope, that last correction was wrong; fixing mistake. See bug 225289 comment 9. 2003-11-16 23:07:28 +00:00
pschwartau%netscape.com 336f8f995e Adding three more sections, by igor@fastmail.fm. 2003-11-16 22:03:14 +00:00
pschwartau%netscape.com 5e19ce935a Initial add. Regression test for bug 225831, by igor@fastmail.fm. 2003-11-16 00:04:18 +00:00
pschwartau%netscape.com 059637f8b3 Correcting another error (I believe; see bug 209919 comment 14). 2003-11-15 23:22:00 +00:00
pschwartau%netscape.com e19013d947 Fixing more errors in the test - see bug 225289 comment 6. 2003-11-15 23:19:27 +00:00
pschwartau%netscape.com 22ba07905f Fixing an error in the test. 2003-11-15 22:47:03 +00:00
pschwartau%netscape.com 75422d50c1 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 976f1809e1 Initial add. Regression test for bug 225343. 2003-11-11 20:55:59 +00:00
pschwartau%netscape.com 6414dc4d64 Correcting mistakes, and changing style. 2003-11-11 05:21:26 +00:00
pschwartau%netscape.com c8372729aa Initial add. Regression test for bug 225289. 2003-11-11 04:56:52 +00:00
pschwartau%netscape.com 1ecac41a94 Adding one more section. 2003-11-08 23:02:59 +00:00
pschwartau%netscape.com cc191541bb Adding more sections. 2003-11-08 22:54:19 +00:00
pschwartau%netscape.com df02e5884f Removing a stray comment. 2003-11-08 22:50:27 +00:00
pschwartau%netscape.com f584a9af35 Initial add. Regression test for bug 224956. 2003-11-08 22:48:54 +00:00
pschwartau%netscape.com 0865e526f2 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 b0748544ba 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 c6e98c8a21 Rearranging code to make style consistent with other tests in this directory. 2003-11-07 18:00:09 +00:00
pschwartau%netscape.com 94cdb231a3 Initial add. Regression test for bug 224676. 2003-11-05 04:08:11 +00:00
pschwartau%netscape.com 1faffc0fb6 Replacing "Copyright �" by "Copyright (C)" in JS test suite sources. See bug 222759. 2003-10-27 01:49:27 +00:00
pschwartau%netscape.com 82a03fc995 Adding more cases. 2003-10-24 17:55:06 +00:00
pschwartau%netscape.com e3b4c16fa0 Initial add. Regression test for bug 223535. 2003-10-24 17:47:36 +00:00
pschwartau%netscape.com 92ef5f7beb 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 21596d6383 Correcting a mistake: remember to escape the escape character inside eval strings! 2003-10-24 00:51:37 +00:00
pschwartau%netscape.com 0b9f8244c1 Whitespace fix. 2003-10-23 21:15:06 +00:00
pschwartau%netscape.com e03b9ebe33 Fixing a comment. 2003-10-23 21:13:34 +00:00
pschwartau%netscape.com d04a86445e Added cases covering unbalanced brackets and braces. 2003-10-23 20:48:43 +00:00
pschwartau%netscape.com 054eaeb6fc Initial add. Regression test for bug 223273. 2003-10-23 20:27:32 +00:00
pschwartau%netscape.com 2049f8f1b7 Skip new tests that use SpiderMonkey's f.caller property (non-ECMA). 2003-10-16 04:08:38 +00:00
pschwartau%netscape.com d764fcd48b Initial add. Regression test for bug 222029. 2003-10-13 22:23:17 +00:00
pschwartau%netscape.com e21b28f1d4 Whitespace fix. 2003-10-13 20:56:55 +00:00
pschwartau%netscape.com d3607e4a9d Initial add. Regression test for bug 222029. 2003-10-13 20:18:46 +00:00
pschwartau%netscape.com 18aa61bacd Initial add. Regression test for bug 39309. 2003-10-01 00:03:32 +00:00
pschwartau%netscape.com de6f7a3a8b Initial add. Regression test for bug 220584. 2003-09-29 17:45:15 +00:00
pschwartau%netscape.com 2bf2a57dd4 Improving readability. 2003-09-26 19:37:15 +00:00
pschwartau%netscape.com 769b832c24 Initial add. Regression test for bug 220367. 2003-09-26 19:24:58 +00:00
pschwartau%netscape.com 59648663bd Initial add. Regression test for bug 220362. 2003-09-26 18:56:23 +00:00
pschwartau%netscape.com 5547869e54 Initial add. Regresssion test for bug 216320. 2003-09-09 00:37:49 +00:00
pschwartau%netscape.com 60a8469472 Correcting a typo. 2003-08-19 16:45:03 +00:00
pschwartau%netscape.com 19674c814c Initial add. Regression test for bug 216591. 2003-08-19 16:36:54 +00:00