|
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0 |
|
| #
ab7f370c |
| 08-Nov-2023 |
Pavel Kumbrasev <[email protected]> |
Fix tests compilation on OpenBSD (#1246)
* Fix test_eh_thread on OpenBSD
* Disable test_malloc_compliance on OpenBSD
---------
Signed-off-by: pavelkumbrasev <[email protected]>
|
|
Revision tags: 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 |
|
| #
ceacd220 |
| 26-Oct-2022 |
Ilya Isaev <[email protected]> |
Rework test_eh_thread to avoid sporadic failures (#946)
Signed-off-by: Isaev, Ilya <[email protected]>
|
|
Revision tags: v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0 |
|
| #
c21e688a |
| 01-Feb-2022 |
Sergey Zheltov <[email protected]> |
Update copyright year 2021 -> 2022 (#761)
Signed-off-by: Zheltov, Sergey1 <[email protected]>
|
| #
57f524ca |
| 26-Jan-2022 |
Ilya Isaev <[email protected]> |
clang-tidy: use nullptr instead of NULL (#631)
This patch applies clang-tidy check- modernize-use-nullptr
Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <vladimir.serov
clang-tidy: use nullptr instead of NULL (#631)
This patch applies clang-tidy check- modernize-use-nullptr
Signed-off-by: Ilya Isaev <[email protected]>
Co-authored-by: vlserov <[email protected]>
show more ...
|
|
Revision tags: v2021.6.0-rc1 |
|
| #
013035b4 |
| 23-Dec-2021 |
Vladislav Shchapov <[email protected]> |
Fix issue #687 (test_eh_thread) (#697)
Signed-off-by: Vladislav Shchapov <[email protected]>
|
|
Revision tags: v2021.5.0, v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1 |
|
| #
8584c456 |
| 09-Aug-2021 |
Ilya Isaev <[email protected]> |
Code coverage fixes (#516)
In scope of this patch TBB_BUILD and TBBMALLOC_BUILD options were added. It was done to support scenarios when we are testing without tbbmalloc. It allows us to cover plac
Code coverage fixes (#516)
In scope of this patch TBB_BUILD and TBBMALLOC_BUILD options were added. It was done to support scenarios when we are testing without tbbmalloc. It allows us to cover place where we fail to link with tbbmalloc and start using std_cache_aligned_allocate/deallocate.
Signed-off-by: Ilya Isaev [email protected]
show more ...
|
| #
a080baf9 |
| 19-Jul-2021 |
Alex <[email protected]> |
Additional set of Thread Sanitizer related fixes (#482)
- Fix incorrect assert in concurrent_hash_map implementation
- Fix incorrect asserts in global_control implementation
- Fix exception pointe
Additional set of Thread Sanitizer related fixes (#482)
- Fix incorrect assert in concurrent_hash_map implementation
- Fix incorrect asserts in global_control implementation
- Fix exception pointer inside task_group_context
- Rework racy asserts in test_flow_graph_whitebox
- Improve test_eh_algorithm to work with sanitizers
- Disable memory limit test in test_malloc_compliance
- Add lifetime asserts in collaborative_call_once
- Rework backref space in tbbmalloc to use atomics
- Fix a lifetime issue in utils::SpinBariier
- Some tests were disabled
Signed-off-by: Alexei Katranov <[email protected]>
Co-authored-by: pavelkumbrasev <[email protected]>
show more ...
|
|
Revision tags: v2021.3.0 |
|
| #
3e4ab550 |
| 29-Jun-2021 |
Ivan Kochin <[email protected]> |
Fix dlopen flags for loading tbbmalloc and rml (#457)
* Fix dlopen flags for loading tbbmalloc and rml
* Rework macro definition approach
* Use correct macro name
Signed-off-by: Kochin, Ivan <k
Fix dlopen flags for loading tbbmalloc and rml (#457)
* Fix dlopen flags for loading tbbmalloc and rml
* Rework macro definition approach
* Use correct macro name
Signed-off-by: Kochin, Ivan <[email protected]>
show more ...
|
| #
3a658065 |
| 25-Jun-2021 |
Anton Potapov <[email protected]> |
ASAN: disable tests causing OOM conditions (#456)
- do not run theses tests under ASAN :
- test_eh_thread
- test_malloc_new_handler
Signed-off-by: Anton Potapov <[email protected]>
|
| #
8b6f831c |
| 17-May-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 5ba997e1
|
|
Revision tags: v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
|
Revision tags: v2021.1.1, v2021.1-beta10 |
|
| #
51c0b2f7 |
| 25-Sep-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 4ebd2d06
|