Skip to content

Commit 71eedb1

Browse files
authored
Merge pull request #39447 from benlangmuir/restrict-ArrayBuffer_CopyContents.swift
[test] Restrict test/stdlib/ArrayBuffer_CopyContents.swift to newer runtimes
2 parents e1c4ea5 + 8ee2ce6 commit 71eedb1

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)