public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Samuel Thibault <sthibaul@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] tst-sprintf-errno: Update Hurd message length
Date: Sat, 17 Sep 2022 15:43:13 +0000 (GMT)	[thread overview]
Message-ID: <20220917154313.D52EA38515C5@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6841aed6c4abde1aa7015348496c86cadc227a1f

commit 6841aed6c4abde1aa7015348496c86cadc227a1f
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Sep 17 17:42:42 2022 +0200

    tst-sprintf-errno: Update Hurd message length
    
    03ad444e8e08 ("mach: Fix incoherency between perror and strerror") fixesd
    the output of error messages, but tst-sprintf-errno.c was still checking
    the old (erroneous) format length. This updates the expected output length
    according to the 03ad444e8e08 fix.

Diff:
---
 stdio-common/tst-sprintf-errno.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stdio-common/tst-sprintf-errno.c b/stdio-common/tst-sprintf-errno.c
index 91b1f142fb..13e7ed28f0 100644
--- a/stdio-common/tst-sprintf-errno.c
+++ b/stdio-common/tst-sprintf-errno.c
@@ -49,7 +49,7 @@ do_test (void)
 
   errno = -1;
 #ifdef __GNU__
-  TEST_COMPARE (sprintf (buf, "%m"), 35);
+  TEST_COMPARE (sprintf (buf, "%m"), 39);
   TEST_COMPARE_STRING (buf, "Error in unknown error system: FFFFFFFF");
 #else
   TEST_COMPARE (sprintf (buf, "%m"), 16);

                 reply	other threads:[~2022-09-17 15:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220917154313.D52EA38515C5@sourceware.org \
    --to=sthibaul@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).