Skip to content
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

Disable test_fs_open_no_permissions under nodefs on Windows #23238

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Dec 19, 2024

No description provided.

@dschuff dschuff requested a review from sbc100 December 19, 2024 23:08
@dschuff
Copy link
Member Author

dschuff commented Dec 19, 2024

Apologies to @hoodmane for the conflict with #23231 but I wanted to get the roller unstuck to get some test runs in before the bulk memory change lands.

def test_fs_open_no_permissions(self):
if '-DNODEFS' in self.emcc_args or '-DNODERAWFS' in self.emcc_args and WINDOWS:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this need brackets? I can't remember of hand is and or or has a higher precedence in python.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added. Probably we should factor that into self.is_node_or_raw or something like that.

@dschuff dschuff enabled auto-merge (squash) December 19, 2024 23:44
@dschuff dschuff disabled auto-merge December 19, 2024 23:44
@dschuff dschuff merged commit e1be139 into emscripten-core:main Dec 19, 2024
13 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants