summaryrefslogtreecommitdiff
path: root/gtests/google_test
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1741688 - Update googletest to 1.11.0 r=nss-reviewers,mtJ08nY2022-03-22124-14627/+10167
| | | | Differential Revision: https://phabricator.services.mozilla.com/D131425
* Backed out changeset 50f5a60523ca (Bug 1741688 - Update googletest to ↵NSS_3_74_BETA1Benjamin Beurdouche2021-12-16124-10167/+14627
| | | | 1.11.0) due to CI failures
* Bug 1741688 - Update googletest to 1.11.0 r=nss-reviewers,mtJ08nY2021-12-13124-14627/+10167
| | | | Differential Revision: https://phabricator.services.mozilla.com/D131425
* Bug 1677207 - Update Google Test to release-1.10.0 r=bbeurdoucheKevin Jacobs2020-12-11164-29091/+14543
| | | | | | ./gtests/google_test/update.sh release-1.10.0 && hg remove -A && hg add gtests/google_test/* Differential Revision: https://phabricator.services.mozilla.com/D98814
* Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyeaJan-Marek Glogowski2020-05-052-2/+1
| | | | | | | | | | | | | | * Drop the WIN% "32" default DLL suffix * Add default resource file handling => drop default RES * Generate IMPORT_LIBRARY based on IMPORT_LIB_SUFFIX and SHARED_LIBRARY, so we can drop all the explicit empty IMPORT_LIBRARY lines Originally this patch also tried to add a default MAPFILE rule, but this fails, because the ARCH makefiles set linker flags based on an existing MAPFILE variable. Differential Revision: https://phabricator.services.mozilla.com/D70369
* Bug 290526 Fix gtests build for WIN% targets r=rrelyeaJan-Marek Glogowski2020-05-052-2/+3
| | | | | | | | | | | | | | | The google_test gtest build doesn't provide any exports for the shared library on Windows and the gyp build also builds just a static library. So build gtest and gtestutil libraries as static. For whatever reason, the Windows linker doesn't find the main function inside the gtestutil library, if we don't tell it to build a console executable. But linking works fine, if the object file is used directly. But since we can have different main() objects based on build flags, we enforce building console applications binaries. Differential Revision: https://phabricator.services.mozilla.com/D70665
* Bug 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-051-7/+0
| | | | | | | Copying private headers is now simply included in the exports target, as these headers use an extra directory anyway. Differential Revision: https://phabricator.services.mozilla.com/D69021
* Bug 1486987 - Update googletest, r=uenoMartin Thomson2018-08-29191-4400/+15163
| | | | | | This adds a new script for updating gtest so that updating is easier. It updates googletest to release-1.8.1.
* Backed out changeset d89917892e22::d89917892e22Martin Thomson2018-08-29191-14453/+4363
|
* Bug 1486987 - Update googletest, r?kaieMartin Thomson2018-08-29191-4363/+14453
|
* Bug 1330557 - Add basic TLS client fuzzer r=mt,franziskusTim Taubert2017-02-101-1/+0
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D145
* Bug 1333361 - Fix static fuzzing builds r=franziskusTim Taubert2017-01-251-32/+0
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D170
* Bug 1310612 - move gtests to a directory of that name, r=franziskusMartin Thomson2016-10-28170-0/+70855