From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id 4329D3857374 for ; Fri, 20 May 2022 13:33:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4329D3857374 Received: by mail-oi1-x22a.google.com with SMTP id v66so9971728oib.3 for ; Fri, 20 May 2022 06:33:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:from:to:references:in-reply-to :content-transfer-encoding; bh=hX19V7My9r13PAzXw4SVRFm9gd305nqgPnOo/wifmS8=; b=VS6b63Qga389IJbv2AWr1HsR/jLBfGJIwfMyL1ea+UlnQpqIEZN3N4mdJvbCq5TveU O7Glb//2FsIdRLszky4ECycv1SK/lipm9gnF9TXgsaIF8gJKE4FDcUqe1iZSNrqF1/uN 1H08/C/SOuhxM8s5JuvPFD0BTggVcXqIMGWW+Uy6dDqbYG5i+NhBYWQ9Red2W4L3UY5O JC3V2Q8ZHnpTcGskAPAyQEqcxp32w1uGz6Lg+MCa5ZnTPE1F5lzPWrgWfkARKELowHXl j3hXKyxPgWDODOG2PWlhnkVEfYGYcBP76w9H+05KtPx5lRKUM1lDqueyJOKcTni09DAc XEag== X-Gm-Message-State: AOAM5305At1XyZQwAiUmUfB61WxgNRyHP4WGmBEy/q1LmozCYvfztNB6 Nmd8FwfrTWvP2hhbLMPA9LepMg== X-Google-Smtp-Source: ABdhPJyAxQC3GEortY/Dh1q0Nw1mjoIZiESWYgBhY0zz8mRl7iCg1nPpRZ9VgZMDjdrCRZnndZ9r3Q== X-Received: by 2002:a05:6808:199b:b0:329:92c:4a1e with SMTP id bj27-20020a056808199b00b00329092c4a1emr1221382oib.214.1653053636534; Fri, 20 May 2022 06:33:56 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:cdd6:1223:d9e4:2076:bfdf? ([2804:431:c7cb:cdd6:1223:d9e4:2076:bfdf]) by smtp.gmail.com with ESMTPSA id j24-20020a056808057800b0032694a9925esm975155oig.10.2022.05.20.06.33.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 May 2022 06:33:55 -0700 (PDT) Message-ID: <90fbdc02-7579-30d0-88ae-e1ac3feb94d2@linaro.org> Date: Fri, 20 May 2022 10:33:53 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 04/26] stdio-common: Add tst-printf-width-i18n to cover numeric field width Content-Language: en-US From: Adhemerval Zanella To: Florian Weimer , libc-alpha@sourceware.org References: <46cd3655-331d-efb1-89c9-db9fd9a66827@linaro.org> In-Reply-To: <46cd3655-331d-efb1-89c9-db9fd9a66827@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-13.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2022 13:33:58 -0000 On 20/05/2022 10:22, Adhemerval Zanella wrote: > > > On 17/03/2022 16:28, Florian Weimer via Libc-alpha wrote: >> Related to bug 28943 and bug 28944. > > LGTM with the fix to enabled the test. > > Reviewed-by: Adhemerval Zanella > >> --- >> stdio-common/Makefile | 1 + >> stdio-common/tst-printf-width-i18n.c | 95 ++++++++++++++++++++++++++++ >> 2 files changed, 96 insertions(+) >> create mode 100644 stdio-common/tst-printf-width-i18n.c >> >> diff --git a/stdio-common/Makefile b/stdio-common/Makefile >> index 435cd8904f..f0e65f0dcd 100644 >> --- a/stdio-common/Makefile >> +++ b/stdio-common/Makefile >> @@ -250,6 +250,7 @@ LOCALES := \ >> de_DE.ISO-8859-1 \ >> de_DE.UTF-8 \ >> en_US.ISO-8859-1 \ >> + hi_IN.UTF-8 \ >> ja_JP.EUC-JP \ >> ps_AF.UTF-8 \ >> # LOCALES > > The tests is not enabled since there is no entry in tests. And you will also need to add a rule to avoid the test fail in parallel builds: $(objpfx)/tst-printf-width-i18n.out: $(gen-locales)