almondyoung / libyuv

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

odd width unittest fails #400

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
set LIBYUV_WIDTH=3
out\release\libyuv_unittest
[==========] 839 tests from 1 test case ran. (33914 ms total)
[  PASSED  ] 834 tests.
[  FAILED  ] 5 tests, listed below:
[  FAILED  ] libyuvTest.TestI420
[  FAILED  ] libyuvTest.TestI422
[  FAILED  ] libyuvTest.TestJ420
[  FAILED  ] libyuvTest.TestJ422
[  FAILED  ] libyuvTest.CropNV12

Original issue reported on code.google.com by fbarch...@google.com on 9 Feb 2015 at 8:17

GoogleCodeExporter commented 8 years ago
r1271 fixes I420.  Now just CropNV12

[  PASSED  ] 838 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.CropNV12

Original comment by fbarch...@google.com on 9 Feb 2015 at 9:41

GoogleCodeExporter commented 8 years ago
fixed in r1272

Original comment by fbarch...@google.com on 10 Feb 2015 at 2:19