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