mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Temporary disable failing armv7 tests
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Foundation
|
||||
import StdlibUnittest
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
// rdar://problem/19060227
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: OS=tvos
|
||||
// UNSUPPORTED: OS=watchos
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Foundation
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// REQUIRES: executable_test
|
||||
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Foundation
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Foundation
|
||||
import Appliances
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: %target-run-simple-swift | %FileCheck %s
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
// Create a new array
|
||||
var a = [Int](repeating: 0, count: 10)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: %target-run-simple-swift | %FileCheck %s
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
class Interval {
|
||||
var lo, hi : Int
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// RUN: %target-build-swift %s -o %t/a.out
|
||||
// RUN: %target-run %t/a.out | %FileCheck %s
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
enum Singleton {
|
||||
case x(Int, UnicodeScalar)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// RUN: %target-run-simple-swift | %FileCheck %s
|
||||
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
struct Structure {
|
||||
var a: UInt8
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
// FIXME: This test runs very slowly on watchOS.
|
||||
// UNSUPPORTED: OS=watchos
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
public enum ApproximateCount {
|
||||
case Unknown
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
// RUN: %target-build-swift -g -O -module-name a %t/AnyHashableCasts.swift -o %t.out.optimized
|
||||
// RUN: %target-run %t.out.optimized
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: %target-run-simple-swift
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
// RUN: %target-run-simple-swift
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
// RUN: fi
|
||||
// RUN: %target-run %t/Mirror
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// RUN: %target-build-swift %s -Xlinker %t/PrintTestTypes.o -I %t -L %t -o %t/main
|
||||
// RUN: %target-run %t/main
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
import PrintTestTypes
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// RUN: %target-build-swift %s -Xlinker %t/PrintTestTypes.o -I %t -L %t -o %t/main
|
||||
// RUN: %target-run %t/main
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
import PrintTestTypes
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// RUN: %target-build-swift %s -Xlinker %t/PrintTestTypes.o -I %t -L %t -o %t/main
|
||||
// RUN: %target-run %t/main
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
import PrintTestTypes
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
// RUN: %S/timeout.sh 360 %target-run %t/a.out | %FileCheck %s
|
||||
// REQUIRES: executable_test
|
||||
// FIXME: timeout wrapper is necessary because the ASan test runs for hours
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
//
|
||||
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// RUN: %S/timeout.sh 360 %target-run %t/a.out %S/Inputs/shuffle.jpg | %FileCheck %s
|
||||
// REQUIRES: executable_test
|
||||
// FIXME: timeout wrapper is necessary because the ASan test runs for hours
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
//
|
||||
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
// RUN: %target-build-swift -parse-stdlib -module-name a %t/Runtime.swift -o %t.out
|
||||
// RUN: %target-run %t.out
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Swift
|
||||
import StdlibUnittest
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
// RUN: %target-run %t.out
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: objc_interop
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import Swift
|
||||
import StdlibUnittest
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
// RUN: fi
|
||||
// RUN: %target-run %t/Mirror
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
// RUN: fi
|
||||
// RUN: %line-directive %t/main.swift -- %target-run %t/Array
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: CPU=armv7
|
||||
|
||||
import StdlibUnittest
|
||||
import StdlibCollectionUnittest
|
||||
|
||||
Reference in New Issue
Block a user