Commit graph

1397 commits

Author SHA1 Message Date
Automated Commit
2f3db4a6bf Update explicit-failures-markup.xml 2017-11-06 12:25:39 +00:00
Automated Commit
d27acb2d95 Update explicit-failures-markup.xml 2017-10-31 01:25:17 +00:00
Automated Commit
9a4490056d Update explicit-failures-markup.xml 2017-10-27 10:25:44 +00:00
Automated Commit
ea6a2c1440 Update explicit-failures-markup.xml 2017-10-26 17:25:35 +00:00
Daniel James
1fbed8e98f Make all elements optional
This is so that this schema can be used to validate module markup (such as https://github.com/boostorg/functional/blob/develop/meta/explicit-failures-markup.xml). An alternative solution would be to have a separate schema file for submodules, espcially if the reporting scripts require these elements to be present.
2017-10-20 19:27:58 +01:00
Daniel James
ad0e2990fe Remove --valid flag from xmllint
The existing call to xmllint returns an error status, the error message is obscured by the output, but it writes to stderr:

    explicit-failures-markup.xml:3: validity error : Validation failed: no DTD found !
     xsi:noNamespaceSchemaLocation="explicit-failures.xsd">

According to the xmllint man page the `--valid` flag is used for validating using a DTD, and we don't have a DTD. The `--schema` flag is sufficient for validation, so I think the solution is just to remove the `--valid` flag.
2017-10-20 19:27:49 +01:00
Daniel James
8bc839ace3 Add contract failure markup 2017-10-05 23:27:07 +01:00
Automated Commit
c6228cce48 Update explicit-failures-markup.xml 2017-10-02 18:25:07 +00:00
joaquintides
6cfe158569 enabled GCC 4.8+ for poly_collection 2017-09-08 19:22:33 +01:00
Peter Dimov
a487bf682f Add quick, minimal targets to status/Jamfile 2017-09-08 19:21:03 +03:00
Peter Dimov
ade5961144 Add --no-check-libs option to b2 status 2017-09-08 19:20:44 +03:00
Rene Rivera
9fce53724e Less greedy about declaring tests.
Only declared tests that are filtered in for actual testing.
2017-09-08 19:20:33 +03:00
Oliver Kowalke
dcd7f1fb1a list of excludedd compilers for boost.fiber 2017-06-24 22:09:52 +01:00
joaquintides
fc7f9f58b2 added qcc unusable toolsets to poly_collection 2017-06-24 21:59:12 +01:00
joaquintides
a8cd469949 marked unusable toolsets for poly_collection 2017-06-18 13:39:09 +01:00
Rene Rivera
552fbf002f Don't use non-existent test projects. 2017-05-26 10:23:07 -05:00
Daniel James
2f984e6c16 Copy geometry explicit failures markup from develop 2017-03-08 21:20:48 +00:00
Daniel James
54d206b793 Remove some more special cases. 2016-09-29 21:01:23 +01:00
Rene Rivera
b6fec7133b Add ability to exclude tests with options. And make the filtering as to
which tests to run from status dir composable. This hopefully goes a
long way towards easier control of running limited set of tests.
2016-08-11 14:54:01 -05:00
Rene Rivera
f910d2b6ac Require that the library check targets use to host OS as the target OS.
This has the effect of only using the host OS python interpreter when
running the tests.
2016-07-16 17:35:57 -05:00
Rene Rivera
b4ff9817a8 Add support for parent lib meta data to include sublib meta data. 2016-07-07 11:01:59 -05:00
Rene Rivera
ae9b332b31 Remove custom libraries from test list that are now automatically
handled by sublibs trigger file. Also remove etraneous example and other
extra test targets, authors will need to add them into their libs if
truly needed.
2016-06-28 22:33:09 -05:00
Rene Rivera
9186da7875 Add support for "sublibs" trigger file for automatic testing of
sub-libraries.
2016-06-28 22:14:28 -05:00
Rene Rivera
14aebbd376 Add debug option for library checking to get some output of what paths
the script checks. Also add keys for each check to eventually use for
filtering.
2016-06-17 21:37:42 -05:00
Rene Rivera
29ebf48b46 Remove debug-commented code. 2016-06-17 21:37:23 -05:00
Rene Rivera
adc39bdfea Fix header check error that was supposed to be a warning. 2016-06-15 12:28:30 -05:00
Rene Rivera
31f21c1362 Remove inadvertant test addition that doesn't exist in master. 2016-06-10 11:01:48 -05:00
Rene Rivera
1cce8a8715 Automate core way of testing libraries (i.e. root/lib/test requirement)
for most current tests.
2016-06-10 10:59:01 -05:00
Rene Rivera
eec5134229 Add testing to check initial set of library requirements. 2016-06-10 10:42:17 -05:00
Peter Dimov
aaadf6e589 Add qvm to status/Jamfile.v2 2016-05-20 06:22:15 +03:00
Abel Sinkovics
a3b49919b9 Add metaparse to regression tests 2016-01-15 22:31:31 +01:00
Rene Rivera
ddd9016f90 Add missing compute tests. 2016-01-12 13:31:13 -06:00
Antony Polukhin
eca5792b44 Merged upstream changes 2016-01-08 11:32:16 +03:00
Louis Dionne
b2f822b7ad Add Hana as a submodule of the master repository
Specifically:
- Adds Hana's test suite to the regression tests
- Add Hana as the libs/hana submodule
- Add entry for Hana to libs/maintainers.txt and libs/libraries.htm
2016-01-07 20:03:14 -08:00
Antony Polukhin
b00958a6fe Boost.DLL library integration
Conflicts merged:
	doc/Jamfile.v2
2015-12-29 23:27:47 +03:00
Rene Rivera
df37d629ce Merge pull request #92 from Lastique/patch-4
Add tests for winapi submodule (master branch)
2015-09-09 22:39:15 -05:00
Edward Diener
40f3b507ac Added tests for VMD 2015-08-17 19:02:51 -04:00
Andrey Semashev
597f6ab0fe Add tests for winapi submodule 2015-08-15 00:41:10 +03:00
Rene Rivera
51e693134f Merge outstanding develop changes (as appropriate). 2015-08-05 10:20:35 -05:00
Oliver Kowalke
c1f001b108 add coroutine2 to status/Jamfile.v2 2015-07-15 08:04:59 +02:00
Daniel James
eafc48e58d Add convert to regression testing.
Conflicts:
	status/Jamfile.v2
2015-05-12 18:40:18 +01:00
Beman
d994737673 Add missing /test 2015-02-19 08:45:45 -05:00
Beman
b4b58da345 Add Boost.Endian to boost super-project branch master 2015-02-19 08:34:53 -05:00
Rene Rivera
c0aa03e297 Merge pull request #48 from spreadsort/patch-3
Add sort/test to status/Jamfile.v2
2015-02-12 13:49:13 -06:00
Daniel James
a5d0d68d2c Update status from develop.
The two versions had diverged a fair bit, but since the test failures
are always marked up using the develop version it should be safe to
assume it's correct.
2015-01-24 14:45:11 +00:00
spreadsort
144398ac32 Add sort/test to status/Jamfile.v2
Adding the sort library to master.
2015-01-21 21:42:43 -05:00
Marcel Raad
bc6538755f Update for MSVC14
lexical_cast_loopback_test and cmp_msvc_value_born_error are still expected to fail with MSVC14.
Conflicts:
	status/explicit-failures-markup.xml
2015-01-15 22:32:36 +00:00
Marcel Raad
19b61b09ce Update expected failures for MSVC
The tests that are incompatible with the C++11 auto keyword and promote_enum_msvc_bug_test also fail on all newer versions of MSVC.
2015-01-15 22:30:48 +00:00
Eric Niebler
2eccb36dcb Merge branch 'master' of github.com:boostorg/boost 2014-07-12 21:28:30 -07:00
Eric Niebler
ff98ee69f4 mark up expected accumulators failures 2014-07-12 21:27:24 -07:00