Created
November 11, 2018 16:38
-
-
Save kz/a249c69071c01970bcac650265e9eb12 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pass tests/userprog/args-none | |
pass tests/userprog/args-single | |
pass tests/userprog/args-multiple | |
pass tests/userprog/args-many | |
pass tests/userprog/args-dbl-space | |
FAIL tests/userprog/sc-bad-sp | |
FAIL tests/userprog/sc-bad-arg | |
pass tests/userprog/sc-boundary | |
pass tests/userprog/sc-boundary-2 | |
pass tests/userprog/halt | |
pass tests/userprog/exit | |
FAIL tests/userprog/create-normal | |
FAIL tests/userprog/create-empty | |
FAIL tests/userprog/create-null | |
FAIL tests/userprog/create-bad-ptr | |
FAIL tests/userprog/create-long | |
FAIL tests/userprog/create-exists | |
FAIL tests/userprog/create-bound | |
FAIL tests/userprog/open-normal | |
FAIL tests/userprog/open-missing | |
FAIL tests/userprog/open-boundary | |
FAIL tests/userprog/open-empty | |
FAIL tests/userprog/open-null | |
FAIL tests/userprog/open-bad-ptr | |
FAIL tests/userprog/open-twice | |
FAIL tests/userprog/close-normal | |
FAIL tests/userprog/close-twice | |
FAIL tests/userprog/close-stdin | |
FAIL tests/userprog/close-stdout | |
FAIL tests/userprog/close-bad-fd | |
FAIL tests/userprog/read-normal | |
FAIL tests/userprog/read-bad-ptr | |
FAIL tests/userprog/read-boundary | |
FAIL tests/userprog/read-zero | |
pass tests/userprog/read-stdout | |
pass tests/userprog/read-bad-fd | |
FAIL tests/userprog/write-normal | |
FAIL tests/userprog/write-bad-ptr | |
FAIL tests/userprog/write-boundary | |
FAIL tests/userprog/write-zero | |
pass tests/userprog/write-stdin | |
FAIL tests/userprog/write-bad-fd | |
FAIL tests/userprog/exec-once | |
FAIL tests/userprog/exec-arg | |
FAIL tests/userprog/exec-multiple | |
FAIL tests/userprog/exec-missing | |
FAIL tests/userprog/exec-bad-ptr | |
FAIL tests/userprog/wait-simple | |
FAIL tests/userprog/wait-twice | |
FAIL tests/userprog/wait-killed | |
FAIL tests/userprog/wait-bad-pid | |
FAIL tests/userprog/multi-recurse | |
FAIL tests/userprog/multi-child-fd | |
FAIL tests/userprog/rox-simple | |
FAIL tests/userprog/rox-child | |
FAIL tests/userprog/rox-multichild | |
FAIL tests/userprog/bad-read | |
FAIL tests/userprog/bad-write | |
FAIL tests/userprog/bad-read2 | |
FAIL tests/userprog/bad-write2 | |
FAIL tests/userprog/bad-jump | |
FAIL tests/userprog/bad-jump2 | |
FAIL tests/userprog/no-vm/multi-oom | |
FAIL tests/filesys/base/lg-create | |
FAIL tests/filesys/base/lg-full | |
FAIL tests/filesys/base/lg-random | |
FAIL tests/filesys/base/lg-seq-block | |
FAIL tests/filesys/base/lg-seq-random | |
FAIL tests/filesys/base/sm-create | |
FAIL tests/filesys/base/sm-full | |
FAIL tests/filesys/base/sm-random | |
FAIL tests/filesys/base/sm-seq-block | |
FAIL tests/filesys/base/sm-seq-random | |
FAIL tests/filesys/base/syn-read | |
FAIL tests/filesys/base/syn-remove | |
FAIL tests/filesys/base/syn-write |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment