Skip to content

Commit 00d8e3c

Browse files
committed
XFAIL Cross-Module Build Tests On Windows
It doesn't seem to like the output file maps I've written here.
1 parent b6fb435 commit 00d8e3c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Incremental/CrossModule/linear.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: cp -r %S/Inputs/linear/* %t
33

4+
// rdar://problem/70012853
5+
// XFAIL: OS=windows-msvc
6+
47
//
58
// This test establishes a "linear" chain of modules that import one another
69
// and ensures that a cross-module incremental build does not needlessly

test/Incremental/CrossModule/transitive.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: cp -r %S/Inputs/transitive/* %t
33

4+
// rdar://problem/70012853
5+
// XFAIL: OS=windows-msvc
6+
47
//
58
// This test establishes a "transitive" chain of modules that import one another
69
// and ensures that a cross-module incremental build rebuilds all modules

0 commit comments

Comments
 (0)