Skip to content

Commit 81ea343

Browse files
committed
[4.2] Codesign a few more stdlib tests
1 parent 62954dc commit 81ea343

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

test/stdlib/AVFoundation_Swift3.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -swift-version 3 %s -o %t/a.out
3+
// RUN: %target-codesign %t/a.out
34
// RUN: %target-run %t/a.out
45
// REQUIRES: objc_interop
56
// REQUIRES: executable_test

test/stdlib/KeyPathImplementation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -g -o %t/a.out
3+
// RUN: %target-codesign %t/a.out
34
// RUN: %target-run %t/a.out
45
// REQUIRES: executable_test
56

test/stdlib/LazyCollectionPlus.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -o %t/a.out3 -swift-version 3 && %target-run %t/a.out3
2+
// RUN: %target-build-swift %s -o %t/a.out3 -swift-version 3 && %target-codesign %t/a.out3 && %target-run %t/a.out3
33
// REQUIRES: executable_test
44

55
import StdlibUnittest

test/stdlib/Metal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-run %t/a.out4
2+
// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-codesign %t/a.out4 && %target-run %t/a.out4
33
// REQUIRES: objc_interop
44
// UNSUPPORTED: OS=watchos
55

validation-test/stdlib/Dictionary4.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: rm -rf %t ; mkdir -p %t
2-
// RUN: %target-build-swift %s -o %t/a.out -swift-version 4 && %target-run %t/a.out
2+
// RUN: %target-build-swift %s -o %t/a.out -swift-version 4 && %target-codesign %t/a.out && %target-run %t/a.out
33

44
// REQUIRES: executable_test
55

0 commit comments

Comments
 (0)