mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Command checkplatform was created. All test cases were updated. Global variable os_type was eliminated. New option -osx (MacOS) for procedure checkplatform was added.
33 lines
962 B
Plaintext
Executable File
33 lines
962 B
Plaintext
Executable File
if { ![checkplatform -windows] } {
|
|
puts "TODO ?OCC12345 MacOS: \\*\\* Exception"
|
|
puts "TODO ?OCC12345 MacOS: An exception was caught"
|
|
puts "TODO ?OCC12345 MacOS: TEST INCOMPLETE"
|
|
}
|
|
|
|
pload QAcommands
|
|
|
|
puts "========"
|
|
puts "OCC426"
|
|
puts "OCC50"
|
|
puts "========"
|
|
#############################################################################
|
|
## The result of fuse operation is invalid
|
|
#############################################################################
|
|
## BRepFilletAPI_MakeFillet presents a bug on fillet computation (build())
|
|
#############################################################################
|
|
## (old topology)
|
|
#############################################################################
|
|
|
|
OCC426 result rs1 rs2 rs3 fuse32 fuse321 0
|
|
|
|
checkshape rs1
|
|
checkshape rs2
|
|
checkshape rs3
|
|
checkshape fuse32
|
|
checkshape fuse321
|
|
|
|
checkprops result -s 7507.61
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|