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