Rewrite of multi-oom. Now descends 10 times and expects to reach the same
[pintos-anon] / src / tests / userprog / no-vm / multi-oom.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_USER_FAULTS => 1, IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (multi-oom) begin
7 (multi-oom) success. program forked 10 times.
8 (multi-oom) end
9 EOF
10 pass;