2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00
Commit Graph

563 Commits

Author SHA1 Message Date
Raffi Enficiaud
40439a6593 Merge branch 'develop' into local/new_filtering_merge
* 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
2015-03-25 22:19:11 +01:00
Andrzej Krzemienski
151c84804b docs: finished documenting the filtering algorithm 2015-03-24 14:11:30 +01:00
Raffi Enficiaud
0f34822448 Merge branch 'tractickets/11054-multiprecision_test_fixes-doc' into develop
* tractickets/11054-multiprecision_test_fixes-doc:
  Adding a test case for the floating points in multiprecision
  changelog
  close_at_tolerance : getting rid of redundant lines
  casting for compliance with multiprecision expression templates
  messages with the assertions
2015-03-18 23:36:59 +01:00
Raffi Enficiaud
ba0d1f1168 Revert "change log"
This reverts commit f8a4f57a56.
2015-03-18 23:35:49 +01:00
Raffi Enficiaud
a14e078531 making the change log look nicer 2015-03-18 16:54:50 +01:00
Raffi Enficiaud
cb499fe951 forgot to report this change log 2015-03-18 16:51:58 +01:00
Raffi Enficiaud
d9c9be686d changelog 2015-03-17 22:41:05 +01:00
Raffi Enficiaud
653aae587f Merge branch 'local/11107-msvc_warnings_virtual_dtor' into develop
* local/11107-msvc_warnings_virtual_dtor:
  change log
  fixing the warnings from the logs (thanks Jürgen)
2015-03-17 13:57:20 +01:00
Raffi Enficiaud
1bf1ac008d ras 2015-03-17 00:44:17 +01:00
Raffi Enficiaud
1e0d808d7e more precise link to the equations 2015-03-17 00:15:39 +01:00
Raffi Enficiaud
95269d7812 fixing the equations 4 and 5 2015-03-17 00:02:51 +01:00
Raffi Enficiaud
f8a4f57a56 change log 2015-03-16 23:50:32 +01:00
Andrzej Krzemienski
33854f7ac6 doc: updates in filtering description 2015-03-05 16:54:28 +01:00
Andrzej Krzemienski
2ed00e2caf Doc: progress in test filtering description and decorators 2015-03-04 20:28:17 +01:00
Andrzej Krzemienski
85434a58aa Doc: decorator precondition 2015-03-03 22:49:29 +01:00
Gennadiy Rozental
46e441d0c3 remove executable bit 2015-02-11 14:22:13 -05:00
Andrzej Krzemienski
7f101fe69d Doc: added decorator description 2015-02-09 16:55:38 +01:00
Andrzej Krzemienski
2c63c92f6d Docs: described new enabled, disabled and enable_if decorators 2015-02-03 23:00:04 +01:00
Raffi Enficiaud
df16d5c97e Some text about the value of the log message, to continue 2015-02-03 10:15:50 +01:00
Raffi Enficiaud
bec441ff3d new line EOF 2015-02-03 02:59:03 +01:00
Raffi Enficiaud
206c6a4dbd some more doc on BOOST_TEST 2015-02-03 02:55:46 +01:00
Raffi Enficiaud
b0e75f2ea0 some better links 2015-02-03 02:55:06 +01:00
Raffi Enficiaud
d4238f470a Some typos 2015-02-03 02:46:52 +01:00
Raffi Enficiaud
6747ff0d1a License 2015-02-03 02:15:31 +01:00
Raffi Enficiaud
9ab1660bce File endings 2015-02-03 02:14:31 +01:00
Raffi Enficiaud
6af8385be9 Licenses
File endings
2015-02-03 02:14:06 +01:00
Raffi Enficiaud
a964366d5a Some cleanup over the snippet files
Adding the licenses as suggested by the introspection tool
2015-02-03 02:10:30 +01:00
Raffi Enficiaud
57e1b2b7b0 a link 2015-02-03 01:24:56 +01:00
Andrzej Krzemienski
6d7daf6b45 docs: updated decorators doc to match develop 2015-02-03 00:00:45 +01:00
Raffi Enficiaud
80b2905589 Comments from Gennadiy 2015-02-02 10:21:42 +01:00
Raffi Enficiaud
7cda8fea8a Fixing the example link 2015-02-02 10:17:10 +01:00
Raffi Enficiaud
18324da558 some blabla 2015-01-31 16:43:14 +01:00
Raffi Enficiaud
83c4cbffe8 Working a bit on BOOST_TEST macro 2015-01-29 00:40:07 +01:00
Andrzej Krzemienski
caf9c72bd1 docs: implementing suggestions from Raffi 2015-01-22 22:32:38 +01:00
Andrzej Krzemienski
8fddd8fa06 Contexts explained... 2015-01-20 17:51:03 +01:00
Raffi Enficiaud
f78a14e608 Merge branch 'develop' of http://github.com/boostorg/test into develop 2015-01-15 09:52:20 +01:00
Raffi Enficiaud
7c15f6c8ad BOOST_TEST macro 2015-01-15 09:51:27 +01:00
Raffi Enficiaud
1a72ac2680 Reverting the merge ef4fb45163 from the branch tractickets/7397 2015-01-14 20:50:33 +01:00
Raffi Enficiaud
daef934776 small fix 2015-01-12 16:46:58 +01:00
Raffi Enficiaud
c174df5bf7 Some more doc and updated change log 2015-01-12 15:24:43 +01:00
Raffi Enficiaud
ef4fb45163 Merge branch 'tractickets/7397' into develop
* tractickets/7397:
  Remove --suppress_timer_output. Update test rules to allow passing arguments
  Update has_time() to take into consideration --deprecated_timer_format
  Add suppress_timer_output option to allow pattern matching of test output
  Add Boost.Timer as a dependent library for the single_header_test
  correct dependencies Boost.Timer and Boost.System
  Add quickbook entries for deprecated_timer_format
  Replace BOOST_TEST_USE_DEPRECATED_TIMER macro with --deprecated_timer_format
  Fixes for #7397
2015-01-12 14:54:22 +01:00
Raffi Enficiaud
77adce1159 Additional example for the cmake 2015-01-12 14:42:02 +01:00
jamie
d442454b21 Remove --suppress_timer_output. Update test rules to allow passing arguments 2015-01-12 12:19:38 +00:00
jamie
ab760e7c0f Merge remote-tracking branch 'upstream/develop' into ticket_7397 2015-01-11 15:49:13 +00:00
jamie
c53deefca8 Add suppress_timer_output option to allow pattern matching of test output 2015-01-11 15:49:04 +00:00
Andrzej Krzemienski
2958bfab3f Doc: cleared confusion between test unit and tests case 2015-01-10 12:51:35 +01:00
Andrzej Krzemienski
e37f058d88 Documented running tests by label 2015-01-09 22:14:26 +01:00
Andrzej Krzemienski
6e9345d2b6 Doc: aded reference to decorators 2015-01-09 21:43:26 +01:00
Andrzej Krzemienski
44eefc24ca Doc: decorator examples use a template
Also added entry in the reference
2015-01-09 21:15:15 +01:00
Raffi Enficiaud
40091a45fa Stub for BOOST_TEST 2015-01-09 15:55:37 +01:00