Skip to content

Commit c31cab2

Browse files
authored
Merge pull request swiftlang#62827 from al45tair/wrangler/PR-103867585
[Driver][Tests] Disable failing tests as they're affecting PR testing.
2 parents 0d52c41 + e105c22 commit c31cab2

16 files changed

+48
-0
lines changed

test/Driver/Dependencies/bindings-build-record.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// RUN: %empty-directory(%t)
36
// RUN: cp -r %S/Inputs/bindings-build-record/* %t

test/Driver/Dependencies/check-interface-implementation-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
/// The fine-grained dependency graph has implicit dependencies from interfaces to implementations.
25
/// These are not presently tested because depends nodes are marked as depending in the interface,
36
/// as of 1/9/20. But this test will check fail if those links are not followed.

test/Driver/Dependencies/crash-added-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
/// crash ==> main | crash --> other
25

36
// RUN: %empty-directory(%t)

test/Driver/Dependencies/crash-simple-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
/// crash ==> main | crash --> other
25

36
// RUN: %empty-directory(%t)

test/Driver/Dependencies/dependencies-preservation-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// Verify that the top-level build record file from the last incremental
36
// compilation is preserved with the same name, suffixed by a '~'.

test/Driver/Dependencies/driver-show-incremental-arguments-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// Test that when:
36
//

test/Driver/Dependencies/driver-show-incremental-conflicting-arguments-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// Test that when:
36
//

test/Driver/Dependencies/driver-show-incremental-inputs-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// Test that when:
36
//

test/Driver/Dependencies/driver-show-incremental-malformed-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
// REQUIRES: shell
25
// Test that when:
36
//

test/Driver/Dependencies/driver-show-incremental-mutual-fine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
2+
// REQUIRES: rdar103866776
3+
14
/// main <==> other
25

36
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)