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