[build] Remove configs for removed ubsan bot
NOTRY=true Bug: chromium:726584 Change-Id: I05d58c5987ffed5ae48f896e6c318034cec534f5 Reviewed-on: https://chromium-review.googlesource.com/756835 Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#49190}
This commit is contained in:
parent
80cb266c75
commit
842db04fef
@ -128,7 +128,6 @@
|
||||
'gn_release_simulate_arm64_msan_no_origins_edge',
|
||||
'V8 Linux MSAN chained origins':
|
||||
'gn_release_simulate_arm64_msan_edge',
|
||||
'V8 Linux64 UBSan - release builder': 'gn_release_x64_ubsan_recover',
|
||||
'V8 Linux64 UBSanVptr - release builder':
|
||||
'gn_release_x64_ubsan_vptr_recover_edge',
|
||||
},
|
||||
@ -435,8 +434,6 @@
|
||||
'minimal_symbols', 'swarming'],
|
||||
'gn_release_x64_tsan_minimal_symbols': [
|
||||
'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'],
|
||||
'gn_release_x64_ubsan_recover': [
|
||||
'gn', 'release_bot', 'x64', 'ubsan_recover', 'swarming'],
|
||||
'gn_release_x64_ubsan_vptr': [
|
||||
'gn', 'release_bot', 'x64', 'ubsan_vptr', 'swarming'],
|
||||
'gn_release_x64_ubsan_vptr_recover_edge': [
|
||||
@ -755,11 +752,6 @@
|
||||
'gyp_defines': 'clang=1 tsan=1',
|
||||
},
|
||||
|
||||
'ubsan_recover': {
|
||||
# Ubsan with recovery.
|
||||
'gn_args': 'is_ubsan=true is_ubsan_no_recover=false',
|
||||
},
|
||||
|
||||
'ubsan_vptr': {
|
||||
# TODO(krasin): Remove is_ubsan_no_recover=true when
|
||||
# https://llvm.org/bugs/show_bug.cgi?id=25569 is fixed and just use
|
||||
|
Loading…
Reference in New Issue
Block a user