More executable tests in validation-test

Swift SVN r29279
This commit is contained in:
Arnold Schwaighofer
2015-06-03 23:28:45 +00:00
parent 4d4329b0e0
commit ee0a1d1a58
26 changed files with 26 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// XFAIL: linux // XFAIL: linux

View File

@@ -10,6 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift | FileCheck %s // RUN: %target-run-simple-swift | FileCheck %s
// REQUIRES: executable_test
// REQUIRES: OS=linux-gnu // REQUIRES: OS=linux-gnu

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: OS=macosx // REQUIRES: OS=macosx
// Translated from standard OpenCL hello.c program // Translated from standard OpenCL hello.c program

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -371,6 +371,7 @@ AssertionsTestSuite.test("UnexpectedCrash/NullPointerDereference") {
_blackHole(ptr.memory) _blackHole(ptr.memory)
} }
// CHECK: [ RUN ] Assertions.UnexpectedCrash/NullPointerDereference // CHECK: [ RUN ] Assertions.UnexpectedCrash/NullPointerDereference
// REQUIRES: executable_test
// CHECK: err>>> CRASHED: SIG{{.*}} // CHECK: err>>> CRASHED: SIG{{.*}}
// CHECK: the test crashed unexpectedly // CHECK: the test crashed unexpectedly
// CHECK: [ FAIL ] Assertions.UnexpectedCrash/NullPointerDereference // CHECK: [ FAIL ] Assertions.UnexpectedCrash/NullPointerDereference

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift 2>&1 | FileCheck %s // RUN: %target-run-simple-swift 2>&1 | FileCheck %s
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift | FileCheck %s // RUN: %target-run-simple-swift | FileCheck %s
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift 2>&1 | FileCheck %s // RUN: %target-run-simple-swift 2>&1 | FileCheck %s
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest
#if os(OSX) || os(iOS) || os(tvOS) #if os(OSX) || os(iOS) || os(tvOS)

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// XFAIL: interpret // XFAIL: interpret
// XFAIL: linux // XFAIL: linux

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import StdlibUnittest import StdlibUnittest
import SwiftPrivatePthreadExtras import SwiftPrivatePthreadExtras

View File

@@ -10,6 +10,7 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import Swift import Swift
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import SwiftPrivateSerialization import SwiftPrivateSerialization
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
import SwiftPrivateSerialization import SwiftPrivateSerialization
import StdlibUnittest import StdlibUnittest

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// FIXME: rdar://problem/19648117 Needs splitting objc parts out // FIXME: rdar://problem/19648117 Needs splitting objc parts out
// XFAIL: linux // XFAIL: linux

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// FIXME: rdar://problem/19648117 Needs splitting objc parts out // FIXME: rdar://problem/19648117 Needs splitting objc parts out
// XFAIL: linux // XFAIL: linux

View File

@@ -1,4 +1,5 @@
// RUN: %target-run-simple-swift // RUN: %target-run-simple-swift
// REQUIRES: executable_test
// REQUIRES: objc_interop // REQUIRES: objc_interop
// REQUIRES: OS=watchos // REQUIRES: OS=watchos