aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-port_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-3/+4
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-071-5/+1
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-221-4/+4
* Reduces the flakiness of gtest-port_test on Mac; improves the Python tests; h...zhanyong.wan2009-07-011-0/+14
* Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the th...zhanyong.wan2009-04-071-0/+43
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-13/+25
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-12/+489
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+156