ivankosenko / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

Unit test blockhash_test fails on FreeBSD platform #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and extract open-vcdiff v0.1 source tarball
   on a FreeBSD 6.0 machine.
2. In top extracted directory, execute: ./configure && make check

What is the expected output?
The "make check" should finish by reporting:
===================
All 13 tests passed
===================

What do you see instead?
The output ends with the following messages:
======================================
1 of 13 tests failed
Please report to opensource@google.com
======================================
*** Error code 1

Stop in open-vcdiff-0.1.

Looking at the earlier output, the test that fails is found to be
blockhash_test:
[  FAILED  ] 1 test, listed below:
[  FAILED  ] BlockHashTest.BlockContentsMatchIsAsFastAsBlockCompareWords

Original issue reported on code.google.com by openvcd...@gmail.com on 29 Aug 2008 at 10:43

GoogleCodeExporter commented 9 years ago
Fixed in version 0.2.

Original comment by lincoln1...@gmail.com on 3 Sep 2008 at 4:28