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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 18 18:23:31 PST 2006


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





------- Comment #5 from digdog at macports.org  2006-11-18 18:23 PDT -------
huh, I tried SpiderMonkey before, it's failed. Here's the result of
SpiderMonkey (lastest cvs build)

boolean-001.js new Boolean(false) should evaluate to false
new Boolean(true) = true PASSED!
new Boolean(false) = true FAILED! expected: false
true = true PASSED!
false = false PASSED!

At least based on ECMA spec., the ToBoolean(Object) will always return true,
and we are acting same with SpiderMonkey on this.


-- 
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