almondyoung / libyuv

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

libyuvTest.TestJ420 test fail on valgrind #405

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
[==========] 840 tests from 1 test case ran. (10785 ms total)
[  PASSED  ] 839 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.TestJ420

Original issue reported on code.google.com by fbarch...@google.com on 24 Feb 2015 at 7:00

GoogleCodeExporter commented 8 years ago
[ RUN      ] libyuvTest.TestJ420
../../unit_test/color_test.cc:139: Failure
The difference between static_cast<int>(orig_pixels[i]) and 
static_cast<int>(dst_pixels_opt[i]) is 4, which exceeds 3, where
static_cast<int>(orig_pixels[i]) evaluates to 255,
static_cast<int>(dst_pixels_opt[i]) evaluates to 251, and
3 evaluates to 3.
../../unit_test/color_test.cc:139: Failure
The difference between static_cast<int>(orig_pixels[i]) and 
static_cast<int>(dst_pixels_opt[i]) is 4, which exceeds 3, where
static_cast<int>(orig_pixels[i]) evaluates to 255,
static_cast<int>(dst_pixels_opt[i]) evaluates to 251, and
3 evaluates to 3.
../../unit_test/color_test.cc:139: Failure
The difference between static_cast<int>(orig_pixels[i]) and 
static_cast<int>(dst_pixels_opt[i]) is 4, which exceeds 3, where
static_cast<int>(orig_pixels[i]) evaluates to 255,
static_cast<int>(dst_pixels_opt[i]) evaluates to 251, and
3 evaluates to 3.
../../unit_test/color_test.cc:139: Failure
The difference between static_cast<int>(orig_pixels[i]) and 
static_cast<int>(dst_pixels_opt[i]) is 4, which exceeds 3, where
static_cast<int>(orig_pixels[i]) evaluates to 255,
static_cast<int>(dst_pixels_opt[i]) evaluates to 251, and
3 evaluates to 3.
[  FAILED  ] libyuvTest.TestJ420 (23 ms)

Original comment by fbarch...@google.com on 24 Feb 2015 at 7:01

GoogleCodeExporter commented 8 years ago
not reproducing, so closing for now

Original comment by fbarch...@google.com on 10 Mar 2015 at 10:59