File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,10 @@ RuntimeFoundationWrappers.test("_stdlib_NSStringUppercaseString/NoLeak") {
671
671
expectEqual ( 0 , nsStringCanaryCount)
672
672
}
673
673
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
+ /*
674
678
RuntimeFoundationWrappers.test("_stdlib_CFStringCreateCopy/NoLeak") {
675
679
nsStringCanaryCount = 0
676
680
autoreleasepool {
@@ -700,6 +704,7 @@ RuntimeFoundationWrappers.test("_stdlib_CFStringGetCharactersPtr/NoLeak") {
700
704
}
701
705
expectEqual(0, nsStringCanaryCount)
702
706
}
707
+ */
703
708
704
709
RuntimeFoundationWrappers . test ( " bridgedNSArray " ) {
705
710
var c = [ NSObject] ( )
You can’t perform that action at this time.
0 commit comments