From 1cdcd0cb794caac457027d7af8601d9f3e9858e5 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Thu, 4 Sep 2025 21:29:44 +0100 Subject: [PATCH] [test] Temporarily disable 2 C++ interop tests --- test/Interop/Cxx/stdlib/msvcprt-module-interface.swift | 1 + test/Interop/SwiftToCxx/functions/swift-functions-errors.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/test/Interop/Cxx/stdlib/msvcprt-module-interface.swift b/test/Interop/Cxx/stdlib/msvcprt-module-interface.swift index 63dd1a39e515c..c70d46ab9f776 100644 --- a/test/Interop/Cxx/stdlib/msvcprt-module-interface.swift +++ b/test/Interop/Cxx/stdlib/msvcprt-module-interface.swift @@ -4,6 +4,7 @@ // This test is specific to msvcprt and therefore only runs on Windows. // REQUIRES: OS=windows-msvc +// REQUIRES: rdar159879290 // CHECK-STD: import CxxStdlib.iosfwd // CHECK-STD: import CxxStdlib.string diff --git a/test/Interop/SwiftToCxx/functions/swift-functions-errors.swift b/test/Interop/SwiftToCxx/functions/swift-functions-errors.swift index 1b95fc0e2d3be..23eeb0cd32fb5 100644 --- a/test/Interop/SwiftToCxx/functions/swift-functions-errors.swift +++ b/test/Interop/SwiftToCxx/functions/swift-functions-errors.swift @@ -5,6 +5,7 @@ // RUN: %check-interop-cxx-header-in-clang(%t/functions.h -DSWIFT_CXX_INTEROP_HIDE_STL_OVERLAY -DSWIFT_CXX_INTEROP_EXPERIMENTAL_SWIFT_ERROR -Wno-unused-function) // REQUIRES: swift_feature_GenerateBindingsForThrowingFunctionsInCXX +// REQUIRES: rdar159879290 // CHECK-LABEL: namespace Functions SWIFT_PRIVATE_ATTR SWIFT_SYMBOL_MODULE("Functions") {