summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2019-05-15 18:40:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-05-15 18:40:02 +0000
commit3a1d99b3ef8bf065b3b8f3d8f1b306c340d966ea (patch)
tree7fa5e35ccffacb73a9f6a97e2b9cbb326cd531dc /test
parent74dfa752ea742c314199dd2d7280223336e4d4e9 (diff)
parent88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5 (diff)
downloadlibvpx-3a1d99b3ef8bf065b3b8f3d8f1b306c340d966ea.tar
libvpx-3a1d99b3ef8bf065b3b8f3d8f1b306c340d966ea.tar.gz
libvpx-3a1d99b3ef8bf065b3b8f3d8f1b306c340d966ea.tar.bz2
libvpx-3a1d99b3ef8bf065b3b8f3d8f1b306c340d966ea.zip
Merge "Revert "disable row mt test""
Diffstat (limited to 'test')
-rw-r--r--test/test_vector_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_vector_test.cc b/test/test_vector_test.cc
index a217ead76..5a9737122 100644
--- a/test/test_vector_test.cc
+++ b/test/test_vector_test.cc
@@ -194,10 +194,9 @@ 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, 2), // With multi threads modes 0 ~ 2
+ ::testing::Range(0, 3), // 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 +