Skip to content

Commit 5ec46d8

Browse files
committed
Revert "Merge pull request #84769 from Azoy/disable-some-tests"
This reverts commit fe52553, reversing changes made to 5e32563.
1 parent cd1c40f commit 5ec46d8

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

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

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: rdar://162106653
2-
31
// 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)
42

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

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

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

53
import StdSpan

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: rdar://162106580
2-
31
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++20)
42
// 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)
53

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

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

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

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

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

53
// RUN: rm -rf %t

0 commit comments

Comments
 (0)