-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Comments
zanieb
changed the title
Dec 19, 2024
test_strftime_y2k
fails while cross-compiling 3.14a3 for x64_64_v2/v3-linuxtest_strftime_y2k
fails while cross-compiling 3.14a3 for x86_64_v2
and x86_64_v3
on Linux
This was referenced Dec 19, 2024
zanieb
added a commit
to zanieb/cpython
that referenced
this issue
Dec 19, 2024
zanieb
added a commit
to zanieb/cpython
that referenced
this issue
Dec 19, 2024
zanieb
added a commit
to zanieb/cpython
that referenced
this issue
Dec 19, 2024
picnixz
added
tests
Tests in the Lib/test dir
3.14
new features, bugs and security fixes
labels
Dec 20, 2024
erlend-aasland
pushed a commit
that referenced
this issue
Jan 3, 2025
WolframAlph
pushed a commit
to WolframAlph/cpython
that referenced
this issue
Jan 4, 2025
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: