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

Unified Diff: master/master_compile_builders_cfg.py

Issue 311233003: Sanitizer spring cleaning (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: import from main file Created 6 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 | « master/master_builders_cfg.py ('k') | master/master_fyi_builders_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/master_compile_builders_cfg.py
diff --git a/master/master_compile_builders_cfg.py b/master/master_compile_builders_cfg.py
index b21506ced041a3ff4ed6284d86807ef165b17e8f..fb4fd4d3d01ed69d4e2843b87e9ade916d69d834 100644
--- a/master/master_compile_builders_cfg.py
+++ b/master/master_compile_builders_cfg.py
@@ -11,14 +11,13 @@
from master_builders_cfg import CLANG, CompileBuilder
from master_builders_cfg import GYP_ANGLE, GYP_DW, GYP_EXC, GYP_IOS
from master_builders_cfg import GYP_WIN7, GYP_WIN8, LINUX, MAC, NO_GPU
-from master_builders_cfg import PDFVIEWER, S_PERCOMMIT, VALGRIND, WIN32
+from master_builders_cfg import PDFVIEWER, S_PERCOMMIT, WIN32
from skia_master_scripts.android_factory import AndroidFactory as f_android
from skia_master_scripts.chromeos_factory import ChromeOSFactory as f_cros
from skia_master_scripts.factory import SkiaFactory as f_factory
from skia_master_scripts.ios_factory import iOSFactory as f_ios
from skia_master_scripts.nacl_factory import NaClFactory as f_nacl
-from skia_master_scripts.xsan_factory import XsanFactory as f_xsan
import master_builders_cfg
@@ -44,12 +43,9 @@ def setup_compile_builders(helper, do_upload_render_results,
('Ubuntu13.10', 'GCC4.8', 'Release', 'x86', None, None, True, f_factory, LINUX, S_PERCOMMIT, {}),
('Ubuntu13.10', 'GCC4.8', 'Debug', 'x86_64', None, None, True, f_factory, LINUX, S_PERCOMMIT, {}),
('Ubuntu13.10', 'GCC4.8', 'Release', 'x86_64', None, None, True, f_factory, LINUX, S_PERCOMMIT, {}),
- ('Ubuntu13.10', 'GCC4.8', 'Release', 'x86_64', 'Valgrind', VALGRIND, False, f_factory, LINUX, S_PERCOMMIT, {'flavor': 'valgrind'}),
('Ubuntu13.10', 'GCC4.8', 'Debug', 'x86_64', 'NoGPU', NO_GPU, True, f_factory, LINUX, S_PERCOMMIT, {}),
('Ubuntu13.10', 'GCC4.8', 'Release', 'x86_64', 'NoGPU', NO_GPU, True, f_factory, LINUX, S_PERCOMMIT, {}),
('Ubuntu13.10', 'Clang', 'Debug', 'x86_64', None, CLANG, True, f_factory, LINUX, S_PERCOMMIT, {'environment_variables': {'CC': '/usr/bin/clang', 'CXX': '/usr/bin/clang++'}}),
- ('Ubuntu13.10', 'Clang', 'Debug', 'x86_64', 'ASAN', None, False, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'address'}),
- ('Ubuntu13.10', 'Clang', 'Debug', 'x86_64', 'TSAN', None, False, f_xsan, LINUX, S_PERCOMMIT, {'sanitizer': 'thread'}),
('Ubuntu13.10', 'GCC4.8', 'Debug', 'NaCl', None, None, True, f_nacl, LINUX, S_PERCOMMIT, {}),
('Ubuntu13.10', 'GCC4.8', 'Release', 'NaCl', None, None, True, f_nacl, LINUX, S_PERCOMMIT, {}),
('Mac10.7', 'Clang', 'Debug', 'x86', None, None, True, f_factory, MAC, S_PERCOMMIT, {}),
« no previous file with comments | « master/master_builders_cfg.py ('k') | master/master_fyi_builders_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698