mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-20 12:45:50 +03:00
Fix for #23273 issue. Fix for #23273 issue (boolean/013/R9). Modifications of tests according to #23260 issue. Attempt to protect against hang-ups due to waiting for standard input change of behaviour of offset/shape_type_i/D7 case. Attempt to protect against hang-ups during initialization of menu in batch mode. increase cpulimit for parallel incmesh. #23260 is fixed. count_parallel is not needed anymore. Deleted unused code. change of behaviour of offset/shape_type_i/D7 case. The fix was incorrect. Second attempt to protect against hang-ups during initialization of menu in batch mode correction of tests in order to awoid instability. Elapsed time changed to CPU user time is performance tests. Processing of errors on Windows. Stop cpulimit killer if armed by test, after the test is completed
17 lines
504 B
Plaintext
17 lines
504 B
Plaintext
# Original bug : cts21900
|
|
# Date : 02 Dec 98
|
|
|
|
puts "TODO OCC22803 All:An exception was caught"
|
|
puts "TODO OCC22803 All:\\*\\* Exception \\*\\*"
|
|
puts "TODO OCC22803 All:Error in depouille"
|
|
puts "TODO OCC22803 All:Error : The depouille can not be build"
|
|
|
|
restore [locate_data_file cts21900_base.brep] base
|
|
|
|
explode base face
|
|
|
|
if { [catch { depouille result base 0 0 1 base_16 3 200 -15.1180845742047 30 0 0 1 base_18 3 200 -15.1180845742047 30 0 0 1 } ] != 0 } {
|
|
puts "Error in depouille"
|
|
}
|
|
set square 0
|