aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-18Merge "Add ramdisk_available to init_first_stage's deps"android-s-beta-5android-s-beta-4android-s-beta-3android-s-beta-5android-s-beta-4Inseob Kim
2021-06-14Add ramdisk_available to init_first_stage's depsInseob Kim
Bug: 187196593 Test: boot Change-Id: I8aab5faf3b341bed5dcdfe3ef93e49d3dc1157d1
2021-05-06Merge commit 'f5e592d8ee5ffb1d9af5be7f715ce3576b8bf9c4' into update am: ↵Elliott Hughes
b1a925fc62 Original change: https://android-review.googlesource.com/c/platform/external/googletest/+/1697317 Change-Id: I57d325281c1037a03bdf4cb0a01502449d67c8a9
2021-05-05Merge commit 'f5e592d8ee5ffb1d9af5be7f715ce3576b8bf9c4' into updateandroid-s-beta-2android-s-beta-1master-kernel-build-2021Elliott Hughes
Change-Id: I6568c7bcb74e84fe3753ecea2e791439dccb12f3
2021-05-04Remove libgtest_prod in favor of libgtest_prod_headers. am: 8efe8d565bElliott Hughes
Original change: https://android-review.googlesource.com/c/platform/external/googletest/+/1693985 Change-Id: Ie10315caf345c7088d9ecabda73fcca1802a09c4
2021-05-03Remove libgtest_prod in favor of libgtest_prod_headers.Elliott Hughes
Bug: http://b/185916167 Test: treehugger Change-Id: Ied9a0648c1be51f7c9c18900d9263c3b0071a069
2021-04-29Googletest exportAbseil Team
Revert https://github.com/google/googletest/commit/ac3c2a8d0496893787015014a5abd397b766cce2 -- it seems to break some gcc users (#3384) PiperOrigin-RevId: 370834917
2021-04-29Googletest exportAbseil Team
Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
2021-04-29Googletest exportAbseil Team
Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
2021-04-29Googletest exportAbseil Team
Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book. `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`. PiperOrigin-RevId: 370693387
2021-04-29Googletest exportAbseil Team
internal change PiperOrigin-RevId: 370503556
2021-04-26Googletest exportAbseil Team
Fix iOS logging issues in tests PiperOrigin-RevId: 370484087
2021-04-26Merge pull request #3174 from sebkraemer:issue-15644Derek Mauro
PiperOrigin-RevId: 369696657
2021-04-23Add allowlist for libgtest_prod. am: f5059e35d7Yifan Hong
Original change: https://android-review.googlesource.com/c/platform/external/googletest/+/1681589 Change-Id: I6e7e45532c950b9b68c7f4d21cf9b557e8a47b27
2021-04-22Add allowlist for libgtest_prod.Yifan Hong
Only modules in the allowlist is allowed to use libgtest_prod. This prevents new users of libgtest_prod. Once we clean up usages in a project, we can remove from this list. Test: builds Bug: 185916167 Change-Id: If9a86723a34ebcb5246c192331f279ff33ee63b1
2021-04-21Merge pull request #3314 from Vollstrecker:masterAndy Soffer
PiperOrigin-RevId: 369550590
2021-04-21Googletest exportAbseil Team
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
2021-04-21Googletest exportAbseil Team
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
2021-04-21Merge pull request #3364 from jbampton:fix-spellingAndy Soffer
PiperOrigin-RevId: 369217358
2021-04-20Merge "Add libgtest_prod_headers." am: edffbb3933Treehugger Robot
Original change: https://android-review.googlesource.com/c/platform/external/googletest/+/1676587 Change-Id: I37d51c7a4b8dee95a2600924234f01912da5976d
2021-04-20Merge "Add libgtest_prod_headers."Treehugger Robot
2021-04-20Use URL instead of git-repoVollstrecker
2021-04-16Googletest exportdmauro
Use the time_point from steady_clock instead of the template This fixes the build on some embedded compilers PiperOrigin-RevId: 368879480
2021-04-15Googletest exportAbseil Team
Fix -Wconversion issues on Fuchsia PiperOrigin-RevId: 368520510
2021-04-15Add libgtest_prod_headers.Yifan Hong
Test: pass Change-Id: Ie7fe62f2003f55abe89957c4de5e73a4b857831e
2021-04-15Apply missing suggestions from code review for GTEST_SKIPSebastian Krämer
Co-authored-by: Eric Schmidt <shibumi@google.com>
2021-04-15Apply suggestions from code review for GTEST_SKIP documentation Sebastian Krämer
Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: Eric Schmidt <shibumi@google.com>
2021-04-15Add subsection for GTEST_SKIP documentationSebastian Krämer
A subsection "Skipping test execution" was added to document GTEST_SKIP and where it can be used. relates issue #1544
2021-04-15chore: fix spellingJohn Bampton
2021-04-14Mention to explicitely set the option to it's default.Vollstrecker
2021-04-14Googletest exportdmauro
Remove AppVeyor configuration. Windows is now tested on Kokoro. PiperOrigin-RevId: 368471950
2021-04-14Changes like Requested.Vollstrecker
2021-04-13Googletest exportAbseil Team
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
2021-04-12Googletest exportAbseil Team
Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
2021-04-12Googletest exportAbseil Team
Update docs to point to the github.io pages. PiperOrigin-RevId: 367711335
2021-04-12Merge pull request #3158 from GauthamBanasandra:patch-1Dino Radaković
PiperOrigin-RevId: 367681693
2021-04-09Googletest exportAbseil Team
Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
2021-04-09Merge pull request #3319 from a-sully:patch-1Dino Radaković
PiperOrigin-RevId: 367509099
2021-04-07Googletest exportAbseil Team
Update the example for Notify to use a lambda. It is much less boilerplate and easier to remember. PiperOrigin-RevId: 367284222
2021-04-07Googletest exportAbseil Team
Docs: Add examples for `FieldsAre` matcher PiperOrigin-RevId: 367263024
2021-04-07Googletest exportAbseil Team
Migrate away from deprecated --heap_check=strict PiperOrigin-RevId: 367226846
2021-04-07Googletest exportAbseil Team
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
2021-04-07Googletest exportAbseil Team
Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise` PiperOrigin-RevId: 367059198
2021-04-05Googletest exportAbseil Team
Disable blank issue template, delete question template PiperOrigin-RevId: 366874747
2021-04-05Googletest exportAbseil Team
Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE} PiperOrigin-RevId: 366455905
2021-03-29Merge pull request #3155 from ZedThree:cmake-alias-librariesDino Radaković
PiperOrigin-RevId: 365572439
2021-03-25Googletest exportAbseil Team
Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
2021-03-25Googletest exportAbseil Team
Clarify explanation of mocking free functions PiperOrigin-RevId: 364943561
2021-03-25Googletest exportAbseil Team
Minor formatting updates PiperOrigin-RevId: 364935205
2021-03-25Googletest exportAbseil Team
Code style cleanup in docs PiperOrigin-RevId: 364907938