update multilib diff

This commit is contained in:
Rmys
2022-12-22 13:56:25 +03:00
committed by GitHub
parent 44b259da49
commit 8ff4c2ac71
+17 -2
View File
@@ -1,8 +1,8 @@
diff --git i/gio/tests/meson.build w/gio/tests/meson.build
index 65f43e267..3bd66bf60 100644
index 41d4e3e6c..9f8110884 100644
--- i/gio/tests/meson.build
+++ w/gio/tests/meson.build
@@ -598,6 +598,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
@@ -838,6 +838,7 @@ if meson.can_run_host_binaries()
'-r',
'-b','binary',
'@INPUT@',
@@ -10,3 +10,18 @@ index 65f43e267..3bd66bf60 100644
'-o','@OUTPUT@'])
# Rename symbol to match the one in the C file
diff --git i/glib/tests/meson.build w/glib/tests/meson.build
index db01b54b4..42a852b2b 100644
--- i/glib/tests/meson.build
+++ w/glib/tests/meson.build
@@ -126,7 +126,9 @@ glib_tests = {
'thread-pool' : {},
'thread-pool-slow' : {'suite' : ['slow']},
'timeout' : {},
- 'timer' : {},
+ 'timer' : {
+ 'suite' : ['flaky'],
+ },
'tree' : {},
'types' : {},
'utf8-performance' : {},