[clang] 4b8f375 - [clang] Temporarily expect failure from test

Alex Brachet via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 1 14:11:29 PDT 2022


Author: Alex Brachet
Date: 2022-08-01T21:11:21Z
New Revision: 4b8f375c9f9ece32106da899bc2debf31ed20970

URL: https://github.com/llvm/llvm-project/commit/4b8f375c9f9ece32106da899bc2debf31ed20970
DIFF: https://github.com/llvm/llvm-project/commit/4b8f375c9f9ece32106da899bc2debf31ed20970.diff

LOG: [clang] Temporarily expect failure from test

Added: 
    

Modified: 
    clang/test/Driver/lld-repro.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/lld-repro.c b/clang/test/Driver/lld-repro.c
index 401564013563..2643ad871835 100644
--- a/clang/test/Driver/lld-repro.c
+++ b/clang/test/Driver/lld-repro.c
@@ -1,4 +1,5 @@
 // REQUIRES: lld
+// XFAIL: *
 
 // RUN: not %clang %s -target x86_64-linux -c -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t -fcrash-diagnostics=all 2>&1 \
 // RUN:   | FileCheck %s


        


More information about the cfe-commits mailing list