Skip to content

Commit a2d5bae

Browse files
authored
Merge pull request #41372 from apple/disable-win-cache-diag
[ModuleCache] Disable flaky module-cache-diagnostics test on Windows
2 parents 6f9bebe + b9eb90b commit a2d5bae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/ModuleInterface/ModuleCache/module-cache-diagnostics.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %empty-directory(%t/modulecache)
3-
//
3+
4+
// UNSUPPORTED: OS=windows-msvc
5+
// This test is flaky on Windows. rdar://88830153 SR-15869
6+
47
// Setup builds a module TestModule that depends on OtherModule and LeafModule (built from other.swift and leaf.swift).
58
// During setup, input and intermediate mtimes are all set to a constant 'old' time (long in the past).
69
//

0 commit comments

Comments
 (0)