Boost C++ Libraries: Ticket #12596: Sanitize metacharacters in test names https://svn.boost.org/trac10/ticket/12596 <p> (This is a follow-up to <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/12531"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/12531</a>) </p> <p> If a name of a manually registered test contains one of the test filter metacharacters, it might lead to problems when it's passed via the --run_test command line argument. The list of characters which cause that problem includes at least ",*@+!/". I suggest sanitizing these characters similar to how ':' and ' ' are sanitized right now. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12596 Trac 1.4.3 Raffi Enficiaud Tue, 02 Jan 2018 22:09:23 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/12596#comment:1 https://svn.boost.org/trac10/ticket/12596#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.66.0</span> </li> </ul> <p> On branch <code>topic/12596-sanitize-metacharacters-test-names</code> </p> Ticket Raffi Enficiaud Thu, 18 Jan 2018 14:21:43 GMT milestone changed https://svn.boost.org/trac10/ticket/12596#comment:2 https://svn.boost.org/trac10/ticket/12596#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.66.0</span> → <span class="trac-field-new">Boost 1.67.0</span> </li> </ul> Ticket Raffi Enficiaud Thu, 18 Jan 2018 14:22:17 GMT <link>https://svn.boost.org/trac10/ticket/12596#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12596#comment:3</guid> <description> <p> I think I will re-enable the spaces in the names, I believe it should not cause any issue with the command line. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Raffi Enficiaud</dc:creator> <pubDate>Mon, 12 Feb 2018 08:19:27 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12596#comment:4 https://svn.boost.org/trac10/ticket/12596#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> In master </p> Ticket