about summary refs log tree commit diff
path: root/library/core/tests/future.rs
AgeCommit message (Expand)AuthorLines
2023-07-03enable test_join test in MiriRalf Jung-1/+0
2022-02-02add teststamaron-0/+8
2021-12-20disable test with self-referential generator on MiriRalf Jung-0/+1
2021-12-10Update library/core/tests/future.rsJosh Triplett-1/+1
2021-12-09Add tests asserting the function-like semantics of `join!()`Daniel Henry-Mantilla-0/+34
2021-12-08remove implicit .await from `core::future::join`Ibraheem Ahmed-4/+13
2021-12-07add tests for `core::future::join`Ibraheem Ahmed-0/+76