[Webkit-unassigned] [Bug 106997] New: PropertyCollection test fails on JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 02:34:30 PST 2013


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

           Summary: PropertyCollection test fails on JavaScriptCore
           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: dominik.rottsches at intel.com
                CC: arko at motorola.com


r139756 introduced the new
properties-collection-namedgetter-with-invalid-name.html test which seems to change behavior only for V8.

We probably need a similar behavior change for JavaScriptCore.

This makes fast/dom/MicroData/propertiescollection-crash.html fails as well, at least on EFL.


@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS testDiv.properties['bar'] == '[object PropertyNodeList]' is true
+FAIL testDiv.properties['bar'] == '[object PropertyNodeList]' should be true. Was false.
 PASS testDiv.properties['bar'].length is 1
 PASS successfullyParsed is true

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