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

Mark variables_map_test_dll failing on vc6, just like non-dll version.

[SVN r23876]
Vladimir Prus 22 лет назад
Родитель
Сommit
ecc8d10d60
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      status/explicit-failures-markup.xml

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

@@ -626,6 +626,18 @@ for more information.
                 </note>
             </mark-failure>
         </test>
+        <test name="variable_map_test_dll">
+            <mark-failure>
+                <toolset name="msvc"/>
+                <note>
+                    The failures are caused by compiler bug: it's not possible to
+                    explicitly pass template arguments to member template function. The
+                    failure is serious and makes one of the primary interfaces
+                    unusable.
+                </note>
+            </mark-failure>
+        </test>
+
 
         <test name="cmdline_test_dll">
             <mark-failure>

粤ICP备19079148号