hawxgamer

tpgue2

Apr 25th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. C:\Treiber\newtest\driver-dev-2016-l1>
  2. C:\Treiber\newtest\driver-dev-2016-l1>python wdm1-test.py
  3. open device
  4. clear the Buffer
  5. get driver compile time
  6. build time: Apr 25 2016,23:34:07
  7. get list size
  8. list size 10
  9. fill driver with data
  10. AddInsertSorted: Added item 81985529216486895!
  11.  
  12. AddInsertSorted: Added item 0!
  13.  
  14. AddInsertSorted: Added item 317030418524852!
  15.  
  16. AddInsertSorted: Added item 692721354063229269!
  17.  
  18. AddInsertSorted: Added item 375277828710049012!
  19.  
  20. AddInsertSorted: Added item 1070935975390360080!
  21.  
  22. AddInsertSorted: Added item 968910716336966257!
  23.  
  24. AddInsertSorted: Added item 1070373492975468835!
  25.  
  26. AddInsertSorted: Added item 96392355877324391!
  27.  
  28. AddInsertSorted: Added item 96392355877324391!
  29.  
  30. AddInsertSorted: Failed to add!
  31.  
  32. clear the Buffer
  33. fill driver with data
  34. AddInsertSorted: Added item 2!
  35.  
  36. AddInsertSorted: Added item 9!
  37.  
  38. AddInsertSorted: Added item 5!
  39.  
  40. AddInsertSorted: Added item 6!
  41.  
  42. AddInsertSorted: Added item 9!
  43.  
  44. AddInsertSorted: Added item 2!
  45.  
  46. read by index
  47. Data at index 5 : 2
  48. GetItem: Failed to get item at index 100!
  49.  
  50. Data at index 7 : 6
  51. Data at index 4 : 0
  52. delete by index
  53. DeleteItem: Deleted item at index 99!
  54.  
  55. DeleteItem: Deleted item at index 4!
  56.  
  57. DeleteItem: Deleted item at index 0!
  58.  
  59. DeleteItem: Deleted item at index 5!
  60.  
  61. clear the Buffer
  62. delete by index: out of bounds
  63. DeleteItem: Failed to delete item at index 4!
  64.  
  65. get by index: out of bounds
  66. Data at index 3 : 0
  67.  
  68. Close device
  69.  
  70. C:\Treiber\newtest\driver-dev-2016-l1>
Advertisement
Add Comment
Please, Sign In to add comment