Skip to content

Commit 00f1c60

Browse files
committed
[Test] Disabled several stdlib tests for back_deployment_runtime.
rdar://76568032
1 parent 6efadb0 commit 00f1c60

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/stdlib/CodableTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// RUN: %target-run-simple-swift
1313
// REQUIRES: executable_test
1414
// REQUIRES: objc_interop
15+
// UNSUPPORTED: back_deployment_runtime
1516

1617
import Foundation
1718
import CoreGraphics

test/stdlib/MultipliedFullWidth.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// RUN: %target-run-simple-swift
1414
// REQUIRES: executable_test
15+
// UNSUPPORTED: back_deployment_runtime
1516

1617
import StdlibUnittest
1718

test/stdlib/NumericParsing2.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
//
2020
// Behaviors below are different in old Swift runtime libraries
2121
// UNSUPPORTED: use_os_stdlib
22+
// UNSUPPORTED: back_deployment_runtime
2223

2324
// ================================================================
2425
//

0 commit comments

Comments
 (0)