Diff for /parser3/tests/208.html between versions 1.1 and 1.2

version 1.1, 2009/05/11 09:18:23 version 1.2, 2009/05/11 09:29:01
Line 1 Line 1
 @main[]  @main[]
   ^memory:compact[]
   
 $r0[$status:rusage]  $r0[$status:rusage]
 $m0[$status:memory]  $m0[$status:memory]
   
Line 16  $m2[$status:memory] Line 18  $m2[$status:memory]
   
 Status:<br />  Status:<br />
 time diff: ^if($r1.tv_sec*1000+$r1.tv_usec/1000-$r0.tv_sec*1000-$r0.tv_usec/1000 >= 1000){OK}{???}<br />  time diff: ^if($r1.tv_sec*1000+$r1.tv_usec/1000-$r0.tv_sec*1000-$r0.tv_usec/1000 >= 1000){OK}{???}<br />
 maxrss diff: ^if($r1.maxrss-$r0.maxrss){OK}{???}<br />  #maxrss diff: ^if($r2.maxrss-$r0.maxrss){OK}{???}<br />
 ^$r1.stime: ^if($r1.stime){OK}{???}<br />  ^$r1.stime: ^if($r1.stime){OK}{???}<br />
 ^$r1.utime: ^if($r1.utime){OK}{???}<br />  ^$r1.utime: ^if($r1.utime){OK}{???}<br />
 ^$r1.utime >= ^$r1.stime ? ^if($r1.utime >= $r1.stime){Y (OK)}{N (???)}<br />  ^$r1.utime >= ^$r1.stime ? ^if($r1.utime >= $r1.stime){Y (OK)}{N (???)}<br />
Line 33  Memory:<br /> Line 35  Memory:<br />
 <br />  <br />
   
 ^$m1.ever_allocated_since_compact >= ^$m0.ever_allocated_since_compact ? ^if($m1.ever_allocated_since_compact >= $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />  ^$m1.ever_allocated_since_compact >= ^$m0.ever_allocated_since_compact ? ^if($m1.ever_allocated_since_compact >= $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />
 ^$m2.ever_allocated_since_compact < ^$m0.ever_allocated_since_compact ? ^if($m2.ever_allocated_since_compact < $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />  ^$m2.ever_allocated_since_compact >= ^$m0.ever_allocated_since_compact ? ^if($m2.ever_allocated_since_compact >= $m0.ever_allocated_since_compact){Y (OK)}{N (???)}<br />
   
   
 @do[][i;var]  @do[][i;var]

Removed from v.1.1  
changed lines
  Added in v.1.2


E-mail: