Skip to content

Commit 6f15007

Browse files
committed
XFAIL Incremental/CrossModule tests
These are failing in multiple bots; it looks like they need more time to bake.
1 parent 53bdffd commit 6f15007

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

test/Incremental/CrossModule/external-cascade.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// rdar://problem/70012853
55
// XFAIL: OS=windows-msvc
66

7+
// rdar://70175753
8+
// REQUIRES: rdar70175753
9+
710
//
811
// This test establishes a chain of modules that all depend on a set of
912
// bridging headers. This test ensures that changes to external dependencies -

test/Incremental/CrossModule/linear.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// rdar://problem/70012853
55
// XFAIL: OS=windows-msvc
66

7+
// rdar://70175753
8+
// REQUIRES: rdar70175753
9+
710
//
811
// This test establishes a "linear" chain of modules that import one another
912
// 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
@@ -4,6 +4,9 @@
44
// rdar://problem/70012853
55
// XFAIL: OS=windows-msvc
66

7+
// rdar://70175753
8+
// REQUIRES: rdar70175753
9+
710
//
811
// This test establishes a "transitive" chain of modules that import one another
912
// and ensures that a cross-module incremental build rebuilds all modules

0 commit comments

Comments
 (0)