Commit Graph

9 Commits

Author SHA1 Message Date
Alexis Laferrière
3310a55682 [Test] Use the SwiftStdlib 5.5 macro in Concurrency tests 2021-05-06 13:48:49 -07:00
Konrad `ktoso` Malawski
ff2b2ce3b9 Update async_taskgroup_asynciterator_semantics.swift 2021-04-23 08:13:33 +09:00
Konrad `ktoso` Malawski
48ddcdcbd2 [TaskGroup] add simple test to group asynciterator test
Simple additional test, not because it's unexpected but to document what we're expecting.
2021-04-23 08:07:12 +09:00
Nate Chandler
ff7c98123a [Test] Disabled several Concurrency tests for back_deployment_runtime.
rdar://76566598
2021-04-13 15:27:41 -07:00
Nate Chandler
ffff66d376 [Test] Disable tests that require new libswiftCore features for back deploy.
rdar://76564535
2021-04-12 16:45:09 -07:00
Nate Chandler
4d56b62367 [Test] Marked flakey-on-linux tests unsupported. 2021-04-07 16:11:12 -07:00
Konrad `ktoso` Malawski
989db80b20 [Concurrency] fix a few missing @available annotations 2021-04-05 09:59:16 +09:00
Konrad `ktoso` Malawski
34f8e768b5 spawnDetached to detach, non-suspending group.spawn, spawnUnlessCancelled 2021-04-03 09:53:32 +09:00
Nate Cook
31144b9a52 Test for Update TaskGroup iterator semantics to match proposal
This modifies TaskGroup.Iterator so that it doesn't continue returning
elements after throwing. This is a more restricted behavior than
TaskGroup.next(), which keeps returning elements or throwing errors
until all tasks have been consumed.
2021-04-03 09:52:03 +09:00