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

Issue 11820034: Fix ReadFileToSTring failure due to '..' in the path. (Closed)

Created:
7 years, 11 months ago by Zhenyao Mo
Modified:
7 years, 11 months ago
CC:
chromium-reviews, apatrick_chromium
Visibility:
Public.

Description

Fix ReadFileToSTring failure due to '..' in the path. This failure is caused by crrev.com/175642. So we use file_util::AbsolutePath() to map the path before passing it to ReadFileToString. BUG=168936 TEST=gpu bots Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175848

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Zhenyao Mo
PTAL
7 years, 11 months ago (2013-01-09 19:18:55 UTC) #1
Ken Russell (switch to Gerrit)
7 years, 11 months ago (2013-01-09 19:20:16 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698