Opened 11 years ago
Closed 11 years ago
#5684 closed Bugs (fixed)
status/explicit-failures-markup.xml misses tag </library>
| Reported by: | Antony Polukhin | Owned by: | Daniel James |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | unordered |
| Version: | Boost Development Trunk | Severity: | Showstopper |
| Keywords: | failures regression tests | Cc: |
Description
No closing </library> tag in status/explicit-failures-markup.xml for library unordered:
<!-- unordered -->
<library name="unordered">
<mark-expected-failures>
<test name="unnecessary_copy_tests"/>
<toolset name="borland-*"/>
<toolset name="sun-*"/>
<note author="Daniel James">
This tests whether inserting elements creates as few copies as I think
is possible. If this fails it just means that the container might be
a little inefficient.
</note>
</mark-expected-failures>
<!-- utility/enable_if -->
<library name="utility/enable_if">
Note:
See TracTickets
for help on using tickets.

(In [73002]) Unordered: Fix invalid xml. Fixes #5684