File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
test/Incremental/CrossModule Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: cp -r %S/Inputs/external-cascade/* %t
33
4+ // No reason to run these tests on the simulator hosts rdar://70772320
5+ // UNSUPPORTED: CPU=x86_64 && OS=ios
6+ // UNSUPPORTED: CPU=x86_64 && OS=tvos
7+ // UNSUPPORTED: CPU=x86_64 && OS=watchos
8+ // UNSUPPORTED: CPU=i386 && OS=watchos
9+
410//
511// This test establishes a chain of modules that all depend on a set of
612// bridging headers. This test ensures that changes to external dependencies -
Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: cp -r %S/Inputs/linear/* %t
33
4+ // No reason to run these tests on the simulator hosts rdar://70772320
5+ // UNSUPPORTED: CPU=x86_64 && OS=ios
6+ // UNSUPPORTED: CPU=x86_64 && OS=tvos
7+ // UNSUPPORTED: CPU=x86_64 && OS=watchos
8+ // UNSUPPORTED: CPU=i386 && OS=watchos
9+
410//
511// This test establishes a "linear" chain of modules that import one another
612// and ensures that a cross-module incremental build does not needlessly
Original file line number Diff line number Diff line change 11// RUN: %empty-directory(%t)
22// RUN: cp -r %S/Inputs/transitive/* %t
33
4+ // No reason to run these tests on the simulator hosts rdar://70772320
5+ // UNSUPPORTED: CPU=x86_64 && OS=ios
6+ // UNSUPPORTED: CPU=x86_64 && OS=tvos
7+ // UNSUPPORTED: CPU=x86_64 && OS=watchos
8+ // UNSUPPORTED: CPU=i386 && OS=watchos
9+
410//
511// This test establishes a "transitive" chain of modules that import one another
612// and ensures that a cross-module incremental build rebuilds all modules
You can’t perform that action at this time.
0 commit comments