| Index: build/masters/master.chromium.gpu/master.cfg
|
| ===================================================================
|
| --- build/masters/master.chromium.gpu/master.cfg (revision 191441)
|
| +++ build/masters/master.chromium.gpu/master.cfg (working copy)
|
| @@ -269,7 +269,9 @@
|
| 'show_perf_results': True,
|
| 'generate_gtest_json': True,
|
| 'gclient_env': {
|
| - 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1',
|
| + # tcmalloc disabled because of hangs: http://crbug.com/177218 .
|
| + 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1 '
|
| + 'linux_use_tcmalloc=0',
|
| },
|
| })
|
|
|
| @@ -282,7 +284,9 @@
|
| 'test_results_server': 'test-results.appspot.com',
|
| 'generate_gtest_json': True,
|
| 'gclient_env': {
|
| - 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1',
|
| + # tcmalloc disabled because of hangs: http://crbug.com/177218 .
|
| + 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1 '
|
| + 'linux_use_tcmalloc=0',
|
| },
|
| })
|
|
|
|
|