[glib: 1/2] tests: Deactivate tls-bindings test suite for windows
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] tests: Deactivate tls-bindings test suite for windows
- Date: Tue, 23 Mar 2021 11:30:17 +0000 (UTC)
commit 7f2fef5c2691210444a08b2998b003e56b4d59f3
Author: Frederic Martinsons <frederic martinsons sigfox com>
Date: Wed Jan 27 19:22:46 2021 +0100
tests: Deactivate tls-bindings test suite for windows
Signed-off-by: Frederic Martinsons <frederic martinsons sigfox com>
Helps: #2297
gio/tests/meson.build | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index a926ae01a..848202efd 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -93,11 +93,18 @@ gio_tests = {
'tls-certificate' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-interaction' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-database' : {'extra_sources' : ['gtesttlsbackend.c']},
- 'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']},
'gdbus-address-get-session' : {},
'win32-appinfo' : {},
}
+# FIXME: These sometimes can’t be killed on the Windows CI machines, and cause
+# all subsequent CI runs on Windows to fail. See #2297.
+if host_machine.system() != 'windows'
+ gio_tests += {
+ 'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']}
+ }
+endif
+
test_extra_programs = {
'gdbus-connection-flush-helper' : {},
'gdbus-testserver' : {},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]