Diff
Modified: trunk/LayoutTests/ChangeLog (260558 => 260559)
--- trunk/LayoutTests/ChangeLog 2020-04-23 06:15:29 UTC (rev 260558)
+++ trunk/LayoutTests/ChangeLog 2020-04-23 07:11:24 UTC (rev 260559)
@@ -1,3 +1,18 @@
+2020-04-23 Diego Pino Garcia <[email protected]>
+
+ [GTK][WPE] Gardening, update baselines and test expectations
+ https://bugs.webkit.org/show_bug.cgi?id=210900
+
+ Results of tests are better than the general expected results,
+ so new GTK baselines are emitted or updated.
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt: Added.
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt: Updated.
+ * platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt: Added.
+ * platform/wpe/TestExpectations: Remove failure passing since r259703.
+
2020-04-22 Commit Queue <[email protected]>
Unreviewed, reverting r260535.
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (260558 => 260559)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2020-04-23 06:15:29 UTC (rev 260558)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2020-04-23 07:11:24 UTC (rev 260559)
@@ -4432,13 +4432,9 @@
imported/w3c/web-platform-tests/css/css-lists/content-property/marker-text-matches-georgian.html [ ImageOnlyFailure ]
-webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.html [ Failure ]
-webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.worker.html [ Failure ]
webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/content-type/script.window.html [ Failure ]
-webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/http-cache/cc-request.html [ Failure ]
-webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window.html [ Failure ]
webkit.org/b/193491 fast/flexbox/missing-repaint-when-flext-item-never-had-layout.html [ Failure ]
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt (0 => 260559)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any-expected.txt 2020-04-23 07:11:24 UTC (rev 260559)
@@ -0,0 +1,8 @@
+
+PASS response.headers.get('content-length') expects 0
+PASS response.headers.get('content-length') expects 0, 0
+FAIL response.headers.get('double-trouble') expects , assert_equals: expected (string) ", " but got (object) null
+PASS response.headers.get('foo-test') expects 1, 2, 3
+PASS response.headers.get('heya') expects , , 1, , , 2
+PASS response.headers.get('www-authenticate') expects 1, 2, 3, 4
+
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt (0 => 260559)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/header-value-combining.any.worker-expected.txt 2020-04-23 07:11:24 UTC (rev 260559)
@@ -0,0 +1,8 @@
+
+PASS response.headers.get('content-length') expects 0
+PASS response.headers.get('content-length') expects 0, 0
+FAIL response.headers.get('double-trouble') expects , assert_equals: expected (string) ", " but got (object) null
+PASS response.headers.get('foo-test') expects 1, 2, 3
+PASS response.headers.get('heya') expects , , 1, , , 2
+PASS response.headers.get('www-authenticate') expects 1, 2, 3, 4
+
Modified: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt (260558 => 260559)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt 2020-04-23 06:15:29 UTC (rev 260558)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/http-cache/cc-request-expected.txt 2020-04-23 07:11:24 UTC (rev 260559)
@@ -1,14 +1,14 @@
-PASS HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=0.
-FAIL HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1. assert_equals: Response used expected 2 but got 1
-FAIL HTTP cache doesn't use fresh response with Age header when request contains Cache-Control: max-age that is greater than remaining freshness. assert_equals: Response used expected 2 but got 1
-PASS HTTP cache does use aged stale response when request contains Cache-Control: max-stale that permits its use.
-PASS HTTP cache does reuse stale response with Age header when request contains Cache-Control: max-stale that permits its use.
-FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: min-fresh that wants it fresher. assert_equals: Response used expected 2 but got 1
-FAIL HTTP cache doesn't reuse fresh response with Age header when request contains Cache-Control: min-fresh that wants it fresher. assert_equals: Response used expected 2 but got 1
-PASS HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-cache.
-PASS HTTP cache validates fresh response with Last-Modified when request contains Cache-Control: no-cache.
-PASS HTTP cache validates fresh response with ETag when request contains Cache-Control: no-cache.
-FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-store. assert_equals: Response used expected 2 but got 1
-FAIL HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached. assert_equals: Response status expected 504 but got 200
+PASS HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=0
+FAIL HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1 assert_equals: Response 2 comes from cache expected 2 but got 1
+FAIL HTTP cache doesn't use fresh response with Age header when request contains Cache-Control: max-age that is greater than remaining freshness assert_equals: Response 2 comes from cache expected 2 but got 1
+PASS HTTP cache does use aged stale response when request contains Cache-Control: max-stale that permits its use
+PASS HTTP cache does reuse stale response with Age header when request contains Cache-Control: max-stale that permits its use
+FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: min-fresh that wants it fresher assert_equals: Response 2 comes from cache expected 2 but got 1
+FAIL HTTP cache doesn't reuse fresh response with Age header when request contains Cache-Control: min-fresh that wants it fresher assert_equals: Response 2 comes from cache expected 2 but got 1
+PASS HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-cache
+PASS HTTP cache validates fresh response with Last-Modified when request contains Cache-Control: no-cache
+PASS HTTP cache validates fresh response with ETag when request contains Cache-Control: no-cache
+FAIL HTTP cache doesn't reuse fresh response when request contains Cache-Control: no-store assert_equals: Response 2 comes from cache expected 2 but got 1
+FAIL HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached assert_equals: Response 1 status is 200, not 504 expected 504 but got 200
Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt (0 => 260559)
--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/nosniff/parsing-nosniff.window-expected.txt 2020-04-23 07:11:24 UTC (rev 260559)
@@ -0,0 +1,17 @@
+
+PASS Loading JSONā¦
+PASS X-Content-Type-Options%3A%20NOSNIFF
+PASS x-content-type-OPTIONS%3A%20nosniff
+PASS X-Content-Type-Options%3A%20nosniff%2C%2C%40%23%24%23%25%25%26%5E%26%5E*()()11!
+PASS X-Content-Type-Options%3A%20%40%23%24%23%25%25%26%5E%26%5E*()()11!%2Cnosniff
+PASS X-Content-Type-Options%3A%20nosniff%0D%0AX-Content-Type-Options%3A%20no
+PASS X-Content-Type-Options%3A%20no%0D%0AX-Content-Type-Options%3A%20nosniff
+PASS X-Content-Type-Options%3A%0D%0AX-Content-Type-Options%3A%20nosniff
+PASS X-Content-Type-Options%3A%20%2Cnosniff
+PASS X-Content-Type-Options%3A%20nosniff%0C
+PASS X-Content-Type-Options%3A%20nosniff%0B
+PASS X-Content-Type-Options%3A%20nosniff%0B%2Cnosniff
+PASS X-Content-Type-Options%3A%20'NosniFF'
+PASS X-Content-Type-Options%3A%20%22nosniFF%22
+PASS Content-Type-Options%3A%20nosniff
+
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (260558 => 260559)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2020-04-23 06:15:29 UTC (rev 260558)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2020-04-23 07:11:24 UTC (rev 260559)
@@ -1352,8 +1352,6 @@
webkit.org/b/188041 http/wpt/crypto/unwrap-rsa-key-crash.any.worker.html [ Failure Pass ]
-webkit.org/b/193322 imported/w3c/web-platform-tests/fetch/http-cache/cc-request.html [ Failure ]
-
webkit.org/b/202239 http/tests/cookies/cookie-with-multiple-level-path.html [ Pass Failure ]
webkit.org/b/206065 imported/w3c/web-platform-tests/xhr/anonymous-mode-unsupported.htm [ Failure Pass ]