-
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
Generic method static virtuals with default implementation behaves fails to compile #89101
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsDescriptionWhen compiling the Reproduction StepsAttempt to compile the test for native aot in conditions equivalent to the Expected behaviorTest compiles and runs correctly Actual behaviorTest fails with the following call stack
Regression?No Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
I don't see a problem with this locally. Fixes #89101.
Description
When compiling the
Loader\classloader\StaticVirtualMethods\RegressionTests\StaticVirtualsAndMethodConstraintsAndDefaultImplementation.csproj
test on thewindows-x64 Checked NativeAOT
PR test leg, the test fails to build. This test is new with PR#89061 In the PR, I will disable this test for AOT compilation, so repro'ing it will require re-enabling the test.
Reproduction Steps
Attempt to compile the test for native aot in conditions equivalent to the
windows-x64 Checked NativeAOT
PR test leg.Expected behavior
Test compiles and runs correctly
Actual behavior
Test fails with the following call stack
Regression?
No
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: