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