[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.
This commit is contained in:
Ben Langmuir
2021-09-24 11:49:12 -07:00
parent 2144f72a03
commit 8ee2ce6f08

View File

@@ -15,6 +15,10 @@
// REQUIRES: swift_stdlib_asserts
// REQUIRES: foundation
// Test is crashing with older runtimes. rdar://82125328
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
import Foundation
import StdlibUnittest