diff options
author | Pjotr Prins | 2015-12-26 13:34:49 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-26 13:34:49 +0300 |
commit | 6ba03e636ed9d658aba76cff1be15f44b0725ebd (patch) | |
tree | 3bea3193eace5c3ebb7bf97955588692b2d64d23 /gn | |
parent | 1b07c16d85c31b6c643dc90cf37776b12fd07064 (diff) | |
download | guix-bioinformatics-6ba03e636ed9d658aba76cff1be15f44b0725ebd.tar.gz |
ldc: specify failing tests
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/dlanguage.scm | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/gn/packages/dlanguage.scm b/gn/packages/dlanguage.scm index 929d805..96991e3 100644 --- a/gn/packages/dlanguage.scm +++ b/gn/packages/dlanguage.scm @@ -40,19 +40,14 @@ (build-system cmake-build-system) (supported-systems '("x86_64-linux" "i686-linux")) (arguments `( - ;; When #:tests? set to #t the following tests FAILED: - ;; 223 - std.path (Failed) - ;; 235 - std.process (Failed) - ;; 238 - std.file (Failed) - ;; 243 - std.datetime (Failed) - ;; 253 - std.socket (Failed) - ;; 548 - std.path-debug (Failed) - ;; 560 - std.process-debug (Failed) - ;; 563 - std.file-debug (Failed) - ;; 568 - std.datetime-debug (Failed) - ;; 578 - std.socket-debug (Failed) - ;; 660 - dmd-testsuite-debug (Failed) - ;; 662 - dmd-testsuite (Failed) + ;; When #:tests? set to #t only the following tests FAILED: + ;; 223 - std.path (Failed) ;; hobos/std/path.d(3083): ~root + ;; 235 - std.process (Failed) ;; echo not found + ;; 238 - std.file (Failed) ;; Not an executable file: /bin/sh + ;; 243 - std.datetime (Failed) ;; Directory /usr/share/zoneinfo/ does not exist. + ;; 253 - std.socket (Failed) ;; No service for epmap + ;; 662 - dmd-testsuite (Failed) ;; /bin/bash: Command not found + ;; See ./build/Testing/Temporary/LastTest.log #:tests? #f #:phases (modify-phases %standard-phases |