coreutils
[Top][All Lists]
Advanced

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

date-debug test failure with musl


From: Niklas Hambüchen
Subject: date-debug test failure with musl
Date: Mon, 13 May 2019 05:02:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Dear coreutils maintainers,

when compiling coreutils commit 6e97d36 against musl v1.1.22 on Ubuntu, I get a 
test failure and differing output than when using glibc.

Running `src/date --debug -d 'TZ="America/Edmonton" 2006-04-02 02:30:00'` with 
each:

With glibc it prints:

date:        normalized time: '(Y-M-D) 2006-04-02 03:30:00'

With musl it prints:

date:        normalized time: '(Y-M-D) 2006-04-02 01:30:00'`

This difference results in tests/misc/date-debug to fail.

What's happening here? Is there a bug in musl, or some quirks going on?
Any insight would be appreciated.

Niklas



reply via email to

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