GNOME Bugzilla – Bug 697609
tests: skip GstPoll tests on windows as they are broken
Last modified: 2013-04-13 11:22:23 UTC
gstpoll test does polling on a fd with GST_TIME_NONE (that is, forever). Since polling pipes doesn't work on W32, the test hangs up.
Created attachment 241011 [details] [review] Prevent gstpoll test from hanging up
So the patch just makes it fail faster or more gracefully?
The patch makes it time out, and it fails later, when it checks the results of waiting. Without the patch it just hangs up forever, until you kill it.
So if polling pipes does not work on Windows, shouldn't this test be disabled for Windows or rewritten using sockets?
Dunno. Mark it as XFAIL (on W32 only), i guess.
commit 637e8b5e1c3e3933008d0049c52f8841c43ac996 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sat Apr 13 12:18:28 2013 +0100 tests: skip all GstPoll tests on Windows As they don't work there, and it's non-trivial to fix. https://bugzilla.gnome.org/show_bug.cgi?id=697609