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

[tvOS] System.Linq.Expression.Tests Hang on tvOS #51952

Closed
mdh1418 opened this issue Apr 27, 2021 · 3 comments
Closed

[tvOS] System.Linq.Expression.Tests Hang on tvOS #51952

mdh1418 opened this issue Apr 27, 2021 · 3 comments
Assignees
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Apr 27, 2021

Many problematic test facts in the entire suite, these are just a few.
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionGenericCustomWithClassAndNewRestrictionArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionCustom2ArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.Compiler_Tests.ConvertNullToInt(useInterpreter: True)
System.Linq.Expressions.Tests.CastTests.ConvertValueTypeCastGenericWithStructRestrictionAsStruct(useInterpreter: False)
System.Linq.Expressions.Tests.NoParameterBlockTests.ResultPropertyFromEnumerable(value: http://example.net/, blockSize: 2)
System.Linq.Expressions.Tests.BinaryModuloTests.CheckLongModuloTest(useInterpreter: False)
System.Linq.Expressions.Tests.CastTests.ConvertObjectCastGenericWithStructRestrictionAsStruct(useInterpreter: False)
System.Linq.Expressions.Tests.MemberAccessTests.CheckMemberAccessClassInstancePropertyNullReferenceTest(useInterpreter: False)
System.Linq.Expressions.Tests.UnaryUnboxTests.CheckUnaryUnboxTest(useInterpreter: True)
System.Linq.Expressions.Tests.TypeIs.TypePropertyMatches(expression: Convert(12/31/9999 23:59:59, Nullable`1), type: typeof(System.Linq.Expressions.Expression))
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionCharArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.UnaryConvertTests.ConvertNullToNonNullableValueTest(useInterpreter: True)
System.Linq.Expressions.Tests.CastTests.ConvertObjectCastGenericWithStructRestrictionAsStructWithStringAndField(useInterpreter: False)
System.Linq.Expressions.Tests.MemberAccessTests.CheckMemberAccessClassInstanceFieldNullReferenceTest(useInterpreter: False)
System.Linq.Expressions.Tests.NullableArrayIndexTests.CheckExceptionNullableShortArrayIndexTest(useInterpreter: False)

@mdh1418 mdh1418 added the os-tvos Apple tvOS label Apr 27, 2021
@mdh1418 mdh1418 added this to the 6.0.0 milestone Apr 27, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Linq.Expressions untriaged New issue has not been triaged by the area owner labels Apr 27, 2021
@ghost
Copy link

ghost commented Apr 27, 2021

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

Issue Details

Many problematic test facts in the entire suite, these are just a few.
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionGenericCustomWithClassAndNewRestrictionArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionCustom2ArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.Compiler_Tests.ConvertNullToInt(useInterpreter: True)
System.Linq.Expressions.Tests.CastTests.ConvertValueTypeCastGenericWithStructRestrictionAsStruct(useInterpreter: False)
System.Linq.Expressions.Tests.NoParameterBlockTests.ResultPropertyFromEnumerable(value: http://example.net/, blockSize: 2)
System.Linq.Expressions.Tests.BinaryModuloTests.CheckLongModuloTest(useInterpreter: False)
System.Linq.Expressions.Tests.CastTests.ConvertObjectCastGenericWithStructRestrictionAsStruct(useInterpreter: False)
System.Linq.Expressions.Tests.MemberAccessTests.CheckMemberAccessClassInstancePropertyNullReferenceTest(useInterpreter: False)
System.Linq.Expressions.Tests.UnaryUnboxTests.CheckUnaryUnboxTest(useInterpreter: True)
System.Linq.Expressions.Tests.TypeIs.TypePropertyMatches(expression: Convert(12/31/9999 23:59:59, Nullable`1), type: typeof(System.Linq.Expressions.Expression))
System.Linq.Expressions.Tests.ArrayArrayIndexTests.CheckExceptionCharArrayArrayIndexTest(useInterpreter: False)
System.Linq.Expressions.Tests.UnaryConvertTests.ConvertNullToNonNullableValueTest(useInterpreter: True)
System.Linq.Expressions.Tests.CastTests.ConvertObjectCastGenericWithStructRestrictionAsStructWithStringAndField(useInterpreter: False)
System.Linq.Expressions.Tests.MemberAccessTests.CheckMemberAccessClassInstanceFieldNullReferenceTest(useInterpreter: False)
System.Linq.Expressions.Tests.NullableArrayIndexTests.CheckExceptionNullableShortArrayIndexTest(useInterpreter: False)

Author: mdh1418
Assignees: -
Labels:

area-System.Linq.Expressions, os-tvos, untriaged

Milestone: 6.0.0

@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Jul 6, 2021
@steveisok
Copy link
Member

@MaximLipnin Does your PR resolve some / all of these failures?

@MaximLipnin
Copy link
Contributor

I ran those tests locally and they don't hang, I'm going to re-enable them in #54970

@ghost ghost locked as resolved and limited conversation to collaborators Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants