all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 2785983d8de006059a2bb9b946427c1e922fe811 874 bytes (raw)
name: gnu/packages/patches/gst-plugins-base-fix-broken-test.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
 
Index: gst-plugins-base-1.22.1/tests/check/libs/allocators.c
===================================================================
--- gst-plugins-base-1.22.1.orig/tests/check/libs/allocators.c
+++ gst-plugins-base-1.22.1/tests/check/libs/allocators.c
@@ -80,7 +80,7 @@ GST_START_TEST (test_fdmem)
 
   alloc = gst_fd_allocator_new ();
   fail_unless (alloc);
-  mem = gst_fd_allocator_alloc (alloc, fd, 10, GST_FD_MEMORY_FLAG_KEEP_MAPPED);
+  mem = gst_fd_allocator_alloc (alloc, fd, 10, GST_FD_MEMORY_FLAG_KEEP_MAPPED | GST_FD_MEMORY_FLAG_DONT_CLOSE);
 
   fail_unless (gst_memory_map (mem, &info, GST_MAP_READ));
   fail_unless (info.data[5] == '5');
@@ -95,7 +95,7 @@ GST_START_TEST (test_fdmem)
   gst_memory_unmap (mem, &info);
 
   gst_memory_unref (mem);
-  fail_unless (g_close (fd, NULL) == 0);
+  fail_unless (g_close (fd, NULL));
   gst_object_unref (alloc);
 }
 

debug log:

solving 2785983d8d ...
found 2785983d8d in https://yhetil.org/guix/2c36d93661d5cf9d3a7c60068571225716f129bd.1684060546.git.liliana.prikler@gmail.com/ ||
	https://yhetil.org/guix/43da6ec9e3cd102cdd1403d144009ba15b2d6769.camel@gmail.com/

applying [1/1] https://yhetil.org/guix/2c36d93661d5cf9d3a7c60068571225716f129bd.1684060546.git.liliana.prikler@gmail.com/
diff --git a/gnu/packages/patches/gst-plugins-base-fix-broken-test.patch b/gnu/packages/patches/gst-plugins-base-fix-broken-test.patch
new file mode 100644
index 0000000000..2785983d8d

1:12: trailing whitespace.
 
1:17: trailing whitespace.
 
1:22: trailing whitespace.
 
1:28: trailing whitespace.
 
Checking patch gnu/packages/patches/gst-plugins-base-fix-broken-test.patch...
1:28: new blank line at EOF.
+
Applied patch gnu/packages/patches/gst-plugins-base-fix-broken-test.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix/43da6ec9e3cd102cdd1403d144009ba15b2d6769.camel@gmail.com/ for 2785983d8d
index at:
100644 2785983d8de006059a2bb9b946427c1e922fe811	gnu/packages/patches/gst-plugins-base-fix-broken-test.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.