Skip to content

Commit ce3b428

Browse files
authored
Merge pull request #70551 from cachemeifyoucan/eng/xfail-armv7k-static-vtable-stubs
[Test] XFAIL IRGen/static-vtable-stubs.swift on armv7k
2 parents 9a0eb73 + 496c05d commit ce3b428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/static-vtable-stubs.swift

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

99
// REQUIRES: concurrency
1010

11+
// rdar://119900439
12+
// XFAIL: CPU=armv7k
13+
1114
//--- A.swift
1215
open class C {
1316
private var i: [ObjectIdentifier:Any] = [:]

0 commit comments

Comments
 (0)