content/canvas/test/webgl-conformance/README.mozilla

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 This is a local copy of the WebGL conformance suite, version 1.0.1, SVN revision 17794 (on the 1.0.1 branch, not on trunk)
     3 The canonical location for this 1.0.1 test suite is:
     5   https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/conformance-suites/1.0.1
     7 The canonical location of the development tree is:
     9   https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests
    11 All files and directories in this directory, with the exceptions listed below, come from
    12 upstream and should not be modified without corresponding upstream fixes and/or a
    13 patch file in this directory. The exceptions (the Mozilla-specific files) are:
    14  * README.mozilla (this file)
    15  * failing_tests_*.txt
    16  * moz.build
    17  * writemanifest.py
    18  * *.patch files, if any
    20 How to do an update:
    21  1. unapply local patches (the .patch files here)
    22  2. perform the update:
    23    * method A: apply diff with new version
    24    * method B: erase all files here, import copy of new version.
    25  3. edit CONFORMANCE_TEST_VERSION in test_webgl_conformance_test_suite.html. That's what
    26     determines with tests to run, as some tests are only enabled in some not-yet-released
    27     version.
    28  4. reapply local patches.
    29  5. update this readme and the .patch files.
    30  6. run writemanifest.py to update test manifest.

mercurial