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

Unified Diff: client/site_tests/graphics_TearTest/control

Issue 2047001: Added teartest UI. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: List failed tests in the exception message. Created 10 years, 7 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/glbench/src/teartest.cc ('k') | client/site_tests/graphics_TearTest/graphics_TearTest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/graphics_TearTest/control
diff --git a/client/site_tests/graphics_TearTest/control b/client/site_tests/graphics_TearTest/control
new file mode 100644
index 0000000000000000000000000000000000000000..e664c3c0e3e5dfb30221ff2ac3545788cdf7a67c
--- /dev/null
+++ b/client/site_tests/graphics_TearTest/control
@@ -0,0 +1,24 @@
+# Copyright (c) 2010 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_TEAR_TEST'
+AUTHOR = 'The Chromium OS Authors'
+TIME='MEDIUM'
+TEST_CATEGORY = 'Functional'
+TEST_CLASS = "graphics"
+TEST_TYPE = 'client'
+
+DOC = """
+This is a semi-automated test that displays vertical lines scrolling
+horizontally and asks user if tearing was observed. Three variants are
+available:
+ * using uniform update. This tests that glSwapInterval function performs as
+ expected.
+ * using full texture update. This tests that CPU-GPU interaction is properly
+ synchronized in the driver.
+ * using pixmap to texture extension. This tests that pixmap to texture
+ extension is properly synchronized.
+"""
+
+job.run_test('graphics_TearTest')
« no previous file with comments | « client/deps/glbench/src/teartest.cc ('k') | client/site_tests/graphics_TearTest/graphics_TearTest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698