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

Issue 2047001: Added teartest UI. (Closed)

Created:
10 years, 7 months ago by Alexey Marinichev
Modified:
9 years, 7 months ago
Reviewers:
petkov, piman
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Base URL:
ssh://git@chromiumos-git//autotest.git
Visibility:
Public.

Description

Added teartest UI.

Patch Set 1 #

Total comments: 13

Patch Set 2 : always run all three subtests #

Patch Set 3 : List failed tests in the exception message. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -6 lines) Patch
M client/deps/glbench/src/teartest.cc View 3 chunks +22 lines, -6 lines 0 comments Download
A client/site_tests/graphics_TearTest/control View 1 chunk +24 lines, -0 lines 0 comments Download
A client/site_tests/graphics_TearTest/graphics_TearTest.py View 1 2 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alexey Marinichev
This was inspired by the bluetooth test. I'm not a UI person, nor am I ...
10 years, 7 months ago (2010-05-06 22:40:15 UTC) #1
piman
http://codereview.chromium.org/2047001/diff/1/4 File client/site_tests/graphics_TearTest/graphics_TearTest.py (right): http://codereview.chromium.org/2047001/diff/1/4#newcode74 client/site_tests/graphics_TearTest/graphics_TearTest.py:74: break Why early-exit here ? Don't we want to ...
10 years, 7 months ago (2010-05-10 19:41:56 UTC) #2
Alexey Marinichev
http://codereview.chromium.org/2047001/diff/1/4 File client/site_tests/graphics_TearTest/graphics_TearTest.py (right): http://codereview.chromium.org/2047001/diff/1/4#newcode74 client/site_tests/graphics_TearTest/graphics_TearTest.py:74: break On 2010/05/10 19:41:56, piman wrote: > Why early-exit ...
10 years, 7 months ago (2010-05-10 19:49:04 UTC) #3
piman
I also figured a more straightforward process (exactly 3 tests) is less human-error-prone than a ...
10 years, 7 months ago (2010-05-10 19:57:09 UTC) #4
petkov
http://codereview.chromium.org/2047001/diff/1/4 File client/site_tests/graphics_TearTest/graphics_TearTest.py (right): http://codereview.chromium.org/2047001/diff/1/4#newcode7 client/site_tests/graphics_TearTest/graphics_TearTest.py:7: import os, time os imported twice. time is not ...
10 years, 7 months ago (2010-05-10 23:13:55 UTC) #5
Alexey Marinichev
http://codereview.chromium.org/2047001/diff/1/4 File client/site_tests/graphics_TearTest/graphics_TearTest.py (right): http://codereview.chromium.org/2047001/diff/1/4#newcode7 client/site_tests/graphics_TearTest/graphics_TearTest.py:7: import os, time On 2010/05/10 23:13:55, petkov wrote: > ...
10 years, 7 months ago (2010-05-11 19:10:06 UTC) #6
petkov
10 years, 7 months ago (2010-05-11 20:51:45 UTC) #7
lgtm (although the code logic is a bit convoluted -- maybe comments will help).

Btw, who runs this test and when? As is, it's an orphaned test.

Powered by Google App Engine
This is Rietveld 408576698