From 8f2f7d311d412bb996e603537fdcdc3ae4566bf1 Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Thu, 26 Jul 2001 19:00:39 +0000 Subject: [PATCH] Update to test changes. --- js/tests/rhino-n.tests | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/tests/rhino-n.tests b/js/tests/rhino-n.tests index a01075f1baf..19906c99fa3 100644 --- a/js/tests/rhino-n.tests +++ b/js/tests/rhino-n.tests @@ -41,6 +41,9 @@ 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 @@ -48,3 +51,5 @@ 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 bug currently in both SpiderMonkey and Rhino +ecma_3/RegExp/regress-87231.js