2001-09-05 20:48:31 +04:00
|
|
|
# Rhino skip list
|
|
|
|
# These tests are skipped by Rhino either because a bug with a regression
|
|
|
|
# test has yet to be fixed, or because the test is not applicable to Rhino.
|
|
|
|
#
|
|
|
|
# Unfixed bugs:
|
|
|
|
#
|
2003-02-03 23:12:27 +03:00
|
|
|
# bug 152646 Will not fix this in Rhino; too much of a corner case
|
2002-07-11 01:03:07 +04:00
|
|
|
js1_5/Regress/regress-152646.js
|
2001-05-09 19:46:41 +04:00
|
|
|
# bug 59861
|
|
|
|
ecma/Date/15.9.4.3.js
|
2001-09-05 20:48:31 +04:00
|
|
|
#See bug number 94506
|
|
|
|
ecma_3/Function/regress-94506.js
|
2002-01-24 17:10:35 +03:00
|
|
|
#Verify error for bad branch
|
2002-09-05 02:56:39 +04:00
|
|
|
js1_5/Regress/regress-96526-001.js
|
|
|
|
js1_5/Regress/regress-96526-002.js
|
|
|
|
js1_5/Regress/regress-96526-003.js
|
2002-07-11 02:14:48 +04:00
|
|
|
#
|
2001-09-05 20:48:31 +04:00
|
|
|
# Unfixable bugs:
|
|
|
|
#
|
2000-02-16 21:35:10 +03:00
|
|
|
# JSObject not used for Rhino LiveConnect
|
1999-12-09 01:42:18 +03:00
|
|
|
lc3/ConvertJSObject/ToBoolean-001.js
|
|
|
|
lc3/ConvertJSObject/ToByte-001.js
|
|
|
|
lc3/ConvertJSObject/ToByte-002.js
|
|
|
|
lc3/ConvertJSObject/ToChar-001.js
|
|
|
|
lc3/ConvertJSObject/ToChar-002.js
|
|
|
|
lc3/ConvertJSObject/ToDouble-001.js
|
|
|
|
lc3/ConvertJSObject/ToFloat-001.js
|
|
|
|
lc3/ConvertJSObject/ToInt-001.js
|
|
|
|
lc3/ConvertJSObject/ToInt-002.js
|
|
|
|
lc3/ConvertJSObject/ToJSObject-001.js
|
|
|
|
lc3/ConvertJSObject/ToLong-001.js
|
|
|
|
lc3/ConvertJSObject/ToLong-002.js
|
|
|
|
lc3/ConvertJSObject/ToObject-001.js
|
|
|
|
lc3/ConvertJSObject/ToShort-001.js
|
|
|
|
lc3/ConvertJSObject/ToShort-002.js
|
|
|
|
lc3/ConvertJSObject/ToString-001.js
|
|
|
|
lc3/Exceptions/throw_js_types.js
|
|
|
|
lc3/JavaClass/ToJSObject-001.js
|
|
|
|
lc3/JSObject/ToJSObject-001.js
|
2000-03-03 02:26:56 +03:00
|
|
|
# getter and setters are non-ECMA and not implemented in Rhino.
|
2001-04-19 23:09:32 +04:00
|
|
|
js1_5/GetSet/getset-001.js
|
|
|
|
js1_5/GetSet/getset-002.js
|
2001-05-05 21:27:12 +04:00
|
|
|
js1_5/GetSet/getset-003.js
|
|
|
|
js1_5/GetSet/getset-004.js
|
|
|
|
js1_5/GetSet/getset-005.js
|
|
|
|
js1_5/GetSet/getset-006.js
|
2000-11-08 04:10:43 +03:00
|
|
|
# the const keyword is non-ECMA and not currently implemented in Rhino (2000-11-01)
|
|
|
|
js1_5/Scope/scope-001.js
|
2000-12-12 03:13:24 +03:00
|
|
|
#Rhino implements Date.toLocaleTimeString() differently than SpiderMonkey
|
2001-03-13 00:09:14 +03:00
|
|
|
ecma_3/Date/15.9.5.7.js
|
|
|
|
#Rhino - as permitted by ECMA - does not allow indirect calls to eval
|
|
|
|
js1_4/Eval/eval-001.js
|
|
|
|
js1_4/Eval/eval-002.js
|
|
|
|
js1_4/Eval/eval-003.js
|
2001-03-13 05:10:47 +03:00
|
|
|
js1_5/Regress/regress-68498-003.js
|
2001-07-26 23:00:39 +04:00
|
|
|
#Rhino compiled mode is limited by Java classfile size limitations
|
2001-11-22 00:34:25 +03:00
|
|
|
js1_5/Regress/regress-80981.js
|
2001-07-26 23:00:39 +04:00
|
|
|
js1_5/Regress/regress-89443.js
|
|
|
|
js1_5/Regress/regress-90445.js
|
2001-11-27 07:21:28 +03:00
|
|
|
js1_5/Regress/regress-111557.js
|
2003-11-13 21:39:17 +03:00
|
|
|
#Rhino relies on JVM to throw StackOverflow exception and does not
|
|
|
|
#detect too deep recursion explicitly.
|
2003-02-11 03:24:33 +03:00
|
|
|
js1_5/Regress/regress-192465.js
|
2001-05-17 22:52:43 +04:00
|
|
|
#Skip these two; see http://bugzilla.mozilla.org/show_bug.cgi?id=81086
|
|
|
|
ecma_3/Statements/regress-74474-002.js
|
|
|
|
ecma_3/Statements/regress-74474-003.js
|
2001-09-05 20:48:31 +04:00
|
|
|
#Compiled mode cannot catch infinite recursion errors
|
|
|
|
js1_5/Regress/regress-96128-n.js
|
2002-01-25 06:39:21 +03:00
|
|
|
js1_5/Exceptions/regress-121658.js
|
2001-10-10 03:28:21 +04:00
|
|
|
#This test uses the (non-ECMA) 'it' object of SpiderMonkey
|
|
|
|
js1_2/version120/regress-99663.js
|
2001-10-16 22:14:19 +04:00
|
|
|
#This test uses the gc() function of SpiderMonkey
|
2001-10-17 16:53:39 +04:00
|
|
|
ecma_3/Function/regress-104584.js
|
2002-03-06 08:34:22 +03:00
|
|
|
#This test uses the Error.stack property of SpiderMonkey (non-ECMA)
|
2002-03-02 00:58:23 +03:00
|
|
|
js1_5/Exceptions/errstack-001.js
|
2002-03-06 08:34:22 +03:00
|
|
|
#This test uses the clone() function in SpiderMonkey's js.c file
|
|
|
|
js1_5/Regress/regress-127557.js
|
2002-01-14 04:21:07 +03:00
|
|
|
#These tests break with new Unicode in JDK 1.4
|
|
|
|
ecma/String/15.5.4.11-2.js
|
|
|
|
ecma/String/15.5.4.11-5.js
|
|
|
|
ecma/String/15.5.4.12-1.js
|
|
|
|
ecma/String/15.5.4.12-4.js
|
|
|
|
ecma/String/15.5.4.12-5.js
|
2003-10-16 08:08:38 +04:00
|
|
|
#Rhino doesn't implement the (non-ECMA) f.caller property
|
|
|
|
js1_5/Function/regress-222029-001.js
|
|
|
|
js1_5/Function/regress-222029-002.js
|