mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Adjusting test cases for current state of OCCT
This commit is contained in:
parent
0fdf7fe83c
commit
d6a3b532d4
@ -1,3 +1,3 @@
|
|||||||
puts "TODO OCC26018 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
puts "TODO OCC26018 Linux: Faulty shapes in variables faulty_1 to faulty_"
|
||||||
source [locate_data_file 20000_h1-2_et5_401-ta13429.prt.2.gdml.tcl]
|
source [locate_data_file 20000_h1-2_et5_401-ta13429.prt.2.gdml.tcl]
|
||||||
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
puts "============"
|
|
||||||
puts "OCC26493"
|
|
||||||
puts "============"
|
|
||||||
puts ""
|
|
||||||
#######################################################################
|
|
||||||
# BRepProj_Projection failed to project a wire on a shell
|
|
||||||
#######################################################################
|
|
||||||
|
|
||||||
restore [locate_data_file bug26493_plate.brep] plate
|
|
||||||
restore [locate_data_file bug26493_wire.brep] wire
|
|
||||||
|
|
||||||
prj res wire plate 0 0 -1
|
|
||||||
|
|
||||||
renamevar res_1 result
|
|
||||||
|
|
||||||
set length 1189.91
|
|
||||||
|
|
||||||
set nbshapes_expected "
|
|
||||||
Number of shapes in shape
|
|
||||||
VERTEX : 3
|
|
||||||
EDGE : 2
|
|
||||||
WIRE : 1
|
|
||||||
FACE : 0
|
|
||||||
SHELL : 0
|
|
||||||
SOLID : 0
|
|
||||||
COMPSOLID : 0
|
|
||||||
COMPOUND : 0
|
|
||||||
SHAPE : 6
|
|
||||||
"
|
|
||||||
checknbshapes result -ref ${nbshapes_expected} -t -m "fuzzy booleans with multiple tools"
|
|
@ -1,5 +1,5 @@
|
|||||||
puts "TODO OCC24156 MacOS: Tcl Exception: tolerance ang"
|
puts "TODO OCC24156 ALL: Tcl Exception: tolerance ang"
|
||||||
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
puts "TODO OCC24156 ALL: TEST INCOMPLETE"
|
||||||
|
|
||||||
puts "========"
|
puts "========"
|
||||||
puts "OCC50"
|
puts "OCC50"
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
puts "TODO OCC12345 ALL: Faulty OCC601: function BLEND works wrongly"
|
|
||||||
|
|
||||||
puts "========================"
|
puts "========================"
|
||||||
puts " OCC601 "
|
puts " OCC601 "
|
||||||
puts "SAM1542"
|
puts "SAM1542"
|
||||||
@ -17,9 +15,9 @@ explode a e
|
|||||||
if [catch {blend result a 13 a_41 } res] {
|
if [catch {blend result a 13 a_41 } res] {
|
||||||
puts "Faulty OCC601: function BLEND works wrongly"
|
puts "Faulty OCC601: function BLEND works wrongly"
|
||||||
} else {
|
} else {
|
||||||
puts "OCC601 OK: function BLEND works without exception"
|
puts "OCC601 OK: function BLEND works good"
|
||||||
checkshape result
|
checkshape result
|
||||||
|
|
||||||
set square 10
|
set square 32486.0
|
||||||
set 2dviewer 0
|
set 2dviewer 0
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
# !!!! This file is generated automatically, do not edit manually! See end script
|
# !!!! This file is generated automatically, do not edit manually! See end script
|
||||||
|
puts "TODO CR25013 Linux: Error : 1 differences with reference data found"
|
||||||
|
|
||||||
set filename trj6_pm4-hc-214.stp
|
set filename trj6_pm4-hc-214.stp
|
||||||
|
|
||||||
set ref_data {
|
set ref_data {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user