$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67870 - trunk/status
From: vicente.botet_at_[hidden]
Date: 2011-01-09 12:34:41
Author: viboes
Date: 2011-01-09 12:34:38 EST (Sun, 09 Jan 2011)
New Revision: 67870
URL: http://svn.boost.org/trac/boost/changeset/67870
Log:
Boost.Chrono: Add test categories on regression matrix
Text files modified:
trunk/status/explicit-failures-markup.xml | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-01-09 12:34:38 EST (Sun, 09 Jan 2011)
@@ -480,13 +480,20 @@
<!-- chrono -->
<library name="chrono">
- <mark-unusable>
- <toolset name="borland-*"/>
- <toolset name="pathscale*"/>
- <note author="Vicente J. Botet Escriba">
- The compiler does not support features that are essential for the library.
- </note>
- </mark-unusable>
+ <mark-unusable>
+ <toolset name="borland-*"/>
+ <toolset name="pathscale*"/>
+ <note author="Vicente J. Botet Escriba">
+ The compiler does not support features that are essential for the library.
+ </note>
+ </mark-unusable>
+ <test name="*_fail" category="Fail">
+ </test>
+ <test name="*_static" category="Static Link">
+ </test>
+ <test name="*_shared" category="Shared Link">
+ </test>
+
</library>
<!-- circular_buffer -->