Skip to content

Disable test_fcntl_open on MacOS #23244

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

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Dec 20, 2024

It was disabled on Windows in #23241 but fails on MacOS too.

It was disabled on Windows in emscripten-core#23241 but fails on MacOS too.
@dschuff dschuff requested review from kripken and hoodmane December 20, 2024 21:08
Co-authored-by: Alon Zakai <[email protected]>
@dschuff dschuff merged commit 4cbcb26 into emscripten-core:main Dec 20, 2024
18 of 29 checks passed
if '-DNODERAWFS' in self.emcc_args and WINDOWS:
self.skipTest('currently failing under windows and noderawfs')
if '-DNODERAWFS' in self.emcc_args and not LINUX:
self.skipTest('noderawfs fails here under non-linux')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why didn't this fail in emscripten CI? We run all the crossplatform tests on macOS there I believe?

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.

3 participants