History log of /oneTBB/test/conformance/conformance_task_group.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0, v2021.2.4, v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3, v2021.10.0, v2021.10.0-rc1, v2020.3.3, v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2, v2021.8.0, v2021.8.0-rc1, v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1
# 13f9f32b 21-Jan-2022 Sergey Zheltov <[email protected]>

Update copyright year 2021 -> 2022 (#743)

Signed-off-by: Zheltov, Sergey1 <[email protected]>


# 3db67b5b 11-Jan-2022 Anton Potapov <[email protected]>

Fixed deadlock in the task_group conforance tests (#699)

- use same arena for task_group::run() and task_group::wait() methods
- use single thread environment for test stability

Signed-off-by: A

Fixed deadlock in the task_group conforance tests (#699)

- use same arena for task_group::run() and task_group::wait() methods
- use single thread environment for test stability

Signed-off-by: Anton Potapov <[email protected]>

show more ...


# 74b7fc74 21-Dec-2021 Anton Potapov <[email protected]>

Moving task_group_exptensions out of the preview (#668)

Moving task_group_exptensions out of the preview

- moved all but :
- is_inside_task
- scheduller bypass

- replaced exceptions with

Moving task_group_exptensions out of the preview (#668)

Moving task_group_exptensions out of the preview

- moved all but :
- is_inside_task
- scheduller bypass

- replaced exceptions with asserts for undefined behavior
- made some flags in the tests non-atomic for TSAN to raise a flag if
implementation is incorrect

Signed-off-by: Anton Potapov <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Alex <[email protected]>

show more ...