[clang] 07aaae1 - [NFC][AIX] Temporarily XFAIL test while investigating

Jake Egan via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 10 16:53:53 PST 2023


Author: Jake Egan
Date: 2023-01-10T19:53:44-05:00
New Revision: 07aaae13037dadcbf3988fb503c83fd90a3310b1

URL: https://github.com/llvm/llvm-project/commit/07aaae13037dadcbf3988fb503c83fd90a3310b1
DIFF: https://github.com/llvm/llvm-project/commit/07aaae13037dadcbf3988fb503c83fd90a3310b1.diff

LOG: [NFC][AIX] Temporarily XFAIL test while investigating
Previous attempt to restrict this test to x86 and aarch64 targets only didn't work.
So XFAIL this test while investigating to get the AIX bot back to green.

Added: 
    

Modified: 
    clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm b/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm
index 64d0b606c6f4f..daa3a65dc393c 100644
--- a/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm
+++ b/clang/test/CodeGenCXX/pr59765-modules-global-ctor-dtor.cppm
@@ -1,5 +1,7 @@
 // https://github.com/llvm/llvm-project/issues/59765
-//
+// FIXME: Disable the test for now to figure out why the
+// test is still being run on AIX despite the REQUIRES.
+// XFAIL: target={{.*}}-aix{{.*}}
 // FIXME: Since the signature of the constructors/destructors is
 // 
diff erent in 
diff erent targets. The current CHECK can't work
 // well for other targets like AIX. So here is the REQUIRES.


        


More information about the cfe-commits mailing list