Diff
Modified: trunk/LayoutTests/ChangeLog (228882 => 228883)
--- trunk/LayoutTests/ChangeLog 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/ChangeLog 2018-02-21 18:26:58 UTC (rev 228883)
@@ -1,3 +1,19 @@
+2018-02-21 Ms2ger <[email protected]>
+
+ Test gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=183006
+
+ Unreviewed test gardening.
+
+ * TestExpectations: add ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/gtk/TestExpectations: remove ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt: update for r228827.
+ * platform/ios/TestExpectations: remove ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/mac/TestExpectations: remove ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/win/TestExpectations: remove ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/wpe/TestExpectations: remove ietestcenter/css3/valuesandunits/units-000.htm.
+ * platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt: update for r228827.
+
2018-02-21 Charlie Turner <[email protected]>
Update test expectations
Modified: trunk/LayoutTests/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -888,6 +888,7 @@
webkit.org/b/84772 ietestcenter/css3/multicolumn/column-width-applies-to-010.htm [ ImageOnlyFailure ]
webkit.org/b/84773 ietestcenter/css3/multicolumn/column-width-applies-to-012.htm [ ImageOnlyFailure ]
webkit.org/b/84777 ietestcenter/css3/multicolumn/column-width-applies-to-015.htm [ ImageOnlyFailure ]
+webkit.org/b/85308 ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
[ Debug ] fast/loader/document-with-fragment-url-3.html [ Pass Timeout ]
[ Debug ] fast/loader/document-with-fragment-url-4.html [ Pass Timeout ]
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -1215,8 +1215,6 @@
webkit.org/b/86443 [ Debug ] plugins/npruntime/delete-plugin-within-invoke.html [ Crash ]
-webkit.org/b/86176 [ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ Crash ]
-
webkit.org/b/90957 [ Release ] js/dom/random-array-gc-stress.html [ Timeout Crash Pass ]
webkit.org/b/94458 [ Debug ] fast/events/message-port-context-destroyed.html [ Crash Pass ]
@@ -2612,8 +2610,6 @@
# Started failing after it was added in r116473
webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
-webkit.org/b/85308 [ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
-
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
webkit.org/b/86443 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
Modified: trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt (228882 => 228883)
--- trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/gtk/js/dom/dom-static-property-for-in-iteration-expected.txt 2018-02-21 18:26:58 UTC (rev 228883)
@@ -134,6 +134,7 @@
PASS a["clientHeight"] is 0
PASS a["innerHTML"] is nerget
PASS a["outerHTML"] is <a id="foo" href=""
+PASS a["onaccessibleclick"] is null
PASS a["oncopy"] is null
PASS a["oncut"] is null
PASS a["onpaste"] is null
Modified: trunk/LayoutTests/platform/ios/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/platform/ios/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/ios/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -1342,7 +1342,6 @@
ietestcenter/css3/flexbox/flexbox-align-center-002.htm [ ImageOnlyFailure ]
ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
-ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
# Scrollbar tests that fail:
webkit.org/b/137572 scrollbars/scroll-rtl-or-bt-layer.html [ Skip ]
@@ -3277,4 +3276,4 @@
webkit.org/b/182850 [ Release ] editing/pasteboard/data-transfer-set-data-sanitizes-html-when-copying-in-null-origin.html [ Skip ]
webkit.org/b/182833 imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-drawImage.html [ Pass Failure ]
-webkit.org/b/182833 imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html [ Pass Failure ]
\ No newline at end of file
+webkit.org/b/182833 imported/w3c/web-platform-tests/2dcontext/imagebitmap/createImageBitmap-invalid-args.html [ Pass Failure ]
Modified: trunk/LayoutTests/platform/mac/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/platform/mac/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -504,9 +504,6 @@
# Interferes with the tests that should pass
webkit.org/b/85689 fast/animation/request-animation-frame-disabled.html [ Skip ]
-# Hits assert https://bugs.webkit.org/show_bug.cgi?id=86208
-webkit.org/b/85308 ietestcenter/css3/valuesandunits/units-000.htm [ Skip ]
-
webaudio/mediastreamaudiosourcenode.html [ Skip ]
webaudio/codec-tests/vorbis/ [ WontFix ]
webkit.org/b/119467 webaudio/audiobuffersource-loop-points.html [ Skip ]
Modified: trunk/LayoutTests/platform/win/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/platform/win/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/win/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -2021,7 +2021,6 @@
ietestcenter/css3/bordersbackgrounds [ Pass Failure Timeout ]
ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
-[ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
css3/masking/clip-path-inset.html [ ImageOnlyFailure ]
css3/viewport-percentage-lengths/viewport-percentage-lengths-anonymous-block.html [ Skip ] # [ Timeout ]
css3/viewport-percentage-lengths/viewport-percentage-lengths-percent-size-child.html [ Skip ] # [ Timeout ]
@@ -2639,7 +2638,6 @@
[ Debug ] http/tests/security/isolatedWorld/world-reuse.html [ Skip ] # Causes later tests to fail
[ Debug ] http/tests/security/mixedContent/data-url-script-in-iframe.html [ Skip ]
[ Debug ] http/tests/security/listener/xss-window-onclick-addEventListener.html [ Skip ] # Causes later tests to fail
-[ Debug ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
[ Debug ] platform/win/fast/events/panScroll-no-iframe-jump.html [ Skip ] # Causes later tests to fail
[ Debug ] sputnik/Unicode/Unicode_320/S7.6_A3.1.html [ Skip ] # Debug Assertion
[ Debug ] sputnik/Unicode/Unicode_320/S7.6_A3.2.html [ Skip ] # Debug Assertion
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (228882 => 228883)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-02-21 18:26:58 UTC (rev 228883)
@@ -91,7 +91,6 @@
Bug(WPE) ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
Bug(WPE) ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
-Bug(WPE) ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
# These are prone to run in parallel, consuming all the memory on the system.
Bug(WPE) js/stringimpl-to-jsstring-on-large-strings-1.html [ Skip ]
Modified: trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt (228882 => 228883)
--- trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt 2018-02-21 18:19:03 UTC (rev 228882)
+++ trunk/LayoutTests/platform/wpe/js/dom/dom-static-property-for-in-iteration-expected.txt 2018-02-21 18:26:58 UTC (rev 228883)
@@ -133,6 +133,7 @@
PASS a["clientHeight"] is 0
PASS a["innerHTML"] is nerget
PASS a["outerHTML"] is <a id="foo" href=""
+PASS a["onaccessibleclick"] is null
PASS a["oncopy"] is null
PASS a["oncut"] is null
PASS a["onpaste"] is null