[Webkit-unassigned] [Bug 23959] New: LayoutTests/fast/dom/navigator-detached-no-crash.html fails with other JS engines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 17:29:04 PST 2009


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

           Summary: LayoutTests/fast/dom/navigator-detached-no-crash.html
                    fails with other JS engines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcampan at google.com


The layout test fast/dom/navigator-detached-no-crash.html fails with V8 as it
iterates the properties and methods of the navigator object and log them as
they are reported.
JSC and V8 report these properties in different order (which is OK by JS specs
I believe) causing the test to fail with Chromium.

The test should probably sort these props before logging them so the order
would always be the same.


-- 
Configure bugmail: https://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