[Webkit-unassigned] [Bug 256581] WPT variant parsing seems wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 17 16:57:58 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256581

--- Comment #2 from Chris Dumez <cdumez at apple.com> ---
If I look at imported/w3c/web-platform-tests/websockets/constructor/019.html for example, I see:
```
<meta name="variant" content="">
<meta name="variant" content="?wss">
<meta name="variant" content="?wpt_flags=h2">
```

When I run the tests, I see we run:
```
[235/366] imported/w3c/web-platform-tests/websockets/constructor/019.html passed
[236/366] imported/w3c/web-platform-tests/websockets/constructor/019.html?wss passed
```

So we seem to run the first 2 variants just fine. The third variant doesn't run but it is only because it is skipped:
```
LayoutTests/TestExpectations:imported/w3c/web-platform-tests/websockets/constructor/019.html?wpt_flags=h2 [ Skip ]
```

Could you clarify what the problem is? Which test are you seeing a problem with?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230517/2a7fadb3/attachment-0001.htm>


More information about the webkit-unassigned mailing list