aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-death-test-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Swap settimer and sigaction calls to avoid SIGPROFPrzemek Kryger2020-03-241-5/+7
| | | | Fixes #2760.
* restore mistakenly removed iffs in their explicit formKrystian Kuzniarek2019-08-201-4/+4
| | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* Fix #2371: Redirect Windows CRT assertions to stderrAntoine Pitrou2019-08-061-0/+56
|
* fix typosKrystian Kuzniarek2019-07-301-3/+3
|
* clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-2/+4
| | | | | | | | | | | Cast some values as their unsigned equivalents or `size_t` to match the parameter type used for the template object under test. Also, provide UInt32 equivalent delegate methods for some callers (with int-equivalents for backwards compatibility). This closes #2146. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Googletest exportAbseil Team2019-04-011-11/+0
| | | | | | | | Remove support for "global" ::string and ::wstring types. This support existed for legacy codebases that existed from before namespaces where a thing. It is no longer necessary. PiperOrigin-RevId: 241335738
* Googletest exportmisterg2019-01-111-2/+2
| | | | | | Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
* Googletest exportmisterg2019-01-021-3/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Googletest exportAbseil Team2018-12-031-13/+9
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Googletest exportdurandal2018-11-281-23/+11
| | | | | Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build. PiperOrigin-RevId: 223227562
* Googletest exportdurandal2018-11-281-10/+68
| | | | | | Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409
* Googletest exportdurandal2018-11-201-0/+8
| | | | | | Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-11/+10
| | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-1/+1
|
* Comments changes, no functionality changesGennadiy Civil2018-08-141-2/+1
|
* Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-011-1/+1
|
* more tests changesGennadiy Civil2018-08-011-0/+1424