Skip to content

Commit 2c2f785

Browse files
authored
[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.
1 parent 0fdf912 commit 2c2f785

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

clang/test/ClangScanDeps/regular_cdb.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
2+
13
// RUN: rm -rf %t.dir
24
// RUN: rm -rf %t.cdb
35
// RUN: rm -rf %t_clangcl.cdb

clang/test/ClangScanDeps/relative_directory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: target={{.*}}-aix{{.*}}
2+
13
// RUN: rm -rf %t.dir
24
// RUN: rm -rf %t.cdb
35
// RUN: mkdir -p %t.dir

0 commit comments

Comments
 (0)