Skip to content

Commit ceb2853

Browse files
committed
[Test] Temporarily disable reflect_Enum_values10 test on ARM64_32.
This test hits a bug on ARM64_32, disable it temporarily until we can fix it.
1 parent d6e8eb2 commit ceb2853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Reflection/reflect_Enum_values10.swift

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// UNSUPPORTED: use_os_stdlib
1111
// UNSUPPORTED: asan
1212

13+
// This is broken on ARM64_32, disable it temporarily until we can fix it. rdar://137351613
14+
// UNSUPPORTED: CPU=arm64_32
15+
1316
import SwiftReflectionTest
1417

1518
protocol P : AnyObject {

0 commit comments

Comments
 (0)