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] System.Dynamic.Tests.InvokeMemberBindingTests.InvokeVirtualMethod(value: 0) failed #55070

Open
MaximLipnin opened this issue Jul 2, 2021 · 2 comments
Assignees
Labels
area-System.Linq.Expressions disabled-test The test is disabled in source code against the issue os-ios Apple iOS os-tvos Apple tvOS
Milestone

Comments

@MaximLipnin
Copy link
Contributor

The System.Dynamic.Tests.InvokeMemberBindingTests.InvokeVirtualMethod(value: 0) library test fails in #54970 with the following error:

Assert.Equal() Failure\n          ↓ (pos 0)\nExpected: 0\nActual:   -1307871456\n          ↑ (pos 0)
at System.Linq.Expressions.Interpreter.ActionCallInstruction`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Run(InterpretedFrame frame)
   at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at System.Linq.Expressions.Interpreter.LightLambda.RunVoid(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.RunVoid(Object[] arguments)
   at System.Dynamic.Tests.InvokeMemberBindingTests.InvokeVirtualMethod(Object value)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

https://github.com/dotnet/runtime/pull/54970/checks?check_run_id=2961997278

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 2, 2021
@ghost
Copy link

ghost commented Jul 2, 2021

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

Issue Details

The System.Dynamic.Tests.InvokeMemberBindingTests.InvokeVirtualMethod(value: 0) library test fails in #54970 with the following error:

Assert.Equal() Failure\n          ↓ (pos 0)\nExpected: 0\nActual:   -1307871456\n          ↑ (pos 0)
at System.Linq.Expressions.Interpreter.ActionCallInstruction`2[[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Run(InterpretedFrame frame)
   at System.Linq.Expressions.Interpreter.Interpreter.Run(InterpretedFrame frame)
   at System.Linq.Expressions.Interpreter.LightLambda.RunVoid(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.RunVoid(Object[] arguments)
   at System.Dynamic.Tests.InvokeMemberBindingTests.InvokeVirtualMethod(Object value)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

https://github.com/dotnet/runtime/pull/54970/checks?check_run_id=2961997278

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 2, 2021
@marek-safar marek-safar added this to the 6.0.0 milestone Jul 12, 2021
@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Jul 12, 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 self-assigned this May 19, 2023
@kotlarmilos kotlarmilos removed their assignment Jul 12, 2023
@kotlarmilos kotlarmilos modified the milestones: 8.0.0, 9.0.0 Jul 13, 2023
@kotlarmilos kotlarmilos self-assigned this Jul 13, 2023
@kotlarmilos kotlarmilos added the disabled-test The test is disabled in source code against the issue label Jul 13, 2023
@kotlarmilos kotlarmilos modified the milestones: 9.0.0, Future Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Linq.Expressions disabled-test The test is disabled in source code against the issue os-ios Apple iOS os-tvos Apple tvOS
Projects
None yet
Development

No branches or pull requests

5 participants