summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-12 09:45:08 +0000
committerRenato Golin <renato.golin@linaro.org>2017-04-12 09:45:08 +0000
commit8037ab9c5d4900cc73cd19eabac8ba2abf1c7247 (patch)
tree1bd725ca6b1eaa95fc6b398ba1eb5098b4fa7639 /test/lsan
parente68ed060201e0d633ae664dd174606a5afc79eb0 (diff)
Revert "[lsan] Fix typo in test/lsan/lit.common.cfg"
This reverts commit r299957. It broke the Thumb bots. We need to make sure why and maybe stop it from being tested on Thumb environments. But for now, let's get the bots green. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/lit.common.cfg b/test/lsan/lit.common.cfg
index 0b9e5a4a7..b0e5e7e0e 100644
--- a/test/lsan/lit.common.cfg
+++ b/test/lsan/lit.common.cfg
@@ -53,7 +53,7 @@ config.substitutions.append( ("%clang_lsan ", build_invocation(clang_lsan_cflags
config.substitutions.append( ("%clangxx_lsan ", build_invocation(clang_lsan_cxxflags)) )
# LeakSanitizer tests are currently supported on x86-64 Linux, arm Linux and mips64 Linux only.
-if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', 'armv7l']:
+if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64', 'arm', 'armhf', armv7l]:
config.unsupported = True
# Don't support Thumb due to broken fast unwinder