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

150 Commits

Author SHA1 Message Date
Raffi Enficiaud
3dcba76f27 Updating the doc 2018-01-18 14:49:03 +01:00
Raffi Enficiaud
77bda1ffd2 Avoiding duplicate test cases in template and param test cases
- fixing logging on non-existant stream
- fixing doc test cases with duplicate test cases
- updating log and report tests
2018-01-02 20:41:32 +01:00
Aaron Gorenstein
26d11fac07 Added BOOST_MSVC version check to test patches 2017-12-25 16:54:53 +01:00
Aaron Gorenstein
0f4c3f0019 Deliberate-failure tests shouldn't be optimized
A few tests designed to deliberately fail appeal to UB (undefined
behavior), but as the MSVC optimizer improves we will take advantage of
that to remove UB statements. In order for deliberate failures to occur,
the tests must have the optimizer turned off.
2017-12-25 16:54:53 +01:00
Raffi Enficiaud
7a18764466 Documentation update 2017-07-14 12:44:14 +02:00
Raffi Enficiaud
e1b211f254 Documentation update for the new macros
- BOOST_TEST_GLOBAL_FIXTURE explained
- BOOST_TEST_GLOBAL_INITIALIZATION explained
- changed the examples, deprecating BOOST_GLOBAL_FIXTURE
- in the logger part, introduced the fact that BOOST_TEST_GLOBAL_INITIALIZATION should be used and no assertion is supported in this case
2017-06-23 14:54:56 +02:00
Raffi Enficiaud
e7c9464d62 Documenting the customization point 2017-03-09 15:47:05 +01:00
Adam Majer
20bcf731e2 Change some capital variable names to lowercase
Addresses issue 12748.
Now potential clashing variable name used in runtime parameters are lowercase and prepended with "btrt_".
2017-02-15 09:21:29 +01:00
Raffi Enficiaud
ccd9b7b7c1 Addressing the issues of the inspection report
from here http://boost.cowic.de/rc/docs-inspect-develop.html#test
2016-11-19 15:06:27 +01:00
Raffi Enficiaud
923a84a2dd String comparison can now be used with BOOST_TEST additional compare options
- enabling modifiers per_element and lexicographic for strings
2016-11-02 22:03:19 +01:00
Raffi Enficiaud
bfb7f4de7a Updating the DATASET documentation wrt. sample named test-cases
- updating the output of the DATASET associated examples
2016-09-06 01:16:26 +02:00
Raffi Enficiaud
32d032539f Doc: updating the expected exceptions message 2016-02-17 00:01:42 +01:00
Raffi Enficiaud
634722127a Merge branch 'topic/warning-removal-from-pedantic' into develop
* topic/warning-removal-from-pedantic:
  some warnings in pedantic mode
2016-01-27 23:41:39 +01:00
Raffi Enficiaud
1d72b5f7c5 some warnings in pedantic mode 2016-01-26 22:45:00 +01:00
Raffi Enficiaud
a916f51836 fixup test cases 2016-01-24 01:01:03 +01:00
Raffi Enficiaud
7645cc01b0 Merge branch 'topic/doc-list-labels-content-update' into develop
* topic/doc-list-labels-content-update:
  fix
  cleanup
  Doc: list_content/list_label enhancement
  small bug with DOT output fixed
  Better message in case of precondition failed
  example for list_content
  Doc: General content on list_labels/list_content switch Doc: reference updates Doc: shorter lines

Conflicts:
	doc/testing_tools/boost_test_universal_macro.qbk
2015-10-27 17:03:38 +01:00
Raffi Enficiaud
9fc4215abb Merge branch 'topic/new-cla-cleaned' into develop
* topic/new-cla-cleaned:
  Updated changelog
  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
