[clang] c0c8679 - [AIX] Disable flaky ClangScanDeps test

via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 16 06:33:16 PST 2023


Author: Jake Egan
Date: 2023-11-16T09:33:13-05:00
New Revision: c0c8679f047e78fbf5d6baa3e9640a3d7e155620

URL: https://github.com/llvm/llvm-project/commit/c0c8679f047e78fbf5d6baa3e9640a3d7e155620
DIFF: https://github.com/llvm/llvm-project/commit/c0c8679f047e78fbf5d6baa3e9640a3d7e155620.diff

LOG: [AIX] Disable flaky ClangScanDeps test

I missed this test in PR https://github.com/llvm/llvm-project/pull/72304

Added: 
    

Modified: 
    clang/test/ClangScanDeps/P1689.cppm

Removed: 
    


################################################################################
diff  --git a/clang/test/ClangScanDeps/P1689.cppm b/clang/test/ClangScanDeps/P1689.cppm
index 24632e25cf7f3bd..4176a06ca3c34da 100644
--- a/clang/test/ClangScanDeps/P1689.cppm
+++ b/clang/test/ClangScanDeps/P1689.cppm
@@ -1,3 +1,5 @@
+// UNSUPPORTED: target={{.*}}-aix{{.*}}
+//
 // The slash direction in linux and windows are 
diff erent.
 // UNSUPPORTED: system-windows
 //


        


More information about the cfe-commits mailing list