Skip to content

Commit fe52553

Browse files
authored
Merge pull request #84769 from Azoy/disable-some-tests
[tests] Disable some interop tests until we figure out what's wrong with them
2 parents 5e32563 + d5359d6 commit fe52553

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

test/Interop/Cxx/class/access/swiftify-private-fileid.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106643
2+
13
// RUN: rm -rf %t
24
// RUN: split-file %s %t
35

test/Interop/Cxx/stdlib/std-span-transformed-execution.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106653
2+
13
// RUN: %target-run-simple-swift(-plugin-path %swift-plugin-dir -I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -swift-version 6 -Xfrontend -disable-availability-checking -Xcc -std=c++20 -enable-experimental-feature LifetimeDependence -enable-experimental-feature SafeInteropWrappers)
24

35
// TODO: test failed in Windows PR testing: rdar://144384453

test/Interop/Cxx/stdlib/use-std-span-typechecker.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106722
2+
13
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop -Xcc -std=c++20 2>&1
24

35
import StdSpan

test/Interop/Cxx/stdlib/use-std-span.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106580
2+
13
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++20)
24
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++20 -Xcc -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG)
35

test/Interop/Cxx/swiftify-import/import-as-instance-method.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106619
2+
13
// REQUIRES: swift_feature_SafeInteropWrappers
24

35
// RUN: %empty-directory(%t)

test/Interop/Cxx/swiftify-import/span-in-ctor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: rdar://162106747
2+
13
// REQUIRES: swift_feature_SafeInteropWrappers
24

35
// RUN: rm -rf %t

0 commit comments

Comments
 (0)