Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. ## --------------------- ##
  2. ## gdbm 1.12 test suite. ##
  3. ## --------------------- ##
  4. 1: gdbm version ok
  5.  
  6. GDBM interface
  7.  
  8. 2: create database ok
  9. 3: fetch a record ok
  10. 4: fetch: nonexisting record ok
  11. 5: delete a record ok
  12. 6: delete: non existing record ok
  13. 7: delete: all records ok
  14.  
  15. Compatibility library (dbm/ndbm)
  16.  
  17. 8: create database ok
  18. 9: converting a 1.8-style database ok
  19. 10: fetch a record ok
  20. 11: fetch: nonexisting record ok
  21. 12: fetch from a read-only database ok
  22. 13: fetch from a read-only 1.8-style database ok
  23. 14: delete a record ok
  24. 15: delete: non existing record ok
  25. 16: delete: all records ok
  26.  
  27. DB options
  28.  
  29. 17: setopt ok
  30. 18: setopt: mmap options ok
  31.  
  32. Cloexec
  33.  
  34. 19: cloexec: gdbm_open ok
  35. 20: cloexec: gdbm_reorganize ok
  36. 21: cloexec: dbm_open ok
  37. 22: cloexec: dbm_open -creat ok
  38.  
  39. ## ------------- ##
  40. ## Test results. ##
  41. ## ------------- ##
  42.  
  43. All 22 tests were successful.
  44. make[2]: Leaving directory '/sources/gdbm-1.12/tests'
  45. make[1]: Leaving directory '/sources/gdbm-1.12/tests'
  46. make[1]: Entering directory '/sources/gdbm-1.12'
  47. make[1]: Leaving directory '/sources/gdbm-1.12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement