id summary reporter owner description type status milestone component version severity resolution keywords cc 2573 run_test=foo does not filter for foo in non-MSVC and non-BORLAND compilers Eric Prud'hommeaux Gennadiy Rozental "[http://www.boost.org/doc/libs/1_36_0/libs/test/doc/html/utf/user-guide/runtime-config/run-by-name.html Running specific test units selected by their name] didn't work on my linux box running g++ 4.3.2 . (I'm using 1_36_0, but [https://svn.boost.org/trac/boost/browser/trunk/boost/test/impl/unit_test_main.ipp#L103 this problem appears to remain in the TRUNK].) The protective code around the string tokenizer requires BOOST_WORKAROUND( BOOST_MSVC, >= 1300) , which I expect is unset in non-MSVC environments. I switched to assuming that it works in other envs and it worked for me." Patches closed Boost 1.38.0 test Boost 1.36.0 Problem duplicate test filter