Skip to content

Commit 0ae6d05

Browse files
committed
[cxx-interop] Workaround interpreter crash
#52881 / rdar://49906866
1 parent 63f8c8c commit 0ae6d05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Interop/Cxx/stdlib/overlay/std-string-overlay.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
// RUN: %target-run-simple-swift(-Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
1+
// FIXME: Cannot use target-run-simple-swift as it causes a runtime crash (https://github.com/apple/swift/issues/52881)
2+
// RUN: %empty-directory(%t)
3+
// RUN: %target-build-swift %s -I %S/Inputs -o %t/std-string-overlay -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none
4+
// RUN: %target-codesign %t/std-string-overlay
5+
// RUN: %target-run %t/std-string-overlay
26
//
37
// REQUIRES: executable_test
48
// REQUIRES: OS=macosx || OS=linux-gnu

0 commit comments

Comments
 (0)