Bug 88164

Summary: Teach svn-apply how to apply changes in test_expectations.txt to TestExpectations
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, dbates, ddkilzer, dpranke, haraken, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 86690    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
I can even rewrite change logs for you haraken: review+

Ryosuke Niwa
Reported 2012-06-02 00:20:25 PDT
Teach svn-apply how to apply changes in test_expectations.txt to TestExpectations
Attachments
Patch (1.06 KB, patch)
2012-06-02 00:21 PDT, Ryosuke Niwa
no flags
I can even rewrite change logs for you (1.55 KB, patch)
2012-06-02 00:49 PDT, Ryosuke Niwa
haraken: review+
Ryosuke Niwa
Comment 1 2012-06-02 00:21:20 PDT
Ryosuke Niwa
Comment 2 2012-06-02 00:49:15 PDT
Created attachment 145438 [details] I can even rewrite change logs for you
Kentaro Hara
Comment 3 2012-06-02 01:53:32 PDT
Comment on attachment 145438 [details] I can even rewrite change logs for you View in context: https://bugs.webkit.org/attachment.cgi?id=145438&action=review > Tools/Scripts/VCSUtils.pm:1465 > + $patch =~ s|/test_expectations.txt:|/TestExpectations:|g; Maybe / is not needed. s|test_expectations.txt:|TestExpectations:|g
Ryosuke Niwa
Comment 4 2012-06-02 02:46:21 PDT
Ryosuke Niwa
Comment 5 2012-06-02 02:48:50 PDT
(In reply to comment #3) > (From update of attachment 145438 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=145438&action=review > > > Tools/Scripts/VCSUtils.pm:1465 > > + $patch =~ s|/test_expectations.txt:|/TestExpectations:|g; > > Maybe / is not needed. > > s|test_expectations.txt:|TestExpectations:|g Done. Landed with the actual rename.
Note You need to log in before you can comment on or make changes to this bug.