[clang] 748a820 - [NFC] Disable test temporarily to investigate why it's failing on AIX

Jake Egan via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 6 06:28:19 PST 2023


Author: Jake Egan
Date: 2023-03-06T09:27:54-05:00
New Revision: 748a820d97dd6aecce9fc1416182dd22258cc489

URL: https://github.com/llvm/llvm-project/commit/748a820d97dd6aecce9fc1416182dd22258cc489
DIFF: https://github.com/llvm/llvm-project/commit/748a820d97dd6aecce9fc1416182dd22258cc489.diff

LOG: [NFC] Disable test temporarily to investigate why it's failing on AIX

Test failing due to D145098. Disabling the test to get the AIX bot
green while investigating.

Added: 
    

Modified: 
    clang/test/ClangScanDeps/modules-full-output-tu-order.c

Removed: 
    


################################################################################
diff  --git a/clang/test/ClangScanDeps/modules-full-output-tu-order.c b/clang/test/ClangScanDeps/modules-full-output-tu-order.c
index eb96d2e99c62..e676a2931d63 100644
--- a/clang/test/ClangScanDeps/modules-full-output-tu-order.c
+++ b/clang/test/ClangScanDeps/modules-full-output-tu-order.c
@@ -1,3 +1,6 @@
+// Disable the test temporarily to investigate why it's failing on AIX.
+// XFAIL: target={{.*}}-aix{{.*}}
+
 // This test checks that ordering of TUs in the input CDB is preserved in the full output.
 
 // RUN: rm -rf %t


        


More information about the cfe-commits mailing list