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
This commit is contained in:
parent
a1c1e34624
commit
3dd30e325a
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user