mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2025-02-17 02:38:02 +00:00
disable signal test on android
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@633 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
57f14047f6
commit
a40f69b820
@ -204,7 +204,7 @@ main(int argc, char **argv)
|
||||
{
|
||||
struct unit_test tests[MAX_TESTS] = {
|
||||
{ "socket", 1, test_evfilt_read },
|
||||
#ifndef _WIN32
|
||||
#if !defined(_WIN32) && !defined(__ANDROID__)
|
||||
// XXX-FIXME -- BROKEN ON LINUX WHEN RUN IN A SEPARATE THREAD
|
||||
{ "signal", 1, test_evfilt_signal },
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user