the test suite and master test suite are now part of a more general
section about the test tree. The constraints on the tree are now
visible on the TOC.
- Skipped tests is not an error
- Handling of skipped tests
- Now printing when a test has been skipped because of the failed precondition
- More demonstrative test
- Unit test reproducing the precondition error issue
* topic/8707-8834-junit-several-loggers:
Change log update
Documentation
JUnit default output stream
Logger tests: overriding the output_stream_logger matching algorithm and changing the format of the messages sent by the framework
Combined logger: CLA handling and stream/log level per formatter
Junit logger: integration into the set of loggers
JUnit logger: implementation
Multiple logger: entry in progress now being per logger as well
Multiple logger: now enabling a logger by its format
Multiple logger: breaking changes in the API in order to be able to add a logger per format on the fly
Loggers: now handling abort signal as well
Multiple loggers: having several loggers at the same time
Algorithm: replace all strings with/out wildcards
output_test_stream: being able to override the match_pattern method by making it virtual (+ other functions)
output_test_stream: improved messages on error
Framework: fixing the time associated to each test unit
issues with VS placeholders
- new CLA argument for being able to specify a logger with repetition, as well as its log level and stream
- the specification of the logger are: logger_name[:log_level[:log_sink]]
- empty token are kept: 'logger_name::' is a valid spec
- now being able to specify a stream per format: modification of the stream helper
- the output stream of a particular format now accepts the name of the stream instead of the name of the associated param on the command line
- Adding the example and a visual output (DOT) and textual output
- Adding the legend
- SVGs are not rendered properly by quickbook, so the text contains a PNG
* topic/new-cla-cleaned:
Allow some foreign token in between boost.test arguemnts for backward compatibility
Copyright updates
Doc: change log update
C++03 compatibility
Doc: updates for new cla
Parameters updates for new cla
Cleanup: utils namespace
New CLA cont.
Named parameters refactoring + tests
New CLA
Conflicts:
doc/runtime_configuration/runtime_config_reference.qbk
* develop: (62 commits)
Fixing tests on GCCs
Fixing test on GCCs
Fixing the tests of this file for GCCs
Fix collection test on Gccs
Adding support for C++11 to old gcc compilers as well Fixing issues with arrays
Fixing counter for r-value ref supported but std::vector still lacking the proper constructor
Once for all the "Mismatch at" instead of "Mismatch in" for every type of collection
silence a warning in gcc 4.5
Revert "introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types"
Revert "introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types"
introduce fpc::tolerance_based to be used instead of is_floating_point. This should allow us to extend tolerance based comparisons t omore types
introduce fpc::tolerance_based to be used instead of if_floating_point. This should allow us to extend tolerance based comparisons t omore types
remove executable from header
remove executable form header
fix MSVC-12 tests
ENABLE new test tools fix few leftovers from implementation of new FPV comparisons restore test case in test_fp_comparisons.cpp
test to clear the error on CrystaX runners
some doc
const of the elements of the table
Trying to fix the array problem on Clang 3.4
...
Conflicts:
doc/examples.qbk
doc/test_organization/decorators.qbk
doc/test_organization/parametric_test_case_generation.qbk
include/boost/test/data/monomorphic/fwd.hpp
include/boost/test/data/monomorphic/generators/random.hpp
include/boost/test/data/monomorphic/singleton.hpp
include/boost/test/tools/floating_point_comparison.hpp
test/test_files/test_tools_test.pattern