Skip to content

Commit cd1c40f

Browse files
committed
Revert "Merge pull request #84775 from slavapestov/disable-failing-tests-harder"
This reverts commit 6541965, reversing changes made to 5373530.
1 parent 412fffc commit cd1c40f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106643
1+
// REQUIRES: rdar://162106643
22

33
// RUN: rm -rf %t
44
// RUN: split-file %s %t

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106653
1+
// REQUIRES: rdar://162106653
22

33
// 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)
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106722
1+
// REQUIRES: rdar://162106722
22

33
// RUN: %target-typecheck-verify-swift -I %S/Inputs -enable-experimental-cxx-interop -Xcc -std=c++20 2>&1
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106580
1+
// REQUIRES: rdar://162106580
22

33
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop -Xcc -std=c++20)
44
// 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)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106619
1+
// REQUIRES: rdar://162106619
22

33
// REQUIRES: swift_feature_SafeInteropWrappers
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: rdar162106747
1+
// REQUIRES: rdar://162106747
22

33
// REQUIRES: swift_feature_SafeInteropWrappers
44

0 commit comments

Comments
 (0)