Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use ssize_t for Exec::wait_any and Io::wait_any too.
[simgrid.git] / teshsuite / s4u / activity-lifecycle / testing_test-wait.cpp
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-05-04 Arnaud GierschWorkaround false alarm stack-use-after-scope from Asan...
2021-05-03 Arnaud GierschFixed tests in activity-lifecycle/testing_test-wait.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-16 Arnaud GierschUpdate comments.
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-12 Arnaud GierschAdd some comments about unexpected failures.
2021-02-12 Arnaud GierschNew tests with wait_any_for.
2021-02-12 Arnaud GierschSpecialize with ExecPtr.
2021-02-12 Arnaud GierschTemplate for tester and waiter functions.
2021-02-12 Arnaud GierschUse template parameter for ActivityPtr in testing_test...
2021-02-12 Arnaud GierschTests were wrong, fix them.
2021-02-10 Arnaud GierschImprove assertions about expected timeouts (still failing).
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-03-12 Arnaud GierschCosmetic rename.
2020-03-12 Arnaud GierschTwo tests are fixed.
2020-02-18 Arnaud GierschMerge activity-test-wait into activity-lifecycle.