FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-127146: Some expected failures in Emscripten time tests by hoodmane · Pull Request #127843 · python/cpython · GitHub

/ cpython Public

gh-127146: Some expected failures in Emscripten time tests - #127843

Merged
freakboy3742 merged 1 commit into
python:mainfrom
hoodmane:emscripten-time-tests
Dec 12, 2024
Merged

gh-127146: Some expected failures in Emscripten time tests#127843
freakboy3742 merged 1 commit into
python:mainfrom
hoodmane:emscripten-time-tests

Conversation

hoodmane commented Dec 11, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This xfails two tests in the test_time suite. It also adjusts test_os to reflect the fact that in Emscripten file modification times in nanoseconds since the linux epoch get round tripped through a 53 bit integer so we only get 5 subsecond digits of precision.

This xfails two tests in the test_time suite. It also adjusts test_os
to reflect the fact that in Emscripten file modification times in
nanoseconds since the linux epoch get round tripped through a 53 bit
integer so we only get 5 subsecond digits of precision.
bedevere-app Bot added the tests Tests in the Lib/test dir label Dec 11, 2024
hoodmane changed the title gh-127146: Emscripten some expected failures in time tests gh-127146: Some expected failures in Emscripten time tests Dec 11, 2024

freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍 An annoying discrepancy on subsection accuracy, but this is a pragmatic workaround until such time as this can be fixed upstream.

freakboy3742 merged commit 41f29e5 into python:main Dec 12, 2024
hoodmane deleted the emscripten-time-tests branch December 12, 2024 09:23
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…hon#127843)

Disables two tests in the test_time suite, and adjusts test_os to reflect 
precision limits in Emscripten.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL