summaryrefslogtreecommitdiff
path: root/third_party/googletest/README.libvpx
diff options
context:
space:
mode:
authorSarah Parker <sarahparker@google.com>2020-09-10 20:33:02 -0700
committerSarah Parker <sarahparker@google.com>2020-09-10 20:33:02 -0700
commit478c70f6d2c1f83d4c4e82ced533e71d9e19ef32 (patch)
tree9f5cae862ff1299b27f3b2ba7d6ae06dfa3c7913 /third_party/googletest/README.libvpx
parentea0bc1b321f1b8a51e5f5701ac48f597cb417ef3 (diff)
downloadlibvpx-478c70f6d2c1f83d4c4e82ced533e71d9e19ef32.tar
libvpx-478c70f6d2c1f83d4c4e82ced533e71d9e19ef32.tar.gz
libvpx-478c70f6d2c1f83d4c4e82ced533e71d9e19ef32.tar.bz2
libvpx-478c70f6d2c1f83d4c4e82ced533e71d9e19ef32.zip
googletest: enable failure on uninstantiated tests
Similar to the change in https://aomedia-review.googlesource.com/c/aom/+/115162. This currently is a warning, but the tree should be clean now in the default x86-64 configuration so we can use it to prevent regressions and find any remaining issues in other configurations. BUG=b/159031844 Change-Id: I097537ff018668492d37164fdba5edd241dc5dbe
Diffstat (limited to 'third_party/googletest/README.libvpx')
-rw-r--r--third_party/googletest/README.libvpx2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx
index 0f6202cb7..ed55fb09f 100644
--- a/third_party/googletest/README.libvpx
+++ b/third_party/googletest/README.libvpx
@@ -19,3 +19,5 @@ Local Modifications:
LICENSE
README.md
src
+- Enable kErrorOnUninstantiatedParameterizedTest and
+ kErrorOnUninstantiatedTypeParameterizedTest in gtest.cc