diff options
| author | Reid Kleckner <rnk@google.com> | 2019-07-01 23:29:59 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-07-01 23:29:59 +0000 |
| commit | dfae3705b75e6b5e1e163c78ab2df705a3388d89 (patch) | |
| tree | 01cd1acbf332fb701a1da84ee0aeea68a80355da /compiler-rt/lib/scudo | |
| parent | 351b7e7b241cb38c72ee61b5c11b9aaf7fe95eb7 (diff) | |
| download | bcm5719-llvm-dfae3705b75e6b5e1e163c78ab2df705a3388d89.tar.gz bcm5719-llvm-dfae3705b75e6b5e1e163c78ab2df705a3388d89.zip | |
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
Diffstat (limited to 'compiler-rt/lib/scudo')
| -rw-r--r-- | compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt b/compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt index f0c259a907d..1274411a602 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}) |

