Adjusting testing cases
authorbugmaster <bugmaster@opencascade.com>
Fri, 20 Feb 2015 14:17:34 +0000 (17:17 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 20 Feb 2015 14:17:34 +0000 (17:17 +0300)
1. bugs modalg_4 bug697_2 bug697_4 bug697_7 bug697_8 - unstable test cases after fix 25735
Its will be checked and modified during work with performance (issue 24232).

2. bugs mesh bug25364 was tuned for 64-bit Windows.

3. de step_1 ZQ2 fails (64-bit only). Issue 25848 was registered.

4. de step_3 D8 shows improvement (no checkape error) in 64-bit only, this is after 22598 and  issue 25797 was registered for that.

5. draft angle G8 improvement (algorithm produces some shape, but fails on checkshape).

6. perf ncollection A1 was tuned for 64-bit Windows.

7. de step_1 R9 - update reference data (according to 25176)

tests/bugs/mesh/bug25364
tests/bugs/modalg_4/bug697_2
tests/bugs/modalg_4/bug697_4
tests/bugs/modalg_4/bug697_7
tests/bugs/modalg_4/bug697_8
tests/de/step_1/R9
tests/de/step_1/ZQ2
tests/de/step_3/D8
tests/draft/angle/G8
tests/perf/ncollection/A1

index 130c8b5..a9393f2 100755 (executable)
@@ -66,7 +66,7 @@ puts "mem_heap_2=${mem_heap_2}"
 
 set mem_delta_private 180
 set mem_delta_swap 100
-set mem_delta_swappeak 150
+set mem_delta_swappeak 250
 set mem_delta_wset 180
 set mem_delta_wsetpeak 180
 set mem_delta_virt 180
index d706ae1..ac2599b 100755 (executable)
@@ -1,5 +1,5 @@
 puts "TODO OCC12345 ALL: Error : The square of result shape is"
-puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
+puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
 
 puts "============"
 puts "OCC697"
index dc752ba..ec5f11e 100755 (executable)
@@ -1,5 +1,5 @@
 puts "TODO OCC12345 ALL: Error : The square of result shape is"
-puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
+puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
 
 puts "============"
 puts "OCC697"
index 54a4708..f67ce5d 100755 (executable)
@@ -1,5 +1,5 @@
 puts "TODO OCC12345 ALL: Error : The square of result shape is"
-puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
+puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
 
 puts "============"
 puts "OCC697"
index b832ac3..8151cb2 100755 (executable)
@@ -1,5 +1,5 @@
 puts "TODO OCC12345 ALL: Error : The square of result shape is"
-puts "TODO OCC25735 ALL: Faulty shapes in variables faulty_1 to"
+puts "TODO ?OCC25735 ALL: Faulty shapes in variables faulty_1 to"
 
 puts "============"
 puts "OCC697"
index 3ce172d..1b547c2 100644 (file)
@@ -3,7 +3,7 @@ set filename stepBF3.stp
 
 set ref_data {
 DATA        : Faulties = 0  ( 26 )  Warnings = 0  ( 0 )  Summary  = 0  ( 26 )
-TPSTAT      : Faulties = 0  ( 1 )  Warnings = 0  ( 0 )  Summary  = 0  ( 1 )
+TPSTAT      : Faulties = 0  ( 2 )  Warnings = 0  ( 0 )  Summary  = 0  ( 2 )
 CHECKSHAPE  : Wires    = 0  ( 0 )  Faces    = 0  ( 0 )  Shells   = 0  ( 0 )   Solids   = 0 ( 0 )
 NBSHAPES    : Solid    = 0  ( 0 )  Shell    = 0  ( 0 )  Face     = 0  ( 0 )   Summary  = 1  ( 1 )
 STATSHAPE   : Solid    = 0  ( 0 )  Shell    = 0  ( 0 )  Face     = 0  ( 0 )   FreeWire = 0  ( 0 )   FreeEdge  = 0 ( 0 )   SharedEdge = 0  ( 0 )
index 1359245..da588e0 100644 (file)
@@ -1,3 +1,6 @@
+puts "TODO OCC25848 Windows: LABELS : Faulty"
+puts "TODO OCC25848 Windows: Error : 1 differences with reference data found"
+
 # !!!! This file is generated automatically, do not edit manually! See end script
 set filename trj12_gd1-id-214.stp
 
index 7290d62..0ff3be4 100755 (executable)
@@ -1,6 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
-puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
+puts "TODO CR23096 Debian60-64: CHECKSHAPE : Faulty" 
 
+# No checkape error on WNT in 64-bit only (after 22598 and issue 25797 was registered for that)
 
 set filename trj6_pm4-hc-214.stp
 
index 5b89565..663e8be 100644 (file)
@@ -1,6 +1,7 @@
 #F6----------------------------------------------
-puts "TODO OCC22803 All:Error in depouille"
-puts "TODO OCC22803 All:Error : The skin cannot be built."
+puts "TODO OCC22803 Debian60-64: Error in depouille"
+puts "TODO OCC22803 Debian60-64: Error : The skin cannot be built."
+puts "TODO OCC22803 Windows: Faulty shapes in variables faulty_1 to faulty_"
 polyline p 0 0 3  0 0 0  10 0 0  10 0 3  
 beziercurve bc 4 10 0 3  7 0 2  3 0 3  0 0 3
 mkedge bc bc
@@ -16,4 +17,4 @@ if { [catch { depouille result f 0 0 1 f_4 3 0 0 10 0 0 1 } ] != 0 } {
   puts "Error in depouille"
 }
 
-set square 0
+set square 492.768
\ No newline at end of file
index f7a8f29..3f54974 100644 (file)
@@ -31,13 +31,13 @@ if { [string compare $tcl_platform(platform) "windows"] != 0 } {
 } else {
   set check_values  { 1.383409071179103
                       5.1472531605899908
-                      1.35719377028335395
+                      5.55719377028335395
                       5.5309830187022213
-                      1.18734859347377246
+                      1.58734859347377246
                       1.18885181806915312
                       1.4285334583511072
                       0.20619280354776386
-                      0.05983563611646603
+                      0.21983563611646603
                     }
 }
 set index 0