Skip to content

Commit 6d0c99c

Browse files
committed
tests: require an optimized stdlib for some embedded tests
fixes CI failures in https://ci.swift.org/job/oss-swift_tools-RA_stdlib-DA_test-simulators/3185/console
1 parent c751b62 commit 6d0c99c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/embedded/arrays.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %target-run %t/a.out | %FileCheck %s
77

88
// REQUIRES: executable_test
9+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
910
// REQUIRES: VENDOR=apple
1011
// REQUIRES: OS=macosx
1112

test/embedded/collection.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-run %t/a.out | %FileCheck %s
66

77
// REQUIRES: executable_test
8+
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
89
// REQUIRES: VENDOR=apple
910
// REQUIRES: OS=macosx
1011

0 commit comments

Comments
 (0)