2015-10-27 17:00:49 +01:00
Raffi Enficiaud
066dc2a646 Doc: default to __UTF__ lexicographical compare for containers with extended diagnostic
- doc of BOOST_TEST_SPECIALIZED_COLLECTION_COMPARE
- example
2015-10-27 15:38:43 +01:00
Raffi Enficiaud
1af827aa26 cleanup 2015-10-27 14:34:38 +01:00
Raffi Enficiaud
24ba456f9b Doc: list_content/list_label enhancement
- 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
2015-10-27 14:34:38 +01:00
Raffi Enficiaud
c54743e06d Merge branch 'topic/new-cla-cleaned' into topic/doc-list-labels-content-update
* 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
2015-10-27 10:15:18 +01:00
Gennadiy Rozental
d3d6c42dfe small bug with DOT output fixed 2015-10-20 15:00:42 +02:00
Raffi Enficiaud
71bde4c4f3 example for list_content 2015-10-20 15:00:42 +02:00
Gennadiy Rozental
576854bd1c Parameters updates for new cla 2015-10-20 15:00:23 +02:00
Raffi Enficiaud
9dead6da67 Dataset: avoid the use of virtual functions 2015-10-19 14:47:49 +02:00
Raffi Enficiaud
5655c491a6 Revert "after testing"
This reverts commit a733f30a31.
2015-10-08 03:28:28 +02:00
Raffi Enficiaud
56d7c84624 Revert "eliminate use of virtual functions in dataset interface"
This reverts commit 326fae928e, reversing
changes made to c53a3b4e0d.
2015-10-08 03:27:25 +02:00
Raffi Enficiaud
88b6976710 Revert "Linux warning and errors addressed"
This reverts commit 83289d7db6, reversing
changes made to 25aef40dd0.
2015-10-08 03:12:38 +02:00
Gennadiy Rozental
83289d7db6 Linux warning and errors addressed 2015-10-03 00:01:26 -04:00
Gennadiy Rozental
326fae928e eliminate use of virtual functions in dataset interface 2015-09-25 03:40:41 -04:00
Gennadiy Rozental
a733f30a31 after testing 2015-09-24 02:41:37 -04:00
Raffi Enficiaud
e41a29bb32 Don't know what would be the best option for the examples: either a "generic" example in which case the reader cannot load the example file (minor as the file is visible in the doc) or the full name of the example (hard to maintain). 2015-09-17 15:11:46 +02:00
Raffi Enficiaud
447b6d6b30 line endings 2015-09-17 15:09:04 +02:00
Raffi Enficiaud
2c6dcdb247 Exception correctness testing section
- clarify the reference section
- emphasises the BOOST_<level>_THROW behaviour wrt. unexpected exceptions
- full example for API testing
- renaming cpp files
- adding examples
2015-09-17 15:07:48 +02:00
Gennadiy Rozental
0d3e74fb8d more warnings cleanup 2015-06-27 18:19:29 -04:00
Gennadiy Rozental
743c67845f Avoid some warnings 2015-06-27 17:54:32 -04:00
Gennadiy Rozental
b1833b69d9 test module name standartization 2015-06-14 02:55:24 -04:00
Gennadiy Rozental
d3ef083c6d fixed example 2015-06-12 22:47:21 -04:00
Gennadiy Rozental
16fd8be5ad example renamed 2015-06-12 05:37:21 -04:00
Gennadiy Rozental
80e548963c . 2015-06-11 04:23:12 -04:00
Gennadiy Rozental
fd1aa4c25f test reorganization 2015-06-05 17:38:15 -04:00
Andrzej Krzemienski
76c8516e5a Doc: FP fixes 2015-06-02 22:18:07 +02:00
Andrzej Krzemienski
d8441c92b2 Doc: improved FP comparison description 2015-06-02 22:18:05 +02:00
Raffi Enficiaud
3d9974cc92 More about workarounds 2015-05-29 10:32:08 +02:00
Raffi Enficiaud
d0909211dc BOOST_TEST doc reorg continued 2015-05-29 10:14:16 +02:00
Andrzej Krzemienski
a377413dbb Doc: adapting FP types for tolerance ops 2015-05-29 00:08:32 +02:00
Andrzej Krzemienski
3210b62226 Doc: improving FP tolerance section 2015-05-28 20:42:37 +02:00
Raffi Enficiaud
0dcc3a7339 Feedback from Paul A. Bristow about BOOST_TEST(true && true) 2015-05-27 13:17:33 +02:00
Raffi Enficiaud
e9f77a93b1 mks -> us (microseconds) 2015-05-26 13:55:48 +02:00
Gennadiy Rozental
1c4e5dcea6 Merge pull request #65 from akrzemi1/develop
FPT() --> FPT(0)bb
2015-05-25 16:18:37 -04:00