flaccidware / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

vp9 parallel frame decoding is flaky #1010

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following loop, possibly run multiple times, will eventually fail.

while ./test_libvpx 
--gtest_filter=VP9MultiThreadedFrameParallel/TestVectorTest.MD5Match/\*; do :; 
done

This causes some flakiness in unit tests runs, the latest being:
http://build.webmproject.org/jenkins/job/libvpx__unit_tests-multi-target/566/arc
h=spatial-svc,config=high-bitdepth/console

Original issue reported on code.google.com by jz...@google.com on 2 Jun 2015 at 7:38

GoogleCodeExporter commented 8 years ago
https://chromium-review.googlesource.com/#/c/283160/

Original comment by jz...@google.com on 3 Jul 2015 at 6:06

GoogleCodeExporter commented 8 years ago
commit fixing the issue has been merged. 

Original comment by ya...@google.com on 16 Jul 2015 at 11:38