Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 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) |
michael@0 | 2 | |
michael@0 | 3 | The canonical location for this 1.0.1 test suite is: |
michael@0 | 4 | |
michael@0 | 5 | https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/conformance-suites/1.0.1 |
michael@0 | 6 | |
michael@0 | 7 | The canonical location of the development tree is: |
michael@0 | 8 | |
michael@0 | 9 | https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests |
michael@0 | 10 | |
michael@0 | 11 | All files and directories in this directory, with the exceptions listed below, come from |
michael@0 | 12 | upstream and should not be modified without corresponding upstream fixes and/or a |
michael@0 | 13 | patch file in this directory. The exceptions (the Mozilla-specific files) are: |
michael@0 | 14 | * README.mozilla (this file) |
michael@0 | 15 | * failing_tests_*.txt |
michael@0 | 16 | * moz.build |
michael@0 | 17 | * writemanifest.py |
michael@0 | 18 | * *.patch files, if any |
michael@0 | 19 | |
michael@0 | 20 | How to do an update: |
michael@0 | 21 | 1. unapply local patches (the .patch files here) |
michael@0 | 22 | 2. perform the update: |
michael@0 | 23 | * method A: apply diff with new version |
michael@0 | 24 | * method B: erase all files here, import copy of new version. |
michael@0 | 25 | 3. edit CONFORMANCE_TEST_VERSION in test_webgl_conformance_test_suite.html. That's what |
michael@0 | 26 | determines with tests to run, as some tests are only enabled in some not-yet-released |
michael@0 | 27 | version. |
michael@0 | 28 | 4. reapply local patches. |
michael@0 | 29 | 5. update this readme and the .patch files. |
michael@0 | 30 | 6. run writemanifest.py to update test manifest. |