Bug 245186
| Summary: | Automated Test exporter is broken since the move to git | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | gsnedders, ntim |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
While performing a git webkit pr including tests for the web-platform-tests, the steps to open automatically a PR on GitHub/web-platform-tests/wpt is silently failing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Karl Dubost
There is a step here defined.
https://github.com/WebKit/WebKit/blob/c931760a76b98411120f9ebc8732fb22105adce1/Tools/Scripts/webkitpy/tool/commands/upload.py#L147
Calling https://github.com/WebKit/WebKit/blob/0c668c269af1b5c8f5066cf01ec79ed4b758d500/Tools/Scripts/webkitpy/tool/steps/wptchangeexport.py#L28
but the breakage might be elsewhere.
This needs to be investigated.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 240901 ***