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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 NAME = 'graphics_Piglit'
6 AUTHOR = 'The Chromium OS Authors'
7 PURPOSE = 'Collection of automated tests for OpenGL implementations.'
8 CRITERIA = """
9 TODO(ihf) For now Piglit shall never fail except for crashes outside of
10 Piglit binaries as it is normal to have 1000 subtests pass and 300 fail
11 as long as this is stable. For this reason it should be treated as a
12 performance test plotting conts over time. If there is a problem with this
13 approach we will investigate black/whitelisting.
14 """
15 TIME='MEDIUM'
16 TEST_CATEGORY = 'Functional'
17 TEST_CLASS = 'graphics'
18 TEST_TYPE = 'client'
19
20 DOC = """
21 Piglit is a collection of automated tests for OpenGL implementations.
22
23 The goal of Piglit is to help improve the quality of open source
24 OpenGL drivers by providing developers with a simple means to
25 perform regression tests.
26
27 The original tests have been taken from
28 - Glean
29 - Mesa
30 + specific regression tests for certain bugs
31
32 http://people.freedesktop.org/~nh/piglit/
33 """
34
35 job.run_test('graphics_Piglit')
36
OLDNEW
« 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