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

Issue 1343433003: win: Don't run x64 specific test unless built for x64 (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M util/win/process_info_test.cc View 1 1 chunk +5 lines, -0 lines 3 comments Download

Depends on Patchset:

Messages

Total messages: 7 (0 generated)
scottmg
5 years, 3 months ago (2015-09-11 22:36:44 UTC) #1
Mark Mentovai
LGTM https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc File util/win/process_info_test.cc (right): https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc#newcode165 util/win/process_info_test.cc:165: // child if it is x86 and the ...
5 years, 3 months ago (2015-09-11 22:40:58 UTC) #2
scottmg
https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc File util/win/process_info_test.cc (right): https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc#newcode165 util/win/process_info_test.cc:165: // child if it is x86 and the child ...
5 years, 3 months ago (2015-09-11 22:45:51 UTC) #3
Mark Mentovai
Still LGTM https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc File util/win/process_info_test.cc (right): https://codereview.chromium.org/1343433003/diff/20001/util/win/process_info_test.cc#newcode165 util/win/process_info_test.cc:165: // child if it is x86 and ...
5 years, 3 months ago (2015-09-11 22:51:17 UTC) #4
scottmg
On 2015/09/11 22:51:17, Mark Mentovai - August is over wrote: > Still LGTM > > ...
5 years, 3 months ago (2015-09-11 23:09:55 UTC) #5
scottmg
Committed patchset #2 (id:20001) manually as d62866f734e65bf19c4e06430e98175529ae7ce0 (presubmit successful).
5 years, 3 months ago (2015-09-11 23:11:06 UTC) #6
Mark Mentovai
5 years, 3 months ago (2015-09-11 23:18:02 UTC) #7
Message was sent while issue was closed.
scottmg wrote:
> Yeah, that's all true and scary. This test would only need a
ReadProcessMemory64
> (I think) which is roughly a matter of escaping WOW64 to get the x64 version
of
> NtReadVirtualMemory. That's pretty awful by itself, see e.g.
> http://blog.rewolf.pl/blog/?p=102 (the getLdrGetProcedureAddress function).

That’s both horrible and amazing at the same time.

Powered by Google App Engine
This is Rietveld 408576698