excluding debuginfo-tests as tests are failing
This commit is contained in:
parent
2899b93c16
commit
51e01caa5d
1 changed files with 7 additions and 1 deletions
|
@ -73,4 +73,10 @@ excludedProjects:
|
||||||
- debuginfo-tests # test failing
|
- debuginfo-tests # test failing
|
||||||
- polly # test failing
|
- polly # test failing
|
||||||
# no projects are excluded on Linux
|
# no projects are excluded on Linux
|
||||||
linux: []
|
linux:
|
||||||
|
# tests keep failing:
|
||||||
|
# debuginfo-tests :: llgdb-tests/asan-deque.cpp
|
||||||
|
# debuginfo-tests :: llgdb-tests/asan.c
|
||||||
|
# debuginfo-tests :: llgdb-tests/safestack.c
|
||||||
|
# debuginfo-tests :: llvm-prettyprinters/gdb/llvm-support.gdb
|
||||||
|
- debuginfo-tests
|
||||||
|
|
Loading…
Reference in a new issue