eeckstein
f818dad410
Revert "Revert "[Test] Disable failing async_task_locals tests on ARM64e." ( #65244 )"
...
This reverts commit 59cb6adc77 .
2023-04-19 08:28:49 +02:00
Konrad `ktoso` Malawski
59cb6adc77
Revert "[Test] Disable failing async_task_locals tests on ARM64e." ( #65244 )
...
This reverts commit cd1e0d7acb .
2023-04-18 21:55:12 +09:00
Mike Ash
cd1e0d7acb
[Test] Disable failing async_task_locals tests on ARM64e.
2023-02-15 10:48:22 -05:00
Kuba (Brecka) Mracek
7853184ed6
Enable running tests from test/Concurrency/ directory in freestanding/minimal presets ( #61835 )
...
* Enable running tests from test/Concurrency/ directory in freestanding/minimal presets
* Mark failing Concurrency tests as XFAIL/SKIP on freestanding/minimal
2022-11-04 09:07:27 -07:00
Yuta Saito
f6b91c1c37
Concurrency: Enable runtime tests for non-libdispatch global executor
2022-02-20 23:58:14 +00:00
Karoy Lorentey
47956908b7
[Concurrency] SwiftStdlib 5.5 ⟹ SwiftStdlib 5.1 (usages)
...
The concurrency runtime now deploys back to macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, which corresponds to the 5.1 release of the stdlib.
Adjust macro usages accordingly.
2021-10-28 14:36:36 -07:00
Doug Gregor
3ee09a2298
Switch concurrency runtime tests to "REQUIRES: concurrency_runtime"
...
Rather than blanket-disabling concurrency tests when we aren't using a
just-built concurrency library, enable them whenever we have a
suitable concurrency runtime, either just-built, in the OS, or via the
back-deployment libraries.
2021-09-13 12:34:20 -07:00
Doug Gregor
eeeea49764
Remove -enable-experimental-concurrency almost everywhere.
2021-07-26 21:24:43 -07:00
Doug Gregor
1e2012d816
Disable availability checking in tests that use concurrency
2021-07-20 12:46:26 -07:00
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
070f9a773b
[TaskLocals] review 2: projected value wrapper
2021-04-29 15:48:23 +09:00
Konrad `ktoso` Malawski
f0781b1f8b
[TaskLocals] prettier API thanks to default inits
2021-04-29 15:48:23 +09:00
Konrad `ktoso` Malawski
6f3dac190a
[TaskLocals] remove TaskLocalInheritance, we'll introduce when needed
2021-04-29 15:48:22 +09:00
Konrad `ktoso` Malawski
3d96d05546
[TaskLocals] property wrapper keys
2021-04-29 15:48:09 +09:00