void-packages/srcpkgs/gtk4/patches/remove-failing-tests.patch
2025-03-27 23:12:01 -07:00

47 lines
1.3 KiB
Diff

remove two failing tests because some symbols and return values for them are
not documented.
diff --git a/docs/reference/gdk/meson.build b/docs/reference/gdk/meson.build
index c9626141..0598ecb0 100644
--- a/docs/reference/gdk/meson.build
+++ b/docs/reference/gdk/meson.build
@@ -70,17 +70,6 @@ if get_option('documentation')
install_dir: docs_dir,
)
- test('doc-check-gdk-x11',
- gidocgen,
- args: [
- 'check',
- '--config', gdk4x11_toml,
- '--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
- gdk_x11_gir[0],
- ],
- depends: gdk_x11_gir[0],
- suite: ['docs', 'failing'],
- )
endif
if wayland_enabled
diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build
index 7b5e18b0..3aa886a7 100644
--- a/docs/reference/gtk/meson.build
+++ b/docs/reference/gtk/meson.build
@@ -65,17 +65,6 @@ if get_option('documentation')
install_tag: 'doc',
)
- test('doc-check-gtk',
- gidocgen,
- args: [
- 'check',
- '--config', gtk4_toml,
- '--add-include-path=@0@'.format(meson.current_build_dir() / '../../../gtk'),
- gtk_gir[0],
- ],
- depends: gtk_gir[0],
- suite: ['docs', 'failing'],
- )
endif
rst2man = find_program('rst2man', 'rst2man.py', required: get_option('man-pages'))