summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-06-14 01:24:23 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-06-14 01:24:23 +0000
commit638e0b7bba3660b19a8f715d8bade0a9a5340eaa (patch)
tree24da114aa9e1df9ca5bdf5ae5c13212ed93a1a7e /test
parent013ec5722ce88bebcdcf32b1496fcca413199336 (diff)
parent3dc6aa01bacc9818d4ccc0ee0f1b691ae0ec0315 (diff)
downloadlibvpx-638e0b7bba3660b19a8f715d8bade0a9a5340eaa.tar
libvpx-638e0b7bba3660b19a8f715d8bade0a9a5340eaa.tar.gz
libvpx-638e0b7bba3660b19a8f715d8bade0a9a5340eaa.tar.bz2
libvpx-638e0b7bba3660b19a8f715d8bade0a9a5340eaa.zip
Merge "vp9,encoder: fix some integer sanitizer warnings" into main
Diffstat (limited to 'test')
-rw-r--r--test/resize_test.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/resize_test.cc b/test/resize_test.cc
index ccee61407..212ff4697 100644
--- a/test/resize_test.cc
+++ b/test/resize_test.cc
@@ -796,9 +796,8 @@ TEST_P(ResizeCspTest, TestResizeCspWorks) {
}
VP8_INSTANTIATE_TEST_SUITE(ResizeTest, ONE_PASS_TEST_MODES);
-// TODO(https://crbug.com/webm/1767,https://crbug.com/webm/1768): VP9 should
-// use ONE_PASS_TEST_MODES for the ResizeTest instantiation after integer
-// sanitizer warnings and segfault are fixed.
+// TODO(https://crbug.com/webm/1768): VP9 should use ONE_PASS_TEST_MODES for
+// the ResizeTest instantiation after segfault is fixed.
VP9_INSTANTIATE_TEST_SUITE(ResizeTest,
::testing::Values(::libvpx_test::kRealTime));
VP9_INSTANTIATE_TEST_SUITE(ResizeInternalTest,