Diff
Modified: trunk/LayoutTests/ChangeLog (204643 => 204644)
--- trunk/LayoutTests/ChangeLog 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/ChangeLog 2016-08-19 19:07:30 UTC (rev 204644)
@@ -1,3 +1,16 @@
+2016-08-19 Carlos Alberto Lopez Perez <[email protected]>
+
+ [GTK] Gardening: Layout tests expectations updates and test rebaselines.
+
+ Unreviewed.
+
+ * TestExpectations: Mark as failing 3 tests from imported/w3c/web-platform-tests/XMLHttpRequest that had wrong results.
+ * platform/gtk/TestExpectations: Update list for imported/w3c/web-platform-tests/XMLHttpRequest and merge repeated results.
+ * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+ * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+ * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+ * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added. Rebaseline after r201449 (updated version of libicu).
+
2016-08-19 Johan K. Jensen <[email protected]>
Resource Timing: Make PerformanceEntryList a sequence as per spec
Modified: trunk/LayoutTests/TestExpectations (204643 => 204644)
--- trunk/LayoutTests/TestExpectations 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/TestExpectations 2016-08-19 19:07:30 UTC (rev 204644)
@@ -313,7 +313,7 @@
webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-text.html [ Skip ]
# WPT tests that fail after doing full test repository reimport and need further investigation
-imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-document.htm [ Pass Failure ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-document.htm [ Pass Failure Timeout ]
imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace.html [ Pass Failure ]
webkit.org/b/155516 [ Debug ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Skip ]
webkit.org/b/155516 [ Release ] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-area-element/area-coords.html [ Failure ]
@@ -338,6 +338,9 @@
imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-to-non-cors.htm [ Skip ]
# Failing assertion with dynamic message
imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties.htm [ Failure ]
+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Failure ]
+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Failure ]
+webkit.org/b/161003 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm [ Failure ]
webkit.org/b/160510 http/tests/fetch/fetch-in-worker-crash.html [ Failure Crash Pass ]
imported/w3c/web-platform-tests/fetch/api/request/request-cache.html [ Skip ]
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (204643 => 204644)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2016-08-19 19:07:30 UTC (rev 204644)
@@ -1,3 +1,18 @@
+2016-08-19 Carlos Alberto Lopez Perez <[email protected]>
+
+ [GTK] Gardening: Layout tests expectations updates and test rebaselines.
+
+ Unreviewed.
+
+ The test below contained wrong results (FAIL strings instead of PASS).
+ There are many more. I'm only updating this 3 ones because they are passing
+ on the GTK+ port, but the tooling gives Failures due to the wrong expectation
+ files. Reported https://bugs.webkit.org/show_bug.cgi?id=161003 regarding this.
+
+ * web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt:
+ * web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt:
+ * web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt:
+
2016-08-19 Chris Dumez <[email protected]>
WebKit should unset event propagation flags after dispatch
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt (204643 => 204644)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -1,5 +1,5 @@
PASS XMLHttpRequest: send("") - empty entity body (POST)
PASS XMLHttpRequest: send("") - empty entity body (PUT)
-FAIL XMLHttpRequest: send("") - empty entity body (HEAD) assert_equals: expected "NO" but got "0"
+PASS XMLHttpRequest: send("") - empty entity body (HEAD)
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt (204643 => 204644)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -1,7 +1,7 @@
PASS No content type (POST)
PASS No content type (PUT)
-FAIL No content type (HEAD) assert_equals: expected "NO" but got "0"
+PASS No content type (HEAD)
PASS Explicit content type (POST)
PASS Explicit content type (PUT)
FAIL Explicit content type (HEAD) assert_equals: expected "NO" but got "0"
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt (204643 => 204644)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -20,10 +20,10 @@
PASS Blob request with set type uses that it for Content-Type unless setRequestHeader()
PASS Blob request with set type keeps setRequestHeader() Content-Type and charset
PASS ArrayBuffer request respects setRequestHeader("")
-FAIL ArrayBuffer request sends no Content-Type without setRequestHeader() call assert_equals: expected "" but got "content-type: application/x-www-form-urlencoded"
+PASS ArrayBuffer request sends no Content-Type without setRequestHeader() call
PASS ArrayBuffer request keeps setRequestHeader() Content-Type and charset
PASS ArrayBufferView request respects setRequestHeader("")
-FAIL ArrayBufferView request sends no Content-Type without setRequestHeader() call assert_equals: expected "" but got "content-type: application/x-www-form-urlencoded"
+PASS ArrayBufferView request sends no Content-Type without setRequestHeader() call
PASS ArrayBufferView request keeps setRequestHeader() Content-Type and charset
PASS FormData request respects setRequestHeader("")
PASS FormData request has correct default Content-Type of "multipart/form-data;boundary=_"
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (204643 => 204644)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2016-08-19 18:58:56 UTC (rev 204643)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2016-08-19 19:07:30 UTC (rev 204644)
@@ -1302,8 +1302,6 @@
webkit.org/b/156436 fast/harness/sample-fail-mismatch-reftest.html [ ImageOnlyFailure Pass ]
-webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
-
webkit.org/b/157728 plugins/get-_javascript_-url.html [ Timeout Pass ]
webkit.org/b/145639 media/volume-bar-empty-when-muted.html [ Failure Pass ]
@@ -2486,6 +2484,7 @@
webkit.org/b/149128 fast/text/control-characters [ ImageOnlyFailure ]
# web-platform-tests XHR tests
+imported/w3c/web-platform-tests/XMLHttpRequest/headers-normalize-response.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-accept-language.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head-async.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-get-head.htm [ Failure ]
@@ -2493,8 +2492,12 @@
imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
-imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Timeout ]
+imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Failure Timeout ]
+imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm [ Pass ]
+
webkit.org/b/151267 imported/blink/compositing/squashing/squashing-reflection-disallowed.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/compositing/will-change/stacking-context-creation.html [ ImageOnlyFailure ]
webkit.org/b/151267 imported/blink/css3/blending/mix-blend-mode-background-size.html [ ImageOnlyFailure ]
@@ -2652,7 +2655,6 @@
fast/scrolling/rtl-scrollbars-elementFromPoint-static.html [ Pass ]
fast/scrolling/rtl-scrollbars-iframe-scrolled.html [ Pass ]
fast/scrolling/rtl-scrollbars-positioning.html [ Pass ]
-fast/scrolling/rtl-scrollbars-listbox-scroll.html [ Pass ]
fast/scrolling/rtl-scrollbars-listbox-select-left.html [ Pass ]
fast/scrolling/rtl-scrollbars-listbox-select-right.html [ Pass ]
fast/scrolling/rtl-scrollbars-listbox-simple.html [ Pass ]
@@ -2660,7 +2662,7 @@
fast/scrolling/rtl-scrollbars-positioned-intersect-scrollbars.html [ Pass ]
fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
fast/scrolling/rtl-scrollbars-alternate-body-dir-attr-does-not-update-scrollbar-placement-2.html [ Pass ]
-fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Pass ]
+webkit.org/b/156437 fast/scrolling/rtl-scrollbars-listbox-scroll.html [ ImageOnlyFailure Pass ]
# https://bugs.webkit.org/show_bug.cgi?id=156612
http/tests/security/contentSecurityPolicy/embed-redirect-blocked3.html [ Pass ]
@@ -2785,7 +2787,7 @@
webkit.org/b/160119 fast/repaint/selection-gap-flipped-fixed-child.html [ Failure ]
webkit.org/b/160119 fast/scrolling/iframe-scrollable-after-back.html [ Failure Pass ]
-webkit.org/b/160119 fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ Failure ]
+webkit.org/b/160119 fast/scrolling/rtl-scrollbars-alternate-iframe-body-dir-attr-does-not-update-scrollbar-placement.html [ ImageOnlyFailure ]
webkit.org/b/160119 fast/scrolling/rtl-scrollbars-sticky-document.html [ ImageOnlyFailure Pass ]
webkit.org/b/160119 fast/scrolling/rtl-scrollbars-sticky-document-2.html [ Failure ]
Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt (0 => 204644)
--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -0,0 +1,6 @@
+S7.6_A3.1
+
+FAIL SputnikError: #037F
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt (0 => 204644)
--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -0,0 +1,6 @@
+S7.6_A3.2
+
+FAIL SputnikError: #037F
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt (0 => 204644)
--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -0,0 +1,6 @@
+S7.6_A5.3_T1
+
+FAIL SputnikError: #037F
+
+TEST COMPLETE
+
Added: trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt (0 => 204644)
--- trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt 2016-08-19 19:07:30 UTC (rev 204644)
@@ -0,0 +1,6 @@
+S7.6_A5.3_T2
+
+FAIL SputnikError: #037F
+
+TEST COMPLETE
+