Skip to content
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

[iOS] Test failed: ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.DynamicCSharpRunTest #55119

Open
MaximLipnin opened this issue Jul 3, 2021 · 2 comments
Assignees
Milestone

Comments

@MaximLipnin
Copy link
Contributor

When running System.Dynamic.Runtime.Test library test suite in #54970, ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.DynamicCSharpRunTest fails in CI with the following:

System.InvalidCastException :
    at System.Array.InternalSetValue(Object value, IntPtr index)
    at System.Array.SetValue(Object value, Int32 index)
    at System.Linq.Expressions.Interpreter.SetArrayItemInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.LightLambda.Run(Object[] arguments)
    at System.Linq.Expressions.Interpreter.CallInstruction.InterpretLambdaInvoke(LightLambda targetLambda, Object[] args)
    at System.Linq.Expressions.Interpreter.MethodInfoCallInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.LightLambda.Run(Object[] arguments)
    at ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.MainMethod()
    at ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.DynamicCSharpRunTest()
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

cc @steveisok

@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Linq.Expressions untriaged New issue has not been triaged by the area owner labels Jul 3, 2021
@ghost
Copy link

ghost commented Jul 3, 2021

Tagging subscribers to this area: @cston
See info in area-owners.md if you want to be subscribed.

Issue Details

When running System.Dynamic.Runtime.Test library test suite in #54970, ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.DynamicCSharpRunTest fails in CI with the following:

System.InvalidCastException :
    at System.Array.InternalSetValue(Object value, IntPtr index)
    at System.Array.SetValue(Object value, Int32 index)
    at System.Linq.Expressions.Interpreter.SetArrayItemInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.LightLambda.Run(Object[] arguments)
    at System.Linq.Expressions.Interpreter.CallInstruction.InterpretLambdaInvoke(LightLambda targetLambda, Object[] args)
    at System.Linq.Expressions.Interpreter.MethodInfoCallInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
    at System.Linq.Expressions.Interpreter.LightLambda.Run(Object[] arguments)
    at ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.MainMethod()
    at ManagedTests.DynamicCSharp.Conformance.dynamic.Variance.assign.assignment07.assignment07.C.DynamicCSharpRunTest()
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

cc @steveisok

Author: MaximLipnin
Assignees: -
Labels:

area-System.Linq.Expressions, untriaged

Milestone: -

@MaximLipnin MaximLipnin added os-ios Apple iOS os-tvos Apple tvOS labels Jul 3, 2021
@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Jul 6, 2021
@steveisok steveisok added this to the 6.0.0 milestone Jul 6, 2021
@steveisok steveisok modified the milestones: 6.0.0, 7.0.0 Aug 4, 2021
@mdh1418
Copy link
Member

mdh1418 commented Aug 10, 2022

Currently hitting an error similar to this when testing on iOS locally #73041

@mdh1418 mdh1418 modified the milestones: 7.0.0, 8.0.0 Aug 10, 2022
@kotlarmilos kotlarmilos modified the milestones: 8.0.0, 9.0.0 Jul 13, 2023
@kotlarmilos kotlarmilos self-assigned this Jul 13, 2023
@kotlarmilos kotlarmilos modified the milestones: 9.0.0, 8.0.x, Future Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants