$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2007-12-21 06:05:38
Author: anthonyw
Date: 2007-12-21 06:05:37 EST (Fri, 21 Dec 2007)
New Revision: 42229
URL: http://svn.boost.org/trac/boost/changeset/42229
Log:
Markup hardware_concurrency failure as expected on tru64 platforms, as support is not implemented
Text files modified: 
   trunk/status/explicit-failures-markup.xml |     8 ++++++++                                
   1 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml	(original)
+++ trunk/status/explicit-failures-markup.xml	2007-12-21 06:05:37 EST (Fri, 21 Dec 2007)
@@ -4663,6 +4663,14 @@
 choosing instead to bind them to the private (and unimplemented) copy constructor.
             </note>
         </mark-expected-failures>
+        <mark-expected-failures>
+            <test name="test_hardware_concurrency"/>
+            <test name="test_hardware_concurrency_lib"/>
+            <toolset name="*tru64"/>
+            <note author="Anthony Williams" date="2007-12-21">
+boost::thread::hardware_concurrency is not implemented and always returns 0 on this platform.
+            </note>
+        </mark-expected-failures>
     </library>
 
     <!-- tuple -->