Skip to content

Commit a015e4c

Browse files
committed
[Concurrency] Remove the C++ runtime test for swift_future_task_wait.
Setting up the appropriate async calling convention is a mess. We're better off reimplementing this test purely in Swift.
1 parent 8945280 commit a015e4c

File tree

2 files changed

+0
-167
lines changed

2 files changed

+0
-167
lines changed

unittests/runtime/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
5555

5656
if(SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY)
5757
list(APPEND PLATFORM_SOURCES
58-
TaskFuture.cpp
5958
TaskStatus.cpp
6059
)
6160
list(APPEND PLATFORM_TARGET_LINK_LIBRARIES
@@ -67,7 +66,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
6766
set(LLVM_OPTIONAL_SOURCES
6867
weak.mm
6968
Refcounting.mm
70-
TaskFuture.cpp
7169
TaskStatus.cpp)
7270

7371
add_swift_unittest(SwiftRuntimeTests

unittests/runtime/TaskFuture.cpp

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)