mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
13 lines
386 B
Plaintext
13 lines
386 B
Plaintext
## fra60813
|
|
puts "TODO #22911 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "TODO #22911 ALL: Error : The area of result shape is"
|
|
|
|
cpulimit 1000
|
|
|
|
restore [locate_data_file CTO909_Bug3_Tr_obj.rle] a
|
|
restore [locate_data_file Bug4_Tr_outil.rle] b
|
|
|
|
bcut result a b
|
|
checkprops result -s 0
|
|
checkview -display result -2d -s -otherwise { a b } -path ${imagedir}/${test_image}.png
|