Source: src:ms-gsl
Version: 3.1.0-3
Severity: serious

$ cat debian/tests/control
Tests: with-gcc8-std14 with-gcc8-std17
Depends: cmake, g++-8, libgtest-dev, pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-gcc9-std14 with-gcc9-std17
Depends: cmake, g++-9, libgtest-dev, pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-gcc10-std17 with-gcc10-std20
Depends: cmake, g++-10, libgtest-dev, pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-clang8-std14 with-clang8-std17
Depends: cmake, clang-8, libc++-8-dev, libc++abi-8-dev, libgtest-dev, pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-clang9-std14 with-clang9-std17
Depends: cmake, clang-9, libc++-9-dev, libc++abi-9-dev, libgtest-dev, pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-clang10-std14 with-clang10-std17
Depends: cmake, clang-10, libc++-10-dev, libc++abi-10-dev, libgtest-dev, 
pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-clang11-std17 with-clang11-std20
Depends: cmake, clang-11, libc++-11-dev, libc++abi-11-dev, libgtest-dev, 
pkg-config
Restrictions: allow-stderr, skip-not-installable

Tests: with-clang12-std17 with-clang12-std20
Depends: cmake, clang-12, libc++-12-dev, libc++abi-12-dev, libgtest-dev, 
pkg-config
Restrictions: allow-stderr, skip-not-installable

Now, there's at least one test (the clang-12 one), which never will succeed. So
what's the value of these tests when you always have failures due to
non-existing versions?  Please just test for the default gcc and clang.

Reply via email to