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

Unified Diff: master.cfg

Issue 2286002: Turn off svg for mac valgrind.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/master.chromium.memory/
Patch Set: Created 10 years, 7 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: master.cfg
===================================================================
--- master.cfg (revision 48414)
+++ master.cfg (working copy)
@@ -182,6 +182,9 @@
valgrind_gyp_defines = chromium_factory.ChromiumFactory.MEMORY_TOOLS_GYP_DEFINES
+# Running out of address space on 10.5... try to buy some time.
+valgrind_mac_gyp_defines = valgrind_gyp_defines + ' enable_svg=0'
+
heapcheck_gyp_defines = (
'linux_use_tcmalloc=1 '
'linux_use_heapchecker=1 '
@@ -303,7 +306,7 @@
target = 'Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': {'GYP_DEFINES' : valgrind_gyp_defines} },
+ 'gclient_env': {'GYP_DEFINES' : valgrind_mac_gyp_defines} },
tests=['valgrind_app',
'valgrind_base',
'valgrind_googleurl',
@@ -318,7 +321,7 @@
target='Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': {'GYP_DEFINES' : valgrind_gyp_defines} },
+ 'gclient_env': {'GYP_DEFINES' : valgrind_mac_gyp_defines} },
tests=['tsan_base',
'tsan_googleurl',
'tsan_net',
@@ -336,7 +339,7 @@
target='Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': { 'GYP_DEFINES' : valgrind_gyp_defines}},
+ 'gclient_env': { 'GYP_DEFINES' : valgrind_mac_gyp_defines}},
options=['--', '-project', '../chrome/chrome.xcodeproj',
'-target', 'ui_tests'])
@@ -346,7 +349,7 @@
target='Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': { 'GYP_DEFINES' : valgrind_gyp_defines}},
+ 'gclient_env': { 'GYP_DEFINES' : valgrind_mac_gyp_defines}},
options=['--', '-project', '../chrome/chrome.xcodeproj',
'-target', 'ui_tests'])
@@ -356,7 +359,7 @@
target='Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': { 'GYP_DEFINES' : valgrind_gyp_defines}},
+ 'gclient_env': { 'GYP_DEFINES' : valgrind_mac_gyp_defines}},
options=['--', '-project', '../chrome/chrome.xcodeproj',
'-target', 'ui_tests'])
@@ -366,7 +369,7 @@
target='Debug',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': { 'GYP_DEFINES' : valgrind_gyp_defines}},
+ 'gclient_env': { 'GYP_DEFINES' : valgrind_mac_gyp_defines}},
options=['--', '-project', '../chrome/chrome.xcodeproj',
'-target', 'ui_tests'])
@@ -374,7 +377,7 @@
'webkit-rel-mac-valgrind',
factory_properties={
'needs_valgrind' : True,
- 'gclient_env': { 'GYP_DEFINES' : valgrind_gyp_defines } },
+ 'gclient_env': { 'GYP_DEFINES' : valgrind_mac_gyp_defines } },
tests=['valgrind_test_shell'],
options=['--', '-project',
'../webkit/webkit.xcodeproj'])
« 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