diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-17 22:47:01 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-17 22:47:01 +0800 |
commit | 370c069f358f623421317cfb1999d7051490d405 (patch) | |
tree | 8232f81943f857775e1ce2fec17af75505bcf6d7 /graphics | |
parent | 7933140f346e0bf5430ea9671b682f0c51a69c84 (diff) | |
download | freebsd-ports-gnome-370c069f358f623421317cfb1999d7051490d405.tar.gz freebsd-ports-gnome-370c069f358f623421317cfb1999d7051490d405.tar.zst freebsd-ports-gnome-370c069f358f623421317cfb1999d7051490d405.zip |
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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colmap/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index df1c1b304fac..25858138e586 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -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 |