From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11064 invoked by alias); 28 Aug 2017 02:16:16 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 10106 invoked by uid 89); 28 Aug 2017 02:16:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-vk0-f53.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OJ3WuKpkwPuxOjliOzFAbWuJTJC92D5DyOzW7jI11Gc=; b=ZWpQsiDjtzzR7qr9U7fXWMcaFlZDT7O0Luhn8Wt2lL/ohB0hjb6bF40x+oFq4JqGi+ dXNVZ8QAXDBkxaRo/PcmFppY3YBWB7S7UN2oKzBl+YMtoXNN3sJUuoiKLc5Zv2rvDT2a vLGSAlPLGh/3d3nPYUA3MihfQ6VMCgATF2tIW/cadgYUboi7jq7SrydHIb0JqLGgK67n MtJ5YlYHh44qohRJ3om8NeFg42eyJlr9wCOzxX0U0ydyIDFgzFG7J9GctBS/hGR8PiWT djCzrmSxT2QQiI1DzSLcbIRItcFvDN1W9DfMQZlvqCDzpRmiTDxHLSrPUrewiVwNEEAS DJiA== X-Gm-Message-State: AHYfb5iVdyrIGEJBO9ExQ8cK3z8MaTXytk50oUTrE/quFjSKh58DGHBW 4sLUetsqyA1WypF+uO2cxp1jjgNRG1dK X-Google-Smtp-Source: ADKCNb7Iyy8VqdN7Wq4OJBJONBnUPPPhFlXkWFkYR8ZXFTRo02fRVbgHPrQLHchlZFQXvm7DOgI7SQY3UkIVpel8rP8= X-Received: by 10.31.201.194 with SMTP id z185mr3116861vkf.146.1503886571508; Sun, 27 Aug 2017 19:16:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <596fab4d-fcc6-794f-c012-e439a7c829ab@redhat.com> References: <5963A105.4070308@arm.com> <596fab4d-fcc6-794f-c012-e439a7c829ab@redhat.com> From: Paul Pluzhnikov Date: Mon, 28 Aug 2017 02:16:00 -0000 Message-ID: Subject: Re: [patch] Add tests for atexit/on_exit firing order To: "Carlos O'Donell" Cc: Joseph Myers , Szabolcs Nagy , nd@arm.com, GLIBC Devel Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg01182.txt.bz2 On Wed, Aug 16, 2017 at 9:36 AM, Carlos O'Donell wrote: > OK with the changes outlined below. Thanks. Committed with these changes as https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=5f3b183d198b39ca993a41aadb02bddd9fde078d > I make some additional testing suggestions > but these tests are better than nothing, so I don't hold you to anything but > documenting the possible options. I left this for a follow-up commit. -- Paul Pluzhnikov