Skip to content

[Test] Disable tests failing in CI #37187

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 3 commits into from
Apr 30, 2021
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/IRGen/class_resilience_objc.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// XFAIL: CPU=arm64_32
// REQUIRES: objc_interop

// rdar://77399307
// UNSUPPORTED: CPU=arm64, CPU=arm64e

import Foundation
import resilient_struct
import resilient_objc_class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// Requires explicit swift-version 4.
// UNSUPPORTED: swift_test_mode_optimize_none_with_implicit_dynamic

// rdar://77087781
// UNSUPPORTED: OS=watchos && CPU=arm64_32

import StdlibUnittest
import Foundation

Expand Down
3 changes: 3 additions & 0 deletions test/ModuleInterface/ossa-modules/sdk-test-stdlib-ossa.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@

// RUN: %target-sil-opt -module-name Swift %t/PreBuiltSDKModules/Swift.swiftmodule/*.swiftmodule | grep '@$ss3foos5KlassCyF' | grep '[[]ossa[]]'

// Flacky hangs: rdar://77288690
// UNSUPPORTED: CPU=arm64, CPU=arm64e

@_fixed_layout
public final class Klass {
public init() {
Expand Down