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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2010 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_TEAR_TEST'
6 AUTHOR = 'The Chromium OS Authors'
7 TIME='MEDIUM'
8 TEST_CATEGORY = 'Functional'
9 TEST_CLASS = "graphics"
10 TEST_TYPE = 'client'
11
12 DOC = """
13 This is a semi-automated test that displays vertical lines scrolling
14 horizontally and asks user if tearing was observed. Three variants are
15 available:
16 * using uniform update. This tests that glSwapInterval function performs as
17 expected.
18 * using full texture update. This tests that CPU-GPU interaction is properly
19 synchronized in the driver.
20 * using pixmap to texture extension. This tests that pixmap to texture
21 extension is properly synchronized.
22 """
23
24 job.run_test('graphics_TearTest')
OLDNEW
« 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