[Webkit-unassigned] [Bug 129904] New: REGRESSION(165267): Broke a webkitpy unit tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 7 13:09:46 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=129904
Summary: REGRESSION(165267): Broke a webkitpy unit tests
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrobinson at webkit.org
gtk.py used to assume that the build was an autotools build unless it could prove otherwise. Now that CMake is the default, we should assume it's a CMake build unless proven otherwise. This matters because it changes the expected results on systems where we can detect neither a CMake or an autotools build. We should assume a CMake build so that "--gtk" is used instead of "--gtkautotools" for invoking commands.
--
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