mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
glib/tests: skip a failing test with a FIXME
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
20f8007f73
commit
56405a2fda
@ -154,6 +154,11 @@ test_private3 (void)
|
|||||||
* functions (instead of TLS) as proposed in
|
* functions (instead of TLS) as proposed in
|
||||||
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1655
|
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1655
|
||||||
*/
|
*/
|
||||||
|
if (!private3_freed)
|
||||||
|
{
|
||||||
|
g_test_skip ("FIXME: GPrivate with native win32 thread");
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user