-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Windows|Arm32] Native varargs unsupported by the platform #12979
Comments
Windows Arm32 is no longer supported. |
@jkotas Test src/tests/JIT/Directed/PREFIX/unaligned/1/arglist_Target_ARM.ilproj is disabled but after merging JIT\Directed, the ilproj filename changed got scheduled and is actually passing. I guess we should either remove the test or enable it back. What is the policy here? |
Again here |
I am not sure whether this one is related also, but was skip for windows and non-windows (its analogous target TargetUnix) |
vararg tests should be running on Windows CoreCLR only. vararg tests should be disabled for NativeAOT, Mono and all non-Windows platforms. |
@jkotas Should we leave the test for non-windows as disabled in case this change in the future then? |
Yes, these tests should remain disabled for non-Windows. |
Thanks @jkotas ! |
This is an issue to track specifically arm32 Windows not supporting native varargs __arglist and Pinvokes to va_list functions.
See https://github.com/dotnet/coreclr/issues/18377 for information regarding the codegen bring-up on the platform.
category:reach
theme:varargs
skill-level:expert
cost:medium
The text was updated successfully, but these errors were encountered: