Skip to content

Commit

Permalink
update for ptr_container regressions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@46677 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
nesotto committed Jun 25, 2008
1 parent 06d73bb commit 9a92a6f
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions status/explicit-failures-markup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3920,7 +3920,7 @@ for more information.
<mark-expected-failures>
<test name="no_exceptions"/>
<toolset name="cw-9.4"/>
<toolset name="sun-5.8"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
This test fails because the test ptr_vector fails. Please see the note
for that test.
Expand All @@ -3929,7 +3929,7 @@ for more information.
<mark-expected-failures>
<test name="ptr_deque"/>
<toolset name="cw-9.4"/>
<toolset name="sun-5.8"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
For sun the problem is that <code>insert(iterator,range)</code>
is not available due to partial ordering errors (the core library remains usable).
Expand All @@ -3939,7 +3939,7 @@ for more information.
<mark-expected-failures>
<test name="ptr_list"/>
<toolset name="cw-9.4"/>
<toolset name="sun-5.8"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
For sun the problem is that <code>insert(iterator,range)</code>
is not available due to partial ordering errors (the core library remains usable).
Expand All @@ -3960,7 +3960,7 @@ for more information.
<test name="ptr_map"/>
<toolset name="hp_cxx-71_006_tru64"/>
<toolset name="cw-9.4"/>
<toolset name="sun-5.8"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
For hp, this compiler bug is insignificant.
For sun the problem is that <code>transfer(range,ptr_map)</code>
Expand All @@ -3971,7 +3971,7 @@ for more information.
<mark-expected-failures>
<test name="ptr_set"/>
<toolset name="cw-9.4"/>
<toolset name="sun-5.8"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
For sun the problem is that <code>transfer(range,ptr_map)</code> and
<code>insert(range)</code>code>
Expand All @@ -3982,8 +3982,15 @@ for more information.
<mark-expected-failures>
<test name="serialization"/>
<toolset name="cw*"/>
<toolset name="intel-darwin-*"/>
<toolset name="intel-linux-*"/>
<toolset name="pathscale-3.1"/>
<toolset name="sun-5.*"/>
<note author="Thorsten Ottosen">
This cause of this problem is unknown. Please submit a patch.
For codewarrior, the cause of this problem is unknown. Please
submit a patch. Other failures are due to problems with
the serialization library, or to a minor problem with the use of
the library.
</note>
</mark-expected-failures>
<mark-expected-failures>
Expand Down

0 comments on commit 9a92a6f

Please sign in to comment.