|
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) |
|
2 |
|
3 The canonical location for this 1.0.1 test suite is: |
|
4 |
|
5 https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/conformance-suites/1.0.1 |
|
6 |
|
7 The canonical location of the development tree is: |
|
8 |
|
9 https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests |
|
10 |
|
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 |
|
19 |
|
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. |