blob: d33fdd4d8b75e23d947ad0b7d70434c79f15b2a1 [file] [log] [blame]
Andrew Geissler4b740dc2020-05-05 08:54:39 -05001From 92de6c7eb30b961b24a2dce812d5276487b7d23d Mon Sep 17 00:00:00 2001
Andrew Geissler82c905d2020-04-13 13:39:40 -05002From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 8 Jan 2020 18:22:46 +0100
4Subject: [PATCH] gio/tests/resources.c: comment out a build host-only test
5
6This test requires building resources in a way that is
7not cross-compatible (hardcodes ld and objcopy).
8
9Upstream-Status: Inappropriate [oe-core specific]
10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Andrew Geissler4b740dc2020-05-05 08:54:39 -050011
Andrew Geissler82c905d2020-04-13 13:39:40 -050012---
13 gio/tests/resources.c | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/gio/tests/resources.c b/gio/tests/resources.c
17index c44d214..e289a01 100644
18--- a/gio/tests/resources.c
19+++ b/gio/tests/resources.c
20@@ -993,7 +993,7 @@ main (int argc,
21 g_test_add_func ("/resource/automatic", test_resource_automatic);
22 /* This only uses automatic resources too, so it tests the constructors and destructors */
23 g_test_add_func ("/resource/module", test_resource_module);
24- g_test_add_func ("/resource/binary-linked", test_resource_binary_linked);
25+ /* g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); */
26 #endif
27 g_test_add_func ("/resource/uri/query-info", test_uri_query_info);
28 g_test_add_func ("/resource/uri/file", test_uri_file);