Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12953: access to master_test_suite().{argc, argv}
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-06-25 20:56:55
#12953: access to master_test_suite().{argc, argv}
-------------------------------+-----------------------------
Reporter: ope-devel@⦠| Owner: Raffi Enficiaud
Type: Feature Requests | Status: assigned
Milestone: Boost 1.66.0 | Component: test
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-----------------------------
Comment (by Raffi Enficiaud):
Thanks for testing. In fact, it could not work as it was, as the
concrete_dataset is built already at the declaration of the data test
case.
I made another declaration that creates a lazy evaluation of the dataset.
In order to use it, you have to use a `make_delayed` construct instead.
Please have a look at this:
https://github.com/boostorg/test/blob/topic/12953-access-
master_test_suite-in-datatest-cases/test/test-organization-ts/dataset-
master-test-suite-accessible-test.cpp#L80
on the same branch as the one mentioned before.
Only the zip operation over datasets is currently honouring this new
construct, I will do the rest today. The test is adapted from yours as you
can see.
Let me know if this does work for you.
Thanks,
Raffi
-- Ticket URL: <https://svn.boost.org/trac10/ticket/12953#comment:9> 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-06-25 21:02:57 UTC