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

Issue 1523011: Stubbed in new test: graphics_WindowManagerGraphicsCapture (Closed)

Created:
10 years, 8 months ago by scheib
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Visibility:
Public.

Description

Stubbed in new test: graphics_WindowManagerGraphicsCapture This is the beginning of a functional test described by issue 2054 "Test graphics stack in window manager": http://code.google.com/p/chromium-os/issues/detail?id=2054 glbench has been modified to create a new target, "windowmanagertest". This application is used in a new site_test that logs in (if needed), displays the full screen app, and then logs out. Following changes will perform window manager screen captures and compare against known good images.

Patch Set 1 #

Total comments: 25

Patch Set 2 : Fixes in response to comments #

Total comments: 4

Patch Set 3 : Additional review fixes #

Total comments: 2

Patch Set 4 : Made two RM lines in Makefile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -4 lines) Patch
M client/deps/glbench/src/Makefile View 1 2 3 2 chunks +12 lines, -4 lines 0 comments Download
A client/deps/glbench/src/windowmanagertest.cc View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
A client/site_tests/graphics_WindowManagerGraphicsCapture/control View 1 chunk +16 lines, -0 lines 0 comments Download
A client/site_tests/graphics_WindowManagerGraphicsCapture/graphics_WindowManagerGraphicsCapture.py View 1 2 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
scheib
10 years, 8 months ago (2010-04-06 00:35:36 UTC) #1
piman
Overall looks good, but there's several style issues. http://codereview.chromium.org/1523011/diff/1/2 File client/deps/glbench/src/Makefile (right): http://codereview.chromium.org/1523011/diff/1/2#newcode9 client/deps/glbench/src/Makefile:9: SOURCES_ALL ...
10 years, 8 months ago (2010-04-06 01:23:20 UTC) #2
Alexey Marinichev
http://codereview.chromium.org/1523011/diff/1/3 File client/deps/glbench/src/windowmanagertest.cc (right): http://codereview.chromium.org/1523011/diff/1/3#newcode16 client/deps/glbench/src/windowmanagertest.cc:16: #include "xlib_window.h" xlib_window.h is not really needed, is it? ...
10 years, 8 months ago (2010-04-06 01:27:02 UTC) #3
scheib
addressed comments, converted to using gflags. http://codereview.chromium.org/1523011/diff/1/2 File client/deps/glbench/src/Makefile (right): http://codereview.chromium.org/1523011/diff/1/2#newcode9 client/deps/glbench/src/Makefile:9: SOURCES_ALL = $(SOURCES_COMMON) ...
10 years, 8 months ago (2010-04-06 22:16:22 UTC) #4
piman
http://codereview.chromium.org/1523011/diff/1/2 File client/deps/glbench/src/Makefile (right): http://codereview.chromium.org/1523011/diff/1/2#newcode46 client/deps/glbench/src/Makefile:46: $(RM) $(GL_BENCH) $(TEARTEST) $(WINDOWMANAGERTEST) $(OBJS_ALL) $(DEPS_ALL) On 2010/04/06 22:16:23, ...
10 years, 8 months ago (2010-04-06 22:59:59 UTC) #5
scheib
http://codereview.chromium.org/1523011/diff/1/2 File client/deps/glbench/src/Makefile (right): http://codereview.chromium.org/1523011/diff/1/2#newcode46 client/deps/glbench/src/Makefile:46: $(RM) $(GL_BENCH) $(TEARTEST) $(WINDOWMANAGERTEST) $(OBJS_ALL) $(DEPS_ALL) On 2010/04/06 22:59:59, ...
10 years, 8 months ago (2010-04-06 23:40:17 UTC) #6
Alexey Marinichev
LGTM with a bonus matter of taste comment. http://codereview.chromium.org/1523011/diff/13002/14001 File client/deps/glbench/src/Makefile (right): http://codereview.chromium.org/1523011/diff/13002/14001#newcode49 client/deps/glbench/src/Makefile:49: $(RM) ...
10 years, 8 months ago (2010-04-07 00:52:18 UTC) #7
piman
LGTM
10 years, 8 months ago (2010-04-07 00:55:32 UTC) #8
scheib
On 2010/04/07 00:55:32, piman wrote: > LGTM Hurray, now I need a volunteer to commit ...
10 years, 8 months ago (2010-04-07 16:55:32 UTC) #9
scheib
10 years, 8 months ago (2010-04-07 16:55:42 UTC) #10
http://codereview.chromium.org/1523011/diff/13002/14001
File client/deps/glbench/src/Makefile (right):

http://codereview.chromium.org/1523011/diff/13002/14001#newcode49
client/deps/glbench/src/Makefile:49: $(RM) $(GL_BENCH) $(TEARTEST)
$(WINDOWMANAGERTEST) \
On 2010/04/07 00:52:18, Alexey Marinichev wrote:
> If you use two $(RM)s, you won't need ugly backslash.

Done.

Powered by Google App Engine
This is Rietveld 408576698