Commit Graph

1031 Commits

Author SHA1 Message Date
bob%bclary.com
b0567249fd Regression test - do not crash creating infinite array, by Martijn Wargers, bug 3125288 2005-10-16 23:15:36 +00:00
bob%bclary.com
b70762299f updated test from Michael Daumling, bug 232182 2005-10-16 16:41:51 +00:00
bob%bclary.com
1a016a793a add XML.ignoreWhitespace = false to ensure valid comparison of string values, bug 312064 2005-10-16 16:24:07 +00:00
bob%bclary.com
1307e74294 Regression test for bug 312351, do not crash on RegExp(null), by drimbk@yahoo.com 2005-10-14 03:16:19 +00:00
bob%bclary.com
dc84b1c76c Regression test for bug 226078, by Zbigniew Braniecki, Brendan Eich 2005-10-14 02:40:17 +00:00
bob%bclary.com
fac732d03a Regression test for bug 303277, by shutdown@flashmail.com 2005-10-14 00:39:06 +00:00
bob%bclary.com
8e19f47695 String static methods 2005-10-14 00:05:20 +00:00
bob%bclary.com
76bcc2878a Add js1_6/String to JS Test Library 2005-10-14 00:03:21 +00:00
bob%bclary.com
659f4796f8 Correct expected value, bug 310425 2005-10-11 19:49:34 +00:00
bob%bclary.com
2de12a07d3 Add expected exit code of 3 to deal with out of memory conditions, bug 303213 2005-10-11 19:47:52 +00:00
bob%bclary.com
5bc33ac77f Bring test up to current js1_5 standards, no bug, not part of the build 2005-10-11 19:45:18 +00:00
bob%bclary.com
70b6982f77 Add expected exit code of 3 to deal with out of memory conditions, bug 311580 2005-10-11 19:43:25 +00:00
bob%bclary.com
e1203b060f Fix expected value for CDATA section nodeKind 2005-10-11 19:03:02 +00:00
bob%bclary.com
774c5495a4 Regression test - wrap test function in try catch block to prevent undefined functions in test case from percolating to the top, no bug, not part of the build 2005-10-11 17:23:03 +00:00
bob%bclary.com
57a1587f8c Regression test - Do not crash watching property when watcher sets property, test by Brant Gurganus, bug 213482 2005-10-11 08:19:55 +00:00
bob%bclary.com
1214fa96fd Regression test - crash caused by bug 208030, test by Olivier Cahagne, bug 214761 2005-10-11 07:21:20 +00:00
bob%bclary.com
794c3bc441 Regression test - E4X should be enabled even when e4x=1 not specified, test by Wladimir Palant, bug 301574 2005-10-11 06:39:28 +00:00
bob%bclary.com
99308e4deb Regression test - spandep fu should skip unused JSOP_TABLESWITCH jump table entries, test by Silviu Trasca, bug 302439 2005-10-11 06:16:19 +00:00
bob%bclary.com
7826873fcc move js1_5/Array/array-002.js to js1_6/Array/regress-290592.js, change test to reflect change where holes are not enumerated, bugs 290592, 311082 2005-10-11 04:46:24 +00:00
bob%bclary.com
cddd9aec20 Regression Test - integer overflows in jsstr.c, js_str_escape.js, test by Georgi Guninski, bug 303213 2005-10-10 05:53:10 +00:00
bob%bclary.com
030e987887 Regression Test - test Array.indexOf/Array.lastIndexOf edge cases, test by Igor Bukanov, bug 310425 2005-10-10 04:40:39 +00:00
bob%bclary.com
2d39c648ee JS Test Library - add js1_6/Array for JavaScript 1.6 Array extensions 2005-10-10 04:37:21 +00:00
bob%bclary.com
87a8e7179e Regression test - treat <! as the start of a comment to end of line unless e4x=1, test by Peter van der Woude, bug 311071 2005-10-10 03:00:38 +00:00
bob%bclary.com
ac68689a39 Regression test - HTML Comment on JS if statement causes erroneous results, test by Peter van der Woude, bug 310993 2005-10-10 02:57:47 +00:00
bob%bclary.com
6717add8a2 Regression test - JavaScript switch statement going to wrong case, test by Henry Cejtin, bug 308085 2005-10-10 02:54:56 +00:00
bob%bclary.com
e120dece77 Regression test - assertion parsing getter\n, test by Blake Kaplan, bug 306794 2005-10-10 02:51:30 +00:00
bob%bclary.com
25b92c44e4 Regression Test - sorting array of arrays should not crash due to GC, bug 306788regress-306788.js 2005-10-10 02:48:10 +00:00
bob%bclary.com
e2dd05e1c1 Allow conversion of NodeList to Array via Array.prototype.slice, test by Seno Aiko, bug 310351 2005-10-10 02:44:29 +00:00
bob%bclary.com
6e97f3ad96 Regression Test - allow unescaped / in regular expression literals, test by Phil Schwartau, bug 309840, obsoletes js1_5/Regress/regress-173067.js 2005-10-10 02:38:21 +00:00
bob%bclary.com
cdf209be60 Regression test - properly root stack in toXMLString, test by Stephen Donner, bug 311580 2005-10-10 02:34:42 +00:00
bob%bclary.com
6aa78291b1 Regression test - Do not crash on long running script using e4x, test by conor@the325project.org, bug 309897 2005-10-10 02:29:58 +00:00
bob%bclary.com
8d014053a3 Regression test, Do not crash when searching large e4x tree, bug 308111, test by Aaron Boodman 2005-10-10 02:26:32 +00:00
bob%bclary.com
b54b4f4d7a E4X should be on by default while preserving comment hacks, bug 309342, bug 311147, tests by Brendan Eich 2005-10-10 00:15:05 +00:00
bob%bclary.com
d86ff46038 E4X 11.4.1 - XML Initializer: SGML Comment hiding, bug 311157, test by Brendan Eich 2005-10-09 23:59:43 +00:00
bob%bclary.com
22ebfea3aa E4X 11.4.1 - XML Initializer: accept single processing instruction, CDATA section, single comment, test by Martin Honnen, bug 257679 2005-10-09 23:55:24 +00:00
bob%bclary.com
ee0fe9169b Add js1_6/Regress to the JavaScript test library 2005-10-09 23:29:42 +00:00
bob%bclary.com
aa1b00218a Add js1_6 directory for JavaScript 1.6 testing 2005-10-09 23:24:21 +00:00
bob%bclary.com
6031ffe85a automated testing - add full path to test results written to stdout, add simulated gc() for browser based tests (from Igor Bukanov), not part of the build, no bug 2005-10-09 23:19:44 +00:00
bob%bclary.com
c73e82ab17 automated testing - obsolete js1_5/Regress/regress-173067.js due to change in allowing unescaped / in literal regular expressions 2005-10-09 23:18:06 +00:00
bob%bclary.com
3acd984a4d automated testing - turn off javascript warnings, not part of the build, no bug 2005-10-09 23:06:38 +00:00
bob%bclary.com
6cb5eef290 Prevent recursive death in UnaryExpr, test by Mook, bug 311629, not part of the build 2005-10-08 12:39:29 +00:00
bob%bclary.com
e69c473247 startTest() must follow bug number in order to report bug number, no bug, not part of the build 2005-09-30 02:44:11 +00:00
bob%bclary.com
91af505e5b Add callback to allow browser based tests to report test results to stdout, no bug, not part of the build 2005-09-30 02:40:36 +00:00
bob%bclary.com
62d2480021 Update automated test talkback ids, no bug, not part of the build 2005-09-30 02:38:35 +00:00
bob%bclary.com
4d2601aecd Object.prototype.toLocaleString should track Object.prototype.toString, Regression test for bug 308806 by Bryant Chen, not part of the build 2005-09-29 19:09:51 +00:00
nboyd%atg.com
8914f71a8e Rhino now implements the array extras 2005-09-28 16:18:14 +00:00
bob%bclary.com
aea0225e02 Regression test for bug 309925 2005-09-25 08:46:56 +00:00
bob%bclary.com
e2722e8911 replace print with printStatus to prevent print dialog in browser tests, no bug, not part of the build 2005-09-22 19:59:31 +00:00
bob%bclary.com
f567979cf4 Regression test for bug 232182, Display non-ascii characters in JS Exceptions, by Michael Daumling 2005-09-21 19:08:04 +00:00
bob%bclary.com
b319754cc2 Regression test for Date parse compatibility with MSIE, bug 301738 2005-09-21 19:01:55 +00:00