test_strftime_y2k
fails while cross-compiling 3.14a3 for x86_64_v2
and x86_64_v3
on Linux
#128104
Labels
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
The PGO test suite fails on the
test_datetime
tests; in particular, thetest_strftime_y2k
test cases. It looks like the padding is wrong:I believe this is related to:
test_strftime_y2k
fails on embedded Linux #123681 (superseded by this issue)datetime.strftime("%Y")
is not padding correctly #120713Note this is occuring in the
python-build-standalone
builds. I have not reproduced it independently. This isn't a problem during our x86_64_v4 builds because we're not running PGO on them. The normal x86_64 build is working.Toggle for the full test output
You can see the run in CI here, though it does not include the test output because you have to hack the test suite to show verbose output with
--pgo
.I believe this is basically a duplicate of #123681, but I figured I'd open a issue for discoverability.
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
Py_STRFTIME_C99_SUPPORT
; require C99-compliant strftime #128106The text was updated successfully, but these errors were encountered: