[clang] b888caf - XFAIL hidden-duplicates.m for AIX and zOS
David Tenty via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 22 13:26:18 PST 2022
Author: Nancy Wang
Date: 2022-11-22T16:26:06-05:00
New Revision: b888cafcbc0a16f68bc0ebea495920b952290ea2
URL: https://github.com/llvm/llvm-project/commit/b888cafcbc0a16f68bc0ebea495920b952290ea2
DIFF: https://github.com/llvm/llvm-project/commit/b888cafcbc0a16f68bc0ebea495920b952290ea2.diff
LOG: XFAIL hidden-duplicates.m for AIX and zOS
as this is failing on the build bots:
https://lab.llvm.org/buildbot/#/builders/214/builds/4442/steps/6/logs/FAIL__Clang__hidden-duplicates_m
and is being investigate under https://reviews.llvm.org/D130327.
Added:
Modified:
clang/test/Modules/hidden-duplicates.m
Removed:
################################################################################
diff --git a/clang/test/Modules/hidden-duplicates.m b/clang/test/Modules/hidden-duplicates.m
index de46a4ab56c2f..ec9549dab53ea 100644
--- a/clang/test/Modules/hidden-duplicates.m
+++ b/clang/test/Modules/hidden-duplicates.m
@@ -1,3 +1,4 @@
+// XFAIL: aix, -zos
// RUN: rm -rf %t
// RUN: split-file %s %t
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -I %t/include %t/test.m -verify \
More information about the cfe-commits
mailing list