summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportdmauro2021-11-031-69/+12
| | | | | | Remove the subprocess fallback code for older versions of Python PiperOrigin-RevId: 405967578
* Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
|
* Googletest exportdmauro2021-08-101-1/+1
| | | | | | Fix a Python 2 to 3 issue PiperOrigin-RevId: 389720056
* Googletest exportrefs/pull/3151/headAbseil Team2020-12-021-2/+0
| | | | | | | | Remove `status` from our internal Subprocess utility. This facility is unused, so better to just remove it than figure out what its cross-OS semantics should be. PiperOrigin-RevId: 345279290
* Googletest exportAbseil Team2020-12-021-2/+2
| | | | | | | | Check for a high bit to see if a return value is a signal or an error code in googletest/test. This is needed because for subprocess under python3 windows, a return value representing a C signal (such as 0x80000003) is represented as a large positive integer rather than a negative one. PiperOrigin-RevId: 345270460
* Merge pull request #2387 from kuzkry:iffShaindel Schwartz2019-09-121-3/+4
|\ | | | | | | PiperOrigin-RevId: 268693457
| * restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-201-3/+3
|/ | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-2/+2
|
* Googletest exportmisterg2019-01-021-2/+0
| | | | | | Internal Change PiperOrigin-RevId: 227575279
* Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into ↵KO Myung-Hun2018-10-111-1/+2
| | | | | | | | f203b2db77161fe54846ea9e839ebec81aeeccac Closes #1899 PiperOrigin-RevId: 216719020
* Comments changes, no functionality changes. Gennadiy Civil2018-08-141-3/+1
|
* formatting and small changes related to code management, no functionality ↵Gennadiy Civil2018-08-091-5/+3
| | | | changes
* Formatting changes refs/pull/1607/headGennadiy Civil2018-05-231-1/+1
|
* merges-6refs/pull/1491/headGennadiy Civil2018-03-051-1/+1
|
* Fixed typosrefs/pull/1446/headTroy Holsapple2018-02-081-1/+1
|
* more mergingrefs/pull/1415/headGennadiy Civil2018-01-221-2/+0
|
* mergingGennadiy Civil2018-01-221-2/+2
|
* code mergeGennadiy Civil2018-01-221-8/+8
|
* Fixed some typosrefs/pull/1030/headvpfautz2017-02-261-1/+1
|
* add python 3 support to testsThomas Amland2016-01-191-1/+1
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+320