From d310bc12b79b5dab04708e5d1ac547b3d921b1f0 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 27 Jun 2019 15:21:23 -0700 Subject: [PATCH] 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 --- test/timestamp_test.cc | 4 +--- 1 file changed, 1 insertion(+), 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); -- 2.50.1