ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Failures in SetUpTestCase() are not logged in XML log (--gtest_output=xml) #295

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a statement that will fail to SetUpTestCase()
2. Build the test.
3. Run the test with --gtest_output=xml.

What is the expected output? What do you see instead?
I expect to see this failure in the XML output and standard out.
However, the failure only appears in standard out. Only subsequent failures in 
the individual tests appear in both.

What version of Google Test are you using? On what operating system?
1.4.0
Windows XP SP3
VC 8

Please provide any additional information below, such as a code snippet.

Original issue reported on code.google.com by ddor...@google.com on 22 Jun 2010 at 12:06

GoogleCodeExporter commented 9 years ago
To make this change, someone needs to lead the effort of coming up with a new 
XML schema and working with the Ant/Hudson/Google teams, who consume the 
format, to ensure that the result can be parsed by those tools.  ddorwin, would 
you like to be the one?

Original comment by w...@google.com on 28 Jun 2010 at 5:11