hpx: Tests fail on FreeBSD: Executable copyn_test does not exist

[  0% 1/1] cd /disk-samsung/freebsd-ports/devel/hpx/work/.build && /usr/local/bin/ctest --force-new-ctest-process
Test project /disk-samsung/freebsd-ports/devel/hpx/work/.build
        Start   1: tests.unit.modules.affinity.parse_affinity_options
  1/721 Test   #1: tests.unit.modules.affinity.parse_affinity_options ....................................................***Failed    0.07 sec
Executable /disk-samsung/freebsd-ports/devel/hpx/work/.build/bin/parse_affinity_options_test does not exist <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>

        Start   2: tests.unit.modules.algorithms.algorithms.adjacentdifference
  2/721 Test   #2: tests.unit.modules.algorithms.algorithms.adjacentdifference ...........................................***Failed    0.07 sec
Executable /disk-samsung/freebsd-ports/devel/hpx/work/.build/bin/adjacentdifference_test does not exist <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>

        Start   3: tests.unit.modules.algorithms.algorithms.adjacentfind
  3/721 Test   #3: tests.unit.modules.algorithms.algorithms.adjacentfind .................................................***Failed    0.07 sec
Executable /disk-samsung/freebsd-ports/devel/hpx/work/.build/bin/adjacentfind_test does not exist <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'>

The project is built with HPX_WITH_TESTS=ON, HPX_WITH_TESTS_UNIT=ON.

Version: 1.8.0 OS: FreeBSD 13.1

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 20 (10 by maintainers)

Most upvoted comments

@hkaiser Yes, ninja should be started like this in order to build and run tests:

ninja tests test

I will create a separate report for particular test failures.

Thank you for your help! Yuri

Here is the log.