WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217151
[webkitscmpy] Support git-svn committers
https://bugs.webkit.org/show_bug.cgi?id=217151
Summary
[webkitscmpy] Support git-svn committers
Jonathan Bedard
Reported
2020-09-30 16:07:10 PDT
git-svn styles committers in a way that breaks our regex extracting the committer. We should support git-svn's commit message style.
Attachments
Patch
(4.32 KB, patch)
2020-09-30 16:12 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(4.33 KB, patch)
2020-09-30 16:14 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch
(5.00 KB, patch)
2020-10-01 09:16 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Patch for landing
(5.04 KB, patch)
2020-10-01 11:49 PDT
,
Jonathan Bedard
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-09-30 16:07:23 PDT
<
rdar://problem/69812996
>
Jonathan Bedard
Comment 2
2020-09-30 16:12:09 PDT
Created
attachment 410163
[details]
Patch
Jonathan Bedard
Comment 3
2020-09-30 16:14:55 PDT
Created
attachment 410166
[details]
Patch
Jonathan Bedard
Comment 4
2020-10-01 09:16:06 PDT
Created
attachment 410237
[details]
Patch
Aakash Jain
Comment 5
2020-10-01 10:36:43 PDT
rs=me Can you also check the error in
https://ews-build.webkit.org/#/builders/5/builds/35586/steps/7/logs/stdio
IOError: [Errno 2] No such file or directory: u'/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/layout-test-results/35417-python_stack_trace.txt'
Jonathan Bedard
Comment 6
2020-10-01 11:40:07 PDT
(In reply to Aakash Jain from
comment #5
)
> rs=me > > Can you also check the error in >
https://ews-build.webkit.org/#/builders/5/builds/35586/steps/7/logs/stdio
> > IOError: [Errno 2] No such file or directory: > u'/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/layout- > test-results/35417-python_stack_trace.txt'
Will keep watching EWS for that, but it looks like we have a test that interrupts a subprocess which logs the stacktrace of the interrupted process to layout-test-results, but we aren't running layout tests, so the directory doesn't exist. What's surprising is that this error seems to be a one-off (the fact that it is not fatal is pretty common), will keep an eye on things to see if this is reoccurring issue.
Jonathan Bedard
Comment 7
2020-10-01 11:49:05 PDT
Created
attachment 410253
[details]
Patch for landing
EWS
Comment 8
2020-10-01 14:53:05 PDT
Committed
r267853
: <
https://trac.webkit.org/changeset/267853
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 410253
[details]
.
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