Date: Sat, 17 Dec 2016 14:47:02 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428766 - head/graphics/colmap Message-ID: <201612171447.uBHEl2vR025552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171447.uBHEl2vR025552>