Ver Fonte

Add more specific note about date_time failure with CW8 and Locale support.

[SVN r24906]
Rene Rivera há 21 anos atrás
pai
commit
f6e77381cb
1 ficheiros alterados com 12 adições e 1 exclusões
  1. 12 1
      status/explicit-failures-markup.xml

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

@@ -162,7 +162,6 @@
                 <toolset name="gcc-2.95.3-stlport-4.5.3-linux"/>
                 <toolset name="gcc-3.1-darwin"/>
                 <toolset name="msvc"/>
-                <toolset name="cwpro8"/><toolset name="cw-8.3"/>
                 <toolset name="mingw"/>
                 <toolset name="mingw-3.4.1"/>
                 <toolset name="meta-como-win32-4.3.3-vc7"/>
@@ -171,6 +170,10 @@
                 <toolset name="meta-como-win32-4.3.3-msvc"/>
 		<note author="B. Garst" refid="18,19"/>
             </mark-failure>
+            <mark-failure>
+                <toolset name="cwpro8"/><toolset name="cw-8.3"/>
+                <note author="R. Rivera" refid="25"/>
+            </mark-failure>
         </test>
         <test name="testday_dll">
             <mark-failure>
@@ -1324,6 +1327,14 @@ for more information.
       experimentation we have been, unsuccessful in making dll configurations 
       work correctly.  
     </note>
+    
+    <!-- R. Rivera -->
+    <note id="25">
+      The failure is caused by a runtime limitation. Locale support is only
+      available with the static linked variant of the runtime. Generally
+      the dynamic linked variant is required when building dynamic modules
+      ,DLL, so, etc.
+    </note>
 
 
 </explicit-failures-markup>

粤ICP备19079148号