Skip to content

Commit e8bc136

Browse files
authored
Merge pull request #34482 from aschwaighofer/rdar70772958
Disable two tests
2 parents 6d73abd + 6afe07d commit e8bc136

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/Interop/Cxx/class/constructors-irgen.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Target-specific tests for C++ constructor call code generation.
22

3+
// REQUIRES: rdar70772958
4+
35
// RUN: %swift -module-name Swift -target x86_64-apple-macosx10.9 -dump-clang-diagnostics -I %S/Inputs -enable-cxx-interop -emit-ir %s -parse-stdlib -parse-as-library -disable-legacy-type-info | %FileCheck %s -check-prefix=ITANIUM_X64
46
// RUN: %swift -module-name Swift -target armv7-none-linux-androideabi -dump-clang-diagnostics -I %S/Inputs -enable-cxx-interop -emit-ir %s -parse-stdlib -parse-as-library -disable-legacy-type-info | %FileCheck %s -check-prefix=ITANIUM_ARM
57
// RUN: %swift -module-name Swift -target x86_64-unknown-windows-msvc -dump-clang-diagnostics -I %S/Inputs -enable-cxx-interop -emit-ir %s -parse-stdlib -parse-as-library -disable-legacy-type-info | %FileCheck %s -check-prefix=MICROSOFT_X64

test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend -enable-cxx-interop -I %S/Inputs %s -emit-ir | %FileCheck %s
2+
// REQUIRES: rdar70772958
23

34
// Verify that non-trival/address-only C++ classes are constructed and accessed
45
// correctly. Make sure that we correctly IRGen functions that construct

0 commit comments

Comments
 (0)