]> granicus.if.org Git - libvpx/commitdiff
timestamp_test: enable TestMicrosecondTimebase
authorJames Zern <jzern@google.com>
Thu, 27 Jun 2019 22:21:23 +0000 (15:21 -0700)
committerJames Zern <jzern@google.com>
Thu, 27 Jun 2019 22:21:23 +0000 (15:21 -0700)
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

index 20240fb77dd1d18ec3446c21ed846e2596843cc0..ba1cbce47bdbd5aa05ace7af84b5e0a0d53b3e0d 100644 (file)
@@ -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);