- 21 Apr, 2021 4 commits
-
-
Andy Soffer authored
PiperOrigin-RevId: 369550590
-
Abseil Team authored
This callsite was previously updated to use ZX_INFO_PROCESS_V2 as a part of a soft transition. It is now time to revert back to `ZX_INFO_PROCESS` (which is now an alias of the former). See fxbug.dev/30751 for more details. PiperOrigin-RevId: 369370855
-
Abseil Team authored
This callsite was previously updated to use ZX_INFO_PROCESS_V2 as a part of a soft transition. It is now time to revert back to `ZX_INFO_PROCESS` (which is now an alias of the former). See fxbug.dev/30751 for more details. PiperOrigin-RevId: 369349579
-
Andy Soffer authored
PiperOrigin-RevId: 369217358
-
- 20 Apr, 2021 1 commit
-
-
Vollstrecker authored
-
- 17 Apr, 2021 1 commit
-
-
dmauro authored
Use the time_point from steady_clock instead of the template This fixes the build on some embedded compilers PiperOrigin-RevId: 368879480
-
- 16 Apr, 2021 1 commit
-
-
Abseil Team authored
Fix -Wconversion issues on Fuchsia PiperOrigin-RevId: 368520510
-
- 15 Apr, 2021 1 commit
-
-
John Bampton authored
-
- 14 Apr, 2021 4 commits
-
-
Vollstrecker authored
-
dmauro authored
Remove AppVeyor configuration. Windows is now tested on Kokoro. PiperOrigin-RevId: 368471950
-
Vollstrecker authored
-
Abseil Team authored
Add support to run gtest on Xtensa platform. This add support to run GTest base test suits on Xtensa (https://ip.cadence.com/ipportfolio/tensilica-ip) base simulator. Xtensa only provides libc and some basic operations and does not run an operating system by default. PiperOrigin-RevId: 368162205
-
- 13 Apr, 2021 3 commits
-
-
Abseil Team authored
Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
-
Abseil Team authored
Update docs to point to the github.io pages. PiperOrigin-RevId: 367711335
-
Dino Radaković authored
PiperOrigin-RevId: 367681693
-
- 09 Apr, 2021 2 commits
-
-
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 3 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
-