Title: [237279] trunk/LayoutTests
- Revision
- 237279
- Author
- [email protected]
- Date
- 2018-10-18 20:54:51 -0700 (Thu, 18 Oct 2018)
Log Message
Add test expectations for webgpu-enabled.html
https://bugs.webkit.org/show_bug.cgi?id=190739
Unreviewed test gardening.
Added forgotten expectations for webgpu-enabled, and updated some expectations
to match the WebGPU -> WebMetal naming and new WebGPU tests.
* platform/ios/TestExpectations:
* platform/mac-wk1/TestExpectations:
* platform/win/TestExpectations:
* platform/wincairo/TestExpectations:
* platform/wpe/TestExpectations:
* webgpu/webgpu-enabled-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (237278 => 237279)
--- trunk/LayoutTests/ChangeLog 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/ChangeLog 2018-10-19 03:54:51 UTC (rev 237279)
@@ -1,3 +1,20 @@
+2018-10-18 Justin Fan <[email protected]>
+
+ Add test expectations for webgpu-enabled.html
+ https://bugs.webkit.org/show_bug.cgi?id=190739
+
+ Unreviewed test gardening.
+
+ Added forgotten expectations for webgpu-enabled, and updated some expectations
+ to match the WebGPU -> WebMetal naming and new WebGPU tests.
+
+ * platform/ios/TestExpectations:
+ * platform/mac-wk1/TestExpectations:
+ * platform/win/TestExpectations:
+ * platform/wincairo/TestExpectations:
+ * platform/wpe/TestExpectations:
+ * webgpu/webgpu-enabled-expected.txt: Added.
+
2018-10-18 Justin Michaud <[email protected]>
Add new image type for CSS painting API
Modified: trunk/LayoutTests/platform/ios/TestExpectations (237278 => 237279)
--- trunk/LayoutTests/platform/ios/TestExpectations 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/platform/ios/TestExpectations 2018-10-19 03:54:51 UTC (rev 237279)
@@ -35,10 +35,11 @@
http/tests/fullscreen
compositing/no-compositing-when-fulll-screen-is-present.html
-# WebGPU is not enabled on iOS Simulator.
+# WebMetal and WebGPU are not enabled on iOS Simulator.
fast/canvas/webmetal
inspector/canvas/create-context-webmetal.html [ Skip ]
inspector/canvas/resolveCanvasContext-webmetal.html [ Skip ]
+webgpu [ Skip ]
# Encrypted Media Extensions are not enabled
media/encrypted-media/
Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (237278 => 237279)
--- trunk/LayoutTests/platform/mac-wk1/TestExpectations 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations 2018-10-19 03:54:51 UTC (rev 237279)
@@ -643,3 +643,6 @@
webkit.org/b/189908 imported/w3c/web-platform-tests/resource-timing/resource_timing.worker.html [ Failure ]
webkit.org/b/189756 [ Mojave+ ] compositing/filters/opacity-change-on-filtered-paints-into-ancestor.html [ Pass ImageOnlyFailure ]
+
+# WebGPU is not supported on WK1.
+webgpu [ Skip ]
Modified: trunk/LayoutTests/platform/win/TestExpectations (237278 => 237279)
--- trunk/LayoutTests/platform/win/TestExpectations 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/platform/win/TestExpectations 2018-10-19 03:54:51 UTC (rev 237279)
@@ -4229,3 +4229,6 @@
webkit.org/b/190472 fast/forms/fieldset/fieldset-elements-htmlcollection.html [ Failure ]
webkit.org/b/190520 editing/pasteboard/copy-paste-across-shadow-boundaries-with-style-2.html [ Crash ]
+
+# WebGPU is not supported on Windows
+webgpu [ Skip ]
Modified: trunk/LayoutTests/platform/wincairo/TestExpectations (237278 => 237279)
--- trunk/LayoutTests/platform/wincairo/TestExpectations 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/platform/wincairo/TestExpectations 2018-10-19 03:54:51 UTC (rev 237279)
@@ -288,10 +288,11 @@
webgl/webgl2-rendering-context-defined.html [ Skip ]
webgl/webgl2-rendering-context-obtain.html [ Skip ]
-# WEBGPU is disabled
-fast/canvas/webgpu [ Skip ]
-inspector/canvas/create-context-webgpu.html [ Skip ]
-inspector/canvas/resolveCanvasContext-webgpu.html [ Skip ]
+# WEBMETAL and WEBGPU are disabled
+fast/canvas/webmetal [ Skip ]
+inspector/canvas/create-context-webmetal.html [ Skip ]
+inspector/canvas/resolveCanvasContext-webmetal.html [ Skip ]
+webgpu [ Skip ]
# WIRELESS_PLAYBACK_TARGET is disabled
media/airplay-target-availability.html [ Skip ]
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (237278 => 237279)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-10-19 02:48:59 UTC (rev 237278)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-10-19 03:54:51 UTC (rev 237279)
@@ -282,8 +282,9 @@
Bug(WPE) js/stringimpl-to-jsstring-on-large-strings-2.html [ Skip ]
Bug(WPE) js/stringimpl-to-jsstring-on-large-strings-3.html [ Skip ]
-# No WebGPU support yet
-fast/canvas/webgpu [ Skip ]
+# No WebMetal or WebGPU support yet
+fast/canvas/webmetal [ Skip ]
+webgpu [ Skip ]
# This test relies on Mac-specific quirks
media/document-level-media-user-gesture-quirk.html [ Skip ]
Added: trunk/LayoutTests/webgpu/webgpu-enabled-expected.txt (0 => 237279)
--- trunk/LayoutTests/webgpu/webgpu-enabled-expected.txt (rev 0)
+++ trunk/LayoutTests/webgpu/webgpu-enabled-expected.txt 2018-10-19 03:54:51 UTC (rev 237279)
@@ -0,0 +1,7 @@
+PASS [object WebGPU] is defined.
+PASS [object WebGPUAdapter] is defined.
+PASS [object WebGPUDevice] is defined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes