tests: Don't run file creation and deletion test on kqueue
commit70e4ca03403bd773b43775822ebf416cb3b8cbcd
authorTing-Wei Lan <lantw@src.gnome.org>
Sun, 3 Jun 2018 03:55:04 +0000 (3 11:55 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Wed, 6 Jun 2018 16:38:07 +0000 (7 00:38 +0800)
treea4b490460f05955e636f917db91c9969931583aa
parentb4259dec706b63ff18bedaa6c2943ffbdf679986
tests: Don't run file creation and deletion test on kqueue

Kqueue isn't good at detecting rapid file creation and deletion. It
tends to miss events because events returned by the kernel don't include
filename information. Since the size of struct kevent is fixed, it is
probably not possible to extend the API to include file names without
breaking ABI. Therefore, we disables the test here to avoid test failure
that is impossible to fix in a reliable way.
gio/tests/file.c