| 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..cbd8cf3e2ecb1ac8307c8bf74b0c53d7312ff9e9
|
| --- /dev/null
|
| +++ b/client/site_tests/graphics_Piglit/control
|
| @@ -0,0 +1,34 @@
|
| +# 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 = """
|
| +!!! To be decided later when the suite passes or fails, as this might require
|
| +* filtering of failures (mario passes about 1000/1300 subtests right now)
|
| +* or just return a pass count that gets plotted and needs to be monitored !!!
|
| +"""
|
| +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')
|
| +
|
|
|