Skip to content

Commit 0bfb681

Browse files
authored
Merge pull request #24366 from stephentyrone/xfail-accelerate-04-24-2019
XFAIL all the Accelerate tests for 5.1 branch.
2 parents b74a34f + eebb601 commit 0bfb681

15 files changed

+15
-0
lines changed

test/stdlib/Accelerate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_Quadrature.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPBiquad.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPClippingLimitThreshold.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPComplexOperations.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPConversion.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPConvolution.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-run-simple-swift
33
// REQUIRES: executable_test
44

5+
// REQUIRES: rdar50301438
56
// REQUIRES: objc_interop
67
// UNSUPPORTED: OS=watchos
78

test/stdlib/Accelerate_vDSPElementwiseArithmetic.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPFillClearGenerate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPFourierTransform.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPGeometry.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPIntegration.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPReduction.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vDSPSingleVectorOps.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

test/stdlib/Accelerate_vForce.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// REQUIRES: rdar50301438
45
// REQUIRES: objc_interop
56
// UNSUPPORTED: OS=watchos
67

0 commit comments

Comments
 (0)