aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_xml_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in ↵zhanyong.wan2009-04-091-1/+1
| | | | GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan).
* Cleans up death test implementation (by Vlad Losev); changes the XML format ↵zhanyong.wan2009-03-241-12/+13
| | | | to be closer to junitreport (by Zhanyong Wan).
* Lots of changes:shiqian2008-09-261-40/+60
| | | | | | | | * changes the XML report format to match JUnit/Ant's. * improves file path handling. * allows the user to disable RTTI using the GTEST_HAS_RTTI macro. * makes the code compile with -Wswitch-enum.
* Initial import.shiqian2008-07-031-0/+138