Title: [228395] branches/safari-605-branch/LayoutTests
- Revision
- 228395
- Author
- d...@apple.com
- Date
- 2018-02-12 14:34:16 -0800 (Mon, 12 Feb 2018)
Log Message
Update expected results for this branch.
<rdar://problem/37331740>
* fast/canvas/webgpu/webgpu-dispatch.html:
* platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt: Added.
* platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt: Added.
* platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt: Added.
* platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt: Added.
* platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: branches/safari-605-branch/LayoutTests/ChangeLog (228394 => 228395)
--- branches/safari-605-branch/LayoutTests/ChangeLog 2018-02-12 22:23:52 UTC (rev 228394)
+++ branches/safari-605-branch/LayoutTests/ChangeLog 2018-02-12 22:34:16 UTC (rev 228395)
@@ -3,6 +3,18 @@
Update expected results for this branch.
<rdar://problem/37331740>
+ * fast/canvas/webgpu/webgpu-dispatch.html:
+ * platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt: Added.
+ * platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt: Added.
+ * platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt: Added.
+ * platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt: Added.
+ * platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt: Added.
+
+2018-02-12 Dean Jackson <d...@apple.com>
+
+ Update expected results for this branch.
+ <rdar://problem/37331740>
+
* platform/mac-highsierra-wk1/TestExpectations: Added.
* platform/mac-highsierra-wk1/fast/canvas/offscreen-enabled-expected.txt: Added.
* platform/mac-highsierra-wk1/fast/mediacapturefromelement/CanvasCaptureMediaStream-imagebitmaprenderingcontext-expected.txt: Added.
Modified: branches/safari-605-branch/LayoutTests/fast/canvas/webgpu/webgpu-dispatch.html (228394 => 228395)
--- branches/safari-605-branch/LayoutTests/fast/canvas/webgpu/webgpu-dispatch.html 2018-02-12 22:23:52 UTC (rev 228394)
+++ branches/safari-605-branch/LayoutTests/fast/canvas/webgpu/webgpu-dispatch.html 2018-02-12 22:34:16 UTC (rev 228395)
@@ -40,6 +40,11 @@
window.internals.settings.setWebGPUEnabled(true);
let gpu = document.createElement("canvas").getContext("webgpu");
+ if (!gpu) {
+ if (window.testRunner)
+ window.testRunner.notifyDone();
+ return;
+ }
let commandQueue = gpu.createCommandQueue();
let library = gpu.createLibrary(document.getElementById("script").text);
Added: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt (0 => 228395)
--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt 2018-02-12 22:34:16 UTC (rev 228395)
@@ -0,0 +1,11 @@
+CONSOLE MESSAGE: line 1: TypeError: null is not an object (evaluating 'gl.NO_ERROR')
+Checks for proper getActiveUniforms() behavior on a simple WebGL 2 program.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+FAIL successfullyParsed should be true. Was false.
+Some tests failed.
+
+TEST COMPLETE
+
Property changes on: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgl/webgl2-getActiveUniforms-expected.txt
___________________________________________________________________
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Date Revision
\ No newline at end of property
Added: svn:mime-type
+text/plain
\ No newline at end of property
Added: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt (0 => 228395)
--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt 2018-02-12 22:34:16 UTC (rev 228395)
@@ -0,0 +1 @@
+
Property changes on: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-dispatch-expected.txt
___________________________________________________________________
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Date Revision
\ No newline at end of property
Added: svn:mime-type
+text/plain
\ No newline at end of property
Added: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt (0 => 228395)
--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt 2018-02-12 22:34:16 UTC (rev 228395)
@@ -0,0 +1,2 @@
+FAIL: WebGPU was not available when enabled.
+PASS: WebGPU was not available when disabled.
Property changes on: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/fast/canvas/webgpu/webgpu-runtime-flag-expected.txt
___________________________________________________________________
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Date Revision
\ No newline at end of property
Added: svn:mime-type
+text/plain
\ No newline at end of property
Added: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt (0 => 228395)
--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt 2018-02-12 22:34:16 UTC (rev 228395)
@@ -0,0 +1,10 @@
+FAIL: Timed out waiting for notifyDone to be called
+Test that CanvasManager tracks creation and destruction of WebGPU canvases.
+
+
+== Running test suite: Canvas.CreateContextWebGPU
+-- Running test case: Canvas.CreateContextWebGPU.NoCanvases
+PASS: CanvasManager should have no canvases.
+
+-- Running test case: Canvas.CreateContextWebGPU.Attached
+
Property changes on: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/create-context-webgpu-expected.txt
___________________________________________________________________
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Date Revision
\ No newline at end of property
Added: svn:mime-type
+text/plain
\ No newline at end of property
Added: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt (0 => 228395)
--- branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt (rev 0)
+++ branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt 2018-02-12 22:34:16 UTC (rev 228395)
@@ -0,0 +1,8 @@
+Tests for the Canvas.resolveCanvasContext command for WebGPU contexts.
+
+
+== Running test suite: Canvas.resolveCanvasContextWebGPU
+-- Running test case: Canvas.resolveCanvasContextWebGPU.validIdentifier
+!! EXCEPTION: Missing Canvas.
+Stack Trace: #0: (anonymous) ((unknown))
+
Property changes on: branches/safari-605-branch/LayoutTests/platform/mac-highsierra-wk1/inspector/canvas/resolveCanvasContext-webgpu-expected.txt
___________________________________________________________________
Added: svn:eol-style
+native
\ No newline at end of property
Added: svn:keywords
+Date Revision
\ No newline at end of property
Added: svn:mime-type
+text/plain
\ No newline at end of property
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes