Bug 253594
| Summary: | Fix WPT default config JSON to support H2-only tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebKit Misc. | Assignee: | Ben Nham <nham> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Nham
In 261079@main I added an `h2` key to `LayoutTests/imported/w3c/resources/config.json` but not to `LayoutTests/imported/w3c/web-platform-tests/config.json`. This is causing some layout test builders to fail when trying to read a nonexistent `h2` key.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
rdar://106437906
Radar WebKit Bug Importer
<rdar://problem/106441625>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/11248
Ben Nham
Real fix is in https://bugs.webkit.org/show_bug.cgi?id=253602.
*** This bug has been marked as a duplicate of bug 253602 ***