[AIX][tests] Temporarily disable test index-with-module.m
authorJake Egan <5326451+jakeegan@users.noreply.github.com>
Fri, 16 Jun 2023 05:22:21 +0000 (01:22 -0400)
committerJake Egan <5326451+jakeegan@users.noreply.github.com>
Fri, 16 Jun 2023 05:24:19 +0000 (01:24 -0400)
This test is failing on AIX due to patch D151938. Disable it for now to get the bot green while we investigate.

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

index b116768..5258e64 100644 (file)
@@ -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