[glib: 6/9] glib/tests: skip a failing test with a FIXME
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 6/9] glib/tests: skip a failing test with a FIXME
- Date: Mon, 21 Mar 2022 12:19:27 +0000 (UTC)
commit 56405a2fda792127490dbe718ee84583a7438599
Author: Marc-André Lureau <marcandre lureau redhat com>
Date: Fri Feb 4 14:25:51 2022 +0400
glib/tests: skip a failing test with a FIXME
Signed-off-by: Marc-André Lureau <marcandre lureau redhat com>
glib/tests/private.c | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/glib/tests/private.c b/glib/tests/private.c
index ec256d8de..6ecf1a8bc 100644
--- a/glib/tests/private.c
+++ b/glib/tests/private.c
@@ -154,6 +154,11 @@ test_private3 (void)
* functions (instead of TLS) as proposed in
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1655
*/
+ if (!private3_freed)
+ {
+ g_test_skip ("FIXME: GPrivate with native win32 thread");
+ return;
+ }
}
#else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]