muslim1977 / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Arm unittest failures #479

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
3 unittests are failing on arm:

[  FAILED  ] libyuvTest.TestJ420
Likely its just the test, because the actual I420ToARGB passed.

[  FAILED  ] libyuvTest.ARGBSobelToPlane_Any
The odd width support must be wrong?

[  FAILED  ] libyuvTest.TestScaleJ420
Same as TestI420.  This test doesnt actually do anything useful yet, so I'll 
disable.

Original issue reported on code.google.com by fbarch...@chromium.org on 28 Jul 2015 at 12:29

GoogleCodeExporter commented 9 years ago
r1454 fixes libyuvTest.ARGBSobelToPlane_Any and disables TestScaleJ420

Original comment by fbarch...@chromium.org on 28 Jul 2015 at 11:05