watery01 / libyuv

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

Blend Unaligned fail #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
c:\src\libyuv\trunk>build\release\libyuv_unittest --gtest_filter=*Blend*
Note: Google Test filter = *Blend*
[==========] Running 4 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 4 tests from libyuvTest
[ RUN      ] libyuvTest.ARGBBlend_Any
[       OK ] libyuvTest.ARGBBlend_Any (1915 ms)
[ RUN      ] libyuvTest.ARGBBlend_Unaligned
.\unit_test\planar_test.cc(708): error: Expected: (max_diff) <= (1), actual: 
255 vs 1
[  FAILED  ] libyuvTest.ARGBBlend_Unaligned (5336 ms)
[ RUN      ] libyuvTest.ARGBBlend_Invert
[       OK ] libyuvTest.ARGBBlend_Invert (1983 ms)
[ RUN      ] libyuvTest.ARGBBlend_Opt
[       OK ] libyuvTest.ARGBBlend_Opt (1930 ms)
[----------] 4 tests from libyuvTest (11387 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test case ran. (11397 ms total)
[  PASSED  ] 3 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.ARGBBlend_Unaligned

Original issue reported on code.google.com by fbarch...@google.com on 20 Nov 2012 at 6:03

GoogleCodeExporter commented 9 years ago
unittest fixed in r498.

Original comment by fbarch...@google.com on 20 Nov 2012 at 8:14