Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-71052: Add test exclusions to support running the test suite on Android#115918

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
erlend-aasland merged 3 commits intopython:mainfrommhsmith:android-test-skips
Feb 29, 2024

Conversation

mhsmith
Copy link
Member

@mhsmithmhsmith commentedFeb 25, 2024
edited by bedevere-appbot
Loading

This PR builds on#114889 by@freakboy3742. It marks Android as not supporting subprocesses, and skips some additional tests which can't be run on this platform.

Some multiprocessing-related test changes have been submitted separately in#115917.

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Comment on lines -2495 to +2501
os.chdir(os.sep)
self.assertEqual(set(os.listdir()), set(os.listdir(os.sep)))
# The root directory is not readable on Android, so use a directory
# we created ourselves.
os.chdir(self.dir)
self.assertEqual(set(os.listdir()), expected)

Choose a reason for hiding this comment

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

looks good

@mhsmith
Copy link
MemberAuthor

@erlend-aasland: You reviewed the equivalent PR for iOS (#114889); would you like to take a look at this one for Android? It's much smaller.

erlend-aasland reacted with thumbs up emojierlend-aasland reacted with eyes emoji

Copy link
Contributor

@erlend-aaslanderlend-aasland left a comment

Choose a reason for hiding this comment

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

Looks good to me; thanks!

@erlend-aaslanderlend-aasland merged commit41d5391 intopython:mainFeb 29, 2024
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull requestMar 4, 2024
adorilson pushed a commit to adorilson/cpython that referenced this pull requestMar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull requestApr 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ericsnowcurrentlyericsnowcurrentlyericsnowcurrently left review comments

@Eclips4Eclips4Eclips4 left review comments

@erlend-aaslanderlend-aaslanderlend-aasland approved these changes

@barneygalebarneygaleAwaiting requested review from barneygalebarneygale is a code owner

@vsajipvsajipAwaiting requested review from vsajipvsajip is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@gvanrossumgvanrossumAwaiting requested review from gvanrossum

@kumaraditya303kumaraditya303Awaiting requested review from kumaraditya303kumaraditya303 is a code owner

@willingcwillingcAwaiting requested review from willingcwillingc is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@mhsmith@ericsnowcurrently@erlend-aasland@Eclips4

[8]ページ先頭

©2009-2025 Movatter.jp