projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c39e6d
)
Be slightly more lenient.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 20:46:38 +0000
(20:46 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 20 Dec 2005 20:46:38 +0000
(20:46 +0000)
src/tests/threads/mlfqs-load-60.ck
patch
|
blob
|
history
diff --git
a/src/tests/threads/mlfqs-load-60.ck
b/src/tests/threads/mlfqs-load-60.ck
index 18806e4faefb6909268cd0db69d204074c4790c8..d2d6d63db7e931a34511fdc066c4fb6324814b9b 100644
(file)
--- a/
src/tests/threads/mlfqs-load-60.ck
+++ b/
src/tests/threads/mlfqs-load-60.ck
@@
-29,8
+29,8
@@
for (my ($t) = 0; $t < 180; $t++) {
$expected[$t] = $load_avg;
}
-mlfqs_compare ("time", "%.2f", \@actual, \@expected,
2
.5, [2, 178, 2],
+mlfqs_compare ("time", "%.2f", \@actual, \@expected,
3
.5, [2, 178, 2],
"Some load average values were missing or "
. "differed from those expected "
- . "by more than
2
.5.");
+ . "by more than
3
.5.");
pass;