Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. pass tests/userprog/args-none
  2. pass tests/userprog/args-single
  3. pass tests/userprog/args-multiple
  4. pass tests/userprog/args-many
  5. pass tests/userprog/args-dbl-space
  6. pass tests/userprog/sc-bad-sp
  7. pass tests/userprog/sc-bad-arg
  8. pass tests/userprog/sc-boundary
  9. pass tests/userprog/sc-boundary-2
  10. pass tests/userprog/halt
  11. pass tests/userprog/exit
  12. pass tests/userprog/create-normal
  13. FAIL tests/userprog/create-empty
  14. FAIL tests/userprog/create-null
  15. FAIL tests/userprog/create-bad-ptr
  16. FAIL tests/userprog/create-long
  17. FAIL tests/userprog/create-exists
  18. pass tests/userprog/create-bound
  19. pass tests/userprog/open-normal
  20. FAIL tests/userprog/open-missing
  21. pass tests/userprog/open-boundary
  22. FAIL tests/userprog/open-empty
  23. pass tests/userprog/open-null
  24. FAIL tests/userprog/open-bad-ptr
  25. FAIL tests/userprog/open-twice
  26. pass tests/userprog/close-normal
  27. pass tests/userprog/close-twice
  28. pass tests/userprog/close-stdin
  29. pass tests/userprog/close-stdout
  30. pass tests/userprog/close-bad-fd
  31. FAIL tests/userprog/read-normal
  32. FAIL tests/userprog/read-bad-ptr
  33. FAIL tests/userprog/read-boundary
  34. FAIL tests/userprog/read-zero
  35. pass tests/userprog/read-stdout
  36. pass tests/userprog/read-bad-fd
  37. pass tests/userprog/write-normal
  38. FAIL tests/userprog/write-bad-ptr
  39. pass tests/userprog/write-boundary
  40. pass tests/userprog/write-zero
  41. pass tests/userprog/write-stdin
  42. pass tests/userprog/write-bad-fd
  43. pass tests/userprog/exec-once
  44. pass tests/userprog/exec-arg
  45. pass tests/userprog/exec-multiple
  46. pass tests/userprog/exec-missing
  47. pass tests/userprog/exec-bad-ptr
  48. pass tests/userprog/wait-simple
  49. pass tests/userprog/wait-twice
  50. pass tests/userprog/wait-killed
  51. pass tests/userprog/wait-bad-pid
  52. pass tests/userprog/multi-recurse
  53. FAIL tests/userprog/multi-child-fd
  54. FAIL tests/userprog/rox-simple
  55. FAIL tests/userprog/rox-child
  56. FAIL tests/userprog/rox-multichild
  57. FAIL tests/userprog/bad-read
  58. FAIL tests/userprog/bad-write
  59. FAIL tests/userprog/bad-read2
  60. FAIL tests/userprog/bad-write2
  61. FAIL tests/userprog/bad-jump
  62. FAIL tests/userprog/bad-jump2
  63. FAIL tests/userprog/no-vm/multi-oom
  64. FAIL tests/filesys/base/lg-create
  65. FAIL tests/filesys/base/lg-full
  66. FAIL tests/filesys/base/lg-random
  67. FAIL tests/filesys/base/lg-seq-block
  68. FAIL tests/filesys/base/lg-seq-random
  69. FAIL tests/filesys/base/sm-create
  70. FAIL tests/filesys/base/sm-full
  71. FAIL tests/filesys/base/sm-random
  72. FAIL tests/filesys/base/sm-seq-block
  73. FAIL tests/filesys/base/sm-seq-random
  74. FAIL tests/filesys/base/syn-read
  75. FAIL tests/filesys/base/syn-remove
  76. FAIL tests/filesys/base/syn-write
  77. 38 of 76 tests failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement