Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83295 - trunk/libs/thread/test
From: vicente.botet_at_[hidden]
Date: 2013-03-04 13:15:28


Author: viboes
Date: 2013-03-04 13:15:27 EST (Mon, 04 Mar 2013)
New Revision: 83295
URL: http://svn.boost.org/trac/boost/changeset/83295

Log:
Thread: activate synchronized_value tests
Text files modified:
   trunk/libs/thread/test/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/thread/test/Jamfile.v2
==============================================================================
--- trunk/libs/thread/test/Jamfile.v2 (original)
+++ trunk/libs/thread/test/Jamfile.v2 2013-03-04 13:15:27 EST (Mon, 04 Mar 2013)
@@ -703,7 +703,7 @@
     ;
 
 
- explicit ts_synchronized_value ;
+ #explicit ts_synchronized_value ;
     test-suite ts_synchronized_value
     :
           [ thread-run2-noit ./sync/mutual_exclusion/synchronized_value/copy_assign_pass.cpp : synchronized_value__copy_assign_p ]
@@ -732,7 +732,7 @@
           #[ compile virtual_noexcept.cpp ]
           #[ thread-run test_7720.cpp ]
           #[ thread-run test_7666.cpp ]
- #[ thread-run test_7666.cpp ]
+ #[ thread-run test_7755.cpp ]
           #[ thread-run ../example/unwrap.cpp ]
           #[ thread-run ../example/perf_condition_variable.cpp ]
           #[ thread-run ../example/perf_shared_mutex.cpp ]


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