Skip to content

Commit f05c36d

Browse files
authored
Merge pull request #24275 from stephentyrone/disable-broken-vImage-test
Temporarily disable a new vImage test that's failing for some platforms.
2 parents 155a155 + 4c7027c commit f05c36d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/stdlib/Accelerate_vImage.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ if #available(iOS 9999, macOS 9999, tvOS 9999, watchOS 9999, *) {
7373
expectEqual(coreVideoToCoreGraphics.sourceBuffers(colorSpace: colorSpace),
7474
coreGraphicsToCoreVideo.destinationBuffers(colorSpace: colorSpace))
7575
}
76-
76+
77+
/* Disabled due to <rdar://problem/50209312>
7778
Accelerate_vImageTests.test("vImage/BufferOrder") {
7879
let sourceFormat = vImage_CGImageFormat(bitsPerComponent: 8,
7980
bitsPerPixel: 32,
@@ -96,6 +97,7 @@ if #available(iOS 9999, macOS 9999, tvOS 9999, watchOS 9999, *) {
9697
expectEqual(sBuffers, [.coreGraphics])
9798
expectEqual(dBuffers, [.coreGraphics])
9899
}
100+
*/
99101

100102
Accelerate_vImageTests.test("vImage/AnyToAnyError") {
101103
var error = kvImageNoError

0 commit comments

Comments
 (0)