-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Test failed file_io.GetFileSize.test1 #58481
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsRun: runtime-coreclr outerloop 20210831.9 Failed test:
Error message:
Failed test:
Error message:
|
It's similar to #51831, since it's testing PAL I've moved it from |
@mangod9 this is causing a lot of outerloop failures, any way we can prioritize a fix? |
adding @janvorli |
Failed again in: runtime-coreclr outerloop 20210908.5 Failed test:
Error message:
Failed test:
Error message:
Failed test:
Error message:
Failed again in: runtime-coreclr jitstress 20210907.1 Failed test:
Error message:
Failed test:
Error message:
Failed test:
Error message:
|
assume the failures are on arm32 only? |
Yes. |
Failed again in: runtime-coreclr outerloop 20210915.9 Failed test:
Error message:
Failed test:
Error message:
Failed test:
Error message:
|
I'll take a look |
This is caused by a removal of a define that enables 64 bit file offsets on all targets (including 32 bit ones) in #58096. |
On arm Unix, it breaks getting file size using various windows style API implemented in PAL and also coredump. For files > 2GB. |
@janvorli It looks like this needs to get fixed in .NET 6? |
Ah, great, I haven't realized that it didn't go in while we were still moving all changes to 6.0. Changing this back to 7.0 then. |
Failed again in: runtime-coreclr outerloop 20210923.7 Failed test:
Error message:
Failed test:
Error message:
Failed test;
Error message:
|
@janvorli Have you had a chance to look at this? |
The PR with a fix was merged just a minute ago. |
Run: runtime-coreclr outerloop 20210831.9
Failed test:
Error message:
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: