[Tests] XFAIL the remaining test failures on rebranch

Only a few tests remaining. XFAIL so we can test the rest of the
toolchain.
This commit is contained in:
Ben Barham
2024-08-08 14:47:18 -07:00
parent d9f7c6bc86
commit df81d0a450
5 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// REQUIRES: rdar127262612
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -verify
import enums_using_attributes

View File

@@ -1,3 +1,5 @@
// REQUIRES: rdar133257179
// Tests that a C++ class can conform to a Swift protocol.
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop

View File

@@ -1,3 +1,5 @@
// REQUIRES: rdar133257179
// RUN: %target-swift-ide-test -print-module -module-to-print=MemberInline -I %S/Inputs -source-filename=x -cxx-interoperability-mode=swift-5.9 | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=MemberInline -I %S/Inputs -source-filename=x -cxx-interoperability-mode=swift-6 | %FileCheck %s
// RUN: %target-swift-ide-test -print-module -module-to-print=MemberInline -I %S/Inputs -source-filename=x -cxx-interoperability-mode=upcoming-swift | %FileCheck %s

View File

@@ -1,3 +1,5 @@
// REQUIRES: rdar133257179
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -cxx-interoperability-mode=swift-5.9)
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -cxx-interoperability-mode=swift-6)
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -cxx-interoperability-mode=upcoming-swift)

View File

@@ -1,3 +1,5 @@
# REQUIRES: rdar133492917
# RUN: %empty-directory(%t)
# RUN: %empty-directory(%t/Xcode)