- 23 Sep, 2018 4 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Jonny007-MKD authored
Shorten lines in unit tests
-
Jonny007-MKD authored
-
- 20 Sep, 2018 1 commit
-
-
Abseil Team authored
support printing std::reference_wrapper<T> in gUnit PiperOrigin-RevId: 213270392
-
- 18 Sep, 2018 1 commit
-
-
Jonny007-MKD authored
-
- 15 Sep, 2018 1 commit
-
-
Jonny007-MKD authored
-
- 14 Sep, 2018 1 commit
-
-
Jonny007-MKD authored
-
- 13 Sep, 2018 4 commits
-
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
Jonny007-MKD authored
-
- 06 Sep, 2018 2 commits
-
-
Abseil Team authored
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211524592
-
Abseil Team authored
Make EXPECT_THROW print the actual exception type on the "threw the wrong exception type" case if the actual exception is a std::exception PiperOrigin-RevId: 211519873
-
- 28 Aug, 2018 3 commits
-
-
Abseil Team authored
Add the possibility of specifying the name in type parameterized tests. Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T. PiperOrigin-RevId: 210532231
-
Abseil Team authored
Breaks Windows builds PiperOrigin-RevId: 210434120
-
Abseil Team authored
Fix Theta(N^2) memory usage of EXPECT_EQ(string) when the strings don't match. The underlying CalculateOptimalEdits() implementation used a simple dynamic-programming approach that always used N^2 memory and time. This meant that tests for equality of large strings were ticking time bombs: They'd work fine as long as the test passed, but as soon as the strings differed the test would OOM, which is very hard to debug. I switched it out for a Dijkstra search, which is still worst-case O(N^2), but in the usual case of mostly-matching strings, it is much closer to linear. PiperOrigin-RevId: 210405025
-
- 20 Aug, 2018 1 commit
-
-
misterg authored
- 209457654 Import of OSS PR, https://github.com/google/googletest/pu... by misterg <misterg@google.com> PiperOrigin-RevId: 209457654
-
- 14 Aug, 2018 1 commit
-
-
Gennadiy Civil authored
Comments changes, no functionality changes
-
- 27 Jul, 2018 1 commit
-
-
Gennadiy Civil authored
Formatting changes for automatic code management
-
- 23 May, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 10 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 04 Apr, 2018 1 commit
-
-
fo40225 authored
-
- 16 Mar, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 15 Mar, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 12 Mar, 2018 1 commit
-
-
Bernhard Bauer authored
This allows doing things like TEST_P(TestFixture, MAYBE(TestName)) for nicer conditional test disabling. Upstream of cr/188748737. Tested: Added unit tests MacroNamingTest and MacroNamingTestNonParametrized.
-
- 23 Feb, 2018 1 commit
-
-
Anders Sundman (asum) authored
-
- 13 Feb, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 17 Jan, 2018 1 commit
-
-
Fedor Trushkin authored
-
- 11 Jan, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 10 Jan, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
code merges, cleanup
-
- 09 Aug, 2017 1 commit
-
-
drgler authored
Infinite Loop when calling a mock function that takes boost::filesystem::path as parameter #521: Add is_same type trait and prevent infinite loops for recursive containers
-
- 11 Jun, 2017 1 commit
-
-
Billy Donahue authored
-
- 15 May, 2017 1 commit
-
-
Nico Weber authored
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.
-
- 25 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 24 Jul, 2015 1 commit
-
-
kosak authored
-
- 17 Jul, 2015 1 commit
-
-
kosak authored
-