[clang] 2c2f785 - [AIX] Disable flaky ClangScanDeps tests (#72304)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 14 14:40:20 PST 2023
Author: Jake Egan
Date: 2023-11-14T17:40:16-05:00
New Revision: 2c2f785a2936aed88af9f05961b5b7c0c28f29ca
URL: https://github.com/llvm/llvm-project/commit/2c2f785a2936aed88af9f05961b5b7c0c28f29ca
DIFF: https://github.com/llvm/llvm-project/commit/2c2f785a2936aed88af9f05961b5b7c0c28f29ca.diff
LOG: [AIX] Disable flaky ClangScanDeps tests (#72304)
These tests are failing intermittently on the AIX bot, possibly due to
some issue with `getpwuid_r`. Disable them for now while they are
investigated.
Added:
Modified:
clang/test/ClangScanDeps/regular_cdb.cpp
clang/test/ClangScanDeps/relative_directory.cpp
Removed:
################################################################################
diff --git a/clang/test/ClangScanDeps/regular_cdb.cpp b/clang/test/ClangScanDeps/regular_cdb.cpp
index 2d7edc8c34d5a07..1972c6700d37f55 100644
--- a/clang/test/ClangScanDeps/regular_cdb.cpp
+++ b/clang/test/ClangScanDeps/regular_cdb.cpp
@@ -1,3 +1,5 @@
+// UNSUPPORTED: target={{.*}}-aix{{.*}}
+
// RUN: rm -rf %t.dir
// RUN: rm -rf %t.cdb
// RUN: rm -rf %t_clangcl.cdb
diff --git a/clang/test/ClangScanDeps/relative_directory.cpp b/clang/test/ClangScanDeps/relative_directory.cpp
index bf5cf91a2f7b6be..495867467f6e114 100644
--- a/clang/test/ClangScanDeps/relative_directory.cpp
+++ b/clang/test/ClangScanDeps/relative_directory.cpp
@@ -1,3 +1,5 @@
+// UNSUPPORTED: target={{.*}}-aix{{.*}}
+
// RUN: rm -rf %t.dir
// RUN: rm -rf %t.cdb
// RUN: mkdir -p %t.dir
More information about the cfe-commits
mailing list