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

Unified Diff: client/deps/piglit/src/cros-driver.tests

Issue 6745001: Add piglit autotest (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: fix crash parsing problem in UITest Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/piglit/src/README.txt ('k') | client/deps/piglit/src/piglit.tar.gz » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/piglit/src/cros-driver.tests
diff --git a/client/deps/piglit/src/cros-driver.tests b/client/deps/piglit/src/cros-driver.tests
new file mode 100644
index 0000000000000000000000000000000000000000..cfc2345f8f0a64aa4bec1636269e32c7e39a7f0e
--- /dev/null
+++ b/client/deps/piglit/src/cros-driver.tests
@@ -0,0 +1,28 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+import re
+import subprocess
+
+from framework.core import *
+from framework.exectest import *
+from framework.gleantest import *
+
+execfile(os.path.dirname(__file__) + '/quick.tests')
+
+# These don't test the driver
+del profile.tests['glslparsertest']
+del profile.tests['asmparsertest']
+
+# These take too long
+del profile.tests['glean']['blendFunc']
+del profile.tests['glean']['depthStencil']
+del profile.tests['glean']['pointAtten']
+del profile.tests['texturing']['streaming-texture-leak']
+
+# IHF: this test runs with too much memory on my 64 bit dev system
+del profile.tests['texturing']['tex3d-maxsize']
+
+# This test is nonsense
+del profile.tests['glean']['exactRGBA']
+
« no previous file with comments | « client/deps/piglit/src/README.txt ('k') | client/deps/piglit/src/piglit.tar.gz » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698