void-packages/srcpkgs/glib/patches/disable-broken-tests.patch
Michal Vasilek efd60372ec glib: update to 2.70.0.
* patch out warning about deprecated schema paths
2021-09-29 22:34:14 +02:00

79 lines
1.8 KiB
Diff

--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -50,7 +50,6 @@ gio_tests = {
'cancellable' : {},
'contexts' : {},
'contenttype' : {},
- 'converter-stream' : {},
'credentials' : {},
'data-input-stream' : {},
'data-output-stream' : {},
@@ -74,7 +73,6 @@ gio_tests = {
'network-monitor' : {},
'network-monitor-race' : {},
'permission' : {},
- 'pollable' : {'dependencies' : [libdl_dep]},
'power-profile-monitor' : {},
'proxy-test' : {},
'readwrite' : {},
@@ -151,7 +149,6 @@ endif
# Test programs buildable on UNIX only
if host_machine.system() != 'windows'
gio_tests += {
- 'file' : {},
'gdbus-peer' : {
'dependencies' : [libgdbus_example_objectmanager_dep],
'install_rpath' : installed_tests_execdir
@@ -737,12 +734,6 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
test_resources_binary2,
]
endif
-
- gio_tests += {
- 'resources' : {
- 'extra_sources' : resources_extra_sources,
- },
- }
endif
foreach test_name, extra_args : gio_tests
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -11,21 +11,14 @@ glib_tests = {
'cache' : {},
'charset' : {},
'checksum' : {},
- 'collate' : {},
'cond' : {},
- 'convert' : {},
'cxx' : {
'source' : ['cxx.cpp'],
},
'dataset' : {},
- 'date' : {},
'dir' : {},
'environment' : {},
- 'error' : {},
'fileutils' : {},
- 'gdatetime' : {
- 'suite' : ['slow'],
- },
'guuid' : {},
'gvariant' : {
'suite' : ['slow'],
@@ -57,7 +50,6 @@ glib_tests = {
'mutex' : {},
'node' : {},
'once' : {},
- 'option-context' : {},
'option-argv0' : {},
'overflow' : {},
'overflow-fallback' : {
@@ -102,7 +94,6 @@ glib_tests = {
'thread' : {},
'thread-pool' : {},
'timeout' : {},
- 'timer' : {},
'tree' : {},
'utf8-performance' : {},
'utf8-pointer' : {},