Subject: [Boost-bugs] [Boost C++ Libraries] #5972: Support program option to only dump the test-tree in text to output stream
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-10-04 06:28:08
#5972: Support program option to only dump the test-tree in text to output stream
---------------------------------+------------------------------------------
Reporter: paul.bormans@⦠| Owner: rogeeff
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.38.0 | Severity: Problem
Keywords: dump test tree |
---------------------------------+------------------------------------------
A problem that i often hear from the development teams is that the
run_test switch doesn't return any testcases; the engineer has problems in
configuring the filter like --run_test=*/*/*TestA or --run_test=*/*/TestA*
A simple solution is to run the test app using --log_level=test_suite
--run_test=non-exisiting-test, this effectively dumps the testtree; only
it is not indented; so still difficult to interpret when you have >300
test cases in a hierarchy of suites.
A simple solution is to add a visitor to simply write the suite/names to
an output stream in format: n*(suite/)testcase; example:
master/suite1/test1
master/suite1/suite1.1/test2
master/suite2/test3
etc...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5972> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC