repo.or.cz
/
pintos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow user fault messages in output in bad-* tests.
[pintos.git]
/
src
/
tests
/
userprog
/
bad-write.ck
blob
d213b49a91afcd4995de560404e41be5557e9a63
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
6
(bad-write) begin
7
bad-write: exit(-1)
8
EOF
9
pass;