[Webkit-unassigned] [Bug 127820] New: API tests on Windows fail after r162774 (Debug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 18:20:48 PST 2014


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

           Summary: API tests on Windows fail after r162774 (Debug)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com


Tests fail trying to build the list of tests to run.
It only fails in Debug mode.

Looking at the changeset, it looks like it has something to do with using CHECK_HASHTABLE_ITERATORS.
-#ifndef NDEBUG
-// Required for CHECK_HASHTABLE_ITERATORS.
-#include <wtf/OwnPtr.h>
-#include <wtf/PassOwnPtr.h>
-#endif

It looks like the replacing of those two headers with std headers caused some problems.
Once I figure out which arguments I need to pass into TestWebKitAPI.exe to get that step to run in the debugger i'll post a stack trace.

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