summaryrefslogtreecommitdiffstats
path: root/googletest/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-272-2/+14
|\
| * Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-262-2/+14
* | Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...Abseil Team2022-09-271-1/+2
|/
* Merge pull request #3916 from asmodai27:mainCopybara-Service2022-08-301-1/+1
|\
| * Avoid implicit conversion from int to charrefs/pull/3916/headJérôme Travert2022-06-261-1/+1
* | Consider all TERM values ending in "-256color" to be color supporting. In par...Abseil Team2022-08-261-6/+3
* | Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-012-2/+2
|\ \
| * | Update gtest.ccassafpr2022-06-271-1/+1
| * | Update gtest-death-test.ccassafpr2022-06-271-1/+1
| |/
* | gtest-death-test: add 'noreturn'refs/pull/3951/headMatei Dibu2022-07-201-1/+1
* | Merge pull request #3927 from yutotnh:fix-typoCopybara-Service2022-07-182-6/+6
|\ \
| * | fix: some typos in sourcerefs/pull/3927/headyutotnh2022-07-012-4/+4
| * | fix: some typos in commentyutotnh2022-07-011-2/+2
| |/
* | Merge pull request #3928 from venik:venik-clean-upCopybara-Service2022-07-121-1/+1
|\ \
| * | cleanup from unique_ptr branchrefs/pull/3928/headAlexander Nikforov2022-07-011-1/+1
| |/
* | Merge pull request #3868 from eidosmontreal:fix_undefined_symbol_kMaxRangeCopybara-Service2022-07-111-0/+2
|\ \ | |/ |/|
| * Fix for undefined symbol: testing::internal::Random::kMaxRangerefs/pull/3868/headGaspard Petit2022-05-311-0/+2
* | Merge pull request #3863 from eidosmontreal:fix_unused-variable_warningCopybara-Service2022-06-141-9/+9
|\ \
| * | Move declaration of kStdOutFileNo and kStdErrFilenorefs/pull/3863/headGaspard Petit2022-06-111-11/+9
| * | Fix "unused variable" warningGaspard Petit2022-05-301-0/+2
| |/
* | Merge pull request #3866 from eidosmontreal:simplify_shouldusecolorCopybara-Service2022-06-131-5/+0
|\ \ | |/ |/|
| * Simplify ColoredPrintf to rely on ShouldUseColorGaspard Petit2022-05-301-7/+1
|/
* Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-223-14/+34
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-041-3/+30
* Only print disabled test banner if the test matches gtest_filterAbseil Team2022-03-221-1/+1
* Running clang-format over all of GoogleTestAbseil Team2022-03-1512-995/+823
* Output source file path and line number in xml and json files.Szymon Sobik2022-03-081-5/+9
* Address conversion warning by explicitly casting to size_tAbseil Team2022-02-141-1/+3
* Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for...Copybara-Service2022-02-081-3/+21
|\
| * Apply requested changes by using std::inserter with move.refs/pull/3746/headHossein Ghahramanzadeh2022-02-051-9/+11
| * Do constant time matching for exact match filters.Hossein Ghahramanzadeh2022-01-311-3/+16
* | GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...Abseil Team2022-02-012-3/+4
|/
* Finish some missed pieces of the TestCase to TestSuite MigrationDerek Mauro2022-01-281-5/+5
* Make recreate_environments_when_repeating=false the default.Abseil Team2022-01-251-1/+1
* Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processingCopybara-Service2022-01-211-51/+94
|\
| * Fix a typo in comments.refs/pull/3615/headHossein Ghahramanzadeh2022-01-061-1/+1
| * Use normal for loop instead of accumulate.Hossein Ghahramanzadeh2022-01-061-5/+5
| * Improve code readablity.Hossein Ghahramanzadeh2022-01-061-2/+2
| * Apply requested changes to preserve old behavior.Hossein Ghahramanzadeh2022-01-061-13/+20
| * Reimplement MatchesFilter with new interfaces.Hossein Ghahramanzadeh2022-01-062-0/+9
| * Apply requested changes.Hossein Ghahramanzadeh2022-01-061-38/+34
| * Get rid of redundant filter matching codeHossein Ghahramanzadeh2022-01-062-52/+1
| * Add comments describing the behavior of filtersHossein Ghahramanzadeh2022-01-061-1/+13
| * Process filter string once instead of per testHossein Ghahramanzadeh2022-01-061-8/+73
* | Factor out AssertionResult into dedicated gtest-assertion-result header + imp...Abseil Team2022-01-193-40/+86
* | Merge pull request #3721 from joshiayush:i3719Copybara-Service2022-01-171-3/+4
|\ \ | |/ |/|
| * FIX #3719 -- Fix `clang` conversion warningsrefs/pull/3721/headAyush Joshi2022-01-011-3/+4
|/
* Allow to specify a random seed independently of whether shuffling is requestedrefs/pull/3694/headAyush Joshi2021-12-041-3/+1