mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Test commands for #23952 refactored to: - avoid interaction with Tcl interpreter from thread functions (fixes sudden crash) - get shapes outside of the thread functions (keeping only code being tested inside) - run 100 threads instead of 2 (increases chance for data race to exhibit if present) Linux compilation problems fixed.
20 lines
706 B
Plaintext
20 lines
706 B
Plaintext
puts "TODO ?OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
|
|
puts "TODO ?OCC24156 MacOS: An exception was caught"
|
|
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
puts "TODO OCC24156 MacOS: \\*\\*\\* Abort"
|
|
puts "TODO OCC24156 MacOS: ... The exception is"
|
|
|
|
puts "================"
|
|
puts "OCC23952"
|
|
puts "================"
|
|
puts ""
|
|
###########################################################################################
|
|
# Improving thread-safety of intersections, approximations and other modeling algorithms
|
|
###########################################################################################
|
|
|
|
pload QAcommands
|
|
restore [locate_data_file bug23952_trim-torus.draw] a
|
|
|
|
set NbUPoles 18
|
|
OCC23952sweep $NbUPoles a
|