| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Support skipped in XML and JSON output
PiperOrigin-RevId: 225386540
|
| |
|
|
|
|
| |
Internal Change
PiperOrigin-RevId: 225231727
|
| |
|
| |
point build badge back to proper repo path
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The gmock matchers have a concept of MatchAndExpain; where the details of the
matching are written to a "result listener". A matcher can avoid creating
expensive debug info by checking result_listener->IsInterested(); but,
unfortunately, the default matcher code (called from EXPECT_THAT) is always
"interested".
This change implements EXPECT_THAT matching to first run the matcher in a "not
interested" mode; and then run it a second time ("interested") only if the
match fails.
PiperOrigin-RevId: 225036073
|
| |\
| |
| | |
Cache gcc and clang APT packages
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
rollback of 224929783
PiperOrigin-RevId: 225008559
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
The gmock matchers have a concept of MatchAndExpain; where the details of the
matching are written to a "result listener". A matcher can avoid creating
expensive debug info by checking result_listener->IsInterested(); but,
unfortunately, the default matcher code (called from EXPECT_THAT) is always
"interested".
This change implements EXPECT_THAT matching to first run the matcher in a "not
interested" mode; and then run it a second time ("interested") only if the
match fails.
PiperOrigin-RevId: 224929783
|
| |\
| |
| |
| | |
PiperOrigin-RevId: 224054240
|
| | | |
|
| |\ \
| | |
| | | |
Fixed typo
|
| | | | |
|
| | |/
|/|
| |
| |
| |
| | |
Deduce SizeType for SizeIs() from the return value of the size() member function
PiperOrigin-RevId: 223835674
|
| | |
| |
| |
| |
| |
| | |
Fix bazel issue
PiperOrigin-RevId: 223829127
|
| | |
| |
| | |
Need this for bazel change
|
| | | |
|
| | |
| |
| | |
Fix build icon location
|
| | |
| |
| |
| |
| |
| | |
Fix bazel issue
PiperOrigin-RevId: 223823930
|
| | |
| |
| |
| |
| |
| | |
Applied fixes for ClangTidy modernize-use-override and modernize-use-using.
PiperOrigin-RevId: 223800219
|
| |/
|
|
|
|
| |
Replace pump'd Args() matcher with variadic templates.
PiperOrigin-RevId: 223794430
|
| |
|
|
|
| |
Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build.
PiperOrigin-RevId: 223227562
|
| |
|
|
|
|
| |
Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output.
PiperOrigin-RevId: 223035409
|
| |\
| |
| |
| | |
PiperOrigin-RevId: 222861732
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Internal Change
PiperOrigin-RevId: 222412033
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
|
| |
Fix broken OSS build
PiperOrigin-RevId: 222244158
|
| |
|
|
|
|
| |
Remove unintended dependency.
PiperOrigin-RevId: 222243874
|
| |
|
|
|
|
| |
Remove redundant Base/Derived types.
PiperOrigin-RevId: 222243634
|
| |
|
|
|
|
| |
Silence C4100 msvc warning
PiperOrigin-RevId: 222242329
|
| |
|
|
|
|
| |
Internal Change
PiperOrigin-RevId: 222123106
|
| |
|
|
|
|
| |
Add stringization based tests for gmock-pp.h macros
PiperOrigin-RevId: 221961835
|
| |
|
|
|
|
| |
Validate spec modifiers.
PiperOrigin-RevId: 221810235
|
| |
|
|
|
|
| |
Point IWYU at an existent path.
PiperOrigin-RevId: 221797154
|
| |
|
|
|
|
| |
Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change.
PiperOrigin-RevId: 221675910
|
| |
|
|
|
|
| |
Upgrade WithArgs family of actions to C++11.
PiperOrigin-RevId: 221671690
|
| |
|
|
|
|
| |
Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH.
PiperOrigin-RevId: 221659669
|
| |
|
|
|
|
| |
One macro to rule them all.
PiperOrigin-RevId: 221462515
|
| |\
| |
| | |
Update README.md
|
| | |\ |
|
| | | |
| | |
| | | |
added -std=c++11
|
| |\ \ \
| |_|/
|/| |
| | | |
PiperOrigin-RevId: 221356626
|