From 51e01caa5de9d8c0f9c5b80a474a8e29715f6b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Fri, 27 Mar 2020 14:19:52 +0100 Subject: [PATCH] excluding debuginfo-tests as tests are failing --- scripts/llvm-dependencies.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/llvm-dependencies.yaml b/scripts/llvm-dependencies.yaml index 1c5bf89..2e288da 100644 --- a/scripts/llvm-dependencies.yaml +++ b/scripts/llvm-dependencies.yaml @@ -73,4 +73,10 @@ excludedProjects: - debuginfo-tests # test failing - polly # test failing # 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