From 5c50a97069cd0f7ce06a25ee894e9c3de51fe6c8 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Fri, 1 Mar 2002 21:58:23 +0000 Subject: [PATCH] Skip new test that uses the Error.stack property of SpiderMonkey. --- js/tests/rhino-n.tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/tests/rhino-n.tests b/js/tests/rhino-n.tests index 07b1f65dd11..98061de09c2 100644 --- a/js/tests/rhino-n.tests +++ b/js/tests/rhino-n.tests @@ -97,6 +97,8 @@ 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) +js1_5/Exceptions/errstack-001.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