summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/threads/alarm-priority.ck
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/threads/alarm-priority.ck')
-rw-r--r--pintos-progos/tests/threads/alarm-priority.ck19
1 files changed, 19 insertions, 0 deletions
diff --git a/pintos-progos/tests/threads/alarm-priority.ck b/pintos-progos/tests/threads/alarm-priority.ck
new file mode 100644
index 0000000..b57c78b
--- /dev/null
+++ b/pintos-progos/tests/threads/alarm-priority.ck
@@ -0,0 +1,19 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected ([<<'EOF']);
6(alarm-priority) begin
7(alarm-priority) Thread priority 30 woke up.
8(alarm-priority) Thread priority 29 woke up.
9(alarm-priority) Thread priority 28 woke up.
10(alarm-priority) Thread priority 27 woke up.
11(alarm-priority) Thread priority 26 woke up.
12(alarm-priority) Thread priority 25 woke up.
13(alarm-priority) Thread priority 24 woke up.
14(alarm-priority) Thread priority 23 woke up.
15(alarm-priority) Thread priority 22 woke up.
16(alarm-priority) Thread priority 21 woke up.
17(alarm-priority) end
18EOF
19pass;