]> granicus.if.org Git - libvpx/commitdiff
disable row mt test
authorJohann <johannkoenig@google.com>
Thu, 9 May 2019 18:57:30 +0000 (11:57 -0700)
committerJohann <johannkoenig@google.com>
Thu, 9 May 2019 18:57:30 +0000 (11:57 -0700)
deadlock is being investigated in attached bug.

BUG=webm:1626

Change-Id: Ia6d7020b8b1d274433aa89f36c9ed5b9facc5808

test/test_vector_test.cc

index 5a9737122f6f65e6e5da04dca1ddb8e47c03f196..a217ead7603dff80ee307ab0070e0006fd461521 100644 (file)
@@ -194,9 +194,10 @@ INSTANTIATE_TEST_CASE_P(
             static_cast<const libvpx_test::CodecFactory *>(&libvpx_test::kVP9)),
         ::testing::Combine(
             ::testing::Range(2, 9),  // With 2 ~ 8 threads.
-            ::testing::Range(0, 3),  // With multi threads modes 0 ~ 2
+            ::testing::Range(0, 2),  // With multi threads modes 0 ~ 2
                                      // 0: LPF opt and Row MT disabled
                                      // 1: LPF opt enabled
+                                     // TODO(webm:1626) re-enable Row MT test.
                                      // 2: Row MT enabled
             ::testing::ValuesIn(libvpx_test::kVP9TestVectors,
                                 libvpx_test::kVP9TestVectors +