From d6d2d2537edecac07c645e7a496d243d15facafd Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 6 Mar 2002 05:34:22 +0000 Subject: [PATCH] Skip new test that uses the clone() function in SpiderMonkey's js.c file git-svn-id: svn://10.0.0.236/trunk@115935 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/rhino-n.tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/js/tests/rhino-n.tests b/mozilla/js/tests/rhino-n.tests index 98061de09c2..967997c68f1 100644 --- a/mozilla/js/tests/rhino-n.tests +++ b/mozilla/js/tests/rhino-n.tests @@ -97,8 +97,10 @@ js1_5/Exceptions/regress-50447.js js1_2/version120/regress-99663.js #This test uses the gc() function of SpiderMonkey ecma_3/Function/regress-104584.js -# This test uses the Error.stack property of SpiderMonkey (non-ECMA) +#This test uses the Error.stack property of SpiderMonkey (non-ECMA) js1_5/Exceptions/errstack-001.js +#This test uses the clone() function in SpiderMonkey's js.c file +js1_5/Regress/regress-127557.js #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