69 lines
1.8 KiB
Diff
69 lines
1.8 KiB
Diff
--- a/gio/tests/meson.build
|
|
+++ b/gio/tests/meson.build
|
|
@@ -56,7 +56,6 @@ gio_tests = {
|
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392 / https://gitlab.gnome.org/GNOME/glib/-/issues/1251
|
|
'should_fail' : host_system == 'darwin',
|
|
},
|
|
- 'converter-stream' : {},
|
|
'credentials' : {},
|
|
'data-input-stream' : {},
|
|
'data-output-stream' : {},
|
|
@@ -198,7 +197,6 @@ endif
|
|
# Test programs buildable on UNIX only
|
|
if host_machine.system() != 'windows'
|
|
gio_tests += {
|
|
- 'file' : {},
|
|
'gdbus-peer-object-manager' : {},
|
|
'gdbus-sasl' : {},
|
|
'live-g-file' : {},
|
|
@@ -814,14 +812,6 @@ if meson.can_run_host_binaries()
|
|
test_resources_binary2,
|
|
]
|
|
endif
|
|
-
|
|
- gio_tests += {
|
|
- 'resources' : {
|
|
- 'extra_sources' : resources_extra_sources,
|
|
- # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
|
|
- 'should_fail' : host_system == 'darwin',
|
|
- },
|
|
- }
|
|
endif
|
|
|
|
foreach test_name, extra_args : gio_tests
|
|
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
|
|
index d74617823..1de81a825 100644
|
|
--- a/glib/tests/meson.build
|
|
+++ b/glib/tests/meson.build
|
|
@@ -11,22 +11,14 @@ glib_tests = {
|
|
'cache' : {},
|
|
'charset' : {},
|
|
'checksum' : {},
|
|
- 'collate' : {},
|
|
'completion' : {},
|
|
'cond' : {},
|
|
- 'convert' : {},
|
|
'dataset' : {},
|
|
- 'date' : {
|
|
- # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
|
|
- 'should_fail' : host_system == 'darwin',
|
|
- },
|
|
'dir' : {},
|
|
'environment' : {
|
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
|
|
'should_fail' : host_system == 'darwin',
|
|
},
|
|
- 'error' : {},
|
|
- 'fileutils' : {},
|
|
'gdatetime' : {
|
|
'suite' : ['slow'],
|
|
},
|
|
@@ -65,7 +57,6 @@ glib_tests = {
|
|
'node' : {},
|
|
'once' : {},
|
|
'onceinit' : {},
|
|
- 'option-context' : {},
|
|
'option-argv0' : {},
|
|
'overflow' : {},
|
|
'overflow-fallback' : {
|