update for ptr_container regressions

[SVN r46677]
This commit is contained in:
Thorsten Jørgen Ottosen 2008-06-25 11:09:14 +00:00
parent 53a3af39af
commit 1ae3deec03

View file

@ -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.
@ -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).
@ -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).
@ -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>
@ -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>
@ -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>