Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / vm / mmap-over-stk.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (mmap-over-stk) begin
7 (mmap-over-stk) open "sample.txt"
8 (mmap-over-stk) try to mmap over stack segment
9 (mmap-over-stk) end
10 EOF