Gardening: Migrate test suite to GH issues: ModuleInterface

This commit is contained in:
Anthony Latsis
2022-09-01 03:14:21 +03:00
parent e0ae1afcb7
commit 6da51d2b2f
5 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/modulecache)
// rdar://88830153
// https://github.com/apple/swift/issues/58134
// This test is flaky on Windows.
// UNSUPPORTED: OS=windows-msvc
// This test is flaky on Windows. rdar://88830153 SR-15869
// Setup builds a module TestModule that depends on OtherModule and LeafModule (built from other.swift and leaf.swift).
// During setup, input and intermediate mtimes are all set to a constant 'old' time (long in the past).