From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 898CB38515E4 for ; Wed, 12 Oct 2022 11:45:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 898CB38515E4 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1665575135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xy6e6VNq69hwBySC+4hG2NrOfB86DpRMHZV6pnP1MwU=; b=VmV1lTz8ypNTgWbOzneDwoppAoMBFE4tFoT1Lm93e+OO0wsLBpM+GqMe1SwNP/jOOic/6h OIWie9nUOJSLz6b3Y21a7+pb1EVFLbnofDlZolBE5cz5C8ikxwl6IDk957dF74MpPYRAwE AXIMU/uidK5HxZZIjAAQCxWF4qNDVng= Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-372-tZqWtO_pNo-ukQMPimLNvA-1; Wed, 12 Oct 2022 07:45:34 -0400 X-MC-Unique: tZqWtO_pNo-ukQMPimLNvA-1 Received: by mail-qv1-f69.google.com with SMTP id q17-20020a056214019100b004b1d3c9f3acso9526760qvr.0 for ; Wed, 12 Oct 2022 04:45:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=xy6e6VNq69hwBySC+4hG2NrOfB86DpRMHZV6pnP1MwU=; b=VkFGvggeRBtMjqbAq0eW89AFCnlvFqb5E2NFsKm73eKctWY0j+UgYsXIg9R53u/EAs 5M1uBj63DzikRQMba+Bnu4DMTt09VhYCSnE7JlB9Vcp4ELqD+l7ruQrz/JPH4aQIXzkR bJreSstMMDzNf5zX3rYOvBWg5iuf2ImAD4ZJ2hfLBewBEAdND9L/DVEVaQRu3tZ7jSyf 5/cfaDMnQ98kTaTHrkfggiFz5quW722EzEYIZCrNVWKpwU3Kjwxi5AOo8QVIXCWkfpwO HU0NO5jvZ7aC/TZXjTUeamJCenOx5dpczhdFnTZc+TOupVWWpovW27A+VO7400q3/HNO PnFw== X-Gm-Message-State: ACrzQf3TivBmmQKfEVx+M0o1VTalhmGjhMPn9YtH68diWNtXIIbp+ZHV +hLXPg/uCEQ/xMobOUVWGutTa4LxOZXKN9/IQlNK43Q59R4FXijV9oNR+I4CIDIRtuAHNXHaolr Je1A5S7WcZQLVZGsiUgB88lqCvg4GmaI= X-Received: by 2002:a05:622a:653:b0:39c:289c:6dec with SMTP id a19-20020a05622a065300b0039c289c6decmr6859324qtb.165.1665575133796; Wed, 12 Oct 2022 04:45:33 -0700 (PDT) X-Google-Smtp-Source: AMsMyM7xF4nihD9WlnSYGZm/Er5pN/BAebqTxJ3kbavR/QA41ERkRe8dCG/fw1wcOgr1LPtTYGHeyR5XD0Mr85c9heE= X-Received: by 2002:a05:622a:653:b0:39c:289c:6dec with SMTP id a19-20020a05622a065300b0039c289c6decmr6859316qtb.165.1665575133632; Wed, 12 Oct 2022 04:45:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 12 Oct 2022 12:45:22 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: async: tolerate slightly shorter sleep To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 12 Oct 2022 at 12:41, Jonathan Wakely wrote: > > On Thu, 23 Jun 2022 at 12:38, Alexandre Oliva via Libstdc++ > wrote: > > > > On Jun 22, 2022, Alexandre Oliva wrote: > > > > > Regstrapped on x86_64-linux-gnu, also tested with a cross to > > > aarch64-rtems6. Ok to install? > > > > The early wakeups are fixed for rtems6.1, so the same question raised at > > https://gcc.gnu.org/pipermail/gcc-patches/2022-June/597102.html apply to > > this one: > > Looks like I never reviewed this one, sorry. > > The patch to xfail this test for rtems is OK. It's also fine if you just want to drop this patch for the same reason as https://gcc.gnu.org/pipermail/gcc-patches/2022-June/597105.html (I'm just going through old patch submissions that never got acked or nacked and this was one of them.)