Commit graph

1427 commits

Author SHA1 Message Date
Automated Commit
8ace9a275d Update explicit-failures-markup.xml
[skip ci]
2020-11-16 19:25:06 +00:00
Automated Commit
188cfb211b Update explicit-failures-markup.xml
[skip ci]
2020-10-25 21:25:05 +00:00
Automated Commit
6ceb11f201 Update explicit-failures-markup.xml
[skip ci]
2019-11-30 17:25:06 +00:00
Automated Commit
e4342c664f Update explicit-failures-markup.xml
[skip ci]
2019-10-07 16:25:06 +00:00
Automated Commit
c5c8f2fb9a Update explicit-failures-markup.xml
[skip ci]
2019-06-28 08:25:09 +00:00
Andrzej Krzemieński
877f847ce6
unmarked some optional tests
Ever since optional references have been rewritten these tests pass in MSVC.
2019-03-25 21:47:04 +01:00
Automated Commit
af7efc72e1 Update explicit-failures-markup.xml
[skip ci]
2019-02-25 14:25:09 +00:00
Automated Commit
a031a726a6 Update explicit-failures-markup.xml
[skip ci]
2019-02-18 01:25:08 +00:00
Automated Commit
d7d15be791 Update explicit-failures-markup.xml
[skip ci]
2019-02-14 14:25:09 +00:00
Automated Commit
c2f62e39d8 Update explicit-failures-markup.xml
[skip ci]
2019-02-06 11:25:10 +00:00
Automated Commit
917bb012b5 Update explicit-failures-markup.xml
[skip ci]
2019-02-05 18:25:16 +00:00
Automated Commit
243b3114fe Update explicit-failures-markup.xml
[skip ci]
2019-01-31 02:25:12 +00:00
Peter Dimov
d8f5b8d163 Re-enable tools/ testing 2019-01-09 21:19:41 +02:00
Nikita Kniazev
1645f28cf1 boost_check_library: Python 3 compatible prints 2018-12-27 02:23:48 +02:00
Rene Rivera
801a2c6519
Avoid errors when tool submodules do not exist.
Bring in change from develop to allow merging b2 & predef to master.
2018-06-22 21:06:53 -05:00
Automated Commit
2acdfb0253 Update explicit-failures-markup.xml
[skip ci]
2018-05-09 16:25:10 +00:00
Automated Commit
cad981c5b7 Update explicit-failures-markup.xml
[skip ci]
2018-04-16 06:25:28 +00:00
Automated Commit
d9d0770df3 Update explicit-failures-markup.xml
[skip ci]
2018-02-25 16:25:44 +00:00
Automated Commit
4cbe03b713 Update explicit-failures-markup.xml
[skip ci]
2018-02-25 15:25:08 +00:00
Automated Commit
5235490c8a Update explicit-failures-markup.xml
[skip ci]
2018-02-20 19:25:13 +00:00
Automated Commit
ad1f79c0cb Update explicit-failures-markup.xml
[skip ci]
2018-02-08 16:25:10 +00:00
Automated Commit
e4f5817efa Update explicit-failures-markup.xml
[skip ci]
2018-02-06 18:25:37 +00:00
Automated Commit
a330503cb6 Update explicit-failures-markup.xml
[skip ci]
2018-01-20 18:25:47 +00:00
Automated Commit
a2031c17a7 Update explicit-failures-markup.xml
[skip ci]
2018-01-13 10:45:47 +00:00
Peter Dimov
5fff4dc583 Add quickbook to status/Jamfile 2018-01-03 20:34:50 +02:00
Automated Commit
23c70e846a Update explicit-failures-markup.xml 2018-01-01 16:25:22 +00:00
Peter Dimov
0216ee7199 Add tools/check_build to status/Jamfile 2017-12-22 15:36:44 +02:00
Peter Dimov
849f057755 Remove quickbook from status as it breaks --dump-tests 2017-12-21 18:28:09 +02:00
Peter Dimov
db38e761b3 Add quickbook to status/Jamfile (#174) 2017-12-21 18:27:49 +02:00
Peter Dimov
e54af35cc3 Remove Wave special case from status/Jamfile (#173)
Add an optional extended description…
2017-12-21 18:24:19 +02:00
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