Skip to content

Instantly share code, notes, and snippets.

@chebizarro
Created April 14, 2017 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chebizarro/42cb483bef8b02de275af9ee8cb299c6 to your computer and use it in GitHub Desktop.
Save chebizarro/42cb483bef8b02de275af9ee8cb299c6 to your computer and use it in GitHub Desktop.
TAP version 13
# random seed: R02S0006a01b56eb3a32d746d02f164c232d
1..17
# Environment
# HOSTNAME : fedora
# TERM : xterm
# DUALCASE : 1
# LC_ALL : en_US.UTF-8
# USER : developer
# PATH : /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# PWD : /home/developer/build/valadate/tests/libvaladate/data
# LANG : en_US.UTF-8
# BIN_SH : xpg4
# HOME : /home/developer
# SHLVL : 1
# LANGUAGE : en_US:en
# DEBIAN_FRONTEND : noninteractive
# DISPLAY : :1
# Start of /Valadate/TestsTestExe tests
ok 1 - /Valadate/TestsTestExe/simple
---
duration_ms: 0.0260
message: >
testexe.vala:33: This is a debug message, which will be trapped
severity: info
...
#
# Test of stderr
# Test of stdout
ok 2 - /Valadate/TestsTestExe/simple skip # SKIP
---
duration_ms: 0.0000
...
ok 3 - /Valadate/TestsTestExe/Annotated Test With Name
---
duration_ms: 0.0160
message: >
testexe.vala:61: This is a message, which will be trapped
severity: info
...
#
#
ok 4 - /Valadate/TestsTestExe/skip test # SKIP Skipping
---
duration_ms: 0.0000
...
not ok 5 - /Valadate/TestsTestExe/throws error # TODO always throws an error
---
duration_ms: 0.0350
message: >
testexe.vala:102: This test will fail but the TestSuite will still pass
severity: info
message: >
This is a test error
severity: failure
...
#
#
# End of /Valadate/TestsTestExe tests
# Start of /Valadate/TestsTestExeSubClass tests
ok 6 - /Valadate/TestsTestExeSubClass/method
---
duration_ms: 0.0010
...
#
#
ok 7 - /Valadate/TestsTestExeSubClass/simple
---
duration_ms: 0.0280
message: >
testexe.vala:33: This is a debug message, which will be trapped
severity: info
...
#
# Test of stderr
# Test of stdout
ok 8 - /Valadate/TestsTestExeSubClass/simple skip # SKIP
---
duration_ms: 0.0000
...
ok 9 - /Valadate/TestsTestExeSubClass/Annotated Test With Name
---
duration_ms: 0.0160
message: >
testexe.vala:61: This is a message, which will be trapped
severity: info
...
#
#
ok 10 - /Valadate/TestsTestExeSubClass/skip test # SKIP Skipping
---
duration_ms: 0.0000
...
not ok 11 - /Valadate/TestsTestExeSubClass/throws error # TODO always throws an error
---
duration_ms: 0.0350
message: >
testexe.vala:102: This test will fail but the TestSuite will still pass
severity: info
message: >
This is a test error
severity: failure
...
#
#
# End of /Valadate/TestsTestExeSubClass tests
# Start of /Valadate/TestsTestExeTwo tests
ok 12 - /Valadate/TestsTestExeTwo/Test One
---
duration_ms: 0.0010
...
#
#
ok 13 - /Valadate/TestsTestExeTwo/Test Two
---
duration_ms: 0.0010
...
#
#
# End of /Valadate/TestsTestExeTwo tests
# Start of /Valadate/TestsTestExeAbstractImpl tests
ok 14 - /Valadate/TestsTestExeAbstractImpl/method
---
duration_ms: 0.0010
...
#
#
ok 15 - /Valadate/TestsTestExeAbstractImpl/abstract method
---
duration_ms: 0.0010
...
#
#
ok 16 - /Valadate/TestsTestExeAbstractImpl/virtual method
---
duration_ms: 0.0010
...
#
#
ok 17 - /Valadate/TestsTestExeAbstractImpl/virtual method two
---
duration_ms: 0.0020
...
#
#
# End of /Valadate/TestsTestExeAbstractImpl tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment