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

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: Logging command 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 !!! To be decided later when the suite passes or fails, as this might require
DaleCurtis 2011/04/08 16:58:18 Use "TODO(ihf):" as the format.
ilja 2011/04/08 21:42:24 Adjusted comment.
10 * filtering of failures (mario passes about 1000/1300 subtests right now)
11 * or just return a pass count that gets plotted and needs to be monitored !!!
12 """
13 TIME='MEDIUM'
14 TEST_CATEGORY = 'Functional'
15 TEST_CLASS = 'graphics'
16 TEST_TYPE = 'client'
17
18 DOC = """
19 Piglit is a collection of automated tests for OpenGL implementations.
20
21 The goal of Piglit is to help improve the quality of open source
22 OpenGL drivers by providing developers with a simple means to
23 perform regression tests.
24
25 The original tests have been taken from
26 - Glean
27 - Mesa
28 + specific regression tests for certain bugs
29
30 http://people.freedesktop.org/~nh/piglit/
31 """
32
33 job.run_test('graphics_Piglit')
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698