https://bugs.winehq.org/show_bug.cgi?id=48431
Bug ID: 48431 Summary: ToLocalTimeAtDSTBoundaries test fails in Wine Mono Product: Wine Version: 5.0-rc4 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Steps to reproduce: 1. Clone and checkout the master branch of Wine Mono. 2. make tests 3. wine tests/run-tests.exe x86.MonoTests.System.TimeZoneTest:ToLocalTimeAtDSTBoundaries
The same test still works in 64-bit processes.
Bisecting shows:
684c272aa794757627ee0eee264a19fcd1052190 is the first bad commit commit 684c272aa794757627ee0eee264a19fcd1052190 Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 6 11:08:17 2019 +0100
configure: Disable gcc stack protection.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=48431
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com Regression SHA1| |684c272aa794757627ee0eee264 | |a19fcd1052190 Keywords| |download, regression, | |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=48431
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|684c272aa794757627ee0eee264 | |a19fcd1052190 |
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- It fails for me both with and without -fstack-protector (gcc 9.2.1). I don't think it makes sense to blame that commit.
https://bugs.winehq.org/show_bug.cgi?id=48431
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- I get the same failure with wine-4.0.3. It doesn't look like a Wine regression.