mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -1,3 +1,5 @@
|
|||||||
|
// REQUIRES: rdar127262612
|
||||||
|
|
||||||
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -verify
|
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -verify
|
||||||
|
|
||||||
import enums_using_attributes
|
import enums_using_attributes
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// REQUIRES: rdar133257179
|
||||||
|
|
||||||
// Tests that a C++ class can conform to a Swift protocol.
|
// Tests that a C++ class can conform to a Swift protocol.
|
||||||
|
|
||||||
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop
|
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop
|
||||||
@@ -54,4 +56,4 @@ protocol HasOperatorCall {
|
|||||||
func callAsFunction(_ x: Int32) -> Int32
|
func callAsFunction(_ x: Int32) -> Int32
|
||||||
}
|
}
|
||||||
|
|
||||||
extension HasStaticOperatorCall : HasOperatorCall {}
|
extension HasStaticOperatorCall : HasOperatorCall {}
|
||||||
|
|||||||
@@ -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-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=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
|
// RUN: %target-swift-ide-test -print-module -module-to-print=MemberInline -I %S/Inputs -source-filename=x -cxx-interoperability-mode=upcoming-swift | %FileCheck %s
|
||||||
|
|||||||
@@ -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-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=swift-6)
|
||||||
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -cxx-interoperability-mode=upcoming-swift)
|
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -cxx-interoperability-mode=upcoming-swift)
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# REQUIRES: rdar133492917
|
||||||
|
|
||||||
# RUN: %empty-directory(%t)
|
# RUN: %empty-directory(%t)
|
||||||
# RUN: %empty-directory(%t/Xcode)
|
# RUN: %empty-directory(%t/Xcode)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user