[test] Disable failing ARM autorelease optimizations tests

...until someone can look at them. Tracked as rdar://problem/49791522.
This commit is contained in:
Jordan Rose
2019-04-12 10:34:04 -07:00
parent 9a6fa09729
commit b851b61d17
2 changed files with 2 additions and 0 deletions

View File

@@ -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

View File

@@ -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