Skip to content

Commit d6635f7

Browse files
committed
FreeBSD: Enable a few more C++ interop tests
Some of these tests were marked as unsupported since they were only checking for macOS and Linux. They seem to be passing on FreeBSD as well, so enabling them here. (cherry picked from commit 3a48d6e)
1 parent cdd6746 commit d6635f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/Interop/Cxx/stdlib/avoid-import-cxx-math.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swift-frontend %s -typecheck -verify -cxx-interoperability-mode=swift-6
33
// RUN: %target-swift-frontend %s -typecheck -verify -cxx-interoperability-mode=upcoming-swift
44

5-
// REQUIRES: OS=macosx || OS=linux-gnu
5+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=freebsd
66

77
import CxxStdlib
88

test/Interop/Cxx/stdlib/overlay/custom-sequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-experimental-cxx-interop)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: OS=macosx || OS=linux-gnu
4+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=freebsd
55

66
// REQUIRES: rdar102364960
77

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// REQUIRES: executable_test
1313
//
14-
// REQUIRES: OS=macosx || OS=linux-gnu
14+
// REQUIRES: OS=macosx || OS=linux-gnu || OS=freebsd
1515

1616
import StdlibUnittest
1717
#if !BRIDGING_HEADER

0 commit comments

Comments
 (0)