1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/fclasses/bug25545
msv ee6bb37b7f 0025545: TopLoc_Location::Transformation() provokes data races
Get rid of postponed calculation of transformation.
Remove unused methods.
Add command OCC25545 to reproduce the bug with data races.

- Get rid of C++11 lambda construction
- make code compilable with no HAVE_TBB defined
- add test case bugs/fclasses/bug25545
2014-12-25 18:32:22 +03:00

12 lines
293 B
Plaintext

puts "============"
puts "OCC25545"
puts "============"
puts ""
#######################################################################
# TopLoc_Location::Transformation() provokes data races
#######################################################################
pload QAcommands
OCC25545