Title: [265007] trunk/LayoutTests
Revision
265007
Author
commit-qu...@webkit.org
Date
2020-07-28 14:20:17 -0700 (Tue, 28 Jul 2020)

Log Message

[ Mac ] webgl/2.0.0/ tests failing after r264997
https://bugs.webkit.org/show_bug.cgi?id=214893

Unreviewed test gardening.

Mark webgl/2.0.0/conformance/uniforms/gl-uniform-arrays.html slow
in Debug mode.

Incorporate upstream fix to
webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer.html
from https://github.com/KhronosGroup/WebGL/pull/3132 .

Patch by Kenneth Russell <k...@chromium.org> on 2020-07-28

* TestExpectations:
* webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (265006 => 265007)


--- trunk/LayoutTests/ChangeLog	2020-07-28 21:07:56 UTC (rev 265006)
+++ trunk/LayoutTests/ChangeLog	2020-07-28 21:20:17 UTC (rev 265007)
@@ -1,3 +1,20 @@
+2020-07-28  Kenneth Russell  <k...@chromium.org>
+
+        [ Mac ] webgl/2.0.0/ tests failing after r264997
+        https://bugs.webkit.org/show_bug.cgi?id=214893
+
+        Unreviewed test gardening.
+
+        Mark webgl/2.0.0/conformance/uniforms/gl-uniform-arrays.html slow
+        in Debug mode.
+
+        Incorporate upstream fix to
+        webgl/2.0.0/conformance2/rendering/clear-srgb-color-buffer.html
+        from https://github.com/KhronosGroup/WebGL/pull/3132 .
+
+        * TestExpectations:
+        * webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html:
+
 2020-07-28  Zalan Bujtas  <za...@apple.com>
 
         Regression (r264960): [mac-wk1] fast/dynamic/size-to-content-autosize-with-percent-document-height.html is consistently failing

Modified: trunk/LayoutTests/TestExpectations (265006 => 265007)


--- trunk/LayoutTests/TestExpectations	2020-07-28 21:07:56 UTC (rev 265006)
+++ trunk/LayoutTests/TestExpectations	2020-07-28 21:20:17 UTC (rev 265007)
@@ -3362,6 +3362,8 @@
 webgl/2.0.0/conformance/more/functions/texImage2DHTML.html [ Skip ]
 webgl/2.0.0/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
 
+webkit.org/b/214893 [ Debug ] webgl/2.0.0/conformance/uniforms/gl-uniform-arrays.html [ Slow ]
+
 # webkit.org/b/208078 To-be-addressed WebGL 2 tests that generate inconsistent results between devices
 webgl/2.0.0/conformance2/renderbuffers/multisample-with-full-sample-counts.html [ Pass Failure ]
 webgl/2.0.0/conformance/extensions/webgl-draw-buffers.html [ Pass Failure ]

Modified: trunk/LayoutTests/webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html (265006 => 265007)


--- trunk/LayoutTests/webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html	2020-07-28 21:07:56 UTC (rev 265006)
+++ trunk/LayoutTests/webgl/2.0.0/resources/webgl_test_files/conformance2/rendering/clear-srgb-color-buffer.html	2020-07-28 21:20:17 UTC (rev 265007)
@@ -93,7 +93,9 @@
     }
 
     var color_ref = wtu.linearToSRGB(color);
-    wtu.checkCanvasRect(gl, 0, 0, size, size, color_ref);
+    var tolerance = 3;
+    var msg = "";
+    wtu.checkCanvasRect(gl, 0, 0, size, size, color_ref, msg, tolerance);
 }
 
 gl.bindTexture(gl.TEXTURE_2D, null);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to