[PATCH] D28156: Add the 'googlemock' component of Google Test to LLVM's unittest libraries.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 11:51:20 PST 2016


silvas added a comment.

And FWIW, based on my experience working on the new PM, I do agree that the new PM unit tests are currently harder to understand and debug than they need to be (for reasons that you outlined well in that LLVMdev thread years ago and in the description of this patch). Especially getting more useful error reports out when the tests fail would be fantastic, so I'd really like to see that aspect of gmock! When you post a patch updating some new PM tests to use gmock, definitely include some example error output from when the test fails.


https://reviews.llvm.org/D28156





More information about the llvm-commits mailing list