Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/bindings-build-record.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// RUN: %empty-directory(%t)
// RUN: cp -r %S/Inputs/bindings-build-record/* %t
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

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

/// crash ==> main | crash --> other

// RUN: %empty-directory(%t)
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/crash-simple-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// crash ==> main | crash --> other

// RUN: %empty-directory(%t)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Verify that the top-level build record file from the last incremental
// compilation is preserved with the same name, suffixed by a '~'.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Test that when:
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Test that when:
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Test that when:
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Test that when:
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// main <==> other

// RUN: %empty-directory(%t)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// REQUIRES: shell
// Test that when:
//
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/fail-added-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// bad ==> main | bad --> other

// RUN: %empty-directory(%t)
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/fail-chained-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// a ==> bad ==> c ==> d | b --> bad --> e ==> f

// RUN: %empty-directory(%t)
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/fail-interface-hash-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// main ==> depends-on-main | bad ==> depends-on-bad

// RUN: %empty-directory(%t)
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/fail-simple-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

/// bad ==> main | bad --> other

// RUN: %empty-directory(%t)
Expand Down
3 changes: 3 additions & 0 deletions test/Driver/Dependencies/independent-fine.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// rdar://103866776 (Swift CI: [main] 1. OSS - Swift ASAN - macOS: Multiple test failures after Swift driver change)
// REQUIRES: rdar103866776

// main | other

// RUN: %empty-directory(%t)
Expand Down