|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r69307 - sandbox/SOC/2010/phoenix3/libs/phoenix/test
From: thom.heller_at_[hidden]
Date: 2011-02-26 11:51:26
Author: theller
Date: 2011-02-26 11:51:25 EST (Sat, 26 Feb 2011)
New Revision: 69307
URL: http://svn.boost.org/trac/boost/changeset/69307
Log:
commented thread testcase out
Text files modified:
sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile
==============================================================================
--- sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile (original)
+++ sandbox/SOC/2010/phoenix3/libs/phoenix/test/Jamfile 2011-02-26 11:51:25 EST (Sat, 26 Feb 2011)
@@ -9,8 +9,8 @@
# bring in rules for testing
import testing ;
-local multi-threading = <library>/boost/thread
- <threading>multi <define>BOOST_ALL_NO_LIB=1 ;
+#local multi-threading = <library>/boost/thread
+# <threading>multi <define>BOOST_ALL_NO_LIB=1 ;
test-suite phoenix_core :
[ run core/primitives_tests.cpp ]
@@ -72,7 +72,7 @@
[ run scope/let_tests.cpp ]
[ run scope/dynamic_tests.cpp ]
[ run scope/bug3289.cpp ]
- [ run scope/bug_000008.cpp : : : $(multi-threading) ]
+# [ run scope/bug_000008.cpp : : : $(multi-threading) ]
;
test-suite phoenix_algorithm :
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