mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Added a new, temporary, always-failing Boost Build test named collect_debug_info.py. Used to collect additional debugging information about specific test sites, e.g. Python & OS version. Currently collects information required for debugging detected configuration.py test failures. Registered expected Boost library test failures.
[SVN r78918]
This commit is contained in:
parent
0a49613d9a
commit
13adf824d7
2 changed files with 9 additions and 1 deletions
|
@ -481,6 +481,14 @@
|
|||
|
||||
<!-- build -->
|
||||
<library name="build">
|
||||
<mark-expected-failures>
|
||||
<test name="collect_debug_info"/>
|
||||
<toolset name="*"/>
|
||||
<note author="Jurko Gospodnetić">
|
||||
Temporarily enabled and always failing test used for collecting
|
||||
additional feedback from the testing site.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- chrono -->
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 344db3edc15365706453aee9d5ceb824f714b623
|
||||
Subproject commit 347d39005c69117cdec965dfedf980cf92968b31
|
Loading…
Add table
Reference in a new issue