]> granicus.if.org Git - check/commit
Do not expect the duration for no-fork mode tests to be negative
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Sep 2013 15:17:52 +0000 (15:17 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 23 Sep 2013 15:17:52 +0000 (15:17 +0000)
commit35ed92ad29ba8e83cced86795bea13a0848408e3
tree2c9146a40f69f8af71a5dee3ac3e69c08f223b4a
parentb7261cecef4740eebcdedbcb1abd9f343999b4cf
Do not expect the duration for no-fork mode tests to be negative

For tests using fork, if the test fails exit() is called, which results
in the duration not being recorded for the test.

no-fork mode instead requires all tests to return, meaning their
duration is always recorded.

The test_xml_output.sh test expected that all failed tests have a negative
duration, which is not the case for no-fork mode. Removing
this expectation, and instead forcing all durations to be >=0 for
no-fork mode.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@785 64e312b2-a51f-0410-8e61-82d0ca0eb02a
NEWS
tests/test_xml_output.sh