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

The move tests pass on 64 bit visual c++.

[SVN r53614]
Daniel James 17 лет назад
Родитель
Сommit
28786fe42d
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      status/explicit-failures-markup.xml

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

@@ -5651,7 +5651,12 @@ With aC++, the tests compile cleanly in strict ansi mode and succeed.
     <library name="unordered">
       <mark-expected-failures>
         <test name="move_tests"/>
-        <toolset name="msvc-*"/>
+        <toolset name="msvc-6*"/>
+        <toolset name="msvc-7*"/>
+        <toolset name="msvc-8*"/>
+        <toolset name="msvc-9.0"/>
+        <toolset name="msvc-9.0express"/>
+        <toolset name="msvc-10.0"/>
         <toolset name="intel-win-10.1"/>
         <toolset name="borland-*"/>
         <toolset name="sun-*"/>

粤ICP备19079148号