Temporary disable failing armv7 tests

This commit is contained in:
Joe Shajrawi
2017-08-08 15:22:14 -07:00
parent bb52b6ee60
commit 78e5e25215
23 changed files with 23 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: CPU=armv7
import Foundation
import StdlibUnittest

View File

@@ -2,6 +2,7 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: CPU=armv7
// rdar://problem/19060227

View File

@@ -3,6 +3,7 @@
// REQUIRES: objc_interop
// UNSUPPORTED: OS=tvos
// UNSUPPORTED: OS=watchos
// UNSUPPORTED: CPU=armv7
import Foundation

View File

@@ -2,6 +2,7 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: CPU=armv7
import Foundation

View File

@@ -13,6 +13,7 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: CPU=armv7
import Foundation
import Appliances

View File

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

View File

@@ -1,5 +1,6 @@
// RUN: %target-run-simple-swift | %FileCheck %s
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
class Interval {
var lo, hi : Int

View File

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

View File

@@ -1,6 +1,7 @@
// RUN: %target-run-simple-swift | %FileCheck %s
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
struct Structure {
var a: UInt8

View File

@@ -14,6 +14,7 @@
// FIXME: This test runs very slowly on watchOS.
// UNSUPPORTED: OS=watchos
// UNSUPPORTED: CPU=armv7
public enum ApproximateCount {
case Unknown

View File

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

View File

@@ -1,5 +1,6 @@
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
import StdlibUnittest

View File

@@ -1,5 +1,6 @@
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
import StdlibUnittest

View File

@@ -20,6 +20,7 @@
// RUN: fi
// RUN: %target-run %t/Mirror
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
import StdlibUnittest

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,6 +5,7 @@
// RUN: %target-run %t.out
// REQUIRES: executable_test
// REQUIRES: objc_interop
// UNSUPPORTED: CPU=armv7
import Swift
import StdlibUnittest

View File

@@ -20,6 +20,7 @@
// RUN: fi
// RUN: %target-run %t/Mirror
// REQUIRES: executable_test
// UNSUPPORTED: CPU=armv7
import StdlibUnittest

View File

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