-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Skip test_source_mtime_long_long on 32bit and lower platforms #5045
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5045 +/- ##
=========================================
- Coverage 96.06% 96% -0.07%
=========================================
Files 114 114
Lines 25768 25769 +1
Branches 2548 2548
=========================================
- Hits 24754 24739 -15
- Misses 704 715 +11
- Partials 310 315 +5
Continue to review full report at Codecov.
|
Thanks! The test was added for #4903 - /cc @bmwiedemann Just for future reference: you should use "Fixes …" in commit message, especially given that you have created an issue already. |
hmm. Wasnt there this |
@bmwiedemann python Integer bigger that |
The test is not doing a cast to int. And the code specifically uses "L" for unsigned to have a 0..2^32-1 range. Maybe including a backtrace would make the problem clearer. |
The traceback was included in #5046 (comment):
And seems to be failing for both Strangely, this passes for me on 32-bit Python 2.7 on Windows:
On 64-bits Python I get, as expected:
I would expect to be able to reproduce this... |
@mimi1vx any updates on this? Can you please post the output of:
In your system? |
|
@mimi1vx interesting, thanks. Which OS is that? |
@nicoddemus ELF - > linux btw>
|
I see, thanks! Well now that's been clarified, I think it is harmless to merge this, otherwise the test blows up anyway. 👍 |
changelog
folder, with a name like<ISSUE NUMBER>.<TYPE>.rst
. See changelog/README.rst for details.master
branch for bug fixes, documentation updates and trivial changes.features
branch for new features and removals/deprecations.Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
AUTHORS
in alphabetical order;