From 5453c302f0133bfc90fa26ec5c9dd1877ad24c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 12 Mar 2021 16:13:58 +0100 Subject: add current failures --- src/userprog/build/fail | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/userprog/build/fail (limited to 'src/userprog/build/fail') diff --git a/src/userprog/build/fail b/src/userprog/build/fail new file mode 100644 index 0000000..e1df1c1 --- /dev/null +++ b/src/userprog/build/fail @@ -0,0 +1,13 @@ +FAIL tests/userprog/args-none +FAIL tests/userprog/args-dbl-space +FAIL tests/userprog/sc-bad-sp +FAIL tests/userprog/sc-bad-arg +FAIL tests/userprog/create-null +FAIL tests/userprog/create-bad-ptr +FAIL tests/userprog/open-null +FAIL tests/userprog/open-bad-ptr +FAIL tests/userprog/read-bad-ptr +FAIL tests/userprog/write-bad-ptr +FAIL tests/userprog/exec-bad-ptr +FAIL tests/userprog/wait-twice +FAIL tests/userprog/wait-killed -- cgit v1.2.1