public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: "H.J. Lu" <hjl.tools@gmail.com>
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	GNU C Library <libc-alpha@sourceware.org>
Subject: Re: [PATCH] tst: Provide test for select
Date: Thu, 25 Mar 2021 08:35:58 -0300	[thread overview]
Message-ID: <44af9ddb-de82-d354-7bab-e096e1215a8b@linaro.org> (raw)
In-Reply-To: <CAMe9rOo80wj0D4q4MhRnwMVa_DpGTCYOeqbGfo47u9QVjd3naQ@mail.gmail.com>



On 24/03/2021 19:30, H.J. Lu wrote:
>>>>>> How does it work?  It looks like a NOP to me.
>>>>>
>>>>> The idea is to clear the nanosecond precision from the xclock_now call.
>>>
>>> It should rather be
>>>
>>> ts.tv_nsec = (ts.tv_nsec / 1000) * 1000;
>>>
>>> shouldn't it?
>>
>> Indeed, thanks for spotting it.  Could you check if this helps the tests H.J?
> 
> The test failed with "nohup make check" since select returned immediately.
> 

Do you have a strace of why select is returning? It uses 2 (STDERR_FILENO)
as on the read set, so it should trigger the timeout.

  reply	other threads:[~2021-03-25 11:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-14 16:46 Lukasz Majewski
2021-03-14 19:17 ` DJ Delorie
2021-03-15  9:50   ` Lukasz Majewski
2021-03-15 17:11     ` DJ Delorie
2021-03-22 11:32 ` Lukasz Majewski
2021-03-24 19:17   ` H.J. Lu
2021-03-24 19:47     ` Adhemerval Zanella
2021-03-24 20:13       ` H.J. Lu
2021-03-24 21:14         ` Adhemerval Zanella
2021-03-24 21:21           ` H.J. Lu
2021-03-24 21:24             ` Adhemerval Zanella
2021-03-24 21:35             ` Samuel Thibault
2021-03-24 21:43               ` Adhemerval Zanella
2021-03-24 22:30                 ` H.J. Lu
2021-03-25 11:35                   ` Adhemerval Zanella [this message]
2021-03-25 12:20                     ` Andreas Schwab
2021-03-25 12:48                       ` Adhemerval Zanella
2021-03-25 13:22                         ` H.J. Lu
2021-03-25 13:31                           ` Adhemerval Zanella
2021-03-22 19:23 ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44af9ddb-de82-d354-7bab-e096e1215a8b@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=hjl.tools@gmail.com \
    --cc=libc-alpha@sourceware.org \
    --cc=samuel.thibault@ens-lyon.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).