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

Unified Diff: third_party/crashpad/crashpad/build/run_tests.py

Issue 2814043003: Update Crashpad to 1f28a123a4c9449e3d7ddad4ff00dacd366d5216 (Closed)
Patch Set: Add missing GN config to fix compile/link. Created 3 years, 8 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
Index: third_party/crashpad/crashpad/build/run_tests.py
diff --git a/third_party/crashpad/crashpad/build/run_tests.py b/third_party/crashpad/crashpad/build/run_tests.py
index 00b40f6b6c8519a92eebce305e524a9b6d5010ae..c5cbb03be737f2d9d179b7ac1169c109bdc3be79 100755
--- a/third_party/crashpad/crashpad/build/run_tests.py
+++ b/third_party/crashpad/crashpad/build/run_tests.py
@@ -38,6 +38,11 @@ def main(args):
'crashpad_test_test',
'crashpad_util_test',
]
+
+ if sys.platform == 'win32':
+ tests.append('crashpad_handler_test')
+ tests = sorted(tests)
+
for test in tests:
print '-' * 80
print test
« no previous file with comments | « third_party/crashpad/README.chromium ('k') | third_party/crashpad/crashpad/client/crashpad_client_win_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698