[clang] 985dace - [AIX][tests] Temporarily disable test index-with-module.m

Jake Egan via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 22:24:26 PDT 2023


Author: Jake Egan
Date: 2023-06-16T01:24:19-04:00
New Revision: 985daceac9cbe4d08a3f018fec47cfc371a9f60b

URL: https://github.com/llvm/llvm-project/commit/985daceac9cbe4d08a3f018fec47cfc371a9f60b
DIFF: https://github.com/llvm/llvm-project/commit/985daceac9cbe4d08a3f018fec47cfc371a9f60b.diff

LOG: [AIX][tests] Temporarily disable test index-with-module.m

This test is failing on AIX due to patch D151938. Disable it for now to get the bot green while we investigate.

Added: 
    

Modified: 
    clang/test/Index/Core/index-with-module.m

Removed: 
    


################################################################################
diff  --git a/clang/test/Index/Core/index-with-module.m b/clang/test/Index/Core/index-with-module.m
index b116768fdb557..5258e64c1941e 100644
--- a/clang/test/Index/Core/index-with-module.m
+++ b/clang/test/Index/Core/index-with-module.m
@@ -1,3 +1,4 @@
+// XFAIL: target={{.*}}-aix{{.*}}
 // RUN: rm -rf %t.mcp
 // RUN: c-index-test core -print-source-symbols -dump-imported-module-files -- %s -I %S/Inputs/module -fmodules -fmodules-cache-path=%t.mcp | FileCheck %s
 


        


More information about the cfe-commits mailing list