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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits