summaryrefslogtreecommitdiff
path: root/test/gtest-death-test_test.cc
Commit message (Expand)AuthorAge
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-09
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-04
* Adds support for detection of running in death test child processes.vladlosev2011-10-28
* Fixes test failure on 32-bit Ubuntu.vladlosev2011-10-05
* Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs p...vladlosev2011-09-09
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Add markers to death test messages to make them more recogizable (by Jeff Shu...zhanyong.wan2011-02-02
* Modifies handling of C++ exceptions in death tests to treat exceptions escapi...vladlosev2010-10-18
* Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release...zhanyong.wan2010-10-11
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); i...zhanyong.wan2010-08-09
* Fixes an 'unreachable code' warning by MSVC on certain opt settings in gtest-...vladlosev2010-03-08
* Modifies gtest-death-test_test not to use core-dumping API calls.vladlosev2010-03-02
* Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth);...zhanyong.wan2010-02-24
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-02
* Removes uses of GTEST_HAS_STD_STRING.zhanyong.wan2009-12-16
* Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original p...zhanyong.wan2009-09-30
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-30
* Makes gtest compile clean with MSVC's warning 4100 (unused formal parameter) ...zhanyong.wan2009-09-17
* Simplifies the implementation of GTEST_LOG_ & GTEST_LOG_; renameszhanyong.wan2009-09-16
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-11
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-01
* Implements EXPECT_DEATH_IF_SUPPORTED (by Vlad Losev); Fixes compatibility wit...zhanyong.wan2009-08-07
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); refactors...zhanyong.wan2009-07-22
* More refactoring for the event listener API, by Vlad Losev.zhanyong.wan2009-07-16
* Refactors for the event listener API (by Vlad Losev): hides some methods in U...zhanyong.wan2009-06-25
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-24
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Cleans up death test implementation (by Vlad Losev); changes the XML format t...zhanyong.wan2009-03-24
* Enables death tests on Cygwin and Mac (by Vlad Losev); fixes a python test on...zhanyong.wan2009-03-17
* Implements the --help flag; fixes tests on Windows.zhanyong.wan2009-03-11
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-11
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-06
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.shiqian2009-01-08
* Many changes:shiqian2008-10-11
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-12
* Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt...shiqian2008-08-01
* Initial import.shiqian2008-07-03