17 lines
526 B
Text
17 lines
526 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_expected ([<<'EOF']);
|
||
|
(priority-preempt) begin
|
||
|
(priority-preempt) Thread high-priority iteration 0
|
||
|
(priority-preempt) Thread high-priority iteration 1
|
||
|
(priority-preempt) Thread high-priority iteration 2
|
||
|
(priority-preempt) Thread high-priority iteration 3
|
||
|
(priority-preempt) Thread high-priority iteration 4
|
||
|
(priority-preempt) Thread high-priority done!
|
||
|
(priority-preempt) The high-priority thread should have already completed.
|
||
|
(priority-preempt) end
|
||
|
EOF
|
||
|
pass;
|