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

Unified Diff: build/standalone.gypi

Issue 1738833002: [Swarming] Switch off test isolation check by default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index e4d1b4bd582f98562acfa0291ffbfce7721bab45..3a9e637da061e5328514485113b43da0d220138c 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -113,6 +113,8 @@
# Check if valgrind directories are present.
'has_valgrind%': '<!pymod_do_main(has_valgrind)',
+ 'test_isolation_mode%': 'noop',
+
'conditions': [
# Set default gomadir.
['OS=="win"', {
@@ -136,14 +138,6 @@
}, {
'linux_use_bundled_gold%': 0,
}],
-
- # TODO(machenbach): Remove the conditions as more configurations are
- # supported.
- ['OS=="linux" or OS=="win"', {
- 'test_isolation_mode%': 'check',
- }, {
- 'test_isolation_mode%': 'noop',
- }],
],
},
'base_dir%': '<(base_dir)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698