WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
31840
bisect-builds broke after
r50080
https://bugs.webkit.org/show_bug.cgi?id=31840
Summary
bisect-builds broke after r50080
David Kilzer (:ddkilzer)
Reported
2009-11-24 10:50:12 PST
* SUMMARY The changes to the bisect-builds script in
r50080
were incorrect. Patch forthcoming.
Attachments
Patch v1
(1.87 KB, patch)
2009-11-24 10:52 PST
,
David Kilzer (:ddkilzer)
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2009-11-24 10:52:00 PST
Created
attachment 43789
[details]
Patch v1
David Kilzer (:ddkilzer)
Comment 2
2009-11-24 11:51:44 PST
Committed
r51346
: <
http://trac.webkit.org/changeset/51346
>
Csaba Osztrogonác
Comment 3
2009-11-25 13:27:04 PST
(In reply to
comment #2
)
> Committed
r51346
: <
http://trac.webkit.org/changeset/51346
>
Thanks for fix. Unfortunately I wasn't able to try it on Mac before landing. But I have no idea why it was incorrect, I frequently use similar exec statements. Strange ...
David Kilzer (:ddkilzer)
Comment 4
2009-11-25 14:13:55 PST
(In reply to
comment #3
)
> (In reply to
comment #2
) > > Committed
r51346
: <
http://trac.webkit.org/changeset/51346
> > Thanks for fix. Unfortunately I wasn't able to try it on Mac before landing. > But I have no idea why it was incorrect, I frequently use similar exec > statements. Strange ...
It's because exec() is different from the backtick operator (``). exec() will run the program and then exit the Perl script immediately. The backtick operator (``) is more like a system() call where it runs the command, then returns to the Perl script to continue executing it.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug