mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user