Commit Graph

340 Commits

Author SHA1 Message Date
bob%bclary.com
6d5ebc73a7 Check JS only recursion stack overflow, bug 295666, by Georgi Guninski 2005-09-19 00:01:41 +00:00
bob%bclary.com
d27ba6096b Math.random should be random, bug 211590, by zack-weg@gmx.de 2005-09-18 23:58:55 +00:00
bob%bclary.com
93a7229b50 Properly report / in a literal regexp class as an error, bug 173067, by Phil Schwartau 2005-09-18 23:56:36 +00:00
bob%bclary.com
6df3a7466b Do not crash due to js_NewRegExp initialization, bug 167658, by Georg Maass 2005-09-18 23:54:13 +00:00
bob%bclary.com
c4ae928121 String(number) == xxxx:0000 for some numbers, bug 140852, by John Morrison 2005-09-18 23:50:53 +00:00
bob%bclary.com
609ae71e0b Do not crash in js_ReportIsNotDefined(), bug 139316, by Robert Ginda 2005-09-18 23:48:02 +00:00
bob%bclary.com
7f94176e93 Do not crash - JSOP_THIS should null obj register, bug 116228, by Christian Bodart 2005-09-18 23:44:49 +00:00
bob%bclary.com
0bc7601748 Do not crash javascript warning duplicate arguments, bug 115436, by Alex Vincent 2005-09-18 23:42:33 +00:00
bob%bclary.com
d6959068dd Set Function arguments, bug 292215, by Erik Fabert 2005-09-18 23:39:45 +00:00
bob%bclary.com
9e88ae8cf8 Function.prototype.toSource should not override Function.prototype.toString, bug 178389, by Bart 2005-09-18 23:36:57 +00:00
bob%bclary.com
e289a3a289 Do not crash when newline separates function name from arglist, bug 123371, by kinmoz@netscape.net 2005-09-18 23:33:29 +00:00
bob%bclary.com
551fb82177 sort should not by O(N^2) on sorted data, bug 99120, by Phil Schwartau 2005-09-18 23:30:20 +00:00
bob%bclary.com
d6ba818915 Handle Arrays with holes properly, bug 299644, by mozilla@florian.loitsch.com 2005-09-18 23:26:25 +00:00
bob%bclary.com
6c0a21415d add emacs modeline, no bug, not part of the build 2005-09-18 20:50:34 +00:00
bob%bclary.com
6d11aa1fb9 convert msg argument in printStatus(msg) to string, add BigO function to estimate Big O of a data set, no bug, not part of the build. 2005-09-18 20:49:21 +00:00
bob%bclary.com
65ea6beaed add setBoolPref(prefName, newValue) to allow browser based tests to get/set preferences 2005-09-18 20:47:38 +00:00
gerv%gerv.net
35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
bob%bclary.com
fda3209ca7 Bug 98901, JS Regression testcase for stack overflow concatenating variables, not part of the build. 2005-09-06 15:04:03 +00:00
bob%bclary.com
7f3100012a Change print to printStatus so that test can be run in browser without invoking window.print, no bug. 2005-08-31 04:43:19 +00:00
bob%bclary.com
c18d228a2c Regression test for bug 300858, crash sorting arrays with holes 2005-07-28 07:32:26 +00:00
bob%bclary.com
0b94961a45 function prototypes are now enumerable, bug 299642. Hat tip to mrkbap 2005-07-28 06:30:14 +00:00
bob%bclary.com
e4def52223 Do not crash in args_resolve enumerating |arguments|, bug 291213. Test by David Baron 2005-07-28 03:33:22 +00:00
bob%bclary.com
0ed4afbec5 Add tests for Date.toLocaleFormat, bug 291494 2005-07-28 02:34:07 +00:00
bob%bclary.com
a40af3be93 ECMA 262-3 12.4 - wrap function expressions in parens since expression statements can not begin with a comma or function keyword 2005-07-28 01:14:32 +00:00
bob%bclary.com
86604680ee really fix testcase for bug 299209 2005-07-02 11:10:16 +00:00
bob%bclary.com
a029bbe769 fix test case to eval entire loop, bug 299209 2005-07-02 10:59:51 +00:00
bob%bclary.com
d8b9403f8a bug 299209, since new behavior is Syntax Error instead of crash, change test to eval expression and catch eval error. 2005-07-02 08:56:41 +00:00
bob%bclary.com
27eed313df anonymous function expression statement => JS stack overflow, bug 299209. Test by Paul Kurczaba 2005-06-30 07:00:34 +00:00
bob%bclary.com
ddcdfdf50e Modify js/tests/js1_2/function/Function_object.js, js/tests/js1_2/function/tostring-1.js, js/tests/js1_2/function/tostring-2.js, js/tests/js1_5/Regress/regress-245795.js, js/tests/js1_5/Regress/regress-252892.js to remove expectation of leading and trailing newline in Function.prototype.toString. bug 111816 2005-06-27 15:16:45 +00:00
bob%bclary.com
1dadf9ec31 function local variables should not be enumerable properties of the function object, bug 293782, by Jonathan Watt 2005-06-14 16:49:49 +00:00
bob%bclary.com
91aa107128 test is testing for a crash. catch exception to prevent erroneous failure, no bug, not part of build. 2005-06-08 03:12:49 +00:00
bob%bclary.com
0a4bbd5c98 rename function to eliminate possible collisions, no bug, not part of build 2005-06-08 03:03:13 +00:00
bob%bclary.com
dae4cdc78f increase global/local ratio to 2.5 to reduce noise, no bug, not part of build 2005-06-08 03:01:30 +00:00
bob%bclary.com
7a3f63044e Add testcase for bug 295052, by David James. Do not crash on String.prototype.match.apply 2005-05-21 21:28:43 +00:00
bob%bclary.com
91ba84e306 Function arguments, variables should be hidden as Function properties, test by Jonathan Watt 2005-05-15 17:26:52 +00:00
bob%bclary.com
d9f0464cd2 Test crash during String.replace when accessing String methods on backreferences 2005-05-15 17:04:00 +00:00
bob%bclary.com
c08ce4e7ee Test crash bug 294191, testcase by shutdown@ayassi.zzn.com 2005-05-15 16:38:46 +00:00
bob%bclary.com
1ca5429b9e Testcases for Array extras, bug 290592 2005-05-05 19:38:24 +00:00
bob%bclary.com
74e113ead6 Add regression test for bug 234389, by Alex Vincent 2005-04-29 03:33:45 +00:00
bob%bclary.com
9e8718e2de Fix crashMe2 testcase to check for SyntaxError instead of just not crashing 2005-04-20 16:34:20 +00:00
bob%bclary.com
755c13363f Add new testcase for bug 290575, by Erik Fabert 2005-04-19 20:44:06 +00:00
bob%bclary.com
6e9df675ad Regression test for bug 290656 by Andrew Schultz, bug 290656 2005-04-19 00:43:19 +00:00
bob%bclary.com
4b18882f24 Do not crash when calling function with more than 32768 arguments by Erik Fabert, Bug 290575 2005-04-19 00:26:12 +00:00
bob%bclary.com
25c4b48342 Updated test from Brendan, bug 290488 2005-04-18 20:47:45 +00:00
bob%bclary.com
cb317ff9d9 Fix typo, thanks to Erik Fabert for pointing it out 2005-04-15 17:56:18 +00:00
bob%bclary.com
454981dc01 Function.prototype.call() for closures should default scope to the global object, bug 290488 2005-04-15 17:22:46 +00:00
bob%bclary.com
4a71ffbf67 /b(?=(b+))/.exec(baaabac) == null 2005-04-11 03:39:26 +00:00
bob%bclary.com
b3c60532ff Generalize test to use regular expression to prevent false failure in rhino 2005-04-11 03:37:52 +00:00
bob%bclary.com
d4ab7e0bc3 Catch exception if indirect eval calls are not allowed in the engine 2005-04-11 03:36:25 +00:00
bob%bclary.com
dc2cb179bd Don't call gc() if it is not defined the the engine being tested 2005-04-11 03:35:19 +00:00