aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-port_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Implements the element_type typedef in testing::internal::scoped_ptr. This is...vladlosev2009-11-171-0/+8
* Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests...zhanyong.wan2009-11-131-0/+4
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-3/+3
* 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