provided code
This commit is contained in:
9
src/tests/userprog/sc-bad-sp.ck
Normal file
9
src/tests/userprog/sc-bad-sp.ck
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- perl -*-
|
||||
use strict;
|
||||
use warnings;
|
||||
use tests::tests;
|
||||
check_expected (IGNORE_KERNEL_FAULTS => 1, [<<'EOF']);
|
||||
(sc-bad-sp) begin
|
||||
sc-bad-sp: exit(-1)
|
||||
EOF
|
||||
pass;
|
||||
Reference in New Issue
Block a user