We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f9bebe + b9eb90b commit a2d5baeCopy full SHA for a2d5bae
test/ModuleInterface/ModuleCache/module-cache-diagnostics.swift
@@ -1,6 +1,9 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %empty-directory(%t/modulecache)
3
-//
+
4
+// UNSUPPORTED: OS=windows-msvc
5
+// This test is flaky on Windows. rdar://88830153 SR-15869
6
7
// Setup builds a module TestModule that depends on OtherModule and LeafModule (built from other.swift and leaf.swift).
8
// During setup, input and intermediate mtimes are all set to a constant 'old' time (long in the past).
9
//
0 commit comments