[clang] 6ace52e - [Driver][AIX] Change UNSUPPORTED to XFAIL system-aix
Hubert Tong via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 4 09:29:51 PDT 2022
Author: Hubert Tong
Date: 2022-11-04T12:26:53-04:00
New Revision: 6ace52e5e49cff6664fc301fa4985fc28c88f26f
URL: https://github.com/llvm/llvm-project/commit/6ace52e5e49cff6664fc301fa4985fc28c88f26f
DIFF: https://github.com/llvm/llvm-project/commit/6ace52e5e49cff6664fc301fa4985fc28c88f26f.diff
LOG: [Driver][AIX] Change UNSUPPORTED to XFAIL system-aix
Update https://reviews.llvm.org/rGc14df228ff3c to check the host versus
the target thereby allowing XFAIL to be used in case the issue is
resolved in the future.
Added:
Modified:
clang/test/Driver/response-file-errs.c
Removed:
################################################################################
diff --git a/clang/test/Driver/response-file-errs.c b/clang/test/Driver/response-file-errs.c
index 64eb3208a836..0fd03ed08c04 100644
--- a/clang/test/Driver/response-file-errs.c
+++ b/clang/test/Driver/response-file-errs.c
@@ -1,5 +1,5 @@
// AIX reacts on opening directory
diff erently than other systems.
-// UNSUPPORTED: aix
+// XFAIL: system-aix
// If response file does not exist, '@file; directive remains unexpanded in
// command line.
More information about the cfe-commits
mailing list