Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
4e5f7110
Commit
4e5f7110
authored
Dec 20, 2017
by
Darshit Shah
Committed by
Darshit Shah
Jan 13, 2018
Browse files
Don't consider tests using get_bad_boundary() due to GCC issues
parent
3b359960
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tests/userprog/Make.tests
View file @
4e5f7110
...
...
@@ -5,18 +5,17 @@ tests/%.output: PUTFILES = $(filter-out kernel.bin loader.bin, $^)
tests/
userprog_TESTS
=
$(
addprefix
tests/userprog/,args-none
\
args-single args-multiple args-many args-dbl-space sc-bad-sp
\
sc-bad-arg sc-boundary sc-boundary-2
sc-boundary-3 halt
exit
\
sc-bad-arg sc-boundary sc-boundary-2
halt
exit
\
create-normal create-empty create-null create-bad-ptr create-long
\
create-exists create-bound open-normal open-missing open-boundary
\
open-empty open-null open-bad-ptr open-twice close-normal
\
close-twice close-stdin close-stdout close-bad-fd read-normal
\
read-bad-ptr read-boundary read-zero read-stdout read-bad-fd
\
write-normal write-bad-ptr write-boundary write-zero write-stdin
\
write-bad-fd exec-once exec-arg exec-bound exec-bound-2
\
exec-bound-3 exec-multiple exec-missing exec-bad-ptr wait-simple
\
wait-twice wait-killed wait-bad-pid multi-recurse multi-child-fd
\
rox-simple rox-child rox-multichild bad-read bad-write bad-read2
\
bad-write2 bad-jump bad-jump2
)
write-bad-fd exec-once exec-arg exec-bound exec-multiple exec-missing
\
exec-bad-ptr wait-simple wait-twice wait-killed wait-bad-pid
\
multi-recurse multi-child-fd rox-simple rox-child rox-multichild
\
bad-read bad-write bad-read2 bad-write2 bad-jump bad-jump2
)
tests/
userprog_PROGS
=
$
(
tests/userprog_TESTS
)
$(
addprefix
\
tests/userprog/,child-simple child-args child-bad child-close child-rox
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment