1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

tests correction

This commit is contained in:
asuraven
2021-04-08 20:21:11 +03:00
parent 4ac85f1a6b
commit 4fe93acc64
25 changed files with 40 additions and 21 deletions

View File

@@ -4,8 +4,6 @@
## Comment : from original bug PRO4497
## ====================================
puts "TODO CR32187 ALL: Faulty shapes in variables faulty_1 to faulty_7"
restore [locate_data_file CCH_indushep.rle] s
tscale s 0 0 0 1000
explode s e

View File

@@ -5,7 +5,7 @@ puts ""
#########################################################
## Fillet is created incorrectly on attached shape.
#########################################################
puts "TODO CR32185 ALL: Faulty shapes in variables faulty_1 to faulty_13"
puts "TODO CR32185 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file shading_137.brep] s
checkshape s

View File

@@ -5,6 +5,7 @@ puts ""
#######################################################################
# New option of BRepOffsetAPI_MakeOffset algorithm: processing of sharp corners in mode GeomAbs_Intersection
#######################################################################
puts "TODO CR32256 ALL: Faulty shapes in variables faulty_1 to faulty_2"
polyline pp 0 0 0 10 0 0 10 10 0 6 10 0 6 15 0 4 15 0 4 10 0 0 10 0 0 0 0

View File

@@ -6,7 +6,8 @@ puts ""
#############################################
## No possibility to make a fillet 13 at the inner edge of the shape
#############################################
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_9"
# There are 2 faulty on jenkins but 5 faulty on local machine
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_"
restore [locate_data_file OCC601.brep] a
checkshape a

View File

@@ -1,7 +1,7 @@
puts "========================"
puts "0029780 "
puts "========================"
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_1"
stepread [locate_data_file bug29780.stp] a *

View File

@@ -7,7 +7,7 @@ set BugNumber OCC15220
######################################################
# Problems with IGES file locations
######################################################
puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_1"
puts "TODO CR32226 ALL: Faulty shapes in variables faulty_1 to faulty_7"
igesbrep [locate_data_file OCC15220.igs] result *

View File

@@ -6,4 +6,9 @@ set chamf_equal_dist [list "0.06 " "0.08 " "0.08 "]
if { [string compare $command chamf_sequence] == 0 && [string compare $group dist_dist] == 0 } {
puts "TODO OCC22909 All: compute of chamfer failed"
}
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
if { [string compare $command "chamf_sequence"] == 0 && [string compare $group dist_angle] == 0 } {
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
}
if { [string compare $command "chamf_sequence"] == 0 && [string compare $group equal_dist] == 0 } {
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_1"
}

View File

@@ -1,2 +1,5 @@
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_27"
}
restore [locate_data_file BUC60329.rle] a

View File

@@ -1,5 +1,3 @@
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_27"
}
restore [locate_data_file BUC60391.rle] a

View File

@@ -1,2 +1,5 @@
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
}
restore [locate_data_file CCI60005.rle] a

View File

@@ -1,5 +1,8 @@
#if { [string compare $command "ShapeConvertRev"] == 0 } {
# puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
#}
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_11"
}
restore [locate_data_file TOP01245_2.brep] a

View File

@@ -1,6 +1,6 @@
if {[string compare $command "SplitAngle"] == 0 } {
# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2 "
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_11"
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_13"
}
restore [locate_data_file ZWERTY.brep] a

View File

@@ -1,5 +1,5 @@
if {[string compare $command "SplitAngle"] == 0 } {
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_6 "
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_87"
}
restore [locate_data_file CONSOLE-SERIE.brep] r1

View File

@@ -2,8 +2,7 @@ if { [string compare $command "ShapeConvertRev"] == 0 } {
puts "TODO OCC23127 ALL: Error : The area of the resulting shape is"
}
if {[string compare $command "SplitAngle"] == 0 } {
# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_4 "
}
restore [locate_data_file CTO900_pro5363c.rle] r1
fixshape a r1

View File

@@ -1,2 +1,2 @@
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
restore [locate_data_file CTO900_buc60127-part.rle] r
restore [locate_data_file CTO900_buc60127-part.rle] a

View File

@@ -1,4 +1,4 @@
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_4"
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file aaa.rle] r
fixshape a r

View File

@@ -1,6 +1,6 @@
if { [info exists bug23197] == 0 || $bug23197 == 0 } {
puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
}
#if { [info exists bug23197] == 0 || $bug23197 == 0 } {
# puts "TODO OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_2"
#}
puts "TODO OCC24156 MacOS: Faulty shapes in variables faulty_1 to faulty_"
puts "TODO CR32209 ALL: Faulty shapes in variables faulty_1 to faulty_11"

View File

@@ -1 +1,3 @@
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_3"
restore [locate_data_file face.rle] a

View File

@@ -3,7 +3,7 @@ puts "OCC453"
puts "(case 2)"
puts "========"
puts ""
puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_16"
puts "TODO CR32287 ALL: Faulty shapes in variables faulty_1 to faulty_10"
dchrono h2 restart

View File

@@ -8,5 +8,5 @@ sewing result $tol a
checkmaxtol result -ref 19.731382910922985
checknbshapes result -shell 1
checkfreebounds result 15
checkfreebounds result 16
checkfaults result a 1

View File

@@ -5,6 +5,8 @@ puts ""
pload MODELING VISUALIZATION
restore [locate_data_file OCC19.brep] result
fixshape result result
breducetolerance result
checkshape result
tclean result

View File

@@ -6,6 +6,7 @@ puts "============"
puts "OCC21578: Attached shape is not visualized in the shaded mode"
puts "============"
puts ""
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
pload MODELING VISUALIZATION
restore [locate_data_file OCC21578.brep] result

View File

@@ -2,6 +2,7 @@ puts "============"
puts "OCC22985: Regression: no shading on good face"
puts "============"
puts ""
puts "TODO CR32210 ALL: Faulty shapes in variables faulty_1 to faulty_3"
pload MODELING VISUALIZATION
restore [locate_data_file OCC22985-gt602-f72-noshading.brep] result

View File

@@ -2,6 +2,7 @@ puts "============"
puts "OCC28936: Visualization - Draw freezes while making a 3d representation"
puts "============"
puts ""
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_2"
pload MODELING VISUALIZATION

View File

@@ -3,6 +3,7 @@ puts "BUC61047: An e x c e p t i o n - <access v i o l a t i o n> is raised duri
puts "OCC344"
puts "================"
puts ""
puts "TODO CR32272 ALL: Faulty shapes in variables faulty_1 to faulty_1"
pload MODELING VISUALIZATION
restore [locate_data_file OCC344.brep] result