Bug 253594 - Fix WPT default config JSON to support H2-only tests
Summary: Fix WPT default config JSON to support H2-only tests
Status: RESOLVED DUPLICATE of bug 253602
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ben Nham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-08 12:06 PST by Ben Nham
Modified: 2023-03-08 13:54 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Nham 2023-03-08 12:06:10 PST
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.
Comment 1 Ben Nham 2023-03-08 12:06:29 PST
rdar://106437906
Comment 2 Radar WebKit Bug Importer 2023-03-08 12:06:31 PST
<rdar://problem/106441625>
Comment 3 Ben Nham 2023-03-08 12:08:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/11248
Comment 4 Ben Nham 2023-03-08 13:54:36 PST
Real fix is in https://bugs.webkit.org/show_bug.cgi?id=253602.

*** This bug has been marked as a duplicate of bug 253602 ***