From 3400fccdb335fd9dabb822abffda69dd620e09e1 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 6 Sep 2024 02:24:05 +0000 Subject: [PATCH] community/ldc: run more tests --- community/ldc/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/ldc/APKBUILD b/community/ldc/APKBUILD index e1fd91410a0..d4dffc93012 100644 --- a/community/ldc/APKBUILD +++ b/community/ldc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Mathias LANG pkgname=ldc pkgver=1.39.0 -pkgrel=0 +pkgrel=1 _llvmver=18 pkgdesc="The LLVM-based D Compiler" url="https://github.com/ldc-developers/ldc" @@ -94,8 +94,8 @@ check() { case "$CARCH" in # Math & numeric related tests fail due to https://github.com/ldc-developers/ldc/issues/3270#issuecomment-613132406 - aarch64) - _tests_ignore="|std.*math.*|std\.numeric.*|std\.format|std\.algorithm\.sorting.*|std\.complex.*" + aarch64|loongarch64) + _tests_ignore="|std.math.exponential|std.internal.math.gammafunction" ;; esac @@ -122,7 +122,7 @@ check() { # However this unittest is AFAICS unrelated to the two tests, # and either succeed or isn't run on its own. ctest --test-dir stage2 --output-on-failure \ - -E "dmd-testsuite|lit-tests|druntime-test-exceptions|druntime-test-shared|druntime-test-cycles|druntime-test-gc$_tests_ignore" + -E "dmd-testsuite|lit-tests|druntime-test-exceptions|druntime-test-shared|druntime-test-cycles$_tests_ignore" } package() {