summaryrefslogtreecommitdiffstats
path: root/src/tests/vm/mmap-misalign.ck
blob: 145a2e895db69ce129677e816156d620af54189c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
(mmap-misalign) begin
(mmap-misalign) open "sample.txt"
(mmap-misalign) try to mmap at misaligned address
(mmap-misalign) end
EOF
pass;