WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 88164
Teach svn-apply how to apply changes in test_expectations.txt to TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=88164
Summary
Teach svn-apply how to apply changes in test_expectations.txt to TestExpectat...
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
Details
Formatted Diff
Diff
I can even rewrite change logs for you
(1.55 KB, patch)
2012-06-02 00:49 PDT
,
Ryosuke Niwa
haraken
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-06-02 00:21:20 PDT
Created
attachment 145436
[details]
Patch
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
Committed
r119317
: <
http://trac.webkit.org/changeset/119317
>
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.
Top of Page
Format For Printing
XML
Clone This Bug