[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2019-01-24 Thread Andreas Schwab
Andreas Schwab added the comment: The test still fails if the timezone database is not available. -- nosy: +schwab ___ Python tracker ___

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread STINNER Victor
STINNER Victor added the comment: Python 2.7 doesn't seem to be affected: $ TZ=UTC ./python -m test -v test_email Tests result: SUCCESS -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread miss-islington
miss-islington added the comment: New changeset b59fc311609aadaafaae68240127b4997b85859d by Miss Islington (bot) in branch '3.6': bpo-35317: Fix mktime() error in test_email (GH-10721) https://github.com/python/cpython/commit/b59fc311609aadaafaae68240127b4997b85859d --

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread miss-islington
miss-islington added the comment: New changeset d669154ee52048f98ac63ba177f3fd1cf62f0174 by Miss Islington (bot) in branch '3.7': bpo-35317: Fix mktime() error in test_email (GH-10721) https://github.com/python/cpython/commit/d669154ee52048f98ac63ba177f3fd1cf62f0174 -- nosy:

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +9989 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +9988 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset cfaafda8e3e19764682abb4bd4c574accb784c42 by Victor Stinner in branch 'master': bpo-35317: Fix mktime() error in test_email (GH-10721) https://github.com/python/cpython/commit/cfaafda8e3e19764682abb4bd4c574accb784c42 --

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +p-ganssle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +9969 stage: -> patch review ___ Python tracker ___ ___

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
STINNER Victor added the comment: Oh, the tests fail since 2012 at least on FreeBSD: https://bugs.python.org/issue15750#msg168741 """ On the FreeBSD 8.2 build slave: == ERROR: test_localtime_daylight_false_dst_true

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
STINNER Victor added the comment: I'm able to reproduce the issue on FreeBSD 12.0-RC2: vstinner@freebsd$ TZ=CET ./python -m test test_email -m 'test_localtime_daylight_*' -v (...) Tests result: SUCCESS vstinner@freebsd$ TZ=UTC ./python -m test test_email -m 'test_localtime_daylight_*' -v

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
STINNER Victor added the comment: Miro Hrončok: > I found a C reproducer and reported to Fedora glibc tracker: > https://bugzilla.redhat.com/show_bug.cgi?id=1653340 Nice, I wrote almost the same one :-) See attached mktime_bug.c: $ gcc mktime_bug.c -o mktime_bug $ ./mktime_bug TZ=CET:

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread Miro Hrončok
Miro Hrončok added the comment: I found a C reproducer and reported to Fedora glibc tracker: https://bugzilla.redhat.com/show_bug.cgi?id=1653340 -- nosy: +hroncok ___ Python tracker

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I remember some related issues raised in the past about the same test failing on freebsd machines : issue31628 and issue15750 (some more detail on msg168747) -- nosy: +xtreak ___ Python tracker

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
STINNER Victor added the comment: mktime_bug.py: script to reproduce the bug. -- Added file: https://bugs.python.org/file47946/mktime_bug.py ___ Python tracker ___

[issue35317] test_email: test_localtime_daylight_false_dst_true() fails depending on the timezone

2018-11-26 Thread STINNER Victor
New submission from STINNER Victor : The two following tests fail on glibc-2.28.9000-19.fc30.x86_64 on Fedora Rawhide depending on the timezone. Australia/Lord_Howe: ok EDT4: fail EST+05EDT,M3.2.0,M11.1.0: ok Europe/Kiev: ok Europe/Minsk: ok MSK-03: fail MST+07MDT,M4.1.0,M10.5.0: ok