gecko-dev/js/tests/rhino-n.tests

58 строки
2.1 KiB
Plaintext

# bug 83051
ecma_3/Function/scope-001.js
# bug 59861
ecma/Date/15.9.4.3.js
# 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
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
# getter and setters are non-ECMA and not implemented in Rhino.
js1_5/GetSet/getset-001.js
js1_5/GetSet/getset-002.js
js1_5/GetSet/getset-003.js
js1_5/GetSet/getset-004.js
js1_5/GetSet/getset-005.js
js1_5/GetSet/getset-006.js
# the const keyword is non-ECMA and not currently implemented in Rhino (2000-11-01)
js1_5/Scope/scope-001.js
#Rhino implements Date.toLocaleTimeString() differently than SpiderMonkey
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
js1_5/Regress/regress-68498-003.js
#Rhino compiled mode is limited by Java classfile size limitations
js1_5/Regress/regress-89443.js
js1_5/Regress/regress-90445.js
#Rhino doesn't implement the (non-ECMA) toSource() method
js1_5/Regress/regress-44009.js
#Skip this test until the corresponding bug is fixed
ecma_3/RegExp/regress-78156.js
#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
#RegExp bugs currently in both SpiderMonkey and Rhino
ecma_3/RegExp/regress-72964.js
ecma_3/RegExp/regress-87231.js
ecma_3/String/regress-83293.js