You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to enable the interpretation mode for LambdaCompiler on iOS-like targets in #54970, I get the failure in System.Linq.Expressions.Tests.UnaryQuoteTest test suite like below:
Tagging subscribers to this area: @cston
See info in area-owners.md if you want to be subscribed.
Issue Details
When trying to enable the interpretation mode for LambdaCompiler on iOS-like targets in #54970, I get the failure in System.Linq.Expressions.Tests.UnaryQuoteTest test suite like below:
Setting <IsInterpreting Condition="'$(TargetsiOS)' == 'true' or '$(TargetstvOS)' == 'true' or '$(TargetsMacCatalyst)' == 'true'">true</IsInterpreting> in the test project file helped to address the issue, closing it.
When trying to enable the interpretation mode for LambdaCompiler on iOS-like targets in #54970, I get the failure in
System.Linq.Expressions.Tests.UnaryQuoteTest
test suite like below:The failing tests are:
https://github.com/dotnet/runtime/pull/54970/checks?check_run_id=2961997278
cc @steveisok
The text was updated successfully, but these errors were encountered: