Skip to content

Commit 8ee2ce6

Browse files
committed
[test] Restrict test/stdlib/ArrayBuffer_CopyContents.swift to newer runtimes
This test is crashing on older runtimes, so disable it until someone can investigate and decide what if anything should be done about it.
1 parent 2144f72 commit 8ee2ce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/ArrayBuffer_CopyContents.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
// REQUIRES: swift_stdlib_asserts
1616
// REQUIRES: foundation
1717

18+
// Test is crashing with older runtimes. rdar://82125328
19+
// UNSUPPORTED: use_os_stdlib
20+
// UNSUPPORTED: back_deployment_runtime
21+
1822
import Foundation
1923
import StdlibUnittest
2024

0 commit comments

Comments
 (0)