Fix llvm-dependencies.yaml: the debuginfo-tests has been renamed into cross-project-tests
This commit is contained in:
parent
3329564f50
commit
65ab98ea2f
1 changed files with 8 additions and 8 deletions
|
@ -43,7 +43,7 @@ dependencies:
|
||||||
polly:
|
polly:
|
||||||
- llvm
|
- llvm
|
||||||
pstl: []
|
pstl: []
|
||||||
debuginfo-tests:
|
cross-project-tests:
|
||||||
- clang
|
- clang
|
||||||
- lld
|
- lld
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ allprojects:
|
||||||
- clang
|
- clang
|
||||||
- clang-tools-extra
|
- clang-tools-extra
|
||||||
- compiler-rt
|
- compiler-rt
|
||||||
- debuginfo-tests
|
- cross-project-tests
|
||||||
- flang
|
- flang
|
||||||
- libc
|
- libc
|
||||||
- libclc
|
- libclc
|
||||||
|
@ -78,7 +78,7 @@ excludedProjects:
|
||||||
- libcxx # no windows support
|
- libcxx # no windows support
|
||||||
- libcxxabi # no windows support
|
- libcxxabi # no windows support
|
||||||
- openmp # TODO: check: kuhnel has trouble with the Perl installation
|
- openmp # TODO: check: kuhnel has trouble with the Perl installation
|
||||||
- debuginfo-tests # test failing
|
- cross-project-tests # test failing
|
||||||
- polly # test failing
|
- polly # test failing
|
||||||
# test stuck, needs to be killed manually: instrprof-multiprocess.test
|
# test stuck, needs to be killed manually: instrprof-multiprocess.test
|
||||||
- compiler-rt
|
- compiler-rt
|
||||||
|
@ -86,11 +86,11 @@ excludedProjects:
|
||||||
- libcxx # has custom checks
|
- libcxx # has custom checks
|
||||||
- libcxxabi # has custom checks
|
- libcxxabi # has custom checks
|
||||||
# tests keep failing:
|
# tests keep failing:
|
||||||
# debuginfo-tests :: llgdb-tests/asan-deque.cpp
|
# cross-project-tests :: llgdb-tests/asan-deque.cpp
|
||||||
# debuginfo-tests :: llgdb-tests/asan.c
|
# cross-project-tests :: llgdb-tests/asan.c
|
||||||
# debuginfo-tests :: llgdb-tests/safestack.c
|
# cross-project-tests :: llgdb-tests/safestack.c
|
||||||
# debuginfo-tests :: llvm-prettyprinters/gdb/llvm-support.gdb
|
# cross-project-tests :: llvm-prettyprinters/gdb/llvm-support.gdb
|
||||||
- debuginfo-tests
|
- cross-project-tests
|
||||||
# 00:57:27.087 Failing Tests (45):
|
# 00:57:27.087 Failing Tests (45):
|
||||||
# 00:57:27.087 lldb-api :: commands/expression/import-std-module/basic/TestImportStdModule.py
|
# 00:57:27.087 lldb-api :: commands/expression/import-std-module/basic/TestImportStdModule.py
|
||||||
# 00:57:27.087 lldb-api :: commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
|
# 00:57:27.087 lldb-api :: commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py
|
||||||
|
|
Loading…
Reference in a new issue