summaryrefslogtreecommitdiff
path: root/test/test_vector_test.cc
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2019-05-15 17:06:22 +0000
committerJohann Koenig <johannkoenig@google.com>2019-05-15 17:06:22 +0000
commit88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5 (patch)
tree44a67ba0efd898c0ab7f83230457e94fc0d23fef /test/test_vector_test.cc
parent6d6cc17dc852a216395611bf651e57c19c95b9c4 (diff)
downloadlibvpx-88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5.tar
libvpx-88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5.tar.gz
libvpx-88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5.tar.bz2
libvpx-88dd7f97f2392e8b1526a59ca2f9bebb3f69f6e5.zip
Revert "disable row mt test"
This reverts commit 6d6cc17dc852a216395611bf651e57c19c95b9c4. Reason for revert: This has not been reproduced on hardware. There is a strange libc bug which may account for the behavior on arm because the environment qemu is using is somewhat old. See discussion on the webm bug. To work around the failures in the nightly test the jenkins job has been switched to use the hardfloat compiler and qemu environment. Even though this is the same version, it has not shown the hanging behavior. Original change's description: > disable row mt test > > deadlock is being investigated in attached bug. > > BUG=webm:1626 > > Change-Id: Ia6d7020b8b1d274433aa89f36c9ed5b9facc5808 Bug: webm:1626 Change-Id: I104a82696a4c90bfbadfd39407c073adce73af0d
Diffstat (limited to 'test/test_vector_test.cc')
-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 +