Advertisement
Guest User

Untitled

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