Subject: [Boost-bugs] [Boost C++ Libraries] #12531: --run_test in Boost 1.62 does not accept test names which contain ':'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-10-15 14:28:29
#12531: --run_test in Boost 1.62 does not accept test names which contain ':'
---------------------------------------------+---------------------
Reporter: Igor Akhmetov <igor.akhmetov@â¦> | Owner: rogeeff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.62.0 | Severity: Problem
Keywords: |
---------------------------------------------+---------------------
Because ':' gets interpreted as a filter separator.
Names that contain a colon are pretty common - one way to get one is to
make a test parameterized with a type which is a namespace member:
{{{
namespace ns { struct X {}; }
typedef boost::mpl::list<ns::X> test_types;
BOOST_AUTO_TEST_CASE_TEMPLATE(test, T, test_types) {}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12531> 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:20 UTC