mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8eeed3c374
The 1.0.1 release is really close, and upgrading now allows us to give feedback and make sure that all tests are passable. The canonical URL for this test suite is https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/webgl-conformance-tests.html --HG-- rename : content/canvas/test/webgl/conformance/include.vs => content/canvas/test/webgl/conformance/glsl/misc/include.vs
23 lines
985 B
Diff
23 lines
985 B
Diff
# HG changeset patch
|
|
# Parent 587913950733649a7cbd184a195b08cbb86b2fed
|
|
diff --git a/content/canvas/test/webgl/conformance/more/00_test_list.txt b/content/canvas/test/webgl/conformance/more/00_test_list.txt
|
|
--- a/content/canvas/test/webgl/conformance/more/00_test_list.txt
|
|
+++ b/content/canvas/test/webgl/conformance/more/00_test_list.txt
|
|
@@ -1,12 +1,15 @@
|
|
conformance/constants.html
|
|
conformance/getContext.html
|
|
conformance/methods.html
|
|
-conformance/quickCheckAPI.html
|
|
+#this test causes whichever comes after to intermittently time out.
|
|
+#forcing a GC run doesn't solve this issue. Could be something about using a random amount of memory that
|
|
+#can be too high, causing e.g. swapping.
|
|
+#conformance/quickCheckAPI.html
|
|
conformance/webGLArrays.html
|
|
functions/bindBuffer.html
|
|
functions/bindBufferBadArgs.html
|
|
functions/bindFramebufferLeaveNonZero.html
|
|
functions/bufferData.html
|
|
functions/bufferDataBadArgs.html
|
|
functions/bufferSubData.html
|
|
functions/bufferSubDataBadArgs.html
|