summaryrefslogtreecommitdiff
path: root/gnu/packages/dlang.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-10-01 17:10:49 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-10-01 17:10:49 -0400
commit2e65e4834a226c570866f2e8976ed7f252b45cd1 (patch)
tree21d625bce8d03627680214df4a6622bf8eb79dc9 /gnu/packages/dlang.scm
parent9c68ecb24dd1660ce736cdcdea0422a73ec318a2 (diff)
parentf1a3c11407b52004e523ec5de20d326c5661681f (diff)
Merge remote-tracking branch 'origin/master' into staging
With resolved conflicts in: gnu/packages/bittorrent.scm gnu/packages/databases.scm gnu/packages/geo.scm gnu/packages/gnupg.scm gnu/packages/gstreamer.scm gnu/packages/gtk.scm gnu/packages/linux.scm gnu/packages/python-xyz.scm gnu/packages/xorg.scm guix/build/qt-utils.scm
Diffstat (limited to 'gnu/packages/dlang.scm')
-rw-r--r--gnu/packages/dlang.scm11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index da3b818c26..88a0887a0a 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.