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

Unified Diff: third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py

Issue 2293113002: Update Crashpad to b35ee1fca18956f3c27ba124d6dc456a723c7670 (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/crashpad/crashpad/handler/main.cc ('k') | third_party/crashpad/crashpad/util/mac/xattr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
diff --git a/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py b/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
index b277ab0f1ec2e6dbb954cc01ce329b5faa9cbd08..62e92ea929b2af98f06ad4b28d6e4dc527e51a50 100755
--- a/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
+++ b/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
@@ -99,7 +99,7 @@ def GetDumpFromProgram(out_dir, pipe_name, executable_name, *args):
if pipe_name is not None:
handler = subprocess.Popen([
- os.path.join(out_dir, 'crashpad_handler.exe'),
+ os.path.join(out_dir, 'crashpad_handler.com'),
'--pipe-name=' + pipe_name,
'--database=' + test_database
])
@@ -116,7 +116,7 @@ def GetDumpFromProgram(out_dir, pipe_name, executable_name, *args):
list(args))
else:
subprocess.call([os.path.join(out_dir, executable_name),
- os.path.join(out_dir, 'crashpad_handler.exe'),
+ os.path.join(out_dir, 'crashpad_handler.com'),
test_database] + list(args))
out = subprocess.check_output([
« no previous file with comments | « third_party/crashpad/crashpad/handler/main.cc ('k') | third_party/crashpad/crashpad/util/mac/xattr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698