Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77369 - in trunk: libs/chrono/test status
From: vicente.botet_at_[hidden]
Date: 2012-03-18 10:18:38


Author: viboes
Date: 2012-03-18 10:18:37 EDT (Sun, 18 Mar 2012)
New Revision: 77369
URL: http://svn.boost.org/trac/boost/changeset/77369

Log:
Chrono: make the test names shorter
Text files modified:
   trunk/libs/chrono/test/Jamfile.v2 | 130 ++++++++++++++++++++--------------------
   trunk/status/explicit-failures-markup.xml | 10 +-
   2 files changed, 71 insertions(+), 69 deletions(-)

Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2012-03-18 10:18:37 EDT (Sun, 18 Mar 2012)
@@ -52,18 +52,18 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     # : :
     # :
     # <library>/boost/system//boost_system
- # : $(sources[1]:B)_static ]
+ # : $(sources[1]:B)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     ;
 }
 
@@ -75,24 +75,24 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     [ run $(sources) ../build//boost_chrono/<link>static
         : :
         :
             <library>/boost/system//boost_system
- : v1_$(sources[1]:B)_static ]
+ : v1_$(sources[1]:B)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : v1_$(sources[1]:B)_header ]
+ : v1_$(sources[1]:B)_h ]
     ;
 }
 
@@ -104,18 +104,18 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_shared ]
+ : $(name)_d ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     # : :
     # :
     # <library>/boost/system//boost_system
- # : $(name)_static ]
+ # : $(name)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -127,13 +127,13 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -145,13 +145,13 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_shared ]
+ : $(name)_d ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -163,7 +163,7 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     ;
 }
 
@@ -175,7 +175,7 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_shared ]
+ : $(name)_d ]
     ;
 }
 
@@ -188,18 +188,18 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     # : :
     # :
     # <library>/boost/system//boost_system
- # : $(sources[1]:B)_static ]
+ # : $(sources[1]:B)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     ;
 }
 rule chrono-run2-mt ( sources : name )
@@ -210,18 +210,18 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_shared ]
+ : $(name)_d ]
     #[ run $(sources) ../build//boost_chrono/<link>static
     # : :
     # :
     # <library>/boost/system//boost_system
- # : $(name)_static ]
+ # : $(name)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -233,19 +233,19 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_shared ]
+ : $(sources[1]:B)_d ]
     [ run $(sources)
         : :
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_static ]
+ : $(sources[1]:B)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     ;
 }
 
@@ -257,19 +257,19 @@
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_shared ]
+ : $(name)_d ]
     [ run $(sources)
         : :
         :
             <library>/boost/system//boost_system
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_static ]
+ : $(name)_s ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -281,7 +281,7 @@
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     ;
 }
 
@@ -293,12 +293,12 @@
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     [ run $(sources)
         : :
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
- : v1_$(sources[1]:B)_header ]
+ : v1_$(sources[1]:B)_h ]
     ;
 }
 
@@ -310,7 +310,7 @@
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -320,12 +320,12 @@
     [ compile $(sources)
         :
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_lib ]
+ : $(sources[1]:B)_l ]
     [ compile $(sources)
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(sources[1]:B)_header ]
+ : $(sources[1]:B)_h ]
     ;
 }
 
@@ -335,12 +335,12 @@
     [ compile $(sources)
         :
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_lib ]
+ : $(name)_l ]
     [ compile $(sources)
         : <define>BOOST_CHRONO_HEADER_ONLY
            <define>BOOST_CHRONO_DONT_PROVIDE_HYBRID_ERROR_HANDLING
             <define>BOOST_CHRONO_VERSION=2
- : $(name)_header ]
+ : $(name)_h ]
     ;
 }
 
@@ -370,10 +370,10 @@
 
     test-suite "traits"
         :
- [ chrono-compile2 traits/common_type_duration_pass.cpp : traits_common_type_duration_pass ]
- [ chrono-compile2 traits/common_type_time_point_pass.cpp : traits_common_type_time_point_pass ]
- [ chrono-compile2 traits/treat_as_floating_point_pass.cpp : traits_treat_as_floating_point_pass ]
- [ chrono-run-header2 traits/duration_values_pass.cpp : traits_duration_values_pass ]
+ [ chrono-compile2 traits/common_type_duration_pass.cpp : traits_common_type_duration_p ]
+ [ chrono-compile2 traits/common_type_time_point_pass.cpp : traits_common_type_time_point_p ]
+ [ chrono-compile2 traits/treat_as_floating_point_pass.cpp : traits_treat_as_floating_point_p ]
+ [ chrono-run-header2 traits/duration_values_pass.cpp : traits_duration_values_p ]
         ;
 
     test-suite "duration"
@@ -404,35 +404,35 @@
 
     test-suite "time_point"
         :
