summaryrefslogtreecommitdiff
path: root/test/gtest_xml_test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* When --gtest_filter is specified, XML report now doesn't contain information ...vladlosev2013-04-251-3/+5
* Implements support for calling Test::RecordProperty() outside of a test.vladlosev2013-04-051-1/+3
* Adds file and line information to the "message", which is used as the summaryjgm@google.com2012-01-171-4/+9
* Implements the timestamp attribute for the testsuites element in the output X...vladlosev2011-10-051-24/+30
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-2/+9
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-18/+30
* Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan);...zhanyong.wan2009-06-171-3/+4
* Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in Ge...zhanyong.wan2009-04-091-1/+1
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-241-12/+13
* Lots of changes:shiqian2008-09-261-40/+60
* Initial import.shiqian2008-07-031-0/+138