aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/googlemock/docs/KnownIssues.md
diff options
context:
space:
mode:
authorGravatar Jeff McGlynn <jwmcglynn@google.com>2018-07-26 13:08:01 -0700
committerGravatar Jeff McGlynn <jwmcglynn@google.com>2018-07-26 13:17:11 -0700
commit6b50058889099e4287f683b97a86ca74607172c4 (patch)
tree85e0da60fc73da1a00d2f1af094a5508968a89dd /third_party/googletest/googlemock/docs/KnownIssues.md
parent9281bf41acf975a739698999958b63cf8869855c (diff)
Remove third_party/googletest and reference git repo instead
Use a Bazel git_repository rule to reference the git repository instead of bundling the source. Change-Id: I32a0970178cb87fbf0e381db2e2d51fcccab542f
Diffstat (limited to 'third_party/googletest/googlemock/docs/KnownIssues.md')
-rw-r--r--third_party/googletest/googlemock/docs/KnownIssues.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/third_party/googletest/googlemock/docs/KnownIssues.md b/third_party/googletest/googlemock/docs/KnownIssues.md
deleted file mode 100644
index adadf51..0000000
--- a/third_party/googletest/googlemock/docs/KnownIssues.md
+++ /dev/null
@@ -1,19 +0,0 @@
-As any non-trivial software system, Google Mock has some known limitations and problems. We are working on improving it, and welcome your help! The follow is a list of issues we know about.
-
-
-
-## README contains outdated information on Google Mock's compatibility with other testing frameworks ##
-
-The `README` file in release 1.1.0 still says that Google Mock only works with Google Test. Actually, you can configure Google Mock to work with any testing framework you choose.
-
-## Tests failing on machines using Power PC CPUs (e.g. some Macs) ##
-
-`gmock_output_test` and `gmock-printers_test` are known to fail with Power PC CPUs. This is due to portability issues with these tests, and is not an indication of problems in Google Mock itself. You can safely ignore them.
-
-## Failed to resolve libgtest.so.0 in tests when built against installed Google Test ##
-
-This only applies if you manually built and installed Google Test, and then built a Google Mock against it (either explicitly, or because gtest-config was in your path post-install). In this situation, Libtool has a known issue with certain systems' ldconfig setup:
-
-http://article.gmane.org/gmane.comp.sysutils.automake.general/9025
-
-This requires a manual run of "sudo ldconfig" after the "sudo make install" for Google Test before any binaries which link against it can be executed. This isn't a bug in our install, but we should at least have documented it or hacked a work-around into our install. We should have one of these solutions in our next release. \ No newline at end of file