Automated Commit
294ebf0a6f
Update explicit-failures-markup.xml
2017-11-01 05:25:05 +00:00
Automated Commit
badfd15aa1
Update explicit-failures-markup.xml
2017-10-31 04:25:05 +00:00
Automated Commit
8c6a7da102
Update explicit-failures-markup.xml
2017-10-26 19:25:19 +00:00
Automated Commit
f8cfc5d9f8
Update explicit-failures-markup.xml
2017-10-26 16:25:04 +00:00
joaquintides
e9f744aea0
simplified poly_collection toolset specification ( #169 )
2017-10-21 18:38:12 +01:00
joaquintides
a2d3865aab
updated according to current toolset naming conventions ( #168 )
2017-10-21 14:02:58 +01:00
Automated Commit
6cfb87b3ff
Update explicit-failures-markup.xml
2017-10-20 14:25:19 +00:00
Automated Commit
402c527f57
Update explicit-failures-markup.xml
2017-10-19 11:25:04 +00:00
Automated Commit
12f08779ed
Update explicit-failures-markup.xml
2017-10-13 07:25:04 +00:00
Automated Commit
cf8f712413
Update explicit-failures-markup.xml
2017-10-11 18:25:22 +00:00
Automated Commit
6ea47ab380
Update explicit-failures-markup.xml
2017-10-10 03:25:19 +00:00
Daniel James
ca1536235c
Merge pull request #165 from boostorg/danieljames-patch-3
...
Make all elements in explicit failures schema optional
2017-10-09 11:29:12 +01:00
Daniel James
45977f6938
Merge pull request #164 from boostorg/danieljames-patch-2
...
Remove --valid flag from xmllint
2017-10-09 11:28:52 +01:00
Automated Commit
a7112d249c
Update explicit-failures-markup.xml
2017-10-07 03:25:03 +00:00
Daniel James
edf53e679c
Use mark-unusable for contract
2017-10-05 23:33:53 +01:00
Daniel James
cf4c433559
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-03 13:29:01 +01:00
Daniel James
02804b043f
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-03 13:13:09 +01:00
Automated Commit
bb161cabac
Update explicit-failures-markup.xml
2017-10-02 16:50:41 +00:00
Daniel James
270fb02aff
Add contract failure markup
2017-09-29 13:19:28 +01:00
Peter Dimov
69d9de9e4c
Add quick, minimal targets to status/Jamfile
2017-09-04 16:31:12 +03:00
Peter Dimov
cde7f80056
Add --no-check-libs option to b2 status
2017-09-04 15:04:48 +03:00
Daniel James
1a408aa00f
Merge pull request #154 from vinniefalco/develop
...
Update explicit-failures-markup.xml for beast
2017-07-30 23:01:37 +01:00
Vinnie Falco
c5e174ed3f
Update explicit-failures-markup.xml for beast
2017-07-29 05:32:58 -07:00
joaquintides
542dab4271
enabled GCC 4.8+ for poly_collection
2017-07-29 13:49:13 +02:00
Daniel James
d9e781e71c
Merge pull request #126 from olk/patch-21
...
list of excludedd compilers for boost.fiber
2017-06-23 21:22:44 +01:00
joaquintides
557bedac91
added qcc unusable toolsets to poly_collection
2017-06-23 17:28:43 +02:00
joaquintides
6c79a0aa84
marked unusable toolsets for poly_collection
2017-06-18 11:49:14 +02:00
Rene Rivera
187488ba8c
Less greedy about declaring tests.
...
Only declared tests that are filtered in for actual testing.
2017-05-29 15:56:36 -05:00
Rene Rivera
8c27f4edcb
Don't use non-existent test projects.
2017-05-26 10:13:54 -05:00
Adam Wulkiewicz
759aae7bd1
Add Boost.Geometry test category.
2016-08-28 03:04:02 +02:00
Rene Rivera
00f2425518
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 13:53:09 -05:00
Rene Rivera
11f53cf59a
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 16:27:23 -05:00
Rene Rivera
6124b8a719
Add support for parent lib meta data to include sublib meta data.
2016-07-07 11:00:05 -05:00
Daniel James
2fc8f8e986
Remove some more special cases.
2016-07-03 21:45:55 +01:00
Rene Rivera
18c02973e5
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:23:11 -05:00
Rene Rivera
417127adc7
Add support for "sublibs" trigger file for automatic testing of
...
sub-libraries.
2016-06-28 22:12:41 -05:00
Daniel James
95c00e44f2
Run 'hash' tests using more traditional location.
...
Will update the library soon.
2016-06-26 20:27:46 +01:00
Daniel James
df9d551efe
Remove special cases for 'unordered' tests.
...
They're not actually required, it runs just fine from `libs/unordered/tests`.
2016-06-26 20:21:06 +01:00
Rene Rivera
27e0695903
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:05:04 -05:00
Rene Rivera
ecf0ea56a7
Fix header check error that was supposed to be a warning.
2016-06-15 12:27:19 -05:00
Rene Rivera
574eca1c80
Merge pull request #128 from jzmaddock/patch-12
...
Remove reference to static_assert Jamfile no longer needed.
2016-06-14 13:01:34 -05:00
jzmaddock
b2d56ae5bc
Remove reference to static_assert Jamfile no longer needed.
2016-06-14 18:41:48 +01:00
jzmaddock
723d406717
Remove unnecessary reference to regex examples.
2016-06-14 18:15:37 +01:00
Rene Rivera
8059b18557
Remove debug-commented code.
2016-06-12 21:02:49 -05:00
Rene Rivera
e70e42bc39
Put back use-project in case of non-filtered lib.
2016-06-12 20:59:22 -05:00
Rene Rivera
c93602df8f
Automate core way of testing libraries (i.e. root/lib/test requirement)
...
for most current tests.
2016-06-10 10:12:06 -05:00
Rene Rivera
1a09ebaa40
Merge branch 'develop' of https://github.com/boostorg/boost into develop
2016-06-09 23:11:28 -05:00
Rene Rivera
d19b1ee476
Add testing to check initial set of library requirements.
2016-06-09 23:11:20 -05:00
Oliver Kowalke
612983e81e
list of excludedd compilers for boost.fiber
2016-06-08 08:47:33 +02:00
Oliver Kowalke
89ad45c281
add fiber to regression tests
2016-06-07 08:29:29 +02:00