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.129.124]) by sourceware.org (Postfix) with ESMTPS id D1C013858022 for ; Mon, 3 Jul 2023 23:16:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D1C013858022 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=1688426167; 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=qRLr/17BNIfq+JRsWHV72ITS+Tw2WR07TYeHO79O4bI=; b=EVL1lOsBTM9Kkb2Iy1xicVMjUXHaP0zulJ4x98hcraNHZRnt51IEgcIZseD3D2QzVjR0Rm Cd16cDCT+HQsL+5MvpRBae40NvdZP32pRdyx8SudkoKQAS4UV9EqmHQrWWxzeWZUeLyafw NwdRDp3I95SdIY9AAW/2L+PpuM7oCR8= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-205-O-Z2UR3AO_SOjkM_KDmu4A-1; Mon, 03 Jul 2023 19:16:05 -0400 X-MC-Unique: O-Z2UR3AO_SOjkM_KDmu4A-1 Received: by mail-lj1-f197.google.com with SMTP id 38308e7fff4ca-2b698377ed7so47332421fa.3 for ; Mon, 03 Jul 2023 16:16:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688426164; x=1691018164; 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=qRLr/17BNIfq+JRsWHV72ITS+Tw2WR07TYeHO79O4bI=; b=eR1ZdDO/yzaCTkFms1lsXyZp7s3itzwwzJg8o35JUmznofa+F197h7j5TEt717XETh B+qqCPgOJUJ6r8JKyQwZK0aML8O8Krkrz3iRabVbk3eOBldg38ueEIG8aQdGzgUA8wJ8 WFsuhYG3SqUYv4Lhq84cjPbjipQuF81+NBk4V5YdztB4XjP0WoXVLVjMG0ru8n8IfFCR 6OLDh5FzjJlVH7AG13AllEaNmIid1fhgCa5/NtydqJ2bvPa3QJDhaS3px6yO8VfMP8hl M7y+UFsCnwFNEYuqvNgZ6+ec9erlO2YffQZc7T0ul2i4Uw4Xd+8kmnyc6IxNuk5QwKA1 RL7w== X-Gm-Message-State: ABy/qLbDkCDf+sJC6kAkW/gNMN1iViC54k4YHbgedW9V25n0t5Aulpw8 o86JgJ8yJ3Mtf8Ptnkcz620kFrTeXAsUxk5YaftZjqsUBRalhuoIKuWIzZHZGB3q91TtgGQUuuJ 7ZRw0yG9xfnyoH5Y2cCh2IFLBee1Ggx0LCUatWWXi4w== X-Received: by 2002:a2e:3515:0:b0:2b6:d89e:74e2 with SMTP id z21-20020a2e3515000000b002b6d89e74e2mr5389254ljz.7.1688426164349; Mon, 03 Jul 2023 16:16:04 -0700 (PDT) X-Google-Smtp-Source: APBJJlFqup4SA+MA8qoc6GO6M+nlANDLz6CC9hjLauzullqPXRke5RsnkuMvB1dVBGRL4A57sNmQxDF2nyvk489yT8I= X-Received: by 2002:a2e:3515:0:b0:2b6:d89e:74e2 with SMTP id z21-20020a2e3515000000b002b6d89e74e2mr5389250ljz.7.1688426164095; Mon, 03 Jul 2023 16:16:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Tue, 4 Jul 2023 00:15:52 +0100 Message-ID: Subject: Re: [PATCH] libstdc++: Split up pstl/set.cc testcase To: Thomas Rodgers Cc: "libstdc++" , gcc Patches X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=unavailable 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 Mon, 3 Jul 2023 at 23:14, Thomas Rodgers via Libstdc++ wrote: > > This testcase is causing some timeout issues. This patch splits the > testcase up by individual set algorithm. I think the Apache license requires a notice saying the original file was modified. A comment in each new file noting it was derived from pstl/alg_sorting/set.cc (or whatever the file is called upstream) should be sufficient. OK with that change, thanks.