id summary reporter owner description type status milestone component version severity resolution keywords cc 9531 / and , bind at the wrong precedence for --run_test argument Richard Gennadiy Rozental "When specifying an argument to --run_test you can use * to specify wildcards in the naming hierarchy and / to specify different levels of the naming hierarchy. Comma (,) can be used to specify different sets of tests but only at the same level. Unfortunately this is backwards from what you'd expect because you really want comma to separate entire specifications, not different names at the same level. If you have the following test case organization: MASTER[[BR]] suite1[[BR]] case1[[BR]] case2[[BR]] suite2[[BR]] testcase1[[BR]] testcase2[[BR]] suite3[[BR]] subsuite[[BR]] testcase1[[BR]] There isn't any way to specify that only case1, testcase2 and subsuite be run. This is because you can't specify alternative paths, only alternative elements within a path level. " Bugs closed Boost 1.59.0 test Boost 1.53.0 Problem fixed awl03@…