diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/dlang.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 53120625ecc..8467fbe9d50 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm | |||
| @@ -297,11 +297,16 @@ | |||
| 297 | #$@(if (or (target-x86-32?) | 297 | #$@(if (or (target-x86-32?) |
| 298 | (target-arm32?)) | 298 | (target-arm32?)) |
| 299 | #~("tests/codegen/mangling.d" | 299 | #~("tests/codegen/mangling.d" |
| 300 | "tests/debuginfo/print_gdb.d" | ||
| 300 | "tests/dmd/runnable_cxx/cppa.d" | 301 | "tests/dmd/runnable_cxx/cppa.d" |
| 302 | "tests/dmd/runnable/gdb_slice_debuginfo_64.d" | ||
| 301 | "tests/instrument/xray_check_pipeline.d" | 303 | "tests/instrument/xray_check_pipeline.d" |
| 302 | "tests/instrument/xray_link.d" | 304 | "tests/instrument/xray_link.d" |
| 303 | "tests/instrument/xray_simple_execution.d" | 305 | "tests/instrument/xray_simple_execution.d" |
| 304 | "tests/PGO/profile_rt_calls.d" | 306 | "tests/PGO/profile_rt_calls.d" |
| 307 | "tests/sanitizers/fuzz_basic.d" | ||
| 308 | "tests/sanitizers/fuzz_mixin.d" | ||
| 309 | "tests/sanitizers/link_fuzzer.d" | ||
| 305 | "tests/sanitizers/msan_noerror.d" | 310 | "tests/sanitizers/msan_noerror.d" |
| 306 | "tests/sanitizers/msan_uninitialized.d") | 311 | "tests/sanitizers/msan_uninitialized.d") |
| 307 | #~()) | 312 | #~()) |
