Re: [cmake-developers] CTest XML outputs unsafe content

2015-08-28 Thread Brad King
On 08/27/2015 05:02 PM, Daniel Pfeifer wrote: I saw cmXMLSafe is used in some places inside CTest. Since escaping is handled by cmXMLWriter, this may lead to some double encodings. I have attached two patches that remove all uses of cmXMLSafe from CTest. Thanks. Applied with minor tweaks:

Re: [cmake-developers] CTest XML outputs unsafe content

2015-08-27 Thread Brad King
On 08/27/2015 07:20 AM, Mathieu MARACHE wrote: I'm maintaining a CTest output parser for Bamboo. It was reported to me that CMake 3.3.1 produced parsing issues in my plugin. After digging into CMake source code, it seems that a bug was introduced with the replacement of direct use of cmXMLSafe

Re: [cmake-developers] CTest XML outputs unsafe content

2015-08-27 Thread Daniel Pfeifer
On Thu, Aug 27, 2015 at 3:34 PM, Brad King brad.k...@kitware.com wrote: On 08/27/2015 07:20 AM, Mathieu MARACHE wrote: I'm maintaining a CTest output parser for Bamboo. It was reported to me that CMake 3.3.1 produced parsing issues in my plugin. After digging into CMake source code, it seems