From 1cc122d5f9926939febd151f7806ce40a2db6772 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Wed, 29 Sep 2021 11:15:54 +0200 Subject: [PATCH] disable check-libc and check-cxxabi --- scripts/llvm-dependencies.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index 7e85d66..c40db6d 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -27,17 +27,17 @@ dependencies: libcxxabi: [] libclc: [] libunwind: [] - lld: + lld: - llvm - lldb: + lldb: - clang - llvm - mlir: + mlir: - llvm openmp: - clang parallel-libs: [] - polly: + polly: - llvm pstl: [] cross-project-tests: @@ -78,6 +78,8 @@ excludedProjects: - openmp # TODO: check: kuhnel has trouble with the Perl installation - cross-project-tests # test failing - polly # test failing + - check-libc + - check-cxxabi # test stuck, needs to be killed manually: instrprof-multiprocess.test - compiler-rt linux: @@ -135,4 +137,4 @@ excludedProjects: # 00:57:27.087 lldb-api :: functionalities/tsan/thread_leak/TestTsanThreadLeak.py # 00:57:27.087 lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py # 00:57:27.087 lldb-api :: lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py - - lldb \ No newline at end of file + - lldb