Skip to content

Commit c44413b

Browse files
authored
Merge pull request swiftlang#76897 from mikeash/disable-reflect_Enum_values10
[Test] Temporarily disable reflect_Enum_values10 test on ARM64_32.
2 parents d6e8eb2 + ceb2853 commit c44413b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/Reflection/reflect_Enum_values10.swift

Lines changed: 3 additions & 0 deletions
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)