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

palsuite/file_io/ReadFile/test2 fails on platforms with 64k Pages #10056

Closed
sdmaclea opened this issue Mar 28, 2018 · 0 comments
Closed

palsuite/file_io/ReadFile/test2 fails on platforms with 64k Pages #10056

sdmaclea opened this issue Mar 28, 2018 · 0 comments
Labels
area-PAL-coreclr test-bug Problem in test source code (most likely)
Milestone

Comments

@sdmaclea
Copy link
Contributor

src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp

Has PAGESIZE hard coded to 4096. It fails on platfoms with 64K pages, because when it write protects the second "4K" page it will write protect the whole 64K page.

@janvorli

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jul 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-PAL-coreclr test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

2 participants