Remove scudo standalone tests from check-all
authorReid Kleckner <rnk@google.com>
Mon, 1 Jul 2019 23:29:59 +0000 (23:29 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 1 Jul 2019 23:29:59 +0000 (23:29 +0000)
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

index f0c259a..1274411 100644 (file)
@@ -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})