summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-06-27 15:21:23 -0700
committerJames Zern <jzern@google.com>2019-06-27 15:21:23 -0700
commitd310bc12b79b5dab04708e5d1ac547b3d921b1f0 (patch)
tree64360bfbe15ea8254acc2bcd88692eb77c320fb3
parent15511892a3d330cfa2c0342dedf3bc63cfe4f7dc (diff)
downloadlibvpx-d310bc12b79b5dab04708e5d1ac547b3d921b1f0.tar
libvpx-d310bc12b79b5dab04708e5d1ac547b3d921b1f0.tar.gz
libvpx-d310bc12b79b5dab04708e5d1ac547b3d921b1f0.tar.bz2
libvpx-d310bc12b79b5dab04708e5d1ac547b3d921b1f0.zip
timestamp_test: enable TestMicrosecondTimebase
this doesn't cause any overflow issues after: 11de1b838 Fix timestamp overflow issues BUG=webm:701,webm:1614 Change-Id: I7e1cbfa4264d1661eb9a5baa2b2111a0899360f2
-rw-r--r--test/timestamp_test.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/timestamp_test.cc b/test/timestamp_test.cc
index 20240fb77..ba1cbce47 100644
--- a/test/timestamp_test.cc
+++ b/test/timestamp_test.cc
@@ -83,9 +83,7 @@ TEST_P(TimestampTest, EncodeFrames) {
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
}
-// TODO(fgalligan): Enable test when
-// https://bugs.chromium.org/p/webm/issues/detail?id=1614 is fixed.
-TEST_P(TimestampTest, DISABLED_TestMicrosecondTimebase) {
+TEST_P(TimestampTest, TestMicrosecondTimebase) {
// Set the timebase to microseconds.
DummyTimebaseVideoSource video(1, 1000000);
video.set_limit(1);