From owner-svn-ports-all@freebsd.org Sat Dec 17 14:47:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F74BC84825; Sat, 17 Dec 2016 14:47:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2F47109D; Sat, 17 Dec 2016 14:47:02 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHEl2XT025553; Sat, 17 Dec 2016 14:47:02 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHEl2vR025552; Sat, 17 Dec 2016 14:47:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201612171447.uBHEl2vR025552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 17 Dec 2016 14:47:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428766 - head/graphics/colmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 14:47:03 -0000 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