2000-02-16 18:35:10 +00:00
|
|
|
# fails due to bad java implementation of number formatting on
|
|
|
|
# pretty much all platforms
|
|
|
|
ecma/LexicalConventions/7.7.3.js
|
|
|
|
# JSObject not used for Rhino LiveConnect
|
1999-12-08 22:42:18 +00: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-02 23:26:56 +00:00
|
|
|
# getter and setters are non-ECMA and not implemented in Rhino.
|
|
|
|
ecma_3/GetSet/getset-001.js
|
|
|
|
ecma_3/GetSet/getset-002.js
|
2000-11-08 01:10:43 +00: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 00:13:24 +00:00
|
|
|
#Rhino implements Date.toLocaleTimeString() differently than SpiderMonkey
|
2001-03-12 21:09:14 +00: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 02:10:47 +00:00
|
|
|
js1_5/Regress/regress-68498-003.js
|
2001-03-13 02:02:32 +00:00
|
|
|
#Rhino doesn't implement the toSource() method
|
|
|
|
js1_5\Regress\regress-44009.js
|
|
|
|
|