gecko/content/canvas/test/webgl
2010-09-13 08:55:45 -07:00
..
conformance b=593850; [webgl] fix gl-scissor test; r=bjacob 2010-09-13 08:55:29 -07:00
extra b=578509; Update our copy of the WebGL conformance test suite to svn 11955; r=vladimir 2010-07-16 10:30:32 -04:00
misc b=578509; Update our copy of the WebGL conformance test suite to svn 11955; r=vladimir 2010-07-16 10:30:32 -04:00
more Bug 592416 - Various WebGL fixes - r=vladimir 2010-09-02 10:38:26 -04:00
resources Bug 590729 - Update WebGL tests to upstream r12308, and Mochitest improvements - r=vladimir, a=blocking2.0 2010-08-25 19:09:26 -04:00
00_testFIXME_list.txt [JAEGER] Merge from Tracemonkey. 2010-08-30 11:38:48 -07:00
failing_tests.txt b=593850; [webgl] fix gl-uniform-arrays test; r=bjacob 2010-09-13 08:55:45 -07:00
Makefile.in Bug 594734 Use $(TAR) instead of tar for content/canvas/test/webgl r=bjacob a=testing file only 2010-09-10 20:56:33 +08:00
README.mozilla Bug 582053 - Integrate WebGL conformance suite as a mochitest - r=ctalbert,vladimir a=blocking2.0 2010-08-25 08:14:12 -04:00
test_webgl_conformance_test_suite.html Bug 590729 - Update WebGL tests to upstream r12308, and Mochitest improvements - r=vladimir, a=blocking2.0 2010-08-25 19:09:26 -04:00
webgl-conformance-tests.html Bug 590729 - Update WebGL tests to upstream r12308, and Mochitest improvements - r=vladimir, a=blocking2.0 2010-08-25 19:09:26 -04:00

This is a local copy of the WebGL conformance suite.

  SVN revision: 11955

The canonical location for this testsuite is:

  https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/

All files and directories in this directory, with the exceptions listed below, come from
upstream and should not be modified without corresponding upstream fixes and/or a
patch file in the "patches" directory. The exceptions (the Mozilla-specific files) are:
 * README.mozilla (this file)
 * failing_tests.txt
 * Makefile.in
 * the "mozilla" directory, if any
 * the "patches" directory, if any

Moreover, the files named 00_test_list.txt are temporarily renamed to 00_testFIXME_list.txt to work around bug 584611, quote:
> In mochitest, we tell people that mochitests should start with test_.  The
> actual truth is that we match anything with a test_ in it.

The "mozilla" directory contains integration of this test suite into Mozilla's
testing system.