]> OCCT Git - occt-copy.git/commitdiff
tests correction CR23731_7
authorasuraven <asuraven@opencascade.com>
Thu, 8 Apr 2021 17:21:11 +0000 (20:21 +0300)
committerasuraven <asuraven@opencascade.com>
Thu, 8 Apr 2021 17:21:11 +0000 (20:21 +0300)
25 files changed:
tests/blend/complex/A3
tests/bugs/modalg_1/bug140
tests/bugs/modalg_5/bug25298_09
tests/bugs/moddata_2/bug601
tests/bugs/step/bug29780
tests/bugs/xde/bug15220
tests/chamfer/data/complex/B8
tests/heal/data/advanced/B1
tests/heal/data/advanced/B2
tests/heal/data/advanced/B4
tests/heal/data/advanced/ZB5
tests/heal/data/advanced/ZB6
tests/heal/data/advanced/ZC7
tests/heal/data/standard/R5
tests/heal/fix_face_size/B2
tests/heal/fix_face_size/B8
tests/heal/fix_face_size/C1
tests/heal/split_angle/E8
tests/perf/modalg/bug453_2
tests/sewing/tol_100/K1
tests/v3d/bugs/bug19_2
tests/v3d/bugs/bug21578
tests/v3d/bugs/bug22985
tests/v3d/bugs/bug28936
tests/v3d/bugs/bug344

index 40da6329ffb3c2ff6e08c01f64d76b9f2bcaa6b2..edf10597951a74010e9fe1376d6090c5238db37f 100644 (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
index a8afebe33d9759bc29797b947ed3f6dd34d21edc..464e2ee9f4247adb670c29f3e682b685a5443914 100755 (executable)
@@ -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
index d757334b1a867efe21cb8e35516415434aa8afe3..232047cab6d8189e95f188fb61b3f63b8f7538da 100755 (executable)
@@ -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
 
index d42e840ae76322717e6179678a068d2150f24a85..7fe4f5b3ef050c7efb09d3eab8cec718eb4e4289 100755 (executable)
@@ -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
index 9268812b21966aa37edc9d93f5acbe5565a833db..7b18b9c76fb54e4a5d36211a8d867cf1810dadbc 100644 (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 *
 
index 3ffcef73a1d39a1d03eefed2ccb7ff8b98c80dec..cecccb6af6bb33aa67a812f7877facf2a9607ef5 100755 (executable)
@@ -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 *
 
index b1aa41302947223beb8d9a79a8b999873b203ca9..88fb68a78018d54640f3ffab5114ba9ed164ec6c 100644 (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"
+}
index 7fe9187d47229ce90c8dd02b6d88d38df5ee6c80..c78d03de41118407eafc1ad3fc3bb1c2e259ec0a 100644 (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
 
index 754833a3447c7e12df1da286d276998afa2f008e..0967534c73a2f37d8aacfe038c4f744928e3ddc5 100644 (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
 
index dc4748a4ee8fad7703373adfd23659de1cb7983c..5b66557efa517e283b1bc70e4b6a442fe548edff 100644 (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
 
index 952d8fa6745e98401aa2fb20f07e8f54416591a4..90d76a21f375f6ffd827e71f42213e1c0fe2b8ff 100644 (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
 
index 804d6807835746fdb3e64caab2ef0f5a6da30c77..a2e20ccb8adff207f75cae010b61e325bc6c8358 100644 (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
 
index c8ddc14f0b05d88fce4d75a62e6d92a1de34f900..1329dc75c31e2cfe84f6a25e606faf9341589e58 100644 (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
index 0c31a8ee7717a84a5c72795f9d89d534095ead22..1f6da50328bcb646a4fc8189314b0966c5c2aa15 100644 (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 
index 01330d52d4faf11d64480f8fc6522857de5819aa..e4d509a20fd2bbcc12bdb772455a323846bdbb0c 100644 (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
index 349120d0a9fd4ffeb60068623ef2690e605810f2..38e9dbf52ce6b5df76c202fbf5dba4ac84898ac5 100644 (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
index 69f592dc4b49bba335561acb5816e9442c9d7454..4db3ac7952afd2e628ed49110fa3309b7fdc0067 100644 (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"
 
index 5acd96432c06b0498b31280b502ce00caeca295d..911921a2921cb9adb98a3957e682d2d2a5b5017d 100644 (file)
@@ -1 +1,3 @@
+puts "TODO CR32272  ALL: Faulty shapes in variables faulty_1 to faulty_3"
+
 restore [locate_data_file face.rle] a
index 238b1ce9e14ef95005202a4fc1f21e24f464f0e4..66301274add11c4265a0406c393b5c2832993a8d 100644 (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
 
index 3fcc7ff4acf98b8ed1773b6e05e0c9396810dc83..178c7a63b9098b1e4a21911e1c2be9446836c79c 100644 (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
index f1628fc7defcc2f621c55c04ec316124dae19119..921c4b56985c1d9b45c235a70bbd43a14bbb1a2e 100644 (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
index 622b8945f5442fd758b99d1ce94bd97cf6e848c9..e1cea4591fb518f935191b7d3a2f4eaf241ea1c6 100644 (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
index aee0b5d1ce82fa50877d888aaaa1b0c0bba0e006..eae62c431ac718741e3a757cdea0c8a005a9e17f 100644 (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
index 41ffce3d24518a89db55163f9c7e44d7189c7c1d..28151803ae13ddaa05c12b24da5e35f35e53c26f 100644 (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
 
index 7824526fd34b6cf97d5c8439fd9373f9f7300e27..965e47e601854ce909c712a9cd157e1dab8fac16 100644 (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