From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10962 invoked from network); 12 Sep 2022 20:32:57 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 12 Sep 2022 20:32:57 -0000 Received: (qmail 23747 invoked by uid 550); 12 Sep 2022 20:32:54 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 23714 invoked from network); 12 Sep 2022 20:32:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=wsu88zT9Mi+IarrRgC9cBMhdzYPDqIIwBTx32sdNo20=; b=VX52jXCjTAoYaYCYtYFecERIU9fT5cCIq1vVR6obVdJK9SIvcBBMAGsy/QGWrxebI5 JkycGxKY7aVTRyrIwLH/5LnUl1MCE9Cjgm79O0wguFZMTbeDE0iTul7Sq0gZG86Cv0Cu LBzdcnUGWTBChbltf9kw2tFPPofvkVSA54wrwEfNP0rqGJ2U4J/Kjp0JRDNDFW+n1Dds PtV9bEN/DX0urh5I0uY25SSuOxAOwT1s3F7Ws4hDGdb5wFPWphyift8Oe56dhGtVpg88 OWl9B2IGbgRcuPBAmtXKjmTxexDFIROl9Eet5dUNohRp5m6DRR58wXY2O+w+bqvPF67B z/dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=wsu88zT9Mi+IarrRgC9cBMhdzYPDqIIwBTx32sdNo20=; b=1cbOX6FYbMezZZQKSF6mNeIkfQgbxAHGjp1UGw8g9v9/b1H/Pn4Us8joAMDX1AFZNb AiISbLdHqD8XyDiageq/NCR09P7lgDjamikQ2wgE03952ipwbVtqScSROUlZAB8V2qy9 AGG/zjguhIsmApdeMuoM6fv5Q0QkUS1JPZCodw0/p3SjW51VMi1dtq/j22Y8gGCOQ52U qzIn9wfLMuko0MEgobRVE+lsYEL26rkpCyMnCakwSh8bPEgC3PNPIo58ojgx9HEcyEBO EH4SpDbIAmcpfvmWnZzPh7LpzF05QQshPjLi+PFHlzL3ddmVqD3/HoGvFaLod2bl3mQl ZqHg== X-Gm-Message-State: ACgBeo1s2dwyphNt8ErUe3M8xV75d0j70TQSuUxMqdJhmpuNyLwLTwrX ud+m7zmCQcUm3MLi2IEmn/ffFQuwfcTQAXEg7J/9nS7yGAA= X-Google-Smtp-Source: AA6agR5RyrhAsOxECfdH0IzCGIGzRbzHWTjj7Jt7FuhxSEltH/PC1s7UjhPe7NBdvNe7Fo+idaWitiCP017iljlmLVo= X-Received: by 2002:a05:6512:31d1:b0:499:fa38:3d7b with SMTP id j17-20020a05651231d100b00499fa383d7bmr3164789lfe.544.1663014761351; Mon, 12 Sep 2022 13:32:41 -0700 (PDT) MIME-Version: 1.0 From: Ken Mays Date: Mon, 12 Sep 2022 13:32:28 -0700 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="0000000000001b511205e880cce7" Subject: [musl] POSIX compliance testing of strftime --0000000000001b511205e880cce7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, I am doing POSIX compliance testing of strftime on HAIKU (w/MUSL) using the Open POSIX Test Suite v1.5.2 located here: Open POSIX Test Suite - Browse Files at SourceForge.net Specifically: open_posix_testsuite/1-1.c at master =C2=B7 haiku/open_posix_testsuite (github.com) and open_posix_testsuite/2-1.c at master =C2=B7 haiku/open_posix_testsuite (github.com) Issue: MUSL's strftime only fails one minor test for both test 1-1 and 2-1. I'd like to know if a MUSL developer could review the mentioned tests? Are there known issues with strftime with POSIX compliance testing? Thanks, ~K --0000000000001b511205e880cce7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello=
,
I am doing POSI=
X compliance testing of strftime on HAIKU (w/MUSL) using the Open POSIX Tes=
t Suite v1.5.2 located here:
O=
pen POSIX Test Suite - Browse Files at SourceForge.net

Specifically:
open_posix_testsuite/1-1.c at master =C2=B7 haiku/open_posix_=
testsuite (github.com)

and
open_posix_testsuite/2-1.c at master =C2=B7 haiku/open_posix_testsuite =
(github.com)

Issue: MUSL'=
s strftime only fails one minor test for both test 1-1 and 2-1. 
I'd like to know if a M=
USL developer could review the mentioned tests?
Are there known issues with strftime with PO=
SIX compliance testing?
Thanks,
~K=
 


--0000000000001b511205e880cce7--