id summary reporter owner description type status milestone component version severity resolution keywords cc 13398 Log format JUNIT generates invalid XML files gallien@… Raffi Enficiaud "The generated XML attributes 'property' are not closed in JUNIT log output (see http://www.boost.org/doc/libs/1_66_0/libs/test/doc/html/boost_test/test_output/log_formats.html). Example output with log format JUNIT: {{{ }}} Look at 'bool test_suite_start( test_suite const& ts )' in 'boost/test/impl/junit_log_formatter.ipp'. There are no closing tags. {{{ if(m_display_build_info) { m_stream << """" << std::endl; m_stream << """" << std::endl; } }}} " Bugs closed Boost 1.67.0 test Boost 1.66.0 Problem fixed gallien@…