sourceryinstitute/smart-pointers

`ctest` failure

Closed this issue · 1 comments

I compiled the freshly cloned library on my laptop (i5-6300U) with GFortran 10 on Ubuntu 20.04.3 amd64 LTS using the provided instructions in the README file. GCC was installed from default Ubuntu repos using sudo apt install gfortran-10, and CMake was installed from the official Kitware PPA.
The error in question is:

Test project /home/wyp/work/reference-counter/build
    Start 1: count-leaks
1/1 Test #1: count-leaks ......................***Failed  Required regular expression not found. Regex=[Test passed.
]  0.01 sec

Here are the relevant version strings:

$ uname -a
Linux wyp-ThinkPad-13 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/issue
Ubuntu 20.04.3 LTS \n \l
$ gfortran-10 --version
GNU Fortran (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cmake --version
cmake version 3.22.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).

The full terminal log can be accessed here

I guess commit b63c5dd and PR #6 have rendered this issue obsolete. Closing.