mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Do not start new thread if the thread has been already started. Restart the thread after the previous has finished.
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
puts "========"
|
|
puts "0029841: Test cases from tools/dfbrowser periodically hang on Windows platform"
|
|
puts "========"
|
|
|
|
pload INSPECTOR
|
|
|
|
tinspector -plugins dfbrowser
|
|
|
|
for { set i 1 } { ${i} <= 10 } { incr i } {
|
|
tinspector -open [locate_data_file bug29743.cbf] -select 0 TNaming_UsedShapes
|
|
tinspector -open [locate_data_file bug29733.cbf] -select 0 TNaming_UsedShapes
|
|
}
|