Skip to content

Commit d4b90f4

Browse files
committed
Temporarily disable all the Accelerate tests.
These are testing for bitwise identical results, but don't guarantee that the buffers being used always have identical alignment. This will result in small rounding differences when vector codepaths are used for different elements of some results. This is partially an underlying bug in Accelerate (which is outside the scope of this project to fix), and partly a test bug (which we can address by adopting approximate comparisons here). In the short term, though, I'm going to disable these.
1 parent f978cb0 commit d4b90f4

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

0 commit comments

Comments
 (0)