Title: [265710] trunk/LayoutTests
Revision
265710
Author
[email protected]
Date
2020-08-14 15:30:34 -0700 (Fri, 14 Aug 2020)

Log Message

[WebGL2] Skip buggy conformance tests
https://bugs.webkit.org/show_bug.cgi?id=215466

Patch by James Darpinian <[email protected]> on 2020-08-14
Reviewed by Dean Jackson.

* webgl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (265709 => 265710)


--- trunk/LayoutTests/ChangeLog	2020-08-14 22:14:22 UTC (rev 265709)
+++ trunk/LayoutTests/ChangeLog	2020-08-14 22:30:34 UTC (rev 265710)
@@ -1,3 +1,12 @@
+2020-08-14  James Darpinian  <[email protected]>
+
+        [WebGL2] Skip buggy conformance tests
+        https://bugs.webkit.org/show_bug.cgi?id=215466
+
+        Reviewed by Dean Jackson.
+
+        * webgl/TestExpectations:
+
 2020-08-14  Devin Rousso  <[email protected]>
 
         RTL: volume slider and icons are backwards

Modified: trunk/LayoutTests/webgl/TestExpectations (265709 => 265710)


--- trunk/LayoutTests/webgl/TestExpectations	2020-08-14 22:14:22 UTC (rev 265709)
+++ trunk/LayoutTests/webgl/TestExpectations	2020-08-14 22:30:34 UTC (rev 265710)
@@ -1,21 +1,22 @@
 # Currently skipped due to fetching external resources.
 webgl/1.0.3/conformance/more/functions [ Skip ]
+webgl/2.0.0/conformance/textures/misc/origin-clean-conformance.html [ Skip ]
+webgl/2.0.0/conformance/more/functions/texImage2DHTML.html [ Skip ]
+webgl/2.0.0/conformance/more/functions/readPixelsBadArgs.html [ Skip ]
+webgl/2.0.0/conformance/more/functions/texSubImage2DHTML.html [ Skip ]
 
-# Time outs
-webgl/2.0.0/conformance2/textures/video [ Skip ]
-
 # Run as much of DEQP as possible
 webgl/2.0.0/deqp [ Pass Slow ]
 
+# Timeouts
+webgl/2.0.0/deqp/functional/gles3/builtinprecision/refract.html [ Skip ]
+webgl/2.0.0/deqp/functional/gles3/builtinprecision/smoothstep.html [ Skip ]
+webgl/2.0.0/deqp/functional/gles3/shaderoperator/common_functions.html [ Skip ]
+
 # Flaky time outs
-webgl/2.0.0/deqp/functional/gles3/builtinprecision/acosh.html [ Timeout Pass ]
-webgl/2.0.0/deqp/functional/gles3/builtinprecision/asinh.html [ Timeout Pass ]
-webgl/2.0.0/deqp/functional/gles3/builtinprecision/atanh.html [ Timeout Pass ]
-webgl/2.0.0/deqp/functional/gles3/shaderoperator/binary_operator_00.html [ Timeout Pass ]
-webgl/2.0.0/deqp/functional/gles3/shaderoperator/binary_operator_01.html [ Timeout Pass ]
+webgl/2.0.0/deqp/functional/gles3/shaderoperator/binary_operator [ Timeout Pass ]
 webgl/2.0.0/deqp/functional/gles3/vertexarrays/multiple_attributes.stride.html [ Timeout Pass ]
 
-# DEQP timeouts
-webgl/2.0.0/deqp/functional/gles3/builtinprecision/refract.html [ Skip ]
-webgl/2.0.0/deqp/functional/gles3/builtinprecision/smoothstep.html [ Skip ]
-webgl/2.0.0/deqp/functional/gles3/shaderoperator/common_functions.html [ Skip ]
+# Incorrect tests
+webgl/2.0.0/deqp/functional/gles3/builtinprecision/ [ Skip ]
+webgl/2.0.0/conformance2/textures/misc/tex-srgb-mipmap.html [ Skip ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to