Skip to content

Commit

Permalink
[test] Restrict test/stdlib/ArrayBuffer_CopyContents.swift to newer r…
Browse files Browse the repository at this point in the history
…untimes

This test is crashing on older runtimes, so disable it until someone can
investigate and decide what if anything should be done about it.
  • Loading branch information
benlangmuir committed Sep 24, 2021
1 parent 2144f72 commit 8ee2ce6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/stdlib/ArrayBuffer_CopyContents.swift
Expand Up @@ -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

Expand Down

0 comments on commit 8ee2ce6

Please sign in to comment.