projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
thread: Do not disable interrupts unnecessarily while initializing stack.
[pintos-anon]
/
src
/
tests
/
userprog
/
open-boundary.ck
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected ([<<'EOF']);
6
(open-boundary) begin
7
(open-boundary) open "sample.txt"
8
(open-boundary) end
9
open-boundary: exit(0)
10
EOF
11
pass;