ref: d310bc12b79b5dab04708e5d1ac547b3d921b1f0
parent: 15511892a3d330cfa2c0342dedf3bc63cfe4f7dc
author: James Zern <jzern@google.com>
date: Thu Jun 27 11:21:23 EDT 2019
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
--- a/test/timestamp_test.cc
+++ b/test/timestamp_test.cc
@@ -83,9 +83,7 @@
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);