Title: [221071] trunk/LayoutTests
- Revision
- 221071
- Author
- [email protected]
- Date
- 2017-08-23 02:17:28 -0700 (Wed, 23 Aug 2017)
Log Message
[GTK][WPE] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=175878
Unreviewed test gardening.
Patch by Ms2ger <[email protected]> on 2017-08-23
* platform/gtk/TestExpectations:
- Mark fast/mediastream/captureStream/canvas2d-heavy-drawing.html as flaky.
- Add crash annotations for cache-storage tests.
* platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt:
Added: logs a different error message to the console on GTK.
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
Update for the disabling of the CSS Regions code in r220870.
* platform/wpe/js/dom/global-constructors-attributes-expected.txt:
Update for the disabling of the CSS Regions code in r220870.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (221070 => 221071)
--- trunk/LayoutTests/ChangeLog 2017-08-23 09:16:18 UTC (rev 221070)
+++ trunk/LayoutTests/ChangeLog 2017-08-23 09:17:28 UTC (rev 221071)
@@ -1,5 +1,22 @@
2017-08-23 Ms2ger <[email protected]>
+ [GTK][WPE] Unreviewed test gardening
+ https://bugs.webkit.org/show_bug.cgi?id=175878
+
+ Unreviewed test gardening.
+
+ * platform/gtk/TestExpectations:
+ - Mark fast/mediastream/captureStream/canvas2d-heavy-drawing.html as flaky.
+ - Add crash annotations for cache-storage tests.
+ * platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt:
+ Added: logs a different error message to the console on GTK.
+ * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
+ Update for the disabling of the CSS Regions code in r220870.
+ * platform/wpe/js/dom/global-constructors-attributes-expected.txt:
+ Update for the disabling of the CSS Regions code in r220870.
+
+2017-08-23 Ms2ger <[email protected]>
+
Disable intermittently crashing CSS Regions tests.
https://bugs.webkit.org/show_bug.cgi?id=135051
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (221070 => 221071)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2017-08-23 09:16:18 UTC (rev 221070)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2017-08-23 09:17:28 UTC (rev 221071)
@@ -1292,7 +1292,7 @@
webkit.org/b/167576 imported/w3c/IndexedDB-private-browsing/idbcursor_iterating_index.html [ Crash Timeout ]
webkit.org/b/167576 storage/indexeddb/modern/index-3-private.html [ Crash ]
-webkit.org/b/169811 fast/mediastream/captureStream/canvas2d-heavy-drawing.html [ Crash ]
+webkit.org/b/169811 fast/mediastream/captureStream/canvas2d-heavy-drawing.html [ Crash Pass Failure ]
webkit.org/b/169811 fast/mediastream/captureStream/canvas2d.html [ Crash ]
webkit.org/b/169811 fast/mediastream/captureStream/canvas3d.html [ Crash Timeout ]
@@ -1308,6 +1308,12 @@
webkit.org/b/175577 fast/css/tagname-and-namespace-case-sensitivity-xml-in-html.html [ Crash Pass ]
+webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-match.https.html [ Crash ]
+webkit.org/b/175874 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-match.https.html [ Crash ]
+
+webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/window/cache-storage-match.https.html [ Crash ]
+webkit.org/b/175875 imported/w3c/web-platform-tests/service-workers/cache-storage/worker/cache-storage-match.https.html [ Crash ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of Crashing tests
#////////////////////////////////////////////////////////////////////////////////////////
Added: trunk/LayoutTests/platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt (0 => 221071)
--- trunk/LayoutTests/platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/http/wpt/beacon/beacon-async-error-logging-expected.txt 2017-08-23 09:17:28 UTC (rev 221071)
@@ -0,0 +1,4 @@
+CONSOLE MESSAGE: Beacon API cannot load http://invalid.localhost/. Error resolving “invalid.localhost”: Name or service not known
+
+PASS Should log an error message in the console
+
Modified: trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt (221070 => 221071)
--- trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt 2017-08-23 09:16:18 UTC (rev 221070)
+++ trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt 2017-08-23 09:17:28 UTC (rev 221071)
@@ -2433,11 +2433,6 @@
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').value is WebKitCSSRegionRule
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('set') is false
Modified: trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt (221070 => 221071)
--- trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt 2017-08-23 09:16:18 UTC (rev 221070)
+++ trunk/LayoutTests/platform/wpe/js/dom/global-constructors-attributes-expected.txt 2017-08-23 09:17:28 UTC (rev 221071)
@@ -2373,11 +2373,6 @@
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').hasOwnProperty('set') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').enumerable is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSMatrix').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').value is WebKitCSSRegionRule
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'WebKitCSSRegionRule').configurable is true
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').value is WebKitMutationObserver
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('get') is false
PASS Object.getOwnPropertyDescriptor(global, 'WebKitMutationObserver').hasOwnProperty('set') is false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes