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

Unified Diff: build/run_tests.py

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 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 | « no previous file | client/client.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/run_tests.py
diff --git a/build/run_tests.py b/build/run_tests.py
index 9075cdf167351cd27f82466b4169b4223b70ef4f..8de6fc8f9e45aa167d657f52dcac90b155904bd2 100755
--- a/build/run_tests.py
+++ b/build/run_tests.py
@@ -51,10 +51,6 @@ def main(args):
'crashpad_test_test',
'crashpad_util_test',
]
- if platform.system() == 'Windows':
- tests += [
- 'crashpad_handler_test',
- ]
for test in tests:
print '-' * 80
print test
« no previous file with comments | « no previous file | client/client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698