$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-18 21:11:18
Author: hkaiser
Date: 2008-04-18 21:11:17 EDT (Fri, 18 Apr 2008)
New Revision: 44568
URL: http://svn.boost.org/trac/boost/changeset/44568
Log:
Spirit: removed multi_pass tests from regression runs, these are not completed yet.
Text files modified: 
   trunk/libs/spirit/test/Jamfile |     5 +++--                                   
   1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/spirit/test/Jamfile
==============================================================================
--- trunk/libs/spirit/test/Jamfile	(original)
+++ trunk/libs/spirit/test/Jamfile	2008-04-18 21:11:17 EDT (Fri, 18 Apr 2008)
@@ -81,8 +81,9 @@
 
     # run support tests
     [ run support/hold_any.cpp              : : : : ]
-    [ run support/multi_pass_compile.cpp    : : : : ]
-    [ run support/multi_pass.cpp            : : : : ]
+# the multi_pass tests are not completed yet
+#    [ run support/multi_pass_compile.cpp    : : : : ]
+#    [ run support/multi_pass.cpp            : : : : ]
 
     # run lexer tests
     [ run lex/lexertl1.cpp                  : : : : ]