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-jump2.ck
blob
35f0f9790ba4f64bc1200411a8f660568f8d559f
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected (IGNORE_USER_FAULTS => 1, [<<'EOF']);
6
(bad-jump2) begin
7
bad-jump2: exit(-1)
8
EOF
9
pass;