Skip to content

Commit c4f1b83

Browse files
authored
Merge pull request #30259 from milseman/backspective
[test] Disable introspective test in back deployment
2 parents 1d5c008 + 633d46f commit c4f1b83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/NewStringAppending.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
//
99
// Memory allocator specifics also vary across platforms.
1010
// REQUIRES: CPU=x86_64, OS=macosx
11+
// UNSUPPORTED: use_os_stdlib
12+
13+
// TODO: Adapt capacity checks into a non-FileCheck more exhuastive test that
14+
// can run on older OSes and match their behavior...
1115

1216
import Foundation
1317
import Swift

0 commit comments

Comments
 (0)