2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 13:52:11 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Andrzej Krzemienski
cda704b8b6 Doc: decorator and data-driven test cases 2015-05-04 22:44:03 +02:00
Raffi Enficiaud
bfc7a4bcdf Some cleanups and fixes 2015-05-04 01:06:34 +02:00
Raffi Enficiaud
0689628585 optional message 2015-05-04 00:05:12 +02:00
Raffi Enficiaud
f26f458d78 tighters in x 2015-05-02 20:23:52 +02:00
Raffi Enficiaud
d09784e6d9 Fix example output 2015-05-02 10:04:40 +02:00
Raffi Enficiaud
158641b98d examples for floating point comparison 2015-05-02 10:03:01 +02:00
Raffi Enficiaud
f55899065e BOOST_TEST for strings 2015-05-01 19:43:50 +02:00
Raffi Enficiaud
d6f5e48b56 BOOST_TEST collection support 2015-04-30 01:14:33 +02:00
Raffi Enficiaud
d8b26e3030 Bitwise comparison example, floating point comparison example 2015-04-30 00:34:04 +02:00
Raffi Enficiaud
6dece80a9c Trying to fix floating point test tolerance 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
fedc04ce56 Fixing path in output 2015-04-29 22:14:34 +02:00
Raffi Enficiaud
54aa77b858 slight advances:
- now in the cmake of the examples, possibility to specify files that need C++11 features/compilation
2015-04-29 22:14:33 +02:00
Raffi Enficiaud
cd5e6c6821 fixing the test 2015-04-29 22:14:33 +02:00
Raffi Enficiaud
a85e8bafc6 separating the examples for floating point 2015-04-29 22:14:32 +02:00
Raffi Enficiaud
3e1851f669 renaming again 2015-04-29 22:14:32 +02:00
Raffi Enficiaud
068836b68c renaming the file to avoid collisions 2015-04-29 22:14:32 +02:00
Andrzej Krzemienski
5771676f4f Doc: fixed decorator examples 2015-04-29 16:21:12 +02:00
Andrzej Krzemienski
f5f3f23df3 Docs: improved expected_failures description 2015-04-29 11:47:27 +02:00
Andrzej Krzemienski
1e59e49145 docs: fixed decorator-fixture interaction 2015-04-29 00:23:02 +02:00
Andrzej Krzemienski
44e72fb068 doc: rewritten decorator introduction 2015-04-28 15:54:45 +02:00
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
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
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
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
Andrzej Krzemienski
6d7daf6b45 docs: updated decorators doc to match develop 2015-02-03 00:00:45 +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
77adce1159 Additional example for the cmake 2015-01-12 14:42:02 +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
18a1efad86 testing contexts 2015-01-09 15:33:29 +01:00
Raffi Enficiaud
2ac45469fb Copyright update
example69 on contexts
2015-01-09 15:01:45 +01:00
Raffi Enficiaud
3de8755479 A cmakefile to ease the generation of the examples 2015-01-09 14:56:22 +01:00
Raffi Enficiaud
a84da012ac Updating the doc for join 2015-01-09 10:50:43 +01:00
Raffi Enficiaud
ea90fa2b8d Finishing example68
Adding it as an example
Referring to it from the data-driven section
2015-01-09 01:21:13 +01:00
Raffi Enficiaud
8fe0aca385 Finishing a Fibonacci example 2015-01-09 01:15:18 +01:00
Raffi Enficiaud
a6a839043e Some more doxygen documentation 2015-01-09 00:49:23 +01:00
Raffi Enficiaud
888372e7f8 Doxygen is really broken 2015-01-06 14:51:30 +01:00
Raffi Enficiaud
41ae615663 Adding examples for containers 2015-01-06 03:51:06 +01:00
Raffi Enficiaud
84e5ac0f2e C array datasets 2015-01-06 03:20:59 +01:00
Raffi Enficiaud
a8efc14d2d Singleton end 2015-01-06 03:12:07 +01:00
Raffi Enficiaud
cc0181371d Singleton 2015-01-06 03:04:33 +01:00
Raffi Enficiaud
4a4c198a90 A little more doxygen 2015-01-06 02:54:52 +01:00
Raffi Enficiaud
15d51fb46f Updating the example 64 for grids 2015-01-06 00:35:16 +01:00
Raffi Enficiaud
6eab70d0b6 Example of cartesian product using a range, does not work 2015-01-03 15:26:07 +01:00