diff options
Diffstat (limited to 'tests/threads/mlfqs-load-1.ck')
| -rw-r--r-- | tests/threads/mlfqs-load-1.ck | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/threads/mlfqs-load-1.ck b/tests/threads/mlfqs-load-1.ck new file mode 100644 index 0000000..faf0ffa --- /dev/null +++ b/tests/threads/mlfqs-load-1.ck | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | |||
| 6 | our ($test); | ||
| 7 | my (@output) = read_text_file ("$test.output"); | ||
| 8 | |||
| 9 | common_checks ("run", @output); | ||
| 10 | |||
| 11 | @output = get_core_output ("run", @output); | ||
| 12 | fail "missing PASS in output" | ||
| 13 | unless grep ($_ eq '(mlfqs-load-1) PASS', @output); | ||
| 14 | |||
| 15 | pass; | ||
