- 13 Apr, 2021 1 commit
-
-
Dino Radaković authored
-
- 12 Apr, 2021 2 commits
-
-
Dino Radaković authored
-
Dino Radaković authored
-
- 09 Apr, 2021 3 commits
-
-
Dino Radaković authored
-
Abseil Team authored
Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
-
Dino Radaković authored
PiperOrigin-RevId: 367509099
-
- 08 Apr, 2021 5 commits
-
-
Abseil Team authored
Update the example for Notify to use a lambda. It is much less boilerplate and easier to remember. PiperOrigin-RevId: 367284222
-
Abseil Team authored
Docs: Add examples for `FieldsAre` matcher PiperOrigin-RevId: 367263024
-
Abseil Team authored
Migrate away from deprecated --heap_check=strict PiperOrigin-RevId: 367226846
-
Abseil Team authored
This is part of a soft transition over to having ZX_INFO_PROCESS populate a new struct. See fxbug.dev/30751 for more details. PiperOrigin-RevId: 367083068
-
Abseil Team authored
Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise` PiperOrigin-RevId: 367059198
-
- 05 Apr, 2021 2 commits
-
-
Abseil Team authored
Disable blank issue template, delete question template PiperOrigin-RevId: 366874747
-
Abseil Team authored
Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE} PiperOrigin-RevId: 366455905
-
- 30 Mar, 2021 1 commit
-
-
Dino Radaković authored
PiperOrigin-RevId: 365572439
-
- 25 Mar, 2021 9 commits
-
-
Abseil Team authored
Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
-
Abseil Team authored
Clarify explanation of mocking free functions PiperOrigin-RevId: 364943561
-
Abseil Team authored
Minor formatting updates PiperOrigin-RevId: 364935205
-
Abseil Team authored
Code style cleanup in docs PiperOrigin-RevId: 364907938
-
Abseil Team authored
Update advanced.md PiperOrigin-RevId: 364839958
-
Abseil Team authored
Update explanation of `EXPECT_EQ(NULL, ptr)` in FAQ PiperOrigin-RevId: 364626422
-
Abseil Team authored
Code style cleanups in cheat sheet PiperOrigin-RevId: 364465553
-
Abseil Team authored
Add CMake quickstart PiperOrigin-RevId: 364437779
-
Abseil Team authored
Add Bazel quickstart PiperOrigin-RevId: 364419540
-
- 22 Mar, 2021 1 commit
-
-
Abseil Team authored
Print std::u8string, std::u16string, and std::u32string as string literals Previously, these types were printed as "{ U+123, U+456, U+789 }". However, printed output in that form is difficult to compare against any literals that might be defined in code. Instead, just treat these types like std::string and std::wstring, escaping non-ASCII characters with a hexadecimal escape sequence. The tests have also been updated to cover the new functionality: as a bonus, the tests now also pass with the MSVC toolchain. Internally, the code has been reorganized to primarily operate in terms of char32_t, under the assumption that char32_t will always be at least as big as wchar_t. While that assumption is currently true, perhaps it won't be in the future... PiperOrigin-RevId: 364033132
-
- 18 Mar, 2021 1 commit
-
-
Andy Soffer authored
PiperOrigin-RevId: 363176008
-
- 17 Mar, 2021 1 commit
-
-
Austin Sullivan authored
An incorrect link is output to the user when these conditions are met.
-
- 16 Mar, 2021 5 commits
-
-
Andy Soffer authored
PiperOrigin-RevId: 363063211
-
Abseil Team authored
gtest: Output a canned test suite for environment failures in XML/JSON This surfaces useful information about the environment failure in a structured form. As we can see from the updated test, previously unsurfaced information is now present. PiperOrigin-RevId: 362292322
-
Abseil Team authored
PiperOrigin-RevId: 362216935
-
Abseil Team authored
Update CONTRIBUTING link in README PiperOrigin-RevId: 362141000
-
Abseil Team authored
Internal change PiperOrigin-RevId: 362040448
-
- 15 Mar, 2021 1 commit
-
-
Ezekiel Warren authored
-
- 10 Mar, 2021 2 commits
-
-
Abseil Team authored
Add missing period and use "that" in restrictive clause. PiperOrigin-RevId: 361941663
-
Abseil Team authored
Update READMEs and issue template PiperOrigin-RevId: 361931644
-
- 09 Mar, 2021 5 commits
-
-
Abseil Team authored
Use monotonic time to measure test duration System time may be updated while a test is running. When this occurs a duration measured using system time may appear to move backwards, or jump far forwards. This change updates the duration measurement to use monotonic time instead. Timestamps for the test start still use system time. PiperOrigin-RevId: 361700881
-
Abseil Team authored
gtest.cc: Split out functions for printing `TestResult` objects This will make it possible to reuse this code for outputting the "ad_hoc" `TestResult` objects in structured form in XML/JSON. PiperOrigin-RevId: 361604860
-
Abseil Team authored
PiperOrigin-RevId: 361213113
-
Dino Radaković authored
PiperOrigin-RevId: 361175466
-
Abseil Team authored
Add CI test scripts PiperOrigin-RevId: 360931988
-
- 04 Mar, 2021 1 commit
-
-
Abseil Team authored
Format WORKSPACE and googlemock/test/BUILD.bazel using buildifier PiperOrigin-RevId: 360913861
-