Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: README.md

Issue 41443002: Add ToT webgl conformance tests: part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « README.chromium ('k') | README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Welcome to the WebGL Conformance Test Suite
2 ===========================================
3
4 Note: Before adding a new test or editing an existing test
5 [please read these guidelines](test-guidelines.md).
6
7 This is the WebGL conformance test suite. You can find a the current "live"
8 version at [https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-t ests.html](https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-te sts.html)
9
10 NOTE TO USERS: Unless you are a WebGL implementor, there is no need to submit
11 a conformance result using this process. Should you discover bugs in your
12 browser's WebGL implementation, either via this test suite or otherwise,
13 please report them through your browser vendor's bug tracking system.
14
15 FOR WEBGL IMPLEMENTORS: Please follow the instructions below to create
16 a formal conformance submission.
17
18 1. Open webgl-conformance-tests.html in your target browser
19
20 2. Press the "run tests" button
21
22 3. At the end of the run, press "display text summary"
23
24 4. Verify that the User Agent and WebGL renderer strings identify your browser a nd target correctly.
25
26 5. Copy the contents of the text summary (starting with "WebGL Conformance Test Results") and send via email to
27 webgl_conformance_submissions@khronos.org
28
29 Please see CONFORMANCE_RULES.txt in this directory for guidelines
30 about what constitutes a conformant WebGL implementation.
31
32 Usage Notes:
33 ------------
34
35 There are various URL options you can pass in.
36
37 run: Set to 1 to start the tests automatically
38
39 Example: webgl-conformance-tests.html?run=1
40
41 version: Set to the version of the harness you wish to run. Tests
42 at this version or below will be run
43
44 Example: webgl-conformance-tests.html?version=1.3.2
45
46 minVersion: Set to the minimum version of each test to include. Only tests
47 at this version or above will be inlcuded.
48
49 Example: webgl-conformance-tests.html?minVersion=1.3.2
50
51 fast: Only run tests not marked with --slow
52
53 Example: webgl-conformance-tests.html?fast=true
54
55 skip: Comma separated list of regular expressions of which tests to s kip.
56
57 Example: webgl-conformance-tests.html?skip=glsl,.*destruction\. html
58
59 include: Comma separated list of regular expressions of which tests to i nclude.
60
61 Example: webgl-conformance-tests.html?include=glsl,.*destructio n\.html
62
63 frames: The number of iframes to use to run tests in parallel.
64
65 Example: webgl-conformance-tests.html?frames=8
66
67 Note the tests are not requried to run with anything other than frames = 1.
68
69 History
70 -------
71
72 - 2011/02/24: Version 1.0.0
73 - 2012/02/23: Version 1.0.1
74 - 2012/03/20: Version 1.0.2
75 - 2013/02/14: Version 1.0.3 (beta)
76
OLDNEW
« no previous file with comments | « README.chromium ('k') | README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698