guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Fix build for ldc.


From: guix-commits
Subject: branch master updated: gnu: Fix build for ldc.
Date: Fri, 21 May 2021 12:06:00 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 082988a  gnu: Fix build for ldc.
082988a is described below

commit 082988afac8ddac7525b40fb7ef8da7ff40f8ad3
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Fri May 21 17:04:32 2021 +0200

    gnu: Fix build for ldc.
    
    * gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.
---
 gnu/packages/dlang.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index da3b818..88a0887 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -240,6 +240,17 @@ bootstrapping more recent compilers written in D.")
                (delete-file "tests/compilable/ctfe_math.d")
                (delete-file "tests/debuginfo/nested_gdb.d")
                (delete-file "tests/debuginfo/classtypes_gdb.d")
+               ;; for the following tests ptrace fails with EPERM
+               ;; (see <https://issues.guix.gnu.org/48541>):
+               (delete-file "tests/d2/dmd-testsuite/runnable/b18504.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb14225.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb14276.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb14313.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb14330.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb1.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb4149.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb4181.d")
+               (delete-file "tests/d2/dmd-testsuite/runnable/gdb15729.sh")
                ;; the following tests plugins we don't have.
                (delete-file "tests/plugins/addFuncEntryCall/testPlugin.d")
                ;; the following tests requires AVX instruction set in the CPU.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]