mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
tests: Unmark several gdbus-* tests as flaky
After repeated local testing, I can’t reproduce failures with them: meson test --repeat 5000 gdbus-auth meson test --repeat 5000 gdbus-bz627724 meson test --repeat 5000 gdbus-connection The FreeBSD failures from pthread calls mentioned in #1614 should probably manifest as use-after-free for GMutex or pthread_mutex_t on Linux. Failing that, I haven’t seen any relevant FreeBSD failures on CI for at least a month, so if it’s not fixed, the chances of debugging are very low. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1614
This commit is contained in:
parent
1fbf82be17
commit
bc81b2c4cb
@ -248,10 +248,10 @@ if host_machine.system() != 'windows'
|
||||
'extra_sources' : extra_sources,
|
||||
'suite' : ['slow'],
|
||||
},
|
||||
'gdbus-auth' : {'extra_sources' : extra_sources, 'suite': ['flaky']},
|
||||
'gdbus-bz627724' : {'extra_sources' : extra_sources, 'suite': ['flaky']},
|
||||
'gdbus-auth' : {'extra_sources' : extra_sources},
|
||||
'gdbus-bz627724' : {'extra_sources' : extra_sources},
|
||||
'gdbus-close-pending' : {'extra_sources' : extra_sources},
|
||||
'gdbus-connection' : {'extra_sources' : extra_sources, 'suite': ['flaky']},
|
||||
'gdbus-connection' : {'extra_sources' : extra_sources},
|
||||
'gdbus-connection-loss' : {'extra_sources' : extra_sources},
|
||||
'gdbus-connection-slow' : {'extra_sources' : extra_sources},
|
||||
'gdbus-error' : {'extra_sources' : extra_sources},
|
||||
|
Loading…
Reference in New Issue
Block a user