$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-25 20:40:16
Author: troy
Date: 2007-05-25 20:40:15 EDT (Fri, 25 May 2007)
New Revision: 4260
URL: http://svn.boost.org/trac/boost/changeset/4260
Log:
this test sends the freebsd compiler into an infinite loop  :(
Text files modified: 
   sandbox-branches/boost-cmake/boost_1_34_0/libs/utility/test/CMakeLists.txt |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/libs/utility/test/CMakeLists.txt
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/libs/utility/test/CMakeLists.txt	(original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/libs/utility/test/CMakeLists.txt	2007-05-25 20:40:15 EDT (Fri, 25 May 2007)
@@ -14,9 +14,13 @@
 boost_test_run(next_prior_test LIBRARIES boost_test_exec_monitor-static)
 boost_test_compile_fail(noncopyable_test SOURCES ../noncopyable_test.cpp)
 boost_test_run(numeric_traits_test SOURCES ../numeric_traits_test.cpp)
+if (${CMAKE_SYSTEM} MATCHES "FreeBSD-.*")
+boost_test_fail("operators_test_compilerbug")
+elseif(${CMAKE_SYSTEM} MATCHES "FreeBSD-.*")
 boost_test_run(operators_test 
   SOURCES ../operators_test.cpp
   LIBRARIES boost_test_exec_monitor-static)
+endif(${CMAKE_SYSTEM} MATCHES "FreeBSD-.*")
 boost_test_compile(ref_ct_test SOURCES ../ref_ct_test.cpp)
 boost_test_run(ref_test 
   SOURCES ../ref_test.cpp