Bug 118512 - Make Perl tools work when using git bisect with Git branch build setup
Summary: Make Perl tools work when using git bisect with Git branch build setup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 10:06 PDT by Daniel Bates
Modified: 2013-07-19 15:44 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.22 KB, patch)
2013-07-09 10:20 PDT, Daniel Bates
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-07-09 10:06:42 PDT
Currently, when using a Git checkout with a Git branch build setup (i.e. git config core.webKitBranchBuild true) the various Perl tools (run-webkit-app, {debug, run}-safari, et cetera) don't work during a git bisect session because they can't find the branch-specific build of WebKit (since git bisect puts Git into a detached HEAD state). These tools are convenient to use when identifying a regression during a git bisect session. We should make the tools work in a Git branch build setup.
Comment 1 Daniel Bates 2013-07-09 10:20:26 PDT
Created attachment 206337 [details]
Patch
Comment 2 Martin Robinson 2013-07-19 15:09:05 PDT
Comment on attachment 206337 [details]
Patch

Cool!
Comment 3 Daniel Bates 2013-07-19 15:44:49 PDT
Committed r152931: <http://trac.webkit.org/changeset/152931>