Skip to content

Commit 89fee6f

Browse files
committed
XFAIL all the Accelerate tests for 5.1 branch.
They assume bitwise reproducible results for vDSP calls, but don't align the buffers they are working with enough to guarantee that will occur. These tests should be updated to use the new approximate comparison stuff once it becomes available, or otherwise revised. fixes: <rdar://problem/50301438>
1 parent ce9945f commit 89fee6f

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)