From 3dd30e325a2c4502cbaac832b83607bb33b4bb92 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Sun, 14 Jul 2002 22:23:52 +0000 Subject: [PATCH] Rhino has also decided to conform with SpiderMonkey on this test. Removing early return for Rhino. git-svn-id: svn://10.0.0.236/trunk@125186 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/tests/ecma_3/Statements/regress-131348.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mozilla/js/tests/ecma_3/Statements/regress-131348.js b/mozilla/js/tests/ecma_3/Statements/regress-131348.js index 995dd4bbfae..85c758cddcf 100644 --- a/mozilla/js/tests/ecma_3/Statements/regress-131348.js +++ b/mozilla/js/tests/ecma_3/Statements/regress-131348.js @@ -43,6 +43,9 @@ * * But SpiderMonkey has decided NOT to follow this; it's a bug in the spec. * See http://bugzilla.mozilla.org/show_bug.cgi?id=131348 +* +* Update: Rhino has also decided not to follow the spec on this +* See http://bugzilla.mozilla.org/show_bug.cgi?id=136893 */ //----------------------------------------------------------------------------- var UBound = 0; @@ -57,11 +60,6 @@ var actualvalues = []; var expect= ''; var expectedvalues = []; -/* - * As of 10 Apr 2002, we only want to run this test in SpiderMonkey - */ -if (inRhino()) - quit(); status = inSection(1);