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

Unified Diff: client/site_tests/graphics_Piglit/control

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/piglit.tar.gz ('k') | client/site_tests/graphics_Piglit/graphics_Piglit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/graphics_Piglit/control
diff --git a/client/site_tests/graphics_Piglit/control b/client/site_tests/graphics_Piglit/control
new file mode 100644
index 0000000000000000000000000000000000000000..4f8013bb67570df3862fb40d1d567c66761f2f9a
--- /dev/null
+++ b/client/site_tests/graphics_Piglit/control
@@ -0,0 +1,36 @@
+# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+NAME = 'graphics_Piglit'
+AUTHOR = 'The Chromium OS Authors'
+PURPOSE = 'Collection of automated tests for OpenGL implementations.'
+CRITERIA = """
+TODO(ihf) For now Piglit shall never fail except for crashes outside of
+Piglit binaries as it is normal to have 1000 subtests pass and 300 fail
+as long as this is stable. For this reason it should be treated as a
+performance test plotting conts over time. If there is a problem with this
+approach we will investigate black/whitelisting.
+"""
+TIME='MEDIUM'
+TEST_CATEGORY = 'Functional'
+TEST_CLASS = 'graphics'
+TEST_TYPE = 'client'
+
+DOC = """
+Piglit is a collection of automated tests for OpenGL implementations.
+
+The goal of Piglit is to help improve the quality of open source
+OpenGL drivers by providing developers with a simple means to
+perform regression tests.
+
+The original tests have been taken from
+- Glean
+- Mesa
++ specific regression tests for certain bugs
+
+http://people.freedesktop.org/~nh/piglit/
+"""
+
+job.run_test('graphics_Piglit')
+
« no previous file with comments | « client/deps/piglit/src/piglit.tar.gz ('k') | client/site_tests/graphics_Piglit/graphics_Piglit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698