Subject: [Boost-bugs] [Boost C++ Libraries] #9443: Runtime parameter Random seed for random order of test cases not respected correctly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-28 08:49:30
#9443: Runtime parameter Random seed for random order of test cases not respected
correctly
------------------------------+---------------------
Reporter: anonymous | Owner: rogeeff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: test
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
When passing a random seed value > 1 to get a specific test case shuffle
the value should be used as seed for the generator.
Currently there is no generator setup with the seed nor is any generator
passed to std::random_shuffle(). std::random_shuffle() is always called
with the internal generator.
See unit_test_suite.ipp function traverse_test_tree() for details.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9443> 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:14 UTC