diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/canvas/test/webgl-conf/checkout/deqp/README.md | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'dom/canvas/test/webgl-conf/checkout/deqp/README.md')
-rw-r--r-- | dom/canvas/test/webgl-conf/checkout/deqp/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/README.md b/dom/canvas/test/webgl-conf/checkout/deqp/README.md new file mode 100644 index 000000000..bdaf88f05 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/README.md @@ -0,0 +1,21 @@ +DEQP tests for WebGL +=========================================== + +1. Running +Tests can be run as part of the WebGL Conformance suite or individually +by navigating to one of pages in functional/gles3 or in data/gles(2|3)/shaders/ + +2. Filtering +One can limit the tests to run with a 'filter' query. For example: + +functional/gles3/textureformat.html?filter=2d + +will executed only the tests with '2d' in the test name. +Filter query accepts a regular expression. + +3. Compiling. +The tests have been annotated for closure and can be compiled with run-closure script. + +4. Implementation notes. +Tests use a minimal subset of google closure library for dependency management. +The closure compiler is used solely for error checking. The compiler output is discarded. |