Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Formatting changes | Gennadiy Civil | 2018-05-23 | 5 | -5/+5 | |
| | | | | | | | ||||||
| * | | | | | | Remove unused variable in Fuchsia. | Fabrice de Gans-Riberi | 2018-05-11 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-05-13 | 3 | -15/+234 | |
|\| | | | | | | ||||||
| * | | | | | | Use NULL instead of nullptr, for pre-C++11 builds. | Jae Heon Lee | 2018-05-09 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fix the bug where ad_hoc_test_result() functions of UnitTest and TestCase ↵ | Jae Heon Lee | 2018-05-07 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | objects would return failures registered at TestCase and UnitTest scopes, respectively. | |||||
| * | | | | | | Remove magic number | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Style fix | Fabrice de Gans-Riberi | 2018-05-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix comments | Fabrice de Gans-Riberi | 2018-05-03 | 2 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Fix more stuff and get tests to pass | Fabrice de Gans-Riberi | 2018-05-03 | 2 | -8/+22 | |
| | | | | | | | ||||||
| * | | | | | | Get all the things to work. | Fabrice de Gans-Riberi | 2018-05-02 | 1 | -35/+45 | |
| | | | | | | | ||||||
| * | | | | | | Fix stuff | Fabrice de Gans-Riberi | 2018-05-01 | 1 | -29/+27 | |
| | | | | | | | ||||||
| * | | | | | | Add Fuchsia support for death test. | Fabrice de Gans-Riberi | 2018-05-01 | 2 | -3/+196 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-05-05 | 1 | -0/+5 | |
|\| | | | | | | ||||||
| * | | | | | | Tweaking https://github.com/google/googletest/pull/1523 to exclude nacl | Gennadiy Civil | 2018-04-04 | 1 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | typo | Roland Leißa | 2018-03-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | provide alternative for DebugBreak() | Roland Leißa | 2018-03-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses asm("int3") for clang/gcc on x86 as alternative for DebugBreak() | |||||
* | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-04-01 | 2 | -79/+150 | |
|\| | | | | | | ||||||
| * | | | | | | merges, gtest | Gennadiy Civil | 2018-03-26 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | more merges | Gennadiy Civil | 2018-03-22 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | More merges | Gennadiy Civil | 2018-03-21 | 2 | -27/+33 | |
| | | | | | | | ||||||
| * | | | | | | merge, again, IsRecursiveContainer | Gennadiy Civil | 2018-03-15 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merging, XML tests | Gennadiy Civil | 2018-03-07 | 1 | -3/+36 | |
| | | | | | | | ||||||
| * | | | | | | merges-8 | Gennadiy Civil | 2018-03-05 | 2 | -22/+38 | |
| | | | | | | | ||||||
| * | | | | | | merges-7 | Gennadiy Civil | 2018-03-05 | 1 | -25/+41 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-03-05 | 9 | -160/+579 | |
|\| | | | | | | ||||||
| * | | | | | | Use a full message in the JSON output for failures | Petr Hosek | 2018-03-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The full message unlike summary also includes stack trace. | |||||
| * | | | | | | Support JSON output format in addition to XML | Petr Hosek | 2018-02-28 | 1 | -10/+365 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows emitting output in JSON format in addition to the already supported XML format. The implementation as well as the file structure is intentionally modelled after the XML one. | |||||
| * | | | | | | Switch default death test style back to "fast". | Victor Costan | 2018-02-27 | 1 | -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 Costan | 2018-02-19 | 1 | -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] | |||||
| * | | | | | | Merge branch 'master' into fix-printers | Gennadiy Civil | 2018-02-15 | 4 | -20/+21 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cleanup/merges | Gennadiy Civil | 2018-02-13 | 4 | -20/+21 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix std::iscntrl use in gtest-printers.cc | Victor Costan | 2018-02-12 | 1 | -1/+3 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ContainsUnprintableControlCodes() in gtest-printers.cc passes a char argument to std::iscntrl. Although its argument is an int, std::iscntrl produces undefined behavior if its argument is not representable as an unsigned char. The standard library on Windows asserts that the argument is an unsigned char, resulting in an assertion crash on debug builds. | |||||
| * | | | | / | Merging, coniniue | Gennadiy Civil | 2018-02-12 | 1 | -6/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Merge branch 'master' into assert | Gennadiy Civil | 2018-02-09 | 4 | -5/+11 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge pull request #1446 from tholsapp/master | Gennadiy Civil | 2018-02-09 | 3 | -4/+4 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fixed typos | |||||
| | | * | | | | | Fixed typos | Troy Holsapple | 2018-02-07 | 3 | -4/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | merges | Gennadiy Civil | 2018-02-09 | 1 | -1/+7 | |
| | |/ / / / / | ||||||
| * / / / / / | Add ability to throw from ASSERT | Alexey Sokolov | 2018-02-08 | 1 | -2/+5 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while not losing benefits of EXPECT, and not killing the whole test, as with --gtest_throw_on_failure. 183822976 | |||||
| * | | | | | upstream cl 182543808 | Gennadiy Civil | 2018-01-24 | 3 | -4/+95 | |
| | | | | | | ||||||
| * | | | | | Many code merge/upstream changes | Gennadiy Civil | 2018-01-23 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | merges, cl/155419551 and other | Gennadiy Civil | 2018-01-22 | 1 | -4/+5 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into support_xboxone | Gennadiy Civil | 2018-01-18 | 1 | -20/+19 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Expose ScopedTrace utility in public interface | Fedor Trushkin | 2018-01-17 | 1 | -20/+19 | |
| | | |_|_|/ | | |/| | | | ||||||
| * / | | | | Added support for WINAPI_PARTITION_TV_TITLE which is defined on XboxOne | gpetit | 2018-01-12 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Upstream cl 103120214 | Gennadiy Civil | 2018-01-11 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | More merge, cleanup | Gennadiy Civil | 2018-01-10 | 1 | -6/+4 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into missing-declarations | Gennadiy Civil | 2018-01-04 | 5 | -50/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | upstreaming cl 124976692 | Gennadiy Civil | 2018-01-03 | 5 | -50/+11 | |
| | | | | | | ||||||
| * | | | | | Pass the -Wmissing-declarations warning. | David Benjamin | 2018-01-03 | 3 | -33/+41 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS | Gennadiy Civil | 2017-12-09 | 1 | -1/+4 | |
| |\ \ \ \ | | | |_|/ | | |/| | |