Procházet zdrojové kódy

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

[SVN r53614]
Daniel James před 17 roky
rodič
revize
28786fe42d
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  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号