[Webkit-unassigned] [Bug 253533] New: HTTP/2 status text WPTs fail on WPE and GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 7 14:16:28 PST 2023


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

            Bug ID: 253533
           Summary: HTTP/2 status text WPTs fail on WPE and GTK
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nham at apple.com

These WPTs fail when we fix the WPT test runner to actually run the H2 test cases over H2 (253043):

imported/w3c/web-platform-tests/fetch/api/basic/status.h2.any-expected.txt
imported/w3c/web-platform-tests/fetch/api/basic/status.h2.any.worker-expected.txt
imported/w3c/web-platform-tests/xhr/status.h2.window-expected.txt

Example diff:

```
--- /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/basic/status.h2.any-expected.txt
+++ /home/ews/worker/WPE-WK2-Tests-EWS/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/basic/status.h2.any-actual.txt
@@ -1,9 +1,9 @@

-FAIL statusText over H2 for status 200 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 210 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 400 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 404 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 410 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 500 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
-FAIL statusText over H2 for status 502 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OMG"
+FAIL statusText over H2 for status 200 should be the empty string assert_equals: statusText should be the empty string expected "" but got "OK"
+FAIL statusText over H2 for status 210 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Unknown Error"
+FAIL statusText over H2 for status 400 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Bad Request"
+FAIL statusText over H2 for status 404 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Not Found"
+FAIL statusText over H2 for status 410 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Gone"
+FAIL statusText over H2 for status 500 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Internal Server Error"
+FAIL statusText over H2 for status 502 should be the empty string assert_equals: statusText should be the empty string expected "" but got "Bad Gateway"
```

-- 
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/20230307/e8beaba2/attachment-0001.htm>


More information about the webkit-unassigned mailing list