Parcourir la source

Merge Boost.Build from the trunk.

[SVN r84398]
Steven Watanabe il y a 13 ans
Parent
commit
662391a8ae
3 fichiers modifiés avec 10 ajouts et 12 suppressions
  1. 1 1
      Jamroot
  2. 8 10
      status/explicit-failures-markup.xml
  3. 1 1
      tools/build

+ 1 - 1
Jamroot

@@ -9,7 +9,7 @@
 
 # Usage:
 #
-#   bjam [options] [properties] [install|stage]
+#   b2 [options] [properties] [install|stage]
 #
 #   Builds and installs Boost.
 #

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

@@ -468,16 +468,14 @@
 
     <!-- build -->
     <library name="build">
-        <test name="timedata">
-            <mark-failure>
-                <toolset name="msvc-7.1"/>
-                <toolset name="msvc-8.0"/>
-                <toolset name="msvc-9.0"/>
-                <note author="Vladimir Prus">
-                  See https://zigzag.lvk.cs.msu.su:7813/boost.build/ticket/218
-                </note>
-            </mark-failure>
-        </test>
+        <mark-expected-failures>
+            <test name="collect_debug_info"/>
+            <toolset name="*"/>
+            <note author="Jurko Gospodnetić">
+                Temporarily enabled and always failing test used for collecting
+                additional feedback from the testing site.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- chrono -->

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 378009d006707a46be60248cd7865eb7018cb4b9
+Subproject commit 87c62c82d1e5255d2a79d142921318713f2ed238

粤ICP备19079148号