skufog / libyuv

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

BenchmarkSumSquareError_Opt unittest failure #236

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LIBYUV_HEIGHT=360
LIBYUV_REPEAT=400000
LIBYUV_WIDTH=640

out\release\libyuv_unittest --gtest_filter=*BenchmarkSumSquareError_Opt
Note: Google Test filter = *BenchmarkSumSquareError_Opt
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from libyuvTest
[ RUN      ] libyuvTest.BenchmarkSumSquareError_Opt
d:\src\libyuv2\trunk\unit_test\compare_test.cc(173): error: Value of: h1
  Actual: 790
Expected: 0
[  FAILED  ] libyuvTest.BenchmarkSumSquareError_Opt (0 ms)
[----------] 1 test from libyuvTest (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (2 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] libyuvTest.BenchmarkSumSquareError_Opt

 1 FAILED TEST

Original issue reported on code.google.com by fbarch...@google.com on 30 May 2013 at 3:43

GoogleCodeExporter commented 9 years ago
Fixed in r709

Original comment by fbarch...@google.com on 30 May 2013 at 7:16