summaryrefslogtreecommitdiffstats
path: root/googletest/src/gtest-death-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-2/+2
|
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Code formatting changes, clean up, no functionality changesrefs/pull/1738/headGennadiy Civil2018-08-141-1/+0
|
* Fixing identation, causes build errors when warnings are treated as errorsrefs/pull/1721/headGennadiy Civil2018-08-091-1/+2
|
* Update gtest-death-test.ccGennadiy Civil2018-08-091-7/+9
|
* Fixing identation, causes build errors when warnings are treated as errorsGennadiy Civil2018-08-091-2/+2
|
* Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-081-1/+4
| | | | | Formatting changes and code sync Merge branch 'master' of https://github.com/google/googletest
* No default exception handlingWez2018-08-031-15/+50
|
* Fuchsia: Change fdio include path.refs/pull/1623/headFabrice de Gans-Riberi2018-06-071-2/+2
|
* Clean upFabrice de Gans-Riberi2018-05-311-5/+1
|
* Remvoe launchpad dependency from Fuchsia.Fabrice de Gans-Riberi2018-05-311-23/+26
|
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* Remove unused variable in Fuchsia.Fabrice de Gans-Riberi2018-05-111-1/+1
|
* Remove magic numberrefs/pull/1593/headFabrice de Gans-Riberi2018-05-031-1/+1
|
* Fix commentsFabrice de Gans-Riberi2018-05-031-5/+5
|
* Fix more stuff and get tests to passFabrice de Gans-Riberi2018-05-031-7/+7
|
* Get all the things to work.Fabrice de Gans-Riberi2018-05-021-35/+45
|
* Fix stuffFabrice de Gans-Riberi2018-05-021-29/+27
|
* Add Fuchsia support for death test.Fabrice de Gans-Riberi2018-05-011-3/+186
|
* Switch default death test style back to "fast".refs/pull/1464/headVictor Costan2018-02-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | Google Test has recently (02/09/2018) switched the default death test style from "fast" to "threadsafe" in https://github.com/google/googletest/commit/ec7faa943d7817c81ce7bdf71a21ebc9244dc8de Threadsafe death tests have been used internally for a while, and are proven to be a better default. However, adopting this better default can be challenging for large projects with a significant investment in custom infrastructure built on top of Google Test. The same custom infrastructure can make it difficult for large projects to switch back to the old default by passing in --gtest_death_test_style=fast. For the reasons above, the default switch is considered too disruptive, and this CL reverts it. This CL also introduces the GTEST_DEFAULT_DEATH_TEST_STYLE preprocesor macro, which replaces the hard-coded default. The macro can be defined in gtest/internal/custom/gtest-port.h by projects that are ready to migrate to thread-safe death tests.
* Fix unused function warning on Mac OS.Victor Costan2018-02-191-0/+2
| | | | | | | As of recently, Google Test fails to compile with the warning below when used in projects with strict warning settings. googletest/src/gtest-death-test.cc:1004:13: error: unused function 'StackGrowsDown' [-Werror,-Wunused-function]
* Merging, coniniueGennadiy Civil2018-02-121-6/+4
|
* mergesrefs/pull/1448/headGennadiy Civil2018-02-091-1/+7
|
* Merge branch 'master' into missing-declarationsrefs/pull/1007/headGennadiy Civil2018-01-051-8/+0
|\
| * upstreaming cl 124976692Gennadiy Civil2018-01-031-8/+0
| |
* | Pass the -Wmissing-declarations warning.David Benjamin2018-01-031-9/+12
|/ | | | | | This makes it easier to use GTest in projects that build with the -Wmissing-declarations warning. This fixes the warning in headers and source files, though not GTest's own tests as it is rather noisy there.
* Merge pull request #764 from flyd1005/wip-fix-typoGennadiy Civil2017-08-021-1/+1
|\ | | | | remove duplicated words
| * remove duplicated wordsrefs/pull/764/headLi Peng2016-04-271-1/+1
| | | | | | | | Signed-off-by: Li Peng <lip@dtdream.com>
* | Use std::string and ::string explicitly in gtest and gmock code.refs/pull/1089/headNico Weber2017-05-151-4/+3
|/ | | | | | | | | This merges a Google-internal change (117235625). Original CL description: This CL was created manually in about an hour with sed, a Python script to find all the places unqualified 'string' was mentioned, and some help from Emacs to add the "std::" qualifications, plus a few manual tweaks.
* Fix unused static variable warning on Windowsrefs/pull/585/headOrgad Shaneh2015-09-091-0/+2
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+1340