Skip to content

Commit 025543b

Browse files
committed
Ban Incremental CrossModule Tests in Optimized Stdlib Configurations
rdar://70772320
1 parent dcc42bc commit 025543b

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
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: cp -r %S/Inputs/external-cascade/* %t
33

4+
// rdar://70772320
5+
// REQUIRES: !(optimized_stdlib)
6+
47
//
58
// This test establishes a chain of modules that all depend on a set of
69
// 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
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t)
22
// RUN: cp -r %S/Inputs/linear/* %t
33

4+
// rdar://70772320
5+
// REQUIRES: !(optimized_stdlib)
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://70772320
5+
// REQUIRES: !(optimized_stdlib)
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)