From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/13450 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH libc-test] add strptime basic test Date: Thu, 15 Nov 2018 22:26:58 +0100 Message-ID: <20181115212658.GI21289@port70.net> References: <20181115073456.11105-1-zajec5@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1542317107 20955 195.159.176.226 (15 Nov 2018 21:25:07 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2018 21:25:07 +0000 (UTC) User-Agent: Mutt/1.10.1 (2018-07-13) Cc: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= To: musl@lists.openwall.com Original-X-From: musl-return-13466-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 15 22:25:03 2018 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1gNP8I-0005KW-RS for gllmg-musl@m.gmane.org; Thu, 15 Nov 2018 22:25:02 +0100 Original-Received: (qmail 5709 invoked by uid 550); 15 Nov 2018 21:27:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5688 invoked from network); 15 Nov 2018 21:27:10 -0000 Mail-Followup-To: musl@lists.openwall.com, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:13450 Archived-At: * Rafa=C5=82 Mi=C5=82ecki [2018-11-15 11:12:34 +0100]: > It also fails with: >=20 > "%F": failed to parse "1856-07-10" > "%s": failed to parse "683078400" > "%z": failed to parse "+0200" > "%z": failed to parse "-0530" > "%z": failed to parse "-06" >=20 > but that's expected due to unimplemented %F %s and %z. v2 looks good, but these are testing extensions. do you intend to add patch for %F and %s too? if not i'll disable those tests