Skip to content

Commit 3739956

Browse files
Merge pull request #82941 from rjmansfield/codesign-autodiff-tests
Add %target-codesign to newly added AutoDiff tests.
2 parents d2ea478 + 02747de commit 3739956

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

test/AutoDiff/validation-test/closure_specialization/multi_bb_bte.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// RUN: %empty-directory(%t)
66
// RUN: %target-build-swift %s -o %t/none.out -Onone
77
// RUN: %target-build-swift %s -o %t/opt.out -O
8+
// RUN: %target-codesign %t/none.out
9+
// RUN: %target-codesign %t/opt.out
810
// RUN: %target-run %t/none.out
911
// RUN: %target-run %t/opt.out
1012

test/AutoDiff/validation-test/closure_specialization/multi_bb_no_bte.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// RUN: %empty-directory(%t)
66
// RUN: %target-build-swift %s -o %t/none.out -Onone
77
// RUN: %target-build-swift %s -o %t/opt.out -O
8+
// RUN: %target-codesign %t/none.out
9+
// RUN: %target-codesign %t/opt.out
810
// RUN: %target-run %t/none.out
911
// RUN: %target-run %t/opt.out
1012

test/AutoDiff/validation-test/closure_specialization/single_bb1.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// RUN: %empty-directory(%t)
77
// RUN: %target-build-swift %s -o %t/none.out -Onone
88
// RUN: %target-build-swift %s -o %t/opt.out -O
9+
// RUN: %target-codesign %t/none.out
10+
// RUN: %target-codesign %t/opt.out
911
// RUN: %target-run %t/none.out
1012
// RUN: %target-run %t/opt.out
1113

test/AutoDiff/validation-test/closure_specialization/single_bb2.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// RUN: %empty-directory(%t)
66
// RUN: %target-build-swift %s -o %t/none.out -Onone
77
// RUN: %target-build-swift %s -o %t/opt.out -O
8+
// RUN: %target-codesign %t/none.out
9+
// RUN: %target-codesign %t/opt.out
810
// RUN: %target-run %t/none.out
911
// RUN: %target-run %t/opt.out
1012

0 commit comments

Comments
 (0)