Skip to content

[Tests] Mark some tests as unsupported in back deployment testing. #38679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/Concurrency/Runtime/actor_detach.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// REQUIRES: concurrency
// REQUIRES: foundation

// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

import Foundation

@available(SwiftStdlib 5.5, *)
Expand Down
3 changes: 3 additions & 0 deletions test/Concurrency/Runtime/actor_init.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// REQUIRES: concurrency
// REQUIRES: libdispatch

// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

@available(SwiftStdlib 5.5, *)
actor Number {
var val: Int
Expand Down
4 changes: 4 additions & 0 deletions test/Interpreter/rdar80847020.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

// REQUIRES: executable_test
// REQUIRES: objc_interop
// REQUIRES: concurrency

// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

func run(_ s: Clazz) async throws {
let res: (String, String) = try await s.doSomethingMultiResultFlaggy()
Expand Down
3 changes: 3 additions & 0 deletions test/stdlib/Reflection_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop

// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime

//
// DO NOT add more tests to this file. Add them to test/1_stdlib/Runtime.swift.
//
Expand Down