mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glib: Disable failing test.
* gnu/packages/glib.scm (glib)[source]: Add patch. [arguments]: Remove custom 'increase-test-timeout phase. * gnu/packages/patches/glib-skip-failing-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
This commit is contained in:
parent
7fd5175693
commit
a24562af52
3 changed files with 31 additions and 13 deletions
27
gnu/packages/patches/glib-skip-failing-test.patch
Normal file
27
gnu/packages/patches/glib-skip-failing-test.patch
Normal file
|
@ -0,0 +1,27 @@
|
|||
This test timed out on powerpc-linux even after extending the
|
||||
test_timeout_slow to 1800 seconds. Previously we tried to work around
|
||||
this test by extending test_timeout_slow by 1.5 its previous value.
|
||||
|
||||
---
|
||||
gio/tests/meson.build | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
|
||||
index a926ae0..4fdbe7a 100644
|
||||
--- a/gio/tests/meson.build
|
||||
+++ b/gio/tests/meson.build
|
||||
@@ -317,10 +317,6 @@ if host_machine.system() != 'windows'
|
||||
'extra_sources' : [extra_sources, gdbus_test_codegen_generated, gdbus_test_codegen_generated_interface_info],
|
||||
'c_args' : ['-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32'],
|
||||
},
|
||||
- 'gdbus-threading' : {
|
||||
- 'extra_sources' : extra_sources,
|
||||
- 'suite' : ['slow'],
|
||||
- },
|
||||
'gmenumodel' : {
|
||||
'extra_sources' : extra_sources,
|
||||
'suite' : ['slow'],
|
||||
|
||||
--
|
||||
2.31.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue