[Webkit-unassigned] [Bug 11579] Fix test script error when checking the correct result.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 24 21:52:27 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11579





------- Comment #7 from digdog at macports.org  2006-11-24 21:52 PDT -------
Yes, same with bug 4263, but what they are talking about is not the cause, ther
really cause that failed the test was the comment I described on the top.

And if you check js1_3/Boolean/boolean-001.js, you will note that they were
expected "new Boolean(false)"  to return true when using RelationalExpression
directly (js1.6 does same way):

BooleanTest( "new Boolean(false)", new Boolean(false), true );

Since JavaScriptCore is not planning on support the early specification, we
would suggest to ignore and disable this js1.2 test.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list