mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Merge some of the unordered and property tree test setup.
Merged revisions 55728,56020,56633 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r55728 | danieljames | 2009-08-23 11:06:24 +0100 (Sun, 23 Aug 2009) | 1 line Mark up a couple of unordered container failures. ........ r56020 | cornedbee | 2009-09-04 22:03:54 +0100 (Fri, 04 Sep 2009) | 1 line Have testers generate results for PropertyTree. ........ r56633 | hkaiser | 2009-10-07 14:35:44 +0100 (Wed, 07 Oct 2009) | 1 line Untabified file ........ [SVN r56750]
This commit is contained in:
parent
a0836ef725
commit
669332d6eb
2 changed files with 22 additions and 1 deletions
|
@ -100,6 +100,7 @@ run-tests
|
|||
preprocessor/test # test-suite preprocessor
|
||||
program_options/test # test-suite program_options
|
||||
property_map/test # test-suite property_map
|
||||
property_tree/test # test-suite property_test
|
||||
proto/test # test-suite proto
|
||||
ptr_container/test # test-suite ptr_container
|
||||
python/test # test-suite python
|
||||
|
|
|
@ -5777,8 +5777,28 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
|
|||
is an acceptable failure.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<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>
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="compile_map"/>
|
||||
<test name="compile_set"/>
|
||||
<toolset name="gcc-open64"/>
|
||||
<toolset name="pathscale-3.1"/>
|
||||
<note author="Daniel James">
|
||||
Concept checks don't seem to work on pathscale.
|
||||
</note>
|
||||
</mark-expected-failures>
|
||||
</library>
|
||||
|
||||
<!-- utility/enable_if -->
|
||||
<library name="utility/enable_if">
|
||||
|
|
Loading…
Add table
Reference in a new issue