svn commit: r428766 - head/graphics/colmap
Jan Beich
jbeich at FreeBSD.org
Sat Dec 17 14:47:03 UTC 2016
Author: jbeich
Date: Sat Dec 17 14:47:01 2016
New Revision: 428766
URL: https://svnweb.freebsd.org/changeset/ports/428766
Log:
graphics/colmap: unblock on amd64 due to intermittent errors
FreeBSD 9.3 amd64:
51: Test command: src/util/threading_test
51: Test timeout computed to be: 9.99988e+06
51: Running 23 test cases...
51: src/util/threading_test.cc(309): error: in "TestDefaultCallback": check called_back1 has failed
51:
51: *** 1 failure is detected in the test module "util/threading"
FreeBSD 11.0 amd64:
51: Test command: src/util/threading_test
51: Test timeout computed to be: 9.99988e+06
51: Running 23 test cases...
51: src/util/threading_test.cc(183): error: in "TestThreadPauseStop": check thread.IsRunning() has failed
51: src/util/threading_test.cc(184): error: in "TestThreadPauseStop": check !thread.IsFinished() has failed
51:
51: *** 2 failures are detected in the test module "util/threading"
Reported by: pkg-fallout (r428457 and r428600 builds were green)
Modified:
head/graphics/colmap/Makefile (contents, props changed)
Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile Sat Dec 17 14:41:07 2016 (r428765)
+++ head/graphics/colmap/Makefile Sat Dec 17 14:47:01 2016 (r428766)
@@ -102,6 +102,4 @@ post-install-DOCS-on:
# 34 - mvs/depth_map_test (Failed)
# 39 - optim/loransac_test (Failed)
# 42 - optim/ransac_test (Failed)
-.if ${ARCH} != amd64
do-test: .IGNORE
-.endif
More information about the svn-ports-all
mailing list