disable check-libc and check-cxxabi
This commit is contained in:
parent
25f12dacbd
commit
1cc122d5f9
1 changed files with 7 additions and 5 deletions
|
@ -27,17 +27,17 @@ dependencies:
|
||||||
libcxxabi: []
|
libcxxabi: []
|
||||||
libclc: []
|
libclc: []
|
||||||
libunwind: []
|
libunwind: []
|
||||||
lld:
|
lld:
|
||||||
- llvm
|
- llvm
|
||||||
lldb:
|
lldb:
|
||||||
- clang
|
- clang
|
||||||
- llvm
|
- llvm
|
||||||
mlir:
|
mlir:
|
||||||
- llvm
|
- llvm
|
||||||
openmp:
|
openmp:
|
||||||
- clang
|
- clang
|
||||||
parallel-libs: []
|
parallel-libs: []
|
||||||
polly:
|
polly:
|
||||||
- llvm
|
- llvm
|
||||||
pstl: []
|
pstl: []
|
||||||
cross-project-tests:
|
cross-project-tests:
|
||||||
|
@ -78,6 +78,8 @@ excludedProjects:
|
||||||
- openmp # TODO: check: kuhnel has trouble with the Perl installation
|
- openmp # TODO: check: kuhnel has trouble with the Perl installation
|
||||||
- cross-project-tests # test failing
|
- cross-project-tests # test failing
|
||||||
- polly # test failing
|
- polly # test failing
|
||||||
|
- check-libc
|
||||||
|
- check-cxxabi
|
||||||
# test stuck, needs to be killed manually: instrprof-multiprocess.test
|
# test stuck, needs to be killed manually: instrprof-multiprocess.test
|
||||||
- compiler-rt
|
- compiler-rt
|
||||||
linux:
|
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_leak/TestTsanThreadLeak.py
|
||||||
# 00:57:27.087 lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.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
|
# 00:57:27.087 lldb-api :: lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
|
||||||
- lldb
|
- lldb
|
||||||
|
|
Loading…
Reference in a new issue