From b9b6a488d4c6ec015d9c9cec0724944ff3d32970 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Thu, 22 Oct 2020 21:29:07 +0100 Subject: [PATCH] silent-llvm-isel-fuzzer =================================================================== Gbp-Pq: Name silent-llvm-isel-fuzzer.diff --- llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll | 1 + llvm/test/tools/llvm-isel-fuzzer/execname-options.ll | 1 + 2 files changed, 2 insertions(+) diff --git a/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll b/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll index 2cab8c747..1fac27352 100644 --- a/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll +++ b/llvm/test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll @@ -2,6 +2,7 @@ ; without copying the whole lib dir or polluting the build dir. ; REQUIRES: static-libs ; REQUIRES: aarch64-registered-target +: XFAIL: * ; The above also applies if the binary is built with libc++. ; UNSUPPORTED: libcxx-used diff --git a/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll b/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll index dfce73ed2..5fe6c897c 100644 --- a/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll +++ b/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll @@ -1,6 +1,7 @@ ; If the binary looks up libraries using an rpath, we can't test this ; without copying the whole lib dir or polluting the build dir. ; REQUIRES: static-libs +: XFAIL: * ; The above also applies if the binary is built with libc++. ; UNSUPPORTED: libcxx-used -- 2.30.2