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. 👍 |
changelogfolder, with a name like<ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.masterbranch for bug fixes, documentation updates and trivial changes.featuresbranch 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:
AUTHORSin alphabetical order;