]> OCCT Git - occt.git/commitdiff
Adjusting test cases at new structure of OCCT
authorapv <apv@opencascade.com>
Thu, 23 Jul 2015 08:46:13 +0000 (11:46 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 23 Jul 2015 08:46:13 +0000 (11:46 +0300)
tests/de/step_1/ZQ2
tests/perf/fclasses/handle

index da588e0a4a702a934c09ed01bd48931bb99d844d..fa5c03ce05ea2506c3f3c8cec5371d84b42fe19f 100644 (file)
@@ -1,5 +1,5 @@
-puts "TODO OCC25848 Windows: LABELS : Faulty"
-puts "TODO OCC25848 Windows: Error : 1 differences with reference data found"
+#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 9c24bbc8073adbe499a2be7deb1bbd63135e1bba..e0cfb00e3e26b1c2cb9486913afb2225bed8984e 100644 (file)
@@ -1,3 +1,5 @@
+puts "TODO OCC26471 Linux: Error: OCCT DownCast is expected to be faster!"
+
 puts "========"
 puts "CR24023, check operability and performance of OCCT RTTI and handles"
 puts "========"
@@ -43,6 +45,6 @@ for {set i 0} {$i < [llength $depths]} {incr i} {
   puts "Ratio of time of OCCT DownCast() to dynamic_pointer_cast<>: $ratio_ptr"
 
   if { $ratio_std > $threshold_std || $ratio_ptr > $threshold_ptr } {
-    puts "Error: OCCT DownCast() is expected to be faster!"
+    puts "Error: OCCT DownCast is expected to be faster!"
   }
 }
\ No newline at end of file