Commit Graph

555 Commits

Author SHA1 Message Date
bclary@bclary.com
2a7230524c JavaScript Test - add additional case to test, by Norris Boyd, bug 344951, not part of the build 2007-09-08 06:53:33 -07:00
jorendorff@mozilla.com
5311d53de1 Merge from cvs-trunk-mirror. This fixes bug 393364, a C++ compatibility bug. js/src now builds ok.
--HG--
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
2007-08-23 21:03:00 -04:00
bclary@bclary.com
e06f6e702b JavaScript Tests - destructuring assignment tests, by Norris Boyd, bug 393272, not part of the build 2007-08-22 12:43:31 -07:00
jorendorff@mozilla.com
b083b44b51 Merge from cvs-trunk-mirror
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2007-08-21 14:08:45 -04:00
bclary@bclary.com
2a4a9e20c6 JavaScript Tests - update spidermonkey-gc.tests, bug 392596, by Jason Orendorff, not part of the build 2007-08-20 09:15:33 -07:00
bclary@bclary.com
e1dbb71e6f JavaScript Tests - regression test for bug 392308, by Norris Boyd, not part of the build 2007-08-18 03:18:40 -07:00
edward.lee@engineering.uiuc.edu
6b941d6dd3 merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-16 12:06:15 -07:00
bclary@bclary.com
5c5403c72e JavaScript Test - regression test for bug 392310, by Norris Boyd, not part of the build 2007-08-15 16:27:35 -07:00
bclary@bclary.com
2408c80cca JavaScript Test - regression test for bug 363578, by nanto_vi (TOYAMA Nao), not part of the build 2007-08-15 15:48:16 -07:00
nboyd@atg.com
46d051330d Implement correct semantics of storage class (global, var, let) for destructuring assignment. 2007-08-15 05:00:05 -07:00
edward.lee@engineering.uiuc.edu
46e98d7750 merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-10 15:25:15 -07:00
bclary@bclary.com
c71d5ec083 JavaScript Tests - regression tests for bug 385393, by Jesse Ruderman, not part of the build 2007-08-10 14:41:54 -07:00
bclary@bclary.com
8b9cba4995 JavaScript Tests - regression tests for bug 373595, by Jesse Ruderman, not part of the build 2007-08-08 08:21:55 -07:00
bclary@bclary.com
fd7f558e0a JavaScript Tests - regression tests for bug 367501, by moz_bug_r_a4, not part of the build 2007-08-08 08:05:08 -07:00
bclary@bclary.com
5eec1c2e4a JavaScript Tests - regression test for bug 366601, by Igor Bukanov 2007-08-08 07:52:54 -07:00
bclary@bclary.com
e4c101f248 JavaScript Tests - regression test for bug 365692, by Igor Bukanov 2007-08-08 07:48:57 -07:00
bclary@bclary.com
d4e3723c2e JavaScript Tests - regression test for bug 364023, by shutdown, not part of the build 2007-08-08 03:30:08 -07:00
bclary@bclary.com
6b18a09d66 JavaScript Tests - regression tests for bug 362872, by shutdown, Blake Kaplan, not part of the build 2007-08-08 03:26:45 -07:00
edward.lee@engineering.uiuc.edu
2258d276ab merging from cvs-trunk-mirror
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-06 16:03:20 -07:00
bclary@bclary.com
1364af67ae JavaScript Tests - regression test for bug 363258, not part of the build 2007-08-05 10:39:44 -07:00
bclary@bclary.com
68aeb10235 JavaScript Tests - updated tests for JS1_8 by Igor Bukanov, bug 380469, not part of the build 2007-08-05 03:22:16 -07:00
bclary@bclary.com
676134fc6e JavaScript Tests - regression test for bug 387871, by Jesse Ruderman, Igor Bukanov, not part of the build 2007-08-05 03:09:52 -07:00
bclary@bclary.com
185cce411b JavaScript Tests - regression test for bug 390918, by Jesse Ruderman, Igor Bukanov, not part of the build 2007-08-05 02:59:42 -07:00
bclary@bclary.com
d3d595626f JavaScript Tests - new version of test to reflect removal of close phase of GC in bug 380469 in JS18, by Igor Bukanov, not part of the build 2007-08-05 02:31:32 -07:00
jst@mozilla.com
c00957a8fc merging from cvs-trunk-mirror 2007-07-20 14:18:36 -07:00
nboyd@atg.com
22bf01cd82 Fix bug 388643 - JavaScript Tests - global shell.js sets JavaScript version to
version lower than required by E4X tests
Patch from David Caldwell.
2007-07-19 12:57:48 -07:00
jst@mozilla.org
1df6805a57 merging from cvs-trunk-mirror 2007-07-18 13:32:08 -07:00
nboyd@atg.com
4b843458ac Fix bug 387694 - More reportMatch changes to generalize tests 2007-07-18 12:59:20 -07:00
bclary@bclary.com
fa8f53b8c7 JavaScript Test - regression test for bug 349326, by Igor Bukanov 2007-07-13 10:23:49 -07:00
bclary@bclary.com
34979ba6a5 JavaScript Test - regression test for bug 382981, by Jesse Ruderman 2007-07-13 10:08:03 -07:00
bclary@bclary.com
7387995a11 JavaScript Test - regression test for bug 383269, by Igor Bukanov, Brendan Eich 2007-07-13 09:56:29 -07:00
bclary@bclary.com
50dd33d1af JavaScript Test - regression test for bug 384680, by Jesse Ruderman 2007-07-12 19:26:26 -07:00
bclary@bclary.com
6c2c3b9ee4 JavaScript Test - regression test for bug 385134, by Jesse Ruderman 2007-07-12 19:08:24 -07:00
bclary@bclary.com
0e7cbb17c7 JavaScript Test - regression test for bug 385729, by Jesse Ruderman 2007-07-12 18:49:58 -07:00
bclary@bclary.com
6b599d58f1 JavaScript Test - regression test for bug 386030, by Blake Kaplan 2007-07-12 18:13:41 -07:00
bclary@bclary.com
f66da88076 JavaScript Test - regression test for bug 387501 2007-07-12 13:56:00 -07:00
bclary@bclary.com
21f8eca1f2 JavaScript Tests - automation updates, bug 387909, not part of the build 2007-07-12 10:49:30 -07:00
bclary@bclary.com
c6aa9af8da JavaScript Tests - regression test for bug 300079, by Brendan Eich 2007-06-20 00:50:52 -07:00
bclary@bclary.com
4b6b6731f7 JavaScript Tests - update test range to 48.5-51.5%, bug 211590 2007-06-18 11:35:32 -07:00
bclary@bclary.com
ca5f1ec7c0 JavaScript Test - catch indirect eval exception on trunk, bug 352797 2007-06-17 22:20:11 -07:00
bclary@bclary.com
6354f81db1 JavaScript Test - catch indirect eval exception on trunk, bug 361571 2007-06-17 22:17:54 -07:00
bclary@bclary.com
eb86e92301 JavaScript Tests - move test to extensions subsuite 2007-06-16 11:41:14 -07:00
bclary@bclary.com
e5342d13d0 JavaScript Test - add strict warning tests for eval rename 2007-06-16 10:14:17 -07:00
Ted Mielczarek
94f01dde3b merging from cvs-trunk-mirror 2007-06-15 15:03:02 -04:00
bclary@bclary.com
0fe22432bb JavaScript Test - regression test for bug 380831, by Jesse Ruderman 2007-06-15 11:46:59 -07:00
bclary@bclary.com
689e0fcc43 JavaScript Tests - update test to ignore 1ms differences, bug 354998 2007-06-15 10:16:08 -07:00
bclary@bclary.com
0d4d6ed53c JavaScript Test - update test to reflect new uneval(undefined) on trunk, bug 356238 2007-06-15 10:00:46 -07:00
bclary@bclary.com
fd91b053bb JavaScript Test - regression test for bug 369666, by Brendan Eich 2007-06-14 15:43:09 -07:00
bclary@bclary.com
c22781e401 JavaScript Tests - regression tests for bug 351102, by Jesse Ruderman, Igor Bukanov 2007-06-14 15:39:03 -07:00
bclary@bclary.com
789a65e7e7 JavaScript Tests - regression test for bug 375183, by Igor Bukanov 2007-06-14 15:34:09 -07:00
bclary@bclary.com
e2f9779566 JavaScript Tests - regression test for bug 367630, by Jesse Ruderman 2007-06-14 15:31:17 -07:00
bclary@bclary.com
1ec2f11ae3 JavaScript Tests - regression test for bug 355655, by shutdown 2007-06-14 15:27:17 -07:00
bclary@bclary.com
2252dd809e JavaScript Test - regression tests for bug 351102, by Brendan Eich, Igor Bukanov 2007-06-14 15:23:38 -07:00
bclary@bclary.com
96560a22b3 JavaScript Tests - regression test for bug 367561, by Igor Bukanov 2007-06-14 15:19:51 -07:00
bclary@bclary.com
038732736e JavaScript Test - regression test for bug 366122, by Igor Bukanov 2007-06-14 15:15:49 -07:00
bclary@bclary.com
d443c7f811 JavaScript Test - regression test for bug 375715, by Jesse Ruderman 2007-06-14 15:09:45 -07:00
bclary@bclary.com
60d2a68541 JavaScript Test - regression test for bug 375711, by Jesse Ruderman 2007-06-14 15:04:18 -07:00
bclary@bclary.com
f23ca760ad JavaScript Test - regression test for bug 375801, by Jesse Ruderman 2007-06-14 14:50:12 -07:00
bclary@bclary.com
8ffea8f8fd JavaScript Test - regression test for bug 383721, by timeless 2007-06-14 14:32:09 -07:00
bclary@bclary.com
d48a46146f JavaScript Test - regression test for bug 383965, by Jesse Ruderman 2007-06-13 20:38:15 -07:00
bclary@bclary.com
d663b1c653 JavaScript Test - fix scope on map call, bug 382509 2007-06-13 13:51:06 -07:00
bclary@bclary.com
dd6c4e259f JavaScript Test - regression test for bug 369032, by Jesse Ruderman 2007-06-12 22:29:47 -07:00
bclary@bclary.com
0a885fc9ad JavaScript Test - regression test for bug 382509 2007-06-12 21:50:51 -07:00
bclary@bclary.com
96c6386afe JavaScript Test - regression test for bug 382532, by László Jánszky, Brendan Eich 2007-06-12 20:49:10 -07:00
bclary@bclary.com
c1aa612bdf JavaScript Test - regression test for bug 383255, by Jesse Ruderman 2007-06-12 20:34:39 -07:00
bclary@bclary.com
dfc2f3ef6c JavaScript Test - regression test for bug 383674, by Jesse Ruderman 2007-06-12 13:58:09 -07:00
jwalden@mit.edu
29b6ec0cff Fix syntax error. 2007-06-06 11:32:31 -07:00
nboyd@atg.com
40714a5a6e Fix bug 383174: Add new reportMatch function in shell.jsr=bclary@bclary.com 2007-06-05 11:31:53 -07:00
nboyd@atg.com
e245bf0d3d Move skip lists to the testsrc directory. 2007-06-04 11:24:48 -07:00
nboyd@atg.com
6835e0ef94 Add skips for tests causing OutOfMemoryErrors. 2007-06-04 09:06:43 -07:00
bclary@bclary.com
2ef14cf331 JavaScript Test - fix broken test, bug 351515 2007-05-31 14:58:36 -07:00
bclary@bclary.com
b4fc832bb0 JavaScript Test - update test for bug 380237 2007-05-31 12:46:36 -07:00
bclary@bclary.com
ab6818db3a JavaScript Test - change eval tests to work around anonfunfix, bug 356247 2007-05-31 12:24:01 -07:00
bclary@bclary.com
966adf1e1a JavaScript Test - change native function to decodeURI since print is not native in the browser version 2007-05-31 12:00:11 -07:00
bclary@bclary.com
2f92518be4 JavaScript Tests - fix test to match new decompilation and to add missing brace in expected decompilation, bug 381205 2007-05-31 11:31:12 -07:00
bclary@bclary.com
cf155b2616 JavaScript Test - regression test for bug 356247, by Jesse Ruderman 2007-05-31 00:11:53 -07:00
bclary@bclary.com
0d228ab309 JavaScript Test - regression test for bug 381108, by Jesse Ruderman 2007-05-30 23:54:10 -07:00
bclary@bclary.com
d11db5ed2e JavaScript Test - regression test for bug 381301, by Jesse Ruderman 2007-05-30 23:45:06 -07:00
bclary@bclary.com
8f7f821500 JavaScript Test - regression test for bug 382335, by Igor Bukanov 2007-05-30 23:37:52 -07:00
nboyd@atg.com
e94921a77e Skip js1_5/Regress/regress-330352.js 2007-05-30 13:10:33 -07:00
bclary@bclary.com
cf46c96b28 JavaScript Test - update expected value for decompilation, bug 367629 2007-05-30 11:42:40 -07:00
bclary@bclary.com
f43df015c6 JavaScript Test - move test to decompilation subsuite, bug 344120 2007-05-30 10:42:50 -07:00
nboyd@atg.com
eb7fd653f0 Use the prefix feature to avoid enumerating all skipped tests. 2007-05-30 10:11:24 -07:00
nboyd@atg.com
dbefc9eb00 After the recent move to consolidate shell.js code, this test broke due todifferent epsilon values used in different shell.js scripts. So this changejust makes the test values match exactly. 2007-05-30 05:55:17 -07:00
bclary@bclary.com
1b6db89f58 JavaScript Test - update sudoku demo test 2007-05-29 22:58:26 -07:00
nboyd@atg.com
3847014675 Clean up skip list for recent test changes. 2007-05-29 19:32:17 -07:00
brendan@mozilla.org
54555ef979 Updated to track revised ES4-based grammar plus paren minimization changes to the decompiler (381113). 2007-05-29 18:52:57 -07:00
bclary@bclary.com
9d98080df4 JavaScript tests - fix incorrect TestCase signature, remove tests from slow-n.tests 2007-05-29 18:13:13 -07:00
bclary@bclary.com
f46dd88cfc JavaScript Test - update to remove new syntax errors, bug 380581 2007-05-29 15:41:06 -07:00
bclary@bclary.com
7528312dc1 JavaScript Test - tweak decompilation result, bug 353214 2007-05-29 15:05:11 -07:00
bclary@bclary.com
05364aed69 JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199 2007-05-29 14:59:13 -07:00
nboyd@atg.com
17bebef584 Add skips for new tests and for older tests now failing, likely due todifferent shell.js functions. 2007-05-29 14:09:10 -07:00
bclary@bclary.com
7837e21982 JavaScript Test - regression test for bug 375715, change test to -n negative format 2007-05-29 11:23:19 -07:00
bclary@bclary.com
fc30bc2ced JavaScript Test - regression test for bug 381205, update to perform test in proper scope 2007-05-27 16:14:24 -07:00
bclary@bclary.com
f2e11a14ef JavaScript Test - add js1.8 version option to browser-based test menu, no bug, not part of the build 2007-05-27 16:00:58 -07:00
bclary@bclary.com
52cd767890 JavaScript Test - regression test for bug 366941, by Robert Sayre; add version(180) foo 2007-05-27 13:13:34 -07:00
bclary@bclary.com
e458a59474 JavaScript Test - regression test for bug 367629, by Jesse Ruderman 2007-05-27 11:43:16 -07:00
bclary@bclary.com
bb146b09ce JavaScript Test - regression test for bug 379482, by Jesse Ruderman 2007-05-27 11:33:14 -07:00
bclary@bclary.com
47388a7709 JavaScript Test - regression test for bug 379566, by Igor Bukanov 2007-05-27 11:25:54 -07:00
bclary@bclary.com
3412b1c928 JavaScript Tests - regression test for bug 379925, by Jesse Ruderman 2007-05-26 09:27:25 -07:00
bclary@bclary.com
9c76226765 JavaScript Tests - regression tests for bug 380237, fix file name 2007-05-26 09:15:48 -07:00
bclary@bclary.com
6a0bcf6ae5 JavaScript Tests - regression tests for bug 380237, by Jesse Ruderman, Brendan Eich 2007-05-26 09:10:20 -07:00
bclary@bclary.com
7f02140b6e JavaScript Test - regression test for bug 380506, by Jesse Ruderman 2007-05-26 07:00:13 -07:00
bclary@bclary.com
d5b2ea4ee6 JavaScript Test - regression test for bug 380581, by Jesse Ruderman 2007-05-26 06:43:40 -07:00
bclary@bclary.com
6a697dcb6e JavaScript Test - regression test for bug 380889, by Igor Bukanov 2007-05-26 06:25:11 -07:00
bclary@bclary.com
adbd1ad82b JavaScript Test - regression test for bug 381101, by Jesse Ruderman 2007-05-26 06:19:53 -07:00
bclary@bclary.com
019e40c64e JavaScript Test - regression test for bug 381205, by Jesse Ruderman 2007-05-26 06:08:16 -07:00
bclary@bclary.com
1b3507cc16 JavaScript Test - regression test for bug 381211, by Jesse Ruderman 2007-05-26 06:00:49 -07:00
bclary@bclary.com
9303d08978 JavaScript Test - regression test for bug 381303, by Biju 2007-05-26 05:30:31 -07:00
bclary@bclary.com
6e7685f236 JavaScript Test - regression test for bug 381372, by Jesse Ruderman 2007-05-25 18:40:22 -07:00
bclary@bclary.com
107b132867 JavaScript Test - regression test for bug 381504, by James Ross 2007-05-25 18:20:26 -07:00
bclary@bclary.com
1b009a54f5 JavaScript Tests - standardize test reporting for shell and browser, bug 380257 2007-05-25 17:19:18 -07:00
bclary@bclary.com
5b48e543ca JavaScript Tests - factor common code into top level shell.js|browser.js, bug 379779, r=igor, sr=brendan 2007-05-19 13:05:05 -07:00
nboyd@atg.com
c8ef432a8b Updated skip list. 2007-05-16 17:30:27 -07:00
bclary@bclary.com
aa1abb87a6 JavaScript Tests - add automation helper scripts, no bug, not part of the build 2007-05-10 21:11:39 -07:00
bclary@bclary.com
2dbe01ed7b JavaScript Test - regression test for bug 354998, revert Object.prototype to prevent side effects 2007-05-09 23:10:50 -07:00
bclary@bclary.com
f113ef84be JavaScript Tests - remove extraneous debugger statement, no bug, not part of the build 2007-05-09 16:01:32 -07:00
bclary@bclary.com
f7f790b29c JavaScript Test - update test to match 1.8.1 and later serialization, bug 297025 2007-05-08 10:10:11 -07:00
bclary@bclary.com
ed62dc8f16 JavaScript Test - regression test for bug 352459, by Jesse Ruderman 2007-05-07 12:20:39 -07:00
bclary@bclary.com
058fc3154f JavaScript Test - regression test for bug 352732, by Jesse Ruderman 2007-05-07 12:07:36 -07:00
bclary@bclary.com
86f671d1aa JavaScript Test - regression test for bug 361566, by Jesse Ruderman 2007-05-07 12:00:19 -07:00
bclary@bclary.com
f951f81d4f JavaScript Tests - regression tests for bug 373827, by Jesse Ruderman 2007-05-07 11:53:05 -07:00
bclary@bclary.com
72909ce794 JavaScript Tests - regression test for bug 375695, by Jesse Ruderman 2007-05-07 11:45:39 -07:00
bclary@bclary.com
1e03308fee JavaScript Test - test automation, add js1_8, no bug, not part of the build 2007-05-06 22:38:03 -07:00
bclary@bclary.com
84fdad2cbc JavaScript Tests - disable window.onerror handler to prevent false failure, bug 340804 2007-05-06 22:18:27 -07:00
bclary@bclary.com
0dfea3d059 JavaScript Test - remove non-standard use of unescape, bug 370585 2007-05-06 21:52:07 -07:00
bclary@bclary.com
01a878d6bd JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 21:17:53 -07:00
bclary@bclary.com
76a592b790 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 21:13:01 -07:00
bclary@bclary.com
a082499f24 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 21:10:01 -07:00
bclary@bclary.com
da601fec0a JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 21:06:09 -07:00
bclary@bclary.com
6cbc9f4370 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:59:26 -07:00
bclary@bclary.com
1d80f21749 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:55:18 -07:00
bclary@bclary.com
3f47684b20 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:50:30 -07:00
bclary@bclary.com
6b12386917 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:47:30 -07:00
bclary@bclary.com
35af1f3acf JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:42:19 -07:00
bclary@bclary.com
bd9983728b JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:38:14 -07:00
bclary@bclary.com
91f13a00a3 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:33:33 -07:00
bclary@bclary.com
2469d57b23 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:28:43 -07:00
bclary@bclary.com
4f1e5a9ee4 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:21:05 -07:00
bclary@bclary.com
281b085b3f JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:15:45 -07:00
bclary@bclary.com
752834793d JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:10:58 -07:00
bclary@bclary.com
51209d4c55 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 20:03:09 -07:00
bclary@bclary.com
607b84e5da JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:59:43 -07:00
bclary@bclary.com
ab12304850 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:56:17 -07:00
bclary@bclary.com
57b5c1580c JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:50:50 -07:00
bclary@bclary.com
de824ca85b JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:47:41 -07:00
bclary@bclary.com
da93cdec55 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:44:30 -07:00
bclary@bclary.com
a00a268314 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:38:42 -07:00
bclary@bclary.com
8d302da73a JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:35:23 -07:00
bclary@bclary.com
c790ae0cfc JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:31:34 -07:00
bclary@bclary.com
faa716dd66 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:28:06 -07:00
bclary@bclary.com
36745083f1 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:24:47 -07:00
bclary@bclary.com
3f8e76ed3b JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:21:10 -07:00
bclary@bclary.com
050e0304ff JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:17:11 -07:00
bclary@bclary.com
4c952f1a80 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:13:50 -07:00
bclary@bclary.com
278a5b0214 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:07:43 -07:00
bclary@bclary.com
6b5aa51b1a JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:04:07 -07:00
bclary@bclary.com
12742b6497 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 19:01:01 -07:00
bclary@bclary.com
5ff2d1a6fc JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:55:06 -07:00
bclary@bclary.com
06651326d7 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:51:49 -07:00
bclary@bclary.com
4fa4cabea8 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:44:24 -07:00
bclary@bclary.com
77e5b4bf7a JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:35:28 -07:00
bclary@bclary.com
2d8d0b85d7 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:31:49 -07:00
bclary@bclary.com
32b8dca5f0 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:24:04 -07:00
bclary@bclary.com
ee77f1fbad JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:18:52 -07:00
bclary@bclary.com
06754e191e JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:15:41 -07:00
bclary@bclary.com
132d065ea2 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:12:09 -07:00
bclary@bclary.com
f42a8fa581 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:08:33 -07:00
bclary@bclary.com
24636a49f1 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 18:02:55 -07:00
bclary@bclary.com
d6994f76a0 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:59:31 -07:00
bclary@bclary.com
33d3fa8015 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:54:25 -07:00
bclary@bclary.com
0ba085c686 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:51:13 -07:00
bclary@bclary.com
3ca366c9b1 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:47:44 -07:00
bclary@bclary.com
8b3a621c0c JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:41:58 -07:00
bclary@bclary.com
de1ee5b410 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:36:28 -07:00
bclary@bclary.com
ad84c0a51a JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:33:09 -07:00
bclary@bclary.com
b39019cbf1 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:29:56 -07:00
bclary@bclary.com
541719b27f JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:26:34 -07:00
bclary@bclary.com
3044104a76 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:22:53 -07:00
bclary@bclary.com
75c70a3899 JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:19:07 -07:00
bclary@bclary.com
c5ecaaef0f JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:15:32 -07:00
bclary@bclary.com
3b9ead59e4 JavaScript Tests - segregate non-standard tests, add tests lists for extensions and gc test, bug 370585 2007-05-06 17:12:08 -07:00
bclary@bclary.com
b0babe51db JavaScript Tests - move decompilation tests to decompilation subsuites, bug 370585 2007-05-06 17:08:00 -07:00
bclary@bclary.com
a238c3e7e7 JavaScript Tests - setup js1_6 decompilation sub suite, bug 370585 2007-05-06 16:27:00 -07:00
bclary@bclary.com
8820ff279e JavaScript Test - regression test for bug 378492, by Jesse Ruderman 2007-05-06 01:46:32 -07:00
bclary@bclary.com
440dc7b7c0 JavaScript Test - regression test for bug 367120, by moz_bu_r_a4 2007-05-06 01:41:44 -07:00
bclary@bclary.com
b63cf55c46 JavaScript Test - regression test for bug 367119, by moz_bu_r_a4 2007-05-06 01:39:46 -07:00
bclary@bclary.com
1702ad9aed JavaScript Test - regression test for bug 367118, by moz_bu_r_a4 2007-05-06 01:37:14 -07:00
bclary@bclary.com
ee61544de1 JavaScript Test - regression test for bug 366123, by shutdown 2007-05-06 01:34:25 -07:00
bclary@bclary.com
ecdb303e3c JavaScript Test - regression test for bug 365527, by Igor Bukanov 2007-05-06 01:30:59 -07:00
bclary@bclary.com
49555c79e9 JavaScript Test - regression test for bug 361856, by shutdown 2007-05-06 01:11:00 -07:00
bclary@bclary.com
a8c9d7d525 JavaScript Tests - regression tests for bug 360681, by Igor Bukanov 2007-05-06 01:06:47 -07:00
bclary@bclary.com
d19085b5d9 JavaScript Test - regression test for bug 358508, by shutdown 2007-05-06 01:04:05 -07:00
bclary@bclary.com
3e4bd92db7 JavaScript Tests - regression test for bug 353078, by Jesse Ruderman 2007-05-06 01:01:46 -07:00
bclary@bclary.com
06803f2143 JavaScript Test - regression test for bug 311161, by Jesse Ruderman 2007-05-06 00:57:19 -07:00
bclary@bclary.com
58c01aa318 JavaScript Test - regression test for bug 346642, update decompilation changes. 2007-05-06 00:32:42 -07:00
bclary@bclary.com
784e56cba8 JavaScript Tests - update change in decompilation due to bug 356083 fix, bug 355736 2007-05-05 23:53:10 -07:00
bclary@bclary.com
728d2951e0 JavaScript Test - regression test for bug 376052, by George Kangas 2007-05-05 00:28:04 -07:00
bclary@bclary.com
8a38da7dbd JavaScript Test - regression test for bug 379483, by Jesse Ruderman 2007-05-05 00:12:40 -07:00
bclary@bclary.com
4a80f4011d JavaScript Tests - do not use anonymous functions in statement contexts, bug 379509 2007-05-05 00:03:34 -07:00
bclary@bclary.com
bada760dab JavaScript Tests - replace JavaScriptOptions, bug 379701 2007-05-04 11:49:29 -07:00
bclary@bclary.com
250ed22ad4 JavaScript Test - regression test for bug 356083, by Jesse Ruderman 2007-05-02 10:38:53 -07:00
bclary@bclary.com
499d58eb30 JavaScript Test - regression test for bug 356248, by Jesse Ruderman 2007-05-02 10:31:22 -07:00
bclary@bclary.com
12d40447d3 JavaScript Test - regression test for bug 368224, by Jesse Ruderman 2007-05-02 10:26:16 -07:00
bclary@bclary.com
88fc6113db JavaScript Test - regression test for bug 375642, by Jesse Ruderman 2007-05-02 10:21:50 -07:00
bclary@bclary.com
181c675321 JavaScript Test - regression test for bug 375794, by Jesse Ruderman 2007-05-02 10:14:39 -07:00
bclary@bclary.com
79a841c3ab JavaScript Test - regression test for bug 378738, by Igor Tandetnik, Martin Honnen 2007-05-02 09:53:43 -07:00
bclary@bclary.com
d88dd76c7f JavaScript Tests - regression test for bug 378789, by Igor Bukanov 2007-05-02 09:45:47 -07:00
bclary@bclary.com
279d4cf3f8 JavaScript Tests - add js1_8 suite for features not shipping on the 1.8.1 branch, no bug, not part of the build 2007-05-02 09:43:32 -07:00
bclary@bclary.com
e6f06e4e85 JavaScript Test - regression test for bug 379442, by Jesse Ruderman 2007-05-02 09:21:55 -07:00
bclary@bclary.com
dd4af99877 JavaScript Tests - add missing mode lines, no bug, not part of the build 2007-04-30 13:11:28 -07:00
bclary@bclary.com
0397e3963a JavaScript Tests - update automation scripts, no bug, not part of the build 2007-04-30 13:03:56 -07:00
bclary@bclary.com
10a98ba7b7 JavaScript Tests - update slow-n.tests, remove e4x/Regress/regress-350531.js, add js1_5/GC/regress-319980-01.js, js1_5/GC/regress-338653.js, no bug, not part of the build 2007-04-30 12:59:55 -07:00
bclary@bclary.com
44ffe8e67a JavaScript Tests - clean up dummy shell.js, not bug, not part of the build 2007-04-30 10:23:33 -07:00
bclary@bclary.com
1e51ab979e JavaScript Test - add missing end test prolog for asynchronous test, bug 324688 2007-04-30 10:11:07 -07:00
bclary@bclary.com
7ef9db51bc JavaScript Test - regression test for bug 353165, only test for crash 2007-04-28 15:38:32 -07:00
bclary@bclary.com
4e7f8d8d9d JavaScript Tests - update Daylight Savings Time, other Date related tests, bug 378683 2007-04-26 09:25:54 -07:00
nboyd@atg.com
f292fc978d Fix test not to depend on AWT, which caused headless exceptions running withouta X terminal. 2007-04-25 10:25:08 -07:00
nboyd@atg.com
49d6c21a93 Skip performance test. 2007-04-25 10:23:13 -07:00
nboyd@atg.com
69fa542308 Updated skip list for Rhino. Still needs more work categorizing failures. 2007-04-18 19:28:01 -07:00
nboyd@atg.com
e3611f2698 Tests in this directory oddly depend on a 3-argument TestCase constructor,rather than the conventional 4-argument constructor, so many tests wereincorrectly failing. Changed to a 3-argument constructor. 2007-04-18 19:24:45 -07:00
bclary@bclary.com
e4b53c1240 JavaScript Test - add -Q command line option to jsDriver.pl to disable interrupt signal handler, bug 376701, r=mrbkap 2007-04-17 09:23:27 -07:00
bclary@bclary.com
414e580b77 JavaScript Test - regression test for bug 291927, by Michael Lipp, David P. Caldwell 2007-04-17 06:27:23 -07:00
bclary@bclary.com
aa19308ca0 JavaScript Tests - move tests 5,6 from 373082 to 376773 2007-04-17 05:55:18 -07:00
bclary@bclary.com
f6ecd890da JavaScript Tests - reduce test output not related to success/failure, bug 350531 2007-04-14 10:18:58 -07:00
bclary@bclary.com
7fa6514115 JavaScript Tests - do not perform comparisons for skipped test, bug 354541 2007-04-14 10:04:11 -07:00
bclary@bclary.com
93b07ccb76 JavaScript Test - regression test for bug 352013, by Brendan Eich 2007-04-08 02:07:54 -07:00
bclary@bclary.com
afb0f32a98 JavaScript Test - regression test for bug 352441, by Jesse Ruderman 2007-04-08 01:47:25 -07:00
bclary@bclary.com
9f069c0b5f JavaScript Test - regression test for bug 352789, by Jesse Ruderman 2007-04-08 01:40:41 -07:00
bclary@bclary.com
6bbb626693 JavaScript Test - regression test for bug 353146, by Jesse Ruderman 2007-04-08 01:32:51 -07:00
bclary@bclary.com
0c13f5317b JavaScript Test - regression test for bug 355786, by Jesse Ruderman 2007-04-08 00:52:03 -07:00
bclary@bclary.com
86ac4920a5 JavaScript Test - regression test for bug 376564, by Jesse Ruderman 2007-04-08 00:44:49 -07:00
bclary@bclary.com
1cb5a599a8 JavaScript Test - regression test for bug 376773, by Igor Bukanov 2007-04-07 23:24:43 -07:00
bclary@bclary.com
ce6ed84268 JavaScript Test - regression test for bug 373072, update to check for new exception 2007-04-06 11:46:04 -07:00
bclary@bclary.com
b268fee9fd JavaScript Test - regression test for bug 314874, by HE Shi-Jun 2007-04-03 21:09:20 -07:00
bclary@bclary.com
05a7920657 JavaScript Test - update regression test for bug 345736, by Jesse Ruderman 2007-04-03 20:42:01 -07:00
bclary@bclary.com
0206f8d6a6 JavaScript Test - regression test for bug 350387, by Nanto Vi (TOYAMA Nao) 2007-04-03 20:37:14 -07:00
bclary@bclary.com
115e4ce282 JavaScript Test -regression test for bug 351219, by Jesse Ruderman 2007-04-03 06:43:44 -07:00
bclary@bclary.com
5b9c684825 JavaScript Test - regression test for bug 352360, by Jesse Ruderman 2007-04-03 06:32:28 -07:00
bclary@bclary.com
868e8461fc JavaScript Test - regression test for bug 352453, by Jesse Ruderman 2007-04-03 05:01:36 -07:00
bclary@bclary.com
6222bdb8b9 JavaScript Test - regression test for bug 374160, by Jesse Ruderman 2007-04-03 04:53:34 -07:00
bclary@bclary.com
f457a8ac8b JavaScript Test - regression test for bug 374589, by Jesse Ruderman 2007-04-03 04:46:43 -07:00
bclary@bclary.com
a40eeae064 JavaScript Test - regression test for bug 374713, by Jesse Ruderman 2007-04-03 04:34:08 -07:00
bclary@bclary.com
55909f2f69 JavaScript Test - regression test for bug 375882, by Jesse Ruderman 2007-04-03 04:23:07 -07:00
bclary@bclary.com
0678d9e76d JavaScript Test - regression test for bug 352013 2007-04-03 03:07:19 -07:00
bclary@bclary.com
833c1093f5 JavaScript Test - regression test for bug 371692, by Biju 2007-03-30 12:28:05 -07:00
bclary@bclary.com
8ad84f0f2d JavaScript Test - add testcases from bug 375793, by Jesse Ruderman 2007-03-30 07:52:37 -07:00
bclary@bclary.com
ed9ab8ed28 JavaScript Test - regression test for bug 346237, by Jesse Ruderman 2007-03-27 17:22:51 -07:00
bclary@bclary.com
5400f5ae13 JavaScript Test - regression test for bug 330569, by antonlv, Andreas 2007-03-27 17:11:25 -07:00
bclary@bclary.com
739b933da9 JavaScript Test - regression test for bug 351448 2007-03-27 14:59:31 -07:00
bclary@bclary.com
b5386aa9b0 JavaScript Test - Regression test for bug 355736, by Jesse Ruderman 2007-03-27 13:56:54 -07:00
bclary@bclary.com
d24e910f38 JavaScript Test - regression test for bug 373082, by Igor Bukanov 2007-03-27 13:27:17 -07:00
bclary@bclary.com
fa5fdac2f9 JavaScript Test - regression test for bug 374112, by Jesse Ruderman 2007-03-27 12:58:31 -07:00
bclary@bclary.com
9409ceea1c JavaScript Test - regression test for bug 374163, by Jesse Ruderman, Igor Bukanov 2007-03-27 12:51:51 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00