Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 914629 Details for
Bug 946797
dev-libs/glib-2.80.5-r1: test build fail - desktop-app-info.c:1922:58: error: expected ‘;’ before ‘)’ token
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sed /g_test_add_func/d
glib-2.80.5-sed.diff (text/plain), 2.17 KB, created by
Gabi Falk
on 2024-12-21 22:28:08 UTC
(
hide
)
Description:
sed /g_test_add_func/d
Filename:
MIME Type:
Creator:
Gabi Falk
Created:
2024-12-21 22:28:08 UTC
Size:
2.17 KB
patch
obsolete
>diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c >index e82e2dd31..071808a79 100644 >--- a/gio/tests/desktop-app-info.c >+++ b/gio/tests/desktop-app-info.c >@@ -1889,27 +1889,6 @@ main (int argc, > > g_test_init (&argc, &argv, G_TEST_OPTION_ISOLATE_DIRS, NULL); > >- g_test_add_func ("/desktop-app-info/delete", test_delete); >- g_test_add_func ("/desktop-app-info/default", test_default); >- g_test_add_func ("/desktop-app-info/default-async", test_default_async); >- g_test_add_func ("/desktop-app-info/fallback", test_fallback); >- g_test_add_func ("/desktop-app-info/lastused", test_last_used); >- g_test_add_func ("/desktop-app-info/extra-getters", test_extra_getters); >- g_test_add_func ("/desktop-app-info/actions", test_actions); >- g_test_add_func ("/desktop-app-info/search", test_search); >- g_test_add_func ("/desktop-app-info/implements", test_implements); >- g_test_add_func ("/desktop-app-info/show-in", test_show_in); >- g_test_add_func ("/desktop-app-info/app-path", test_app_path); >- g_test_add_func ("/desktop-app-info/app-path/wrong", test_app_path_wrong); >- g_test_add_func ("/desktop-app-info/launch/fail", test_launch_fail); >- g_test_add_func ("/desktop-app-info/launch/fail-absolute-path", test_launch_fail_absolute_path); >- g_test_add_func ("/desktop-app-info/launch/fail-startup-notify", test_launch_startup_notify_fail); >- g_test_add_func ("/desktop-app-info/launch/fail-dbus", test_launch_fail_dbus); >- g_test_add_func ("/desktop-app-info/launch-as-manager", test_launch_as_manager); >- g_test_add_func ("/desktop-app-info/launch-as-manager/fail", test_launch_as_manager_fail); >- g_test_add_func ("/desktop-app-info/launch-default-uri-handler", test_default_uri_handler); >- g_test_add_func ("/desktop-app-info/launch-default-uri-handler-async", test_default_uri_handler_async); >- g_test_add_func ("/desktop-app-info/id", test_id); > > for (i = 0; i < G_N_ELEMENTS (supported_terminals); i++) > { >@@ -1940,7 +1919,6 @@ main (int argc, > g_clear_pointer (&path, g_free); > } > >- g_test_add_func ("/desktop-app-info/launch-uris-with-terminal/invalid-glib-terminal", > test_launch_uris_with_invalid_terminal); > > return g_test_run ();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 946797
: 914629 |
914630
|
914631