mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Correction bugs xde group
This commit is contained in:
parent
d67042f867
commit
e87a5bc65e
@ -21,14 +21,13 @@ QARebuild Xdump
|
||||
|
||||
set xd [Xdump D]
|
||||
|
||||
set FreeShapes 0
|
||||
|
||||
regexp {Free Shapes: ([-0-9.+eE]+)} $xd full FreeShapes
|
||||
puts "FreeShapes=${FreeShapes}"
|
||||
|
||||
if { ${FreeShapes} == 1 } {
|
||||
puts "OK ${BugNumber}"
|
||||
} else {
|
||||
if { ${FreeShapes} != 1 } {
|
||||
puts "Faulty ${BugNumber}"
|
||||
} else {
|
||||
puts "OK ${BugNumber}"
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
puts "TODO ?OCC23047 ALL: Tcl Exception: can't read"
|
||||
puts "TODO ?OCC23047 ALL: TEST INCOMPLETE"
|
||||
puts "================"
|
||||
puts "OCC23047"
|
||||
puts "================"
|
||||
@ -20,14 +22,14 @@ QARebuild Xdump
|
||||
|
||||
set xd [Xdump D]
|
||||
|
||||
set FreeShapes 0
|
||||
|
||||
regexp {Free Shapes: ([-0-9.+eE]+)} $xd full FreeShapes
|
||||
puts "FreeShapes=${FreeShapes}"
|
||||
|
||||
if { ${FreeShapes} == 0 } {
|
||||
puts "OK ${BugNumber}"
|
||||
} else {
|
||||
if { ${FreeShapes} != 0 } {
|
||||
puts "Faulty ${BugNumber}"
|
||||
} else {
|
||||
puts "OK ${BugNumber}"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user