- [ chrono-compile2 time_point/default_duration_pass.cpp : time_point_default_duration_pass ]
- [ compile-fail time_point/not_duration_fail.cpp : : time_point_not_duration_fail ]
- [ chrono-run-header2 time_point/arithmetic_pass.cpp : time_point_arithmetic_pass ]
- [ chrono-run-header2 time_point/arithmetic_ext_pass.cpp : time_point_arithmetic_ext_pass ]
- [ chrono-run-header2 time_point/time_point_cast_pass.cpp : time_point_time_point_cast_pass ]
- [ compile-fail time_point/time_point_cast_int_fail.cpp : : time_point_time_point_cast_int_fail ]
- [ chrono-run-header2 time_point/comparisons_pass.cpp : time_point_comparisons_pass ]
- [ compile-fail time_point/comparisons/equal_fail.cpp : : time_point_equal_fail ]
- [ compile-fail time_point/comparisons/less_fail.cpp : : time_point_less_fail ]
- [ chrono-run-header2 time_point/constructor_pass.cpp : time_point_constructor_pass ]
- [ compile-fail time_point/cons/implicit_fail.cpp : : time_point_implicit_fail ]
- [ compile-fail time_point/cons/non_implicit_convertible_duration_fail.cpp : : time_point_non_implicit_convertible_duration_fail ]
- [ chrono-run-header2 time_point/min_max_pass.cpp : time_point_min_max_pass ]
+ [ chrono-compile2 time_point/default_duration_pass.cpp : time_point_default_duration_p ]
+ [ compile-fail time_point/not_duration_fail.cpp : : time_point_not_duration_f ]
+ [ chrono-run-header2 time_point/arithmetic_pass.cpp : time_point_arithmetic_p ]
+ [ chrono-run-header2 time_point/arithmetic_ext_pass.cpp : time_point_arithmetic_ext_p ]
+ [ chrono-run-header2 time_point/time_point_cast_pass.cpp : time_point_time_point_cast_p ]
+ [ compile-fail time_point/time_point_cast_int_fail.cpp : : time_point_time_point_cast_int_f ]
+ [ chrono-run-header2 time_point/comparisons_pass.cpp : time_point_comparisons_p ]
+ [ compile-fail time_point/comparisons/equal_fail.cpp : : time_point_equal_f ]
+ [ compile-fail time_point/comparisons/less_fail.cpp : : time_point_less_f ]
+ [ chrono-run-header2 time_point/constructor_pass.cpp : time_point_constructor_p ]
+ [ compile-fail time_point/cons/implicit_fail.cpp : : time_point_implicit_f ]
+ [ compile-fail time_point/cons/non_implicit_convertible_duration_fail.cpp : : time_point_non_implicit_convertible_duration_f ]
+ [ chrono-run-header2 time_point/min_max_pass.cpp : time_point_min_max_p ]
         ;
 
     test-suite "clock"
         :
- [ chrono-run2-mt clock/clock_pass.cpp : clock_clock_pass ]
+ [ chrono-run2-mt clock/clock_pass.cpp : clock_clock_p ]
         ;
 
     test-suite "stopwatch"
         :
- [ stopwatch-run2 stopwatch/simple_stopwatch_pass.cpp : simple_stopwatch_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_pass.cpp : basic_stopwatch_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_last_lap_pass.cpp : basic_stopwatch_last_lap_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp : basic_stopwatch_laps_accumulator_set_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_laps_container_pass.cpp : basic_stopwatch_laps_container_pass ]
+ [ stopwatch-run2 stopwatch/simple_stopwatch_pass.cpp : simple_stopwatch_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_pass.cpp : basic_stopwatch_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_last_lap_pass.cpp : basic_stopwatch_last_lap_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp : basic_stopwatch_laps_accumulator_set_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_laps_container_pass.cpp : basic_stopwatch_laps_container_p ]
 
- [ stopwatch-run2 stopwatch/suspendable_stopwatch_pass.cpp : suspendable_stopwatch_pass ]
+ [ stopwatch-run2 stopwatch/suspendable_stopwatch_pass.cpp : suspendable_stopwatch_p ]
         ;
 
     test-suite "stopwatch_ex"
@@ -442,11 +442,11 @@
 
     test-suite "stopclock"
         :
- [ stopwatch-run2 stopwatch/simple_stopwatch_reporter_pass.cpp : simple_stopwatch_reporter_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_reporter_pass.cpp : basic_stopwatch_reporter_pass ]
- [ stopwatch-run2 stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp : basic_stopwatch_reporter_laps_accumulator_set_pass ]
- [ stopwatch-run2 stopwatch/laps_stopclock_pass.cpp : laps_stopclock_pass ]
- [ stopwatch-run2 stopwatch/laps_stopclock_laps_accumulator_set_pass.cpp : laps_stopclock_laps_accumulator_set_pass ]
+ [ stopwatch-run2 stopwatch/simple_stopwatch_reporter_pass.cpp : simple_stopwatch_reporter_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_reporter_pass.cpp : basic_stopwatch_reporter_p ]
+ [ stopwatch-run2 stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp : basic_stopwatch_reporter_laps_accumulator_set_p ]
+ [ stopwatch-run2 stopwatch/laps_stopclock_pass.cpp : laps_stopclock_p ]
+ [ stopwatch-run2 stopwatch/laps_stopclock_laps_accumulator_set_pass.cpp : laps_stopclock_laps_accumulator_set_p ]
 
         ;
     test-suite "stopclock_ex"

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2012-03-18 10:18:37 EDT (Sun, 18 Mar 2012)
@@ -487,13 +487,15 @@
                 The compiler does not support features that are essential for the library.
             </note>
         </mark-unusable>
- <test name="*_header" category="Header Only">
+ <test name="*_h" category="Header Only">
         </test>
- <test name="*_static" category="Static Link">
+ <test name="*_l" category="Non Header Only">
         </test>
- <test name="*_shared" category="Shared Link">
+ <test name="*_s" category="Static Link">
         </test>
- <test name="*_fail" category="Compile Diagnostic Required">
+ <test name="*_d" category="Dynamic Link">
+ </test>
+ <test name="*_f" category="Compile Diagnostic Required">
         </test>
       
     </library>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk