-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
Tagging subscribers to this area: @cston Issue DetailsMany problematic test facts in the entire suite, these are just a few.
|
@MaximLipnin Does your PR resolve some / all of these failures? |
I ran those tests locally and they don't hang, I'm going to re-enable them in #54970 |
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)
The text was updated successfully, but these errors were encountered: