watery01 / libyuv

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

Compare unittest doesnt work #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compare unittest has

  for (int i = 0; i < benchmark_iterations_; ++i) {
    ComputeSumSquareError(src_a, src_b, kMaxWidth);
  }

  EXPECT_EQ(0, 0);

Which benchmarks, but doesnt test the results.

Original issue reported on code.google.com by fbarch...@google.com on 9 Oct 2012 at 8:21

GoogleCodeExporter commented 9 years ago
Fixed in r400.

Original comment by fbarch...@google.com on 9 Oct 2012 at 9:10