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

Issue 8391006: aura: Set up the mock compositor to get gfx_unittests green on linux. (Closed)

Created:
9 years, 1 month ago by sadrul
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

aura: Remove failing ScreenTest for aura. BUG=none TEST=gfx_unittets on linux_aura should go green Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107592

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -23 lines) Patch
M ui/gfx/screen_unittest.cc View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 1 chunk +2 lines, -2 lines 3 comments Download

Messages

Total messages: 19 (0 generated)
sadrul
This seems to fix gfx_unittests for aura: http://build.chromium.org/p/tryserver.chromium/builders/linux_aura/builds/356 I am using defined(USE_AURA) ... would defined(VIEWS_COMPOSITOR) ...
9 years, 1 month ago (2011-10-25 20:01:47 UTC) #1
jonathan.backer
http://codereview.chromium.org/8391006/diff/2001/ui/gfx/test_suite.cc File ui/gfx/test_suite.cc (right): http://codereview.chromium.org/8391006/diff/2001/ui/gfx/test_suite.cc#newcode65 ui/gfx/test_suite.cc:65: ui::ResourceBundle::CleanupSharedInstance(); think we need a ui::CompositorTestSupport::Terminate() http://codereview.chromium.org/8391006/diff/2001/ui/ui_unittests.gypi File ui/ui_unittests.gypi ...
9 years, 1 month ago (2011-10-25 20:13:53 UTC) #2
sadrul
+sky for OWNERS http://codereview.chromium.org/8391006/diff/2001/ui/gfx/test_suite.cc File ui/gfx/test_suite.cc (right): http://codereview.chromium.org/8391006/diff/2001/ui/gfx/test_suite.cc#newcode65 ui/gfx/test_suite.cc:65: ui::ResourceBundle::CleanupSharedInstance(); On 2011/10/25 20:13:53, jonathan.backer wrote: ...
9 years, 1 month ago (2011-10-25 20:28:42 UTC) #3
sky
http://codereview.chromium.org/8391006/diff/4002/ui/gfx/test_suite.cc File ui/gfx/test_suite.cc (right): http://codereview.chromium.org/8391006/diff/4002/ui/gfx/test_suite.cc#newcode18 ui/gfx/test_suite.cc:18: #if defined(USE_AURA) What gfx tests are actually using the ...
9 years, 1 month ago (2011-10-25 21:21:57 UTC) #4
jonathan.backer
Keep the dependency. I was just chatting with piman@ and I'm going to to make ...
9 years, 1 month ago (2011-10-25 21:23:59 UTC) #5
sadrul
http://codereview.chromium.org/8391006/diff/4002/ui/gfx/test_suite.cc File ui/gfx/test_suite.cc (right): http://codereview.chromium.org/8391006/diff/4002/ui/gfx/test_suite.cc#newcode18 ui/gfx/test_suite.cc:18: #if defined(USE_AURA) On 2011/10/25 21:21:57, sky wrote: > What ...
9 years, 1 month ago (2011-10-25 21:24:08 UTC) #6
sky
This means we have a circular dependency (ui depends on aura and aura depends on ...
9 years, 1 month ago (2011-10-25 21:48:01 UTC) #7
sadrul
On 2011/10/25 21:48:01, sky wrote: > This means we have a circular dependency (ui depends ...
9 years, 1 month ago (2011-10-25 21:56:29 UTC) #8
sky
On Tue, Oct 25, 2011 at 2:56 PM, <sadrul@chromium.org> wrote: > On 2011/10/25 21:48:01, sky ...
9 years, 1 month ago (2011-10-25 21:59:09 UTC) #9
sadrul
On 2011/10/25 21:59:09, sky wrote: > On Tue, Oct 25, 2011 at 2:56 PM, <mailto:sadrul@chromium.org> ...
9 years, 1 month ago (2011-10-25 22:02:22 UTC) #10
sadrul
+derat I moved the test from ui_ to aura_. But now that I look at ...
9 years, 1 month ago (2011-10-25 22:35:24 UTC) #11
Daniel Erat
On 2011/10/25 22:35:24, sadrul wrote: > +derat > > I moved the test from ui_ ...
9 years, 1 month ago (2011-10-25 22:44:04 UTC) #12
sadrul
Would you suggest removing the test altogether? or this LGTY?
9 years, 1 month ago (2011-10-26 02:54:01 UTC) #13
Daniel Erat
On 2011/10/26 02:54:01, sadrul wrote: > Would you suggest removing the test altogether? or this ...
9 years, 1 month ago (2011-10-26 05:12:30 UTC) #14
sadrul
I have kept the test in its old place, and disabled the test for aura. ...
9 years, 1 month ago (2011-10-27 14:22:06 UTC) #15
Daniel Erat
LGTM. Thanks! http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi File ui/ui_unittests.gypi (right): http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi#newcode180 ui/ui_unittests.gypi:180: ['use_aura==1', { nit: delete this section
9 years, 1 month ago (2011-10-27 16:05:26 UTC) #16
sadrul
http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi File ui/ui_unittests.gypi (right): http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi#newcode180 ui/ui_unittests.gypi:180: ['use_aura==1', { On 2011/10/27 16:05:26, Daniel Erat wrote: > ...
9 years, 1 month ago (2011-10-27 16:09:16 UTC) #17
Daniel Erat
http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi File ui/ui_unittests.gypi (right): http://codereview.chromium.org/8391006/diff/8001/ui/ui_unittests.gypi#newcode180 ui/ui_unittests.gypi:180: ['use_aura==1', { On 2011/10/27 16:09:16, sadrul wrote: > On ...
9 years, 1 month ago (2011-10-27 16:10:23 UTC) #18
sky
9 years, 1 month ago (2011-10-27 17:02:22 UTC) #19
LGTM

Powered by Google App Engine
This is Rietveld 408576698