summaryrefslogtreecommitdiffstats
path: root/pintos-progos/tests/threads/priority-preempt.ck
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/tests/threads/priority-preempt.ck')
-rw-r--r--pintos-progos/tests/threads/priority-preempt.ck16
1 files changed, 0 insertions, 16 deletions
diff --git a/pintos-progos/tests/threads/priority-preempt.ck b/pintos-progos/tests/threads/priority-preempt.ck
deleted file mode 100644
index 43a26ee..0000000
--- a/pintos-progos/tests/threads/priority-preempt.ck
+++ /dev/null
@@ -1,16 +0,0 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected ([<<'EOF']);
6(priority-preempt) begin
7(priority-preempt) Thread high-priority iteration 0
8(priority-preempt) Thread high-priority iteration 1
9(priority-preempt) Thread high-priority iteration 2
10(priority-preempt) Thread high-priority iteration 3
11(priority-preempt) Thread high-priority iteration 4
12(priority-preempt) Thread high-priority done!
13(priority-preempt) The high-priority thread should have already completed.
14(priority-preempt) end
15EOF
16pass;