Skip to content

Commit

Permalink
Merge pull request swiftlang#39414 from benlangmuir/disable-two-arm64…
Browse files Browse the repository at this point in the history
…e-tests

[test] Disable two IRGen tests failing on arm64e
  • Loading branch information
benlangmuir authored Sep 23, 2021
2 parents d0ac02d + fdf6e94 commit 12a2e20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/IRGen/opaque_result_type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// rdar://76863553
// UNSUPPORTED: OS=watchos && CPU=x86_64

// https://bugs.swift.org/browse/SR-15237
// UNSUPPORTED: CPU=arm64e

public protocol O {
func bar()
}
Expand Down
3 changes: 3 additions & 0 deletions test/IRGen/typelayout_based_value_witness.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// RUN: %target-swift-frontend -enable-type-layout -force-struct-type-layouts -primary-file %s -O -emit-ir | %FileCheck %s --check-prefix=FORCE-OPT --check-prefix=FORCE-OPT-%target-ptrsize
// RUN: %target-swift-frontend -primary-file %s -emit-ir | %FileCheck %s --check-prefix=NOTL

// https://bugs.swift.org/browse/SR-15237
// UNSUPPORTED: CPU=arm64e

public struct B<T> {
var x: T
var y: T
Expand Down

0 comments on commit 12a2e20

Please sign in to comment.