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

Issue 8900002: linux: Disable Canvas2dAllowed, it times out. (Closed)

Created:
9 years ago by Nico
Modified:
9 years ago
Reviewers:
joi
CC:
chromium-reviews, apatrick_chromium, Paweł Hajdan Jr.
Visibility:
Public.

Description

linux: Disable Canvas2dAllowed, it times out. BUG=104142 TEST=none TBR=joi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113959

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/test/gpu/gpu_feature_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
9 years ago (2011-12-10 20:20:24 UTC) #1
joi
9 years ago (2011-12-12 09:06:26 UTC) #2
LGTM

Noted about the timeout and using DISABLED_, IIRC it was a pretty
hectic day when I marked this flaky so I didn't think :)

Cheers,
Jói


On Sat, Dec 10, 2011 at 8:20 PM,  <thakis@chromium.org> wrote:
> Reviewers: joi,
>
> Description:
> linux: Disable Canvas2dAllowed, it times out.
>
> BUG=104142
> TEST=none
> TBR=joi
>
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113959
>
> Please review this at http://codereview.chromium.org/8900002/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
>  M chrome/test/gpu/gpu_feature_browsertest.cc
>
>
> Index: chrome/test/gpu/gpu_feature_browsertest.cc
> diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc
> b/chrome/test/gpu/gpu_feature_browsertest.cc
> index
>
58bb9949a44e494240254d4ac414947d545d915d..38198a15c55a2e64f6fe0e81f2db674ea9566bba
> 100644
> --- a/chrome/test/gpu/gpu_feature_browsertest.cc
> +++ b/chrome/test/gpu/gpu_feature_browsertest.cc
> @@ -190,7 +190,7 @@ IN_PROC_BROWSER_TEST_F(GpuFeatureTest, WebGLBlocked) {
>
>  #if defined(OS_LINUX)
>  // http://crbug.com/104142
> -#define Canvas2DAllowed FLAKY_Canvas2DAllowed
> +#define Canvas2DAllowed DISABLED_Canvas2DAllowed
>  #endif
>  IN_PROC_BROWSER_TEST_F(GpuFeatureTest, Canvas2DAllowed) {
>   GpuFeatureFlags flags =
> GpuDataManager::GetInstance()->GetGpuFeatureFlags();
>
>

Powered by Google App Engine
This is Rietveld 408576698