Просмотр исходного кода

Some more tr1 markup.

[SVN r32278]
John Maddock 20 лет назад
Родитель
Сommit
05916d21dd
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      status/explicit-failures-markup.xml

+ 10 - 0
status/explicit-failures-markup.xml

@@ -3192,6 +3192,15 @@ for more information.
                 See KB article 263630 here: http://support.microsoft.com/default.aspx?scid=kb;en-us;263630
             </note>
         </mark-unusable>
+        <mark-unusable>
+            <toolset name="cw-*"/>
+            <note author="John Maddock">
+                Metrowerks Codeworrier has partial TR1 support built in
+                which conflicts with this implementation.  Porting to this
+                compiler is almost certainly possible, but will require some 
+                work by someone who has this compiler.
+            </note>
+        </mark-unusable>
         <mark-expected-failures>
             <test name="test_array_tricky"/>
             <test name="test_mem_fn_tricky"/>
@@ -3243,6 +3252,7 @@ for more information.
             <toolset name="gcc-3.3.*"/>
             <toolset name="gcc-3_3*"/>
             <toolset name="qcc-3.3.*"/>
+            <toolset name="gcc-3.2*"/>
             <note author="John Maddock">
                These tests fail due to a known compiler bug 
                that is fixed in more recent releases.  Users are

粤ICP备19079148号