mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Draw_Interpretor, CommandCmd() - catched exceptions and messages put into Tcl string result before throwing a Tcl exception (return 1) are now print in intense red (using Message::SendFail()). Duplication of exception message in std::cout and Tcl output has been removed. Draw Harness plugins have been updated to use either Message::SendFail() or theDI instead of std::cout/std::cerr for printing colored error message before throwing a Tcl exception.
22 lines
540 B
Plaintext
Executable File
22 lines
540 B
Plaintext
Executable File
puts "TODO OCC24156 MacOS: An exception was caught"
|
|
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
|
|
pload QAcommands
|
|
|
|
puts "========"
|
|
puts "0000426: The result of fuse operation is invalid"
|
|
puts "0000050: BRepFilletAPI_MakeFillet presents a bug on fillet computation (build())"
|
|
puts "========"
|
|
|
|
OCC426 result rs1 rs2 rs3 fuse32 fuse321 fuseUnif
|
|
|
|
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
|