Skip to content

Commit 1e8463b

Browse files
committed
Mark the Interpreter/SDK/GLKit.swift test as UNSUPPORTED on i386 to appease the CI bots.
1 parent 8a2ac36 commit 1e8463b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/SDK/GLKit.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// NOTE: Clang used to miscompile GLKit functions on i386. rdar://problem/19184403
55

6+
// On i386, it seems to work optimized mode, but fails in non-optimized.
7+
// rdar://problem/26392402
8+
// UNSUPPORTED: i386
69
// REQUIRES: objc_interop
710

811
import GLKit

0 commit comments

Comments
 (0)