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

Side by Side Diff: README.txt

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, 1 month 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.md ('k') | test-guidelines.md » ('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 This is the initial release of the WebGL conformance test suite.
5
6 NOTE TO USERS: Unless you are a WebGL implementor, there is no need to submit
7 a conformance result using this process. Should you discover bugs in your
8 browser's WebGL implementation, either via this test suite or otherwise,
9 please report them through your browser vendor's bug tracking system.
10
11 FOR WEBGL IMPLEMENTORS: Please follow the instructions below to create
12 a formal conformance submission.
13
14 1) Open webgl-conformance-tests.html in your target browser
15
16 2) Press the "run tests" button
17
18 3) At the end of the run, press "display text summary"
19
20 4) Verify that the User Agent and WebGL renderer strings identify your browser a nd target correctly.
21
22 5) Copy the contents of the text summary (starting with "WebGL Conformance Test Results") and send via email to
23 webgl_conformance_submissions@khronos.org
24
25 Please see CONFORMANCE_RULES.txt in this directory for guidelines
26 about what constitutes a conformant WebGL implementation.
27
28
29 Usage Notes:
30
31 There are various URL options you can pass in.
32
33 run: Set to 1 to start the tests automatically
34
35 Example: webgl-conformance-tests.html?run=1
36
37 version: Set to the version of the harness you wish to run. Tests
38 at this version or below will be run
39
40 Example: webgl-conformance-tests.html?version=1.3.2
41
42 minVersion: Set to the minimum version of each test to include. Only tests
43 at this version or above will be inlcuded.
44
45 Example: webgl-conformance-tests.html?minVersion=1.3.2
46
47 fast: Only run tests not marked with --slow
48
49 Example: webgl-conformance-tests.html?fast=true
50
51 skip: Comma separated list of regular expressions of which tests to skip.
52
53 Example: webgl-conformance-tests.html?skip=glsl,.*destruction\.html
54
55 include: Comma separated list of regular expressions of which tests to inclu de.
56
57 Example: webgl-conformance-tests.html?include=glsl,.*destruction\.h tml
58
59 - Version 1.0.0
60 - February 24, 2011
61
62 - Version 1.0.1
63 - February 23, 2012
64
65 - Version 1.0.2 (beta)
66 - March 20, 2012
OLDNEW
« no previous file with comments | « README.md ('k') | test-guidelines.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698