Update of test cases that are crashed by cpulimit command
[occt.git] / tests / bugs / xde / bug23047_1
CommitLineData
dc5bdbfc 1puts "TODO ?OCC23047 ALL: Tcl Exception: can't read"
d67042f8 2puts "TODO ?OCC23047 ALL: Faulty OCC23047"
dc5bdbfc 3puts "TODO ?OCC23047 ALL: TEST INCOMPLETE"
3bea4c16 4puts "================"
5puts "OCC23047"
6puts "================"
7puts ""
8########################################################################################################
9# Behaviour of XDE sample is non-stable
10########################################################################################################
11
12set BugNumber OCC23047
13
14pload QAcommands
15
16XNewDoc D
17box b 1 1 1
18ttranslate b 1 0 0
19XAddShape D b
20XRemoveShape D 0:1:1:1 0
21
3bea4c16 22set xd [Xdump D]
23
3bea4c16 24regexp {Free Shapes: ([-0-9.+eE]+)} $xd full FreeShapes
25puts "FreeShapes=${FreeShapes}"
26
e87a5bc6 27if { ${FreeShapes} != 1 } {
3bea4c16 28 puts "Faulty ${BugNumber}"
e87a5bc6 29} else {
30 puts "OK ${BugNumber}"
3bea4c16 31}
32
e87a5bc6 33