Skip to content

Commit

Permalink
glib: disable broken tests on musl
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Apr 4, 2021
1 parent 52cbc6d commit 487c89e
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions srcpkgs/glib/patches/disable-broken-tests.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
diff --git gio/tests/meson.build gio/tests/meson.build
index d8ebd56..be72f5c 100644
index a926ae01a..c2093cf4e 100644
--- gio/tests/meson.build
+++ gio/tests/meson.build
@@ -35,7 +35,6 @@ gio_tests = {
@@ -50,7 +50,6 @@ gio_tests = {
'cancellable' : {},
'contexts' : {},
'contenttype' : {},
- 'converter-stream' : {},
'credentials' : {},
'data-input-stream' : {},
'data-output-stream' : {},
@@ -550,7 +549,7 @@ if installed_tests_enabled
@@ -74,7 +73,6 @@ gio_tests = {
'network-monitor' : {},
'network-monitor-race' : {},
'permission' : {},
- 'pollable' : {'dependencies' : [libdl_dep]},
'proxy-test' : {},
'readwrite' : {},
'simple-async-result' : {},
@@ -567,7 +565,7 @@ if installed_tests_enabled
endforeach
endif

Expand All @@ -20,10 +28,10 @@ index d8ebd56..be72f5c 100644
plugin_resources_c = custom_target('plugin-resources.c',
input : 'test4.gresource.xml',
diff --git glib/tests/meson.build glib/tests/meson.build
index c77ccdd14..7bf01bb46 100644
index c77ccdd14..b0dab692a 100644
--- glib/tests/meson.build
+++ glib/tests/meson.build
@@ -11,21 +11,14 @@ glib_tests = {
@@ -11,21 +11,13 @@ glib_tests = {
'cache' : {},
'charset' : {},
'checksum' : {},
Expand All @@ -37,15 +45,15 @@ index c77ccdd14..7bf01bb46 100644
- 'date' : {},
'dir' : {},
'environment' : {},
'error' : {},
- 'error' : {},
- 'fileutils' : {},
- 'gdatetime' : {
- 'suite' : ['slow'],
- },
'guuid' : {},
'gvariant' : {
'suite' : ['slow'],
@@ -57,7 +50,6 @@ glib_tests = {
@@ -57,7 +49,6 @@ glib_tests = {
'mutex' : {},
'node' : {},
'once' : {},
Expand Down

0 comments on commit 487c89e

Please sign in to comment.