[Webkit-unassigned] [Bug 104282] New: [Chromium] Layout test fast/js/toString-and-valueOf-override.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 11:49:50 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104282

           Summary: [Chromium] Layout test
                    fast/js/toString-and-valueOf-override.html failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: senorblanco at chromium.org
                CC: abarth at webkit.org


Some text diffs; should be:

span.toString : function () { return "toString"; }

but instead is generating

span.toString : function () { return "toString" }

also:

 span with modified toString and valueOf that returns an Object
-TypeError: No default value
-TypeError: No default value
-TypeError: No default value
-TypeError: No default value
+TypeError: Cannot convert object to primitive value
+TypeError: Cannot convert object to primitive value
+TypeError: Cannot convert object to primitive value
+TypeError: Cannot convert object to primitive value

No idea if this is a V8 error, a bindings error, or a test error.

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



More information about the webkit-unassigned mailing list