bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#16756: Errors in LFS 5.18


From: Assaf Gordon
Subject: bug#16756: Errors in LFS 5.18
Date: Fri, 19 Oct 2018 20:46:26 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

tags 16756 moreinfo
retitle 16756 test failures with coreutils / LFS 5.18
close 16756
stop

(triaging old bugs)

On 15/02/14 07:56 AM, Bernhard Voelker wrote:

On 02/14/2014 08:54 PM, Prasad Kumbhar wrote:
Respected Sir,

  I was performing the coreutils chapter and gave the command make 
RUN_EXPENSIVE_TESTS=yes check and in result i got this

   FAIL: test-getlogin (exit: 134)
   ===============================

Can you please find out what the values of 'buf' and 'name' are?
If you change the line 69 like that:

      if (name != NULL && name[0] != '\0')
-      ASSERT (strcmp (buf, name) == 0);
+      {
+        fprintf (stdout, "buf='%s', name='%s'\n", buf, name);
+        ASSERT (strcmp (buf, name) == 0);
+      }

... what does the program print?


With no follow-up in 4 years, I'm closing this bug.
Discussion can continue by replying to this thread.

-assaf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]