Opened 6 years ago
Closed 5 years ago
#12596 closed Bugs (fixed)
Sanitize metacharacters in test names
Reported by: | Owned by: | Raffi Enficiaud | |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | test |
Version: | Boost 1.62.0 | Severity: | Problem |
Keywords: | Cc: |
Description
(This is a follow-up to https://svn.boost.org/trac/boost/ticket/12531)
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.
Change History (4)
comment:1 by , 5 years ago
Milestone: | To Be Determined → Boost 1.66.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 5 years ago
Milestone: | Boost 1.66.0 → Boost 1.67.0 |
---|
comment:3 by , 5 years ago
I think I will re-enable the spaces in the names, I believe it should not cause any issue with the command line.
Note:
See TracTickets
for help on using tickets.
On branch
topic/12596-sanitize-metacharacters-test-names