Skip to content

Commit b851b61

Browse files
committed
[test] Disable failing ARM autorelease optimizations tests
...until someone can look at them. Tracked as rdar://problem/49791522.
1 parent 9a6fa09 commit b851b61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/IRGen/autorelease_optimized_aarch64.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %swift -gnone -O -disable-legacy-type-info -target arm64-apple-ios7 -emit-assembly %s -o - | %FileCheck %s
22

33
// REQUIRES: CODEGENERATOR=AArch64
4+
// REQUIRES: rdar49791522
45

56
// rdar://17999904
67

test/IRGen/autorelease_optimized_armv7.sil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %swift -gnone -O -target armv7-apple-ios7 -disable-legacy-type-info -emit-assembly %s -o - | %FileCheck %s
22

33
// REQUIRES: CODEGENERATOR=ARM
4+
// REQUIRES: rdar49791522
45

56
// rdar://17999904
67

0 commit comments

Comments
 (0)