Date: Wed, 1 Mar 2017 23:22:26 +0300 From: Chagin Dmitry <dchagin@freebsd.org> To: Conrad Meyer <cem@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r314404 - head/sys/compat/linux Message-ID: <20170301202226.GA2842@chd.heemeyer.club> In-Reply-To: <CAG6CVpVk1VMv5r21dumvPk6JE01NcPNPZ9QRNbPi%2B3WON0Y0gg@mail.gmail.com> References: <201702281955.v1SJtGeG011858@repo.freebsd.org> <CAG6CVpVk1VMv5r21dumvPk6JE01NcPNPZ9QRNbPi%2B3WON0Y0gg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 28, 2017 at 12:00:41PM -0800, Conrad Meyer wrote: > On Tue, Feb 28, 2017 at 11:55 AM, Dmitry Chagin <dchagin@freebsd.org> wrote: > > Author: dchagin > > Date: Tue Feb 28 19:55:16 2017 > > New Revision: 314404 > > URL: https://svnweb.freebsd.org/changeset/base/314404 > > > > Log: > > Linux epoll return EEXIST on case when op is EPOLL_CTL_ADD, and the supplied > > file descriptor fd is already registered with this epoll instance. > > Hi Dmitry, > > Do we have an automated test suite for epoll behavior compliance? If > you have some existing test programs you're using to determine > compatibility, it would be good to adapt those to a test framework and > commit them as well. usually we use LTP and glibc (NPTL) tests. Feel free to adapt it
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170301202226.GA2842>