screen: disable tests on loongarch64 (#426840)
This commit is contained in:
commit
4c6aea256a
@ -35,8 +35,10 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
# The test suite seems to have some glibc malloc hooks that don't exist/link on macOS
|
# The test suite seems to have some glibc malloc hooks that don't exist/link on macOS
|
||||||
# With pkgsLLVM: tests/test-winmsgcond.c:53: assertion 'wmc_end(&wmc, pos + 1, &chg) == pos' failed
|
# With pkgsLLVM / on loongarch64-linux:
|
||||||
doCheck = !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.useLLVM;
|
# tests/test-winmsgcond.c:53: assertion 'wmc_end(&wmc, pos + 1, &chg) == pos' failed
|
||||||
|
doCheck =
|
||||||
|
!stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.useLLVM && !stdenv.hostPlatform.isLoongArch64;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.gnu.org/software/screen/";
|
homepage = "https://www.gnu.org/software/screen/";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user