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

Issue 40160: Fix startup_test failures on Windows buildbot. (Closed)

Created:
11 years, 9 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix startup_test failures on Windows buildbot. The problem seems to be an error when overwriting file which is in use (that's how EvictFileFromSystemCache works on Windows). So I used a standard workaround for such Windowsic problems and created a wrapper which retries 10 times. Similar code was there before my porting patch. TBR=agl

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -3 lines) Patch
M chrome/test/startup/startup_test.cc View 2 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paweł Hajdan Jr.
TBR
11 years, 9 months ago (2009-03-05 11:45:07 UTC) #1
agl
11 years, 9 months ago (2009-03-05 17:48:47 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698