ソースを参照

update for ptr_container regressions

[SVN r46677]
Thorsten Jørgen Ottosen 18 年 前
コミット
1ae3deec03
1 ファイル変更13 行追加6 行削除
  1. 13 6
      status/explicit-failures-markup.xml

+ 13 - 6
status/explicit-failures-markup.xml

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

粤ICP备19079148号