Original issue 2 created by openvcdiff on 2008-08-29T22:43:05.000Z:
What steps will reproduce the problem?
Download and extract open-vcdiff v0.1 source tarball
on a FreeBSD 6.0 machine.
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 2 created by openvcdiff on 2008-08-29T22:43:05.000Z:
What steps will reproduce the problem?
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