aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/vm/mmap-over-stk.ck
blob: e6880cfbe58497e8020edfc595598176efd6e0a7 (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-over-stk) begin
(mmap-over-stk) open "sample.txt"
(mmap-over-stk) try to mmap over stack segment
(mmap-over-stk) end
EOF
pass;