Skip to content

Commit 75a82d7

Browse files
committed
XFAIL i386 the autorelease return optimization seems to be defunct
1 parent 16552c0 commit 75a82d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/StringMemoryTest.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// REQUIRES: executable_test
77
// REQUIRES: objc_interop
88

9+
// The autorelease return optimizaion seems to be failing in the simulator.
10+
// XFAIL: CPU=i386
11+
912
import Foundation
1013

1114
let str = "abcdefg\u{A758}hijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz\u{A759}"

0 commit comments

Comments
 (0)