Bug 295520
| Summary: | [WPT export friction] export script fails to create PR because of failing to get bugzilla data | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
main [~/webkit/OpenSource] export-w3c-test-changes -g ff8c5f9cb0ab -b 295401 -c --no-linter
Checking for WPT changes
Fetching web-platform-tests repository
Cleaning web-platform-tests master branch
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at 17cacfbb1a Support @contents in mixins.
Applying patch to web-platform-tests branch wpt-export-for-webkit-295401-0
Switched to a new branch 'wpt-export-for-webkit-295401-0'
Falling back to direct application...
[wpt-export-for-webkit-295401-0 99a1f801b6] Export made from a WebKit repository
1 file changed, 19 insertions(+)
create mode 100644 css/css-animations/animation-name-inline-style.html
Pushing branch wpt-export-for-webkit-295401-0 to anttijk...
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 16 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 1.81 KiB | 25.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
remote:
remote: Create a pull request for 'wpt-export-for-webkit-295401-0' on GitHub by visiting:
remote: https://github.com/anttijk/wpt/pull/new/wpt-export-for-webkit-295401-0
remote:
To https://github.com/anttijk/wpt.git
* [new branch] wpt-export-for-webkit-295401-0 -> wpt-export-for-webkit-295401-0
Branch available at https://github.com/anttijk/wpt/tree/wpt-export-for-webkit-295401-0
Keeping local branch wpt-export-for-webkit-295401-0
Traceback (most recent call last):
File "/Users/antti/webkit/OpenSource/Tools/Scripts//export-w3c-test-changes", line 35, in <module>
sys.exit(test_exporter.main(sys.argv[1:], sys.stdout, sys.stderr))
File "/Users/antti/webkit/OpenSource/Tools/Scripts/webkitpy/w3c/test_exporter.py", line 446, in main
test_exporter.do_export()
File "/Users/antti/webkit/OpenSource/Tools/Scripts/webkitpy/w3c/test_exporter.py", line 366, in do_export
pr = self.make_pull_request()
File "/Users/antti/webkit/OpenSource/Tools/Scripts/webkitpy/w3c/test_exporter.py", line 287, in make_pull_request
title = self._bug.title.replace("[", "\\[").replace("]", "\\]")
AttributeError: 'NoneType' object has no attribute 'title'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155229832>
Brianna Fan
Pull request: https://github.com/WebKit/WebKit/pull/47668
EWS
Committed 297067@main (f05a87188b14): <https://commits.webkit.org/297067@main>
Reviewed commits have been landed. Closing PR #47668 and removing active labels.