From 64c68f1671040ff18ebc1ab1d3c460dddba811f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Tue, 11 Feb 2020 09:23:24 +0100 Subject: [PATCH] blacklisted more failing tests --- scripts/llvm-dependencies.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index 5036e3a..780badd 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -71,4 +71,6 @@ excludedProjects: - libunwind - libcxxabi - openmp # blacklisting as kuhnel has trouble with the Perl installation - - mlir # tests keep failings \ No newline at end of file + - mlir # tests keep failings + - debuginfo-tests # test failing + - polly # test failing \ No newline at end of file