From patchwork Tue Dec 16 04:33:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Allan McRae X-Patchwork-Id: 421794 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A63BC1400E2 for ; Tue, 16 Dec 2014 15:34:41 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=YY1 QEz/20mxHC2K+vl5vOmuIq6nYQquUWrpL/FUVT9B06Y4WbPJAYTLfQ1qVhc2cYG1 ynNxRfKD7KRhZoQGuFULn00Vu5ecQ4UADfLUYnd9v0EWmYA3nkc8JK1Q+5L48CtZ PdPzMzcWgUT0wgK0dOtWp5oIA0Bj7O6l8/hNsSzA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=nxS6iN6pU unpLlYqzGseByEd6Q4=; b=mzMKxWIDhRZhIxMf8TUKmD8AeqQsJoO8mHg3e7div tBTQiCvgODd1EJkEFDTlCoNTK9L/bUdOb0sihPk/MyYLgEsYGzNx5Du5X5Xg+MmQ Ap5dK7HD+HFAHHhiaGHKU6MWcNxPRbwz7W28dGp3vv+Ns7ikMk+qmuH/ZTTgUANe oE= Received: (qmail 1958 invoked by alias); 16 Dec 2014 04:34:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 1945 invoked by uid 89); 16 Dec 2014 04:34:35 -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, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: nymeria.archlinux.org From: Allan McRae To: libc-alpha@sourceware.org Subject: [COMMITTED] stdio-common/Makefile: readd bug26 testcase Date: Tue, 16 Dec 2014 14:33:54 +1000 Message-Id: <1418704434-31413-1-git-send-email-allan@archlinux.org> MIME-Version: 1.0 This testcase was accidentally removed in commit a5357b7c. --- ChangeLog | 4 ++++ stdio-common/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ebfaa0a..a0a11e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-16 Allan McRae + + * stdio-common/Makefile (tests): Re-add bug26. + 2014-12-15 Ondřej Bílka [BZ #17657] diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 9609966..cc3d49b 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -57,7 +57,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 bug24 \ bug-vfprintf-nargs tst-long-dbl-fphex tst-fphex-wide tst-sprintf3 \ - bug25 tst-printf-round bug23-2 bug23-3 bug23-4 + bug25 tst-printf-round bug23-2 bug23-3 bug23-4 bug26 test-srcs = tst-unbputc tst-printf