Bug 95222 - webkit-patch rebaseline-expectations wrongly touches other platforms' TestExpectations
Summary: webkit-patch rebaseline-expectations wrongly touches other platforms' TestExp...
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: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 11:26 PDT by Julien Chaffraix
Modified: 2012-08-29 15:35 PDT (History)
6 users (show)

See Also:


Attachments
Repro patch against r126890 (687 bytes, patch)
2012-08-28 11:26 PDT, Julien Chaffraix
no flags Details | Formatted Diff | Diff
Bad diff - notice the Qt TestExpectation changes (13.99 KB, patch)
2012-08-28 11:27 PDT, Julien Chaffraix
no flags Details | Formatted Diff | Diff
Patch (6.58 KB, patch)
2012-08-28 17:41 PDT, Dirk Pranke
webkit.review.bot: review-
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-08-28 11:26:02 PDT
Created attachment 161023 [details]
Repro patch against r126890

Trying to do the rebaselining after r126683, I am consistently hitting this issue. Attached is a rebaseline patch against r126890 that shows the issue.

Steps to reproduce:
* Apply attached patch.
* webkit-patch rebaseline-expectations

You should see the issue. I have experienced it in an SVN and GIT checkout.
Comment 1 Julien Chaffraix 2012-08-28 11:27:01 PDT
Created attachment 161024 [details]
Bad diff - notice the Qt TestExpectation changes
Comment 2 Dirk Pranke 2012-08-28 16:45:02 PDT
I've reproduced the problem and am working on it.
Comment 3 Dirk Pranke 2012-08-28 17:22:42 PDT
Okay, Ojan was right. This code isn't well tested :).

I've stumbled across several bugs and inefficiencies while debugging this, but the bug that is causing this particular problem is relatively isolated so I'll just post a patch for this and save the other issues for later. Patch coming up shortly ...
Comment 4 Dirk Pranke 2012-08-28 17:41:59 PDT
Created attachment 161100 [details]
Patch
Comment 5 Adam Barth 2012-08-28 17:45:37 PDT
Comment on attachment 161100 [details]
Patch

ok
Comment 6 WebKit Review Bot 2012-08-28 19:24:20 PDT
Comment on attachment 161100 [details]
Patch

Rejecting attachment 161100 [details] from review queue.

abarth@webkit.org does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 7 WebKit Review Bot 2012-08-28 19:26:50 PDT
Comment on attachment 161100 [details]
Patch

Rejecting attachment 161100 [details] from commit-queue.

abarth@webkit.org does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your committer rights.
Comment 8 Adam Barth 2012-08-28 19:37:31 PDT
Comment on attachment 161100 [details]
Patch

Sorry, the bots a freaking out because of an AppEngine issue.  Let's try this again.  If this errors out, we might need to wait for AppEngine to be less insane.
Comment 9 WebKit Review Bot 2012-08-28 19:40:06 PDT
Comment on attachment 161100 [details]
Patch

Rejecting attachment 161100 [details] from review queue.

abarth@webkit.org does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 10 Dirk Pranke 2012-08-29 15:35:29 PDT
Committed r127058: <http://trac.webkit.org/changeset/127058>