summaryrefslogtreecommitdiffstats
path: root/tests/threads/mlfqs-load-1.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threads/mlfqs-load-1.ck')
-rw-r--r--tests/threads/mlfqs-load-1.ck15
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 -*-
2use strict;
3use warnings;
4use tests::tests;
5
6our ($test);
7my (@output) = read_text_file ("$test.output");
8
9common_checks ("run", @output);
10
11@output = get_core_output ("run", @output);
12fail "missing PASS in output"
13 unless grep ($_ eq '(mlfqs-load-1) PASS', @output);
14
15pass;