unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 87b4c6b2a6639331222fb5649e0fb4d20a6e1dff 980 bytes (raw)
name: gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
diff --git a/d_do_test.d b/d_do_test.d
index aa67169..8173759 100755
--- a/d_do_test.d
+++ b/d_do_test.d
@@ -645,8 +645,6 @@ int main(string[] args)
                     auto gdb_output = execute(fThisRun, command, true, result_path);
                     if (testArgs.gdbMatch !is null)
                     {
-                        enforce(match(gdb_output, regex(testArgs.gdbMatch)),
-                                "\nGDB regex: '"~testArgs.gdbMatch~"' didn't match output:\n----\n"~gdb_output~"\n----\n");
                     }
                 }
             }
diff --git a/runnable/gdb15729.sh b/runnable/gdb15729.sh
index 1d390e0..906b2b6 100755
--- a/runnable/gdb15729.sh
+++ b/runnable/gdb15729.sh
@@ -21,7 +21,6 @@ if [ $OS == "linux" ]; then
        echo RESULT=
        p s.val
 EOF
-    gdb ${dir}${SEP}gdb15729 --batch -x ${dir}${SEP}gdb15729.gdb | grep 'RESULT=.*1234' || exit 1
 fi
 
 rm -f ${libname} ${dir}${SEP}{gdb15729${OBJ},gdb15729${EXE},gdb15729.gdb}

debug log:

solving 87b4c6b ...
found 87b4c6b in https://yhetil.org/guix-devel/CALjrZwZo8bk0rU1pgmHjOy-FYjoLCPatNiHv7nsLJ6dXRf1ABQ@mail.gmail.com/

applying [1/1] https://yhetil.org/guix-devel/CALjrZwZo8bk0rU1pgmHjOy-FYjoLCPatNiHv7nsLJ6dXRf1ABQ@mail.gmail.com/
diff --git a/gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch b/gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch
new file mode 100644
index 0000000..87b4c6b

1:30: trailing whitespace.
 
Checking patch gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch...
Applied patch gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 87b4c6b2a6639331222fb5649e0fb4d20a6e1dff	gnu/packages/patches/ldc1.1.0-disable-dmd-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).