Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. TAP version 13
  2. # random seed: R02S43ae10f6f9aee7104af34cfed9614014
  3. 1..17
  4. # Environment
  5. # AM_TAP_AWK : mawk
  6. # G_DEBUG : gc-friendly
  7. # HOSTNAME : fedora
  8. # MALLOC_CHECK_ : 2
  9. # TERM : xterm
  10. # MAKEFLAGS : w -- TEST_LOGS=testexe-0.log
  11. # maybe_errexit : -k --tap -l
  12. # DUALCASE : 1
  13. # LC_ALL : en_US.UTF-8
  14. # G_TEST_BUILDDIR : /home/developer/build/valadate/tests/libvaladate/data
  15. # MAKEOVERRIDES : ${-*-command-variables-*-}
  16. # USER : developer
  17. # MAKE_TERMOUT : true
  18. # MAKELEVEL : 6
  19. # MFLAGS : -w
  20. # PATH : /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  21. # PWD : /home/developer/build/valadate/tests/libvaladate/data
  22. # LANG : en_US.UTF-8
  23. # BIN_SH : xpg4
  24. # MALLOC_PERTURB_ : 98
  25. # HOME : /home/developer
  26. # SHLVL : 8
  27. # LANGUAGE : en_US:en
  28. # TEST_LOGS : testexe-0.log
  29. # srcdir : ../../../../../valadate/tests/libvaladate/data
  30. # G_TEST_SRCDIR : /home/developer/build/valadate/../../valadate/tests/libvaladate/data
  31. # MAKE_TERMERR : true
  32. # DEBIAN_FRONTEND : noninteractive
  33. # DISPLAY : :1
  34. # Start of /Valadate/TestsTestExe tests
  35. ok 1 - /Valadate/TestsTestExe/simple
  36. PASS: testexe-0 1 - /Valadate/TestsTestExe/simple
  37. ---
  38. duration_ms: 0.0300
  39. message: >
  40. testexe.vala:33: This is a debug message, which will be trapped
  41. severity: info
  42. ...
  43. #
  44. # Test of stderr
  45. # Test of stdout
  46. ok 2 - /Valadate/TestsTestExe/simple skip # SKIP
  47. SKIP: testexe-0 2 - /Valadate/TestsTestExe/simple skip # SKIP
  48. ---
  49. duration_ms: 0.0000
  50. ...
  51. ok 3 - /Valadate/TestsTestExe/Annotated Test With Name
  52. PASS: testexe-0 3 - /Valadate/TestsTestExe/Annotated Test With Name
  53. ---
  54. duration_ms: 0.0190
  55. message: >
  56. testexe.vala:61: This is a message, which will be trapped
  57. severity: info
  58. ...
  59. #
  60. #
  61. ok 4 - /Valadate/TestsTestExe/skip test # SKIP Skipping
  62. SKIP: testexe-0 4 - /Valadate/TestsTestExe/skip test # SKIP Skipping
  63. ---
  64. duration_ms: 0.0000
  65. ...
  66. not ok 5 - /Valadate/TestsTestExe/throws error # TODO always throws an error
  67. XFAIL: testexe-0 5 - /Valadate/TestsTestExe/throws error # TODO always throws an error
  68. ---
  69. duration_ms: 0.0350
  70. message: >
  71. testexe.vala:102: This test will fail but the TestSuite will still pass
  72. severity: info
  73. message: >
  74. This is a test error
  75. severity: failure
  76. ...
  77. #
  78. #
  79. # End of /Valadate/TestsTestExe tests
  80. # Start of /Valadate/TestsTestExeSubClass tests
  81. ok 6 - /Valadate/TestsTestExeSubClass/method
  82. PASS: testexe-0 6 - /Valadate/TestsTestExeSubClass/method
  83. ---
  84. duration_ms: 0.0010
  85. ...
  86. #
  87. #
  88. ok 7 - /Valadate/TestsTestExeSubClass/simple
  89. PASS: testexe-0 7 - /Valadate/TestsTestExeSubClass/simple
  90. ---
  91. duration_ms: 0.0300
  92. message: >
  93. testexe.vala:33: This is a debug message, which will be trapped
  94. severity: info
  95. ...
  96. #
  97. # Test of stderr
  98. # Test of stdout
  99. ok 8 - /Valadate/TestsTestExeSubClass/simple skip # SKIP
  100. SKIP: testexe-0 8 - /Valadate/TestsTestExeSubClass/simple skip # SKIP
  101. ---
  102. duration_ms: 0.0000
  103. ...
  104. ok 9 - /Valadate/TestsTestExeSubClass/Annotated Test With Name
  105. PASS: testexe-0 9 - /Valadate/TestsTestExeSubClass/Annotated Test With Name
  106. ---
  107. duration_ms: 0.0180
  108. message: >
  109. testexe.vala:61: This is a message, which will be trapped
  110. severity: info
  111. ...
  112. #
  113. #
  114. ok 10 - /Valadate/TestsTestExeSubClass/skip test # SKIP Skipping
  115. SKIP: testexe-0 10 - /Valadate/TestsTestExeSubClass/skip test # SKIP Skipping
  116. ---
  117. duration_ms: 0.0000
  118. ...
  119. not ok 11 - /Valadate/TestsTestExeSubClass/throws error # TODO always throws an error
  120. XFAIL: testexe-0 11 - /Valadate/TestsTestExeSubClass/throws error # TODO always throws an error
  121. ---
  122. duration_ms: 0.0360
  123. message: >
  124. testexe.vala:102: This test will fail but the TestSuite will still pass
  125. severity: info
  126. message: >
  127. This is a test error
  128. severity: failure
  129. ...
  130. #
  131. #
  132. # End of /Valadate/TestsTestExeSubClass tests
  133. # Start of /Valadate/TestsTestExeTwo tests
  134. ok 12 - /Valadate/TestsTestExeTwo/Test One
  135. PASS: testexe-0 12 - /Valadate/TestsTestExeTwo/Test One
  136. ---
  137. duration_ms: 0.0010
  138. ...
  139. #
  140. #
  141. ok 13 - /Valadate/TestsTestExeTwo/Test Two
  142. PASS: testexe-0 13 - /Valadate/TestsTestExeTwo/Test Two
  143. ---
  144. duration_ms: 0.0010
  145. ...
  146. #
  147. #
  148. # End of /Valadate/TestsTestExeTwo tests
  149. # Start of /Valadate/TestsTestExeAbstractImpl tests
  150. ok 14 - /Valadate/TestsTestExeAbstractImpl/method
  151. PASS: testexe-0 14 - /Valadate/TestsTestExeAbstractImpl/method
  152. ---
  153. duration_ms: 0.0010
  154. ...
  155. #
  156. #
  157. ok 15 - /Valadate/TestsTestExeAbstractImpl/abstract method
  158. PASS: testexe-0 15 - /Valadate/TestsTestExeAbstractImpl/abstract method
  159. ---
  160. duration_ms: 0.0010
  161. ...
  162. #
  163. #
  164. ok 16 - /Valadate/TestsTestExeAbstractImpl/virtual method
  165. PASS: testexe-0 16 - /Valadate/TestsTestExeAbstractImpl/virtual method
  166. ---
  167. duration_ms: 0.0010
  168. ...
  169. #
  170. #
  171. ok 17 - /Valadate/TestsTestExeAbstractImpl/virtual method two
  172. PASS: testexe-0 17 - /Valadate/TestsTestExeAbstractImpl/virtual method two
  173. ---
  174. duration_ms: 0.0010
  175. ...
  176. #
  177. #
  178. # End of /Valadate/TestsTestExeAbstractImpl tests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement