summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-07-01 23:29:59 +0000
committerReid Kleckner <rnk@google.com>2019-07-01 23:29:59 +0000
commit508f347b7a7dcf777f3b2d3353ec2db02930702a (patch)
tree67bfc1631d28001592bc4cab57d32ab95a633012
parent78cca3f49603e16f2f7d426371edc421d7f0134b (diff)
downloadcompiler-rt-508f347b7a7dcf777f3b2d3353ec2db02930702a.tar.gz
Remove scudo standalone tests from check-all
They appear to fail to link in various 32-bit configurations for unknown reasons. This change was already reverted, and it seems preferable to me to make forward progress and remove this once the problems are fully understood. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@364877 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/scudo/standalone/tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/scudo/standalone/tests/CMakeLists.txt b/lib/scudo/standalone/tests/CMakeLists.txt
index f0c259a90..1274411a6 100644
--- a/lib/scudo/standalone/tests/CMakeLists.txt
+++ b/lib/scudo/standalone/tests/CMakeLists.txt
@@ -76,6 +76,8 @@ set(SCUDO_UNIT_TEST_SOURCES
vector_test.cc
scudo_unit_test_main.cc)
+set(EXCLUDE_FROM_ALL ON)
+
add_scudo_unittest(ScudoUnitTest
SOURCES ${SCUDO_UNIT_TEST_SOURCES})