-
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
[wasm] Revert commit to fix library AOT tests #49784
Conversation
…et#49072)" This reverts commit 686f752. Reverting this for now, as a workaround to get the AOT library tests working again. Running library tests with AOT+EnableAggressiveTrimming broke with: ``` info: Arguments: --run,WasmTestRunner.dll,System.Buffers.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing info: Initializing..... fail: System.AggregateException: AggregateException_ctor_DefaultMessage (Arg_NullReferenceException) ---> System.NullReferenceException: Arg_NullReferenceException at Xunit.Sdk.ReflectionAttributeInfo.GetNamedArgument[Int32](String argumentName) --- End of stack trace from previous location --- at Xunit.Sdk.ReflectionAttributeInfo.GetNamedArgument[Int32](String argumentName) --- End of stack trace from previous location --- at Xunit.Sdk.ReflectionAttributeInfo.GetNamedArgument[Int32](String argumentName) Exception_EndOfInnerExceptionStack info: Discovering: System.Buffers.Tests.dll (method display = ClassAndMethod, method display options = None) info: WASM EXIT 1 fail: Application has finished with exit code TESTS_FAILED but 0 was expected ``` More info: dotnet#49770
Tagging subscribers to this area: @BrzVlad Issue DetailsRevert "[interp] Rework the allocation of offsets for variables (#49072… This reverts commit 686f752. Reverting this for now, as a workaround to get the AOT library tests Running library tests with AOT+EnableAggressiveTrimming broke with:
More info: #49770
|
/cc @lewing @steveisok |
This will allow the System.Buffers.Tests to run with AOT on CI authored by: @mdh1418
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good, let's hold off for a little while until we get an update from @BrzVlad
closing in favor of #49789 |
Revert "[interp] Rework the allocation of offsets for variables (#49072…
…72)"
This reverts commit 686f752.
Reverting this for now, as a workaround to get the AOT library tests
working again.
Running library tests with AOT+EnableAggressiveTrimming broke with:
More info: #49770