diff options
author | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 12:58:05 +0000 |
---|---|---|
committer | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-12 12:58:05 +0000 |
commit | 1f7077f05705609ade250752404d422e664655a0 (patch) | |
tree | 7add9bc7fb27ad4f931ce484a549912dfbeb11bf /.gitignore | |
parent | 17e66cad4fdda959336ba13c9de15be72398b870 (diff) | |
download | chromium_src-1f7077f05705609ade250752404d422e664655a0.zip chromium_src-1f7077f05705609ade250752404d422e664655a0.tar.gz chromium_src-1f7077f05705609ade250752404d422e664655a0.tar.bz2 |
Added WebGL conformance tests to GPU tests.
Once we pass all conformance tests (not there yet), we can track which change
broke conformity.
Mirrored the WebGL conformance tests in /trunk/deps/third_party/webgl (r91578).
Imported the files to /trunk/src/chrome/test/data/gpu/webgl_conformance, using
DEPS. Also, added the new directory to .gitignore.
Each conformance test runs as a separate gtest under WebGLConformanceTests and
OSMesa is always disabled. Currently, there are 151 tests and the suite
requires approximately 11 minutes. The test declarations are located in a
separate files because they are produced by a script (which I will include in a
later CL).
WebGL tests: http://www.khronos.org/webgl/wiki/Testing/Conformance
Related issue: http://code.google.com/p/chromium/issues/detail?id=88125
TEST=gpu_tests --gtest_filter=WebGLConformanceTests.*
Review URL: http://codereview.chromium.org/7312015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ v8.log /chrome/test/data/osdd /chrome/test/data/plugin /chrome/test/data/pyauto_private +/chrome/test/data/gpu/webgl_conformance /chrome/tools/memory /chrome/tools/test/reference_build /chrome_frame/tools/test/reference_build |