Skip to content

Commit ada23b1

Browse files
committed
Temporarily comment out some runtime tests due to linker failure.
1 parent 8787c8a commit ada23b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/1_stdlib/RuntimeObjC.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,10 @@ RuntimeFoundationWrappers.test("_stdlib_NSStringUppercaseString/NoLeak") {
671671
expectEqual(0, nsStringCanaryCount)
672672
}
673673

674+
// FIXME: Temporarily commented out due to linker failure in finding
675+
// __swift_stdlib_CFStringCreateCopy, __swift_stdlib_CFStringGetCharactersPtr,
676+
// and __swift_stdlib_CFStringGetLength during optimized builds.
677+
/*
674678
RuntimeFoundationWrappers.test("_stdlib_CFStringCreateCopy/NoLeak") {
675679
nsStringCanaryCount = 0
676680
autoreleasepool {
@@ -700,6 +704,7 @@ RuntimeFoundationWrappers.test("_stdlib_CFStringGetCharactersPtr/NoLeak") {
700704
}
701705
expectEqual(0, nsStringCanaryCount)
702706
}
707+
*/
703708

704709
RuntimeFoundationWrappers.test("bridgedNSArray") {
705710
var c = [NSObject]()

0 commit comments

Comments
 (0)