From dfae3705b75e6b5e1e163c78ab2df705a3388d89 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 1 Jul 2019 23:29:59 +0000 Subject: [PATCH] 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. llvm-svn: 364877 --- compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt index f0c259a..1274411 100644 --- a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt +++ b/compiler-rt/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}) -- 2.7.4