guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ldc-bootstrap: Delete failing test.


From: Ricardo Wurmus
Subject: 01/01: gnu: ldc-bootstrap: Delete failing test.
Date: Thu, 6 Apr 2017 08:35:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 538bce2472fb17e29619bb67ae67cbab09191225
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Apr 6 14:32:06 2017 +0200

    gnu: ldc-bootstrap: Delete failing test.
    
    * gnu/packages/ldc.scm (ldc-bootstrap)[arguments]: Delete failing test in
    build phase.
---
 gnu/packages/ldc.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index fd4d60e..881029a 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015, 2016 Roel Janssen <address@hidden>
 ;;; Copyright © 2015 Pjotr Prins <address@hidden>
 ;;; Copyright © 2017 Frederick Muriithi <address@hidden>
+;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -120,6 +121,8 @@ and freshness without requiring additional information from 
the user.")
                 (string-append (assoc-ref inputs "tzdata") "/share/zoneinfo")))
              (substitute* "tests/d2/dmd-testsuite/Makefile"
                (("/bin/bash") (which "bash")))
+             ;; FIXME: this test cannot be linked.
+             (delete-file "tests/d2/dmd-testsuite/runnable/cppa.d")
              #t)))))
     (inputs
      `(("libconfig" ,libconfig)



reply via email to

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