mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[test] Disable failing ARM autorelease optimizations tests
...until someone can look at them. Tracked as rdar://problem/49791522.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// RUN: %swift -gnone -O -disable-legacy-type-info -target arm64-apple-ios7 -emit-assembly %s -o - | %FileCheck %s
|
||||
|
||||
// REQUIRES: CODEGENERATOR=AArch64
|
||||
// REQUIRES: rdar49791522
|
||||
|
||||
// rdar://17999904
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// RUN: %swift -gnone -O -target armv7-apple-ios7 -disable-legacy-type-info -emit-assembly %s -o - | %FileCheck %s
|
||||
|
||||
// REQUIRES: CODEGENERATOR=ARM
|
||||
// REQUIRES: rdar49791522
|
||||
|
||||
// rdar://17999904
|
||||
|
||||
|
||||
Reference in New Issue
Block a user