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

Unified Diff: content/content_browsertests.isolate

Issue 605063004: Pass lsan GYP variable to swarming's test_env so that we can disable the sandbox when it's set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: content/content_browsertests.isolate
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index 2d430893bc1ec99730105e078999d0e999e56f2a..c3948b899ed229d8c84df50998cee97277a4e8cc 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -38,8 +38,10 @@
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
+ '../testing/test_env.py',
'<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
'--test-launcher-bot-mode',
+ '--lsan=<(lsan)',
],
'isolate_dependency_tracked': [
'../testing/xvfb.py',

Powered by Google App Engine
This is Rietveld 408576698