Skip to content

Commit cc188c9

Browse files
author
Greg Parker
authored
[test] XFAIL stdlib/Dispatch.swift on 32-bit ARM pending rdar://34751238. (#12231)
1 parent 680d151 commit cc188c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/Dispatch.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
// REQUIRES: objc_interop
1111

12+
// FIXME: rdar://34751238 DispatchTime.addSubtract test traps
13+
// XFAIL: CPU=armv7 || CPU=armv7k
14+
15+
1216
import Dispatch
1317
import Foundation
1418
import StdlibUnittest

0 commit comments

Comments
 (0)