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

Issue 826003003: win: porting for scoped_temp_dir_test (Closed)

Created:
5 years, 11 months ago by scottmg
Modified:
5 years, 11 months ago
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

win: porting for scoped_temp_dir_test Uses the posix-y CRT functions rather than Win32 API for consistency/similarity to the POSIX code path as it's localized test code anyway. R=rsesek@chromium.org BUG=crashpad:1 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/b0545c2627902a40a25f9bc405f0804758e81800

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -9 lines) Patch
M util/test/scoped_temp_dir_test.cc View 1 6 chunks +26 lines, -9 lines 4 comments Download

Messages

Total messages: 7 (1 generated)
scottmg
5 years, 11 months ago (2015-01-07 23:27:08 UTC) #1
Robert Sesek
LGTM https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc File util/test/scoped_temp_dir_test.cc (right): https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc#newcode27 util/test/scoped_temp_dir_test.cc:27: #if defined(OS_POSIX) Should these come before the project ...
5 years, 11 months ago (2015-01-07 23:38:25 UTC) #2
scottmg
https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc File util/test/scoped_temp_dir_test.cc (right): https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc#newcode27 util/test/scoped_temp_dir_test.cc:27: #if defined(OS_POSIX) On 2015/01/07 23:38:25, Robert Sesek wrote: > ...
5 years, 11 months ago (2015-01-08 00:16:11 UTC) #3
scottmg
Committed patchset #2 (id:20001) manually as b0545c2627902a40a25f9bc405f0804758e81800 (presubmit successful).
5 years, 11 months ago (2015-01-08 00:16:25 UTC) #4
Mark Mentovai
https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc File util/test/scoped_temp_dir_test.cc (right): https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_dir_test.cc#newcode49 util/test/scoped_temp_dir_test.cc:49: EXPECT_EQ(ENOENT, errno) << ErrnoMessage("lstat") << " " << path.value(); ...
5 years, 11 months ago (2015-01-08 17:22:20 UTC) #6
scottmg
5 years, 11 months ago (2015-01-08 17:39:28 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_di...
File util/test/scoped_temp_dir_test.cc (right):

https://codereview.chromium.org/826003003/diff/20001/util/test/scoped_temp_di...
util/test/scoped_temp_dir_test.cc:49: EXPECT_EQ(ENOENT, errno) <<
ErrnoMessage("lstat") << " " << path.value();
On 2015/01/08 17:22:20, Mark Mentovai wrote:
> The string isn’t right for Windows. :(

Oops, thanks: https://codereview.chromium.org/836833003

Powered by Google App Engine
This is Rietveld 408576698