1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024398: Output of extrema draw-command has various format on optimise and debug modes

Fixed creation of extrema curve in debug mode.
Deleted space between ";" and "V" in debug output to make "llength" DRAW funcion work correctly in debug mode.
Deleted TODOs in tests/bugs/modalg_5/bug24327
Deleted TODOs in test cases with improvement in extrema output. Increased cpulimit in de, boolean and perf.
This commit is contained in:
aml 2013-11-28 11:25:41 +04:00 committed by bugmaster
parent 5cc18856ae
commit 32b6a53fd8
10 changed files with 7 additions and 19 deletions

View File

@ -395,14 +395,14 @@ static Standard_Integer extrema(Draw_Interpretor& di, Standard_Integer n, const
Handle(Geom_Line) L = new Geom_Line(P1,gp_Vec(P1,P2));
Handle(Geom_TrimmedCurve) CT =
new Geom_TrimmedCurve(L, 0., P1.Distance(P2));
#ifdef DEB
Sprintf(name,"%s%d (U=%f; V=%f)","ext_",i,U1,V1);
#else
Sprintf(name,"%s%d","ext_",i);
#endif
char* temp = name; // portage WNT
DrawTrSurf::Set(temp, CT);
#ifdef DEB
di << name << "(U=" << U1 << ";V=" << V1 << ")" << "\n";
#else
di << name << " ";
#endif
}
}
}

View File

@ -1,6 +1,6 @@
#puts "TODO #23749 ALL: Faulty shapes in variables faulty_1 to faulty_"
cpulimit 3500
cpulimit 4000
restore [locate_data_file lh3d_px2.brep] a
compound result

View File

@ -1,5 +1,3 @@
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: OCC23031: Faulty"
puts "========"
puts "OCC23031"
puts "========"

View File

@ -1,5 +1,3 @@
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Extrema is wrong"
puts "============"
puts "OCC23706"
puts "============"

View File

@ -1,5 +1,3 @@
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Extrema is wrong"
puts "============"
puts "OCC23706"
puts "============"

View File

@ -1,6 +1,3 @@
puts "TODO DEBUG_OCC24327 ALL: Tcl Exception"
puts "TODO DEBUG_OCC24327 ALL: TEST INCOMPLETE"
puts "============"
puts "OCC24327"
puts "============"

View File

@ -1,5 +1,3 @@
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: OCC22733: Faulty"
puts "========"
puts "OCC22733"
puts "========"

View File

@ -1,5 +1,3 @@
puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Faulty OCC703"
puts "=========="
puts "OCC703 "
puts "=========="

View File

@ -1,6 +1,7 @@
# !!!! This file is generated automatically, do not edit manually! See end script
puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
cpulimit 2000
set filename 612319029MB-HEAD-CYLINDER.stp

View File

@ -1,4 +1,4 @@
cpulimit 800
cpulimit 1500
puts "========"
puts "CR24292"