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

Unified Diff: catapult_build/build_steps.py

Issue 2950723002: Add an end-to-end test for symbolize_trace on macOS. (Closed)
Patch Set: lint Created 3 years, 6 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 | catapult_build/run_with_typ.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: catapult_build/build_steps.py
diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
index af9d75c0b6372fb9f7a3319089b36f1deca2e7dd..8f5b7f74a898766aebadbeb10e492281a71dfa7f 100644
--- a/catapult_build/build_steps.py
+++ b/catapult_build/build_steps.py
@@ -91,6 +91,11 @@ _CATAPULT_TESTS = [
'disabled': ['android'],
},
{
+ 'name': 'Native Heap Symbolizer Tests',
+ 'path': 'tracing/bin/run_symbolizer_tests',
+ 'disabled': ['android'],
+ },
+ {
'name': 'Py-vulcanize Tests',
'path': 'third_party/py_vulcanize/bin/run_py_tests',
'additional_args': ['--no-install-hooks'],
« no previous file with comments | « no previous file | catapult_build/run_with_typ.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698