2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-15 13:32:09 +00:00
Commit Graph

92 Commits

Author SHA1 Message Date
Raffi Enficiaud
1f1fa0a94d lexicographic comparison 2015-05-19 15:48:33 +02:00
Raffi Enficiaud
a1f41372f5 renamed files
part on container comparison using natural operator
part on per-element comparison
2015-05-19 15:22:37 +02:00
Raffi Enficiaud
e554eaa9cc reworked the expression evaluation chain 2015-05-18 17:26:17 +02:00
Raffi Enficiaud
ba83a70db2 Updated examples for BOOST_TEST
Updated doc for possible statements
More explanations on the expression chain, left/right asymetry and precedence rule
2015-05-12 00:52:54 +02:00
Raffi Enficiaud
0224e5ef96 Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-05-11 19:21:18 +02:00
Raffi Enficiaud
df62ab15ee Slight advances on BOOST_TEST
Adding the boost_test examples to the tests
2015-05-11 19:21:10 +02:00
Raffi Enficiaud
f220b9ec0d Merge pull request #55 from akrzemi1/develop
Doc: tolerance in BOOST_TEST
2015-05-11 19:19:24 +02:00
Raffi Enficiaud
07bc7b9a06 Updating the examples for datasets (+1 squashed commits)
Squashed commits:

[39fea4e] Adding examples to the build
Update example 63
2015-05-11 18:08:47 +02:00
Raffi Enficiaud
600341cb93 Renaming the dataset example files 2015-05-11 18:08:45 +02:00
Raffi Enficiaud
f5b052d93f Changing the examples to use BOOST_TEST 2015-05-11 18:08:44 +02:00
Raffi Enficiaud
d9994ba9bb Infinite size with appropriate macro 2015-05-11 18:08:41 +02:00
Andrzej Krzemienski
8d09bc9023 Doc: tolerance in BOOST_TEST 2015-05-11 17:36:48 +02:00
Raffi Enficiaud
567908006e files removed 2015-05-09 23:16:22 +02:00
Raffi Enficiaud
0974a6b4a4 BOOST_TEST doc updates
- floating point comparison
- composition rule for the BOOST_TEST
- container comparison
2015-05-09 01:25:16 +02:00
Raffi Enficiaud
b822e0301f Additional test for float containers 2015-05-09 00:12:31 +02:00
Raffi Enficiaud
7aadb4239f Fixing the test on float collections 2015-05-08 22:53:21 +02:00
Raffi Enficiaud
26c60f011e Merge branch 'develop' of https://github.com/boostorg/test into develop 2015-05-08 22:42:38 +02:00
Andrzej Krzemienski
1b4355d283 Doc: placeholder for custom test runners 2015-05-08 18:09:49 +02:00
Andrzej Krzemienski
2c46480865 Doc: described custom entry points 2015-05-08 16:07:56 +02:00
Raffi Enficiaud
29d3f090ec Fixing the test 2015-05-06 12:10:25 +02:00
Raffi Enficiaud
8752dda4c2 Output update 2015-05-06 02:06:29 +02:00
Raffi Enficiaud
ce20c17d9c renaming 2015-05-06 02:03:32 +02:00
Raffi Enficiaud
993a806c69 Update of the compare sequence 2015-05-06 02:01:10 +02:00
Raffi Enficiaud
858af1caac Update of the acceptable statements 2015-05-06 00:55:09 +02:00
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