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.
1 parent b6fb435 commit 00d8e3cCopy full SHA for 00d8e3c
test/Incremental/CrossModule/linear.swift
@@ -1,6 +1,9 @@
1
// RUN: %empty-directory(%t)
2
// RUN: cp -r %S/Inputs/linear/* %t
3
4
+// rdar://problem/70012853
5
+// XFAIL: OS=windows-msvc
6
+
7
//
8
// This test establishes a "linear" chain of modules that import one another
9
// and ensures that a cross-module incremental build does not needlessly
test/Incremental/CrossModule/transitive.swift
// RUN: cp -r %S/Inputs/transitive/* %t
// This test establishes a "transitive" chain of modules that import one another
// and ensures that a cross-module incremental build rebuilds all modules
0 commit comments