Skip to content

Instantly share code, notes, and snippets.

@chebizarro
Created April 14, 2017 16:03
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/1c7e078e544ed5e1776c45dfa07d10fa to your computer and use it in GitHub Desktop.
Save chebizarro/1c7e078e544ed5e1776c45dfa07d10fa to your computer and use it in GitHub Desktop.
TAP version 13
# random seed: R02S43ae10f6f9aee7104af34cfed9614014
1..17
# Environment
# AM_TAP_AWK : mawk
# G_DEBUG : gc-friendly
# HOSTNAME : fedora
# MALLOC_CHECK_ : 2
# TERM : xterm
# MAKEFLAGS : w -- TEST_LOGS=testexe-0.log
# maybe_errexit : -k --tap -l
# DUALCASE : 1
# LC_ALL : en_US.UTF-8
# G_TEST_BUILDDIR : /home/developer/build/valadate/tests/libvaladate/data
# MAKEOVERRIDES : ${-*-command-variables-*-}
# USER : developer
# MAKE_TERMOUT : true
# MAKELEVEL : 6
# MFLAGS : -w
# 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
# MALLOC_PERTURB_ : 98
# HOME : /home/developer
# SHLVL : 8
# LANGUAGE : en_US:en
# TEST_LOGS : testexe-0.log
# srcdir : ../../../../../valadate/tests/libvaladate/data
# G_TEST_SRCDIR : /home/developer/build/valadate/../../valadate/tests/libvaladate/data
# MAKE_TERMERR : true
# DEBIAN_FRONTEND : noninteractive
# DISPLAY : :1
# Start of /Valadate/TestsTestExe tests
ok 1 - /Valadate/TestsTestExe/simple
PASS: testexe-0 1 - /Valadate/TestsTestExe/simple
---
duration_ms: 0.0300
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
SKIP: testexe-0 2 - /Valadate/TestsTestExe/simple skip # SKIP
---
duration_ms: 0.0000
...
ok 3 - /Valadate/TestsTestExe/Annotated Test With Name
PASS: testexe-0 3 - /Valadate/TestsTestExe/Annotated Test With Name
---
duration_ms: 0.0190
message: >
testexe.vala:61: This is a message, which will be trapped
severity: info
...
#
#
ok 4 - /Valadate/TestsTestExe/skip test # SKIP Skipping
SKIP: testexe-0 4 - /Valadate/TestsTestExe/skip test # SKIP Skipping
---
duration_ms: 0.0000
...
not ok 5 - /Valadate/TestsTestExe/throws error # TODO always throws an error
XFAIL: testexe-0 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
PASS: testexe-0 6 - /Valadate/TestsTestExeSubClass/method
---
duration_ms: 0.0010
...
#
#
ok 7 - /Valadate/TestsTestExeSubClass/simple
PASS: testexe-0 7 - /Valadate/TestsTestExeSubClass/simple
---
duration_ms: 0.0300
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
SKIP: testexe-0 8 - /Valadate/TestsTestExeSubClass/simple skip # SKIP
---
duration_ms: 0.0000
...
ok 9 - /Valadate/TestsTestExeSubClass/Annotated Test With Name
PASS: testexe-0 9 - /Valadate/TestsTestExeSubClass/Annotated Test With Name
---
duration_ms: 0.0180
message: >
testexe.vala:61: This is a message, which will be trapped
severity: info
...
#
#
ok 10 - /Valadate/TestsTestExeSubClass/skip test # SKIP Skipping
SKIP: testexe-0 10 - /Valadate/TestsTestExeSubClass/skip test # SKIP Skipping
---
duration_ms: 0.0000
...
not ok 11 - /Valadate/TestsTestExeSubClass/throws error # TODO always throws an error
XFAIL: testexe-0 11 - /Valadate/TestsTestExeSubClass/throws error # TODO always throws an error
---
duration_ms: 0.0360
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
PASS: testexe-0 12 - /Valadate/TestsTestExeTwo/Test One
---
duration_ms: 0.0010
...
#
#
ok 13 - /Valadate/TestsTestExeTwo/Test Two
PASS: testexe-0 13 - /Valadate/TestsTestExeTwo/Test Two
---
duration_ms: 0.0010
...
#
#
# End of /Valadate/TestsTestExeTwo tests
# Start of /Valadate/TestsTestExeAbstractImpl tests
ok 14 - /Valadate/TestsTestExeAbstractImpl/method
PASS: testexe-0 14 - /Valadate/TestsTestExeAbstractImpl/method
---
duration_ms: 0.0010
...
#
#
ok 15 - /Valadate/TestsTestExeAbstractImpl/abstract method
PASS: testexe-0 15 - /Valadate/TestsTestExeAbstractImpl/abstract method
---
duration_ms: 0.0010
...
#
#
ok 16 - /Valadate/TestsTestExeAbstractImpl/virtual method
PASS: testexe-0 16 - /Valadate/TestsTestExeAbstractImpl/virtual method
---
duration_ms: 0.0010
...
#
#
ok 17 - /Valadate/TestsTestExeAbstractImpl/virtual method two
PASS: testexe-0 17 - /Valadate/TestsTestExeAbstractImpl/virtual method two
---
duration_ms: 0.0010
...
#
#
# End of /Valadate/TestsTestExeAbstractImpl tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment