History log of /oneTBB/python/tbb/test.py (Results 1 – 4 of 4)
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
# 9acde482 26-Jan-2023 Jonathan Wakely <[email protected]>

Remove shebang lines from Python files (#1017)

These files do not have the executable bit set in their file mode, and
they only need to be run as modules, not as executable scripts.

Signed-off-b

Remove shebang lines from Python files (#1017)

These files do not have the executable bit set in their file mode, and
they only need to be run as modules, not as executable scripts.

Signed-off-by: Jonathan Wakely <[email protected]>

Signed-off-by: Jonathan Wakely <[email protected]>

show more ...


Revision tags: v2021.8.0, v2021.8.0-rc1, v2020.3.1, v2021.7.0
# 2eccd5f9 26-Sep-2022 Ilya Isaev <[email protected]>

Fix tbb4py test sporadic fails (#913)

There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calli

Fix tbb4py test sporadic fails (#913)

There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calling get with timeout. To do there is a call for time.sleep in functor submitted. Sporadically, expected result is not happening (like OSX example in issue) so to prevent that, the blocking is used.

Signed-off-by: Isaev, Ilya <[email protected]>

show more ...


Revision tags: v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1, v2021.5.0, v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1, v2021.3.0, 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