Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12902: boost test labels
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-01-04 10:01:13
#12902: boost test labels
-------------------------------+-----------------------------
Reporter: dimitry | Owner: Raffi Enficiaud
Type: Support Requests | Status: assigned
Milestone: Boost 1.66.0 | Component: test
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------------
Changes (by Raffi Enficiaud):
* owner: Gennadiy Rozental => Raffi Enficiaud
* status: new => assigned
* milestone: To Be Determined => Boost 1.66.0
Comment:
I think there is an easy way to combine labels and path:
* {{{suite1/suite2/@labelX,case3}}} enabling {{{case3}}} and all test
cases that have {{{@labelX}}}, both within {{{suite1/suite2}}}
* {{{suite1/suite2/!@labelX,case3}}} enabling {{{case3}}} and disabling
all test cases that have {{{@labelX}}}, both within {{{suite1/suite2}}}
* disabling should have precedence over enabling
For the case of {{{--run_test '@quick:!F1'}}} I need to investigate
further, and this is actually a bug.
Concerning this:
> Also, can you create an unit test that is disabled by default and will
be enabled only if a particular label will be provided, not just test
suite path?
I do not know, I need to check.
Stay tuned!
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/12902#comment:4> 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 : 2018-01-04 10:05:35 UTC