-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-System.Memorydisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-iosApple iOSApple iOS
Milestone
Description
Looks like CreateDelegate in
runtime/src/libraries/System.Memory/tests/Span/IndexOfAnyValues.cs
Lines 18 to 22 in 4e0195e
| private static readonly Func<IndexOfAnyValues<byte>, byte[]> s_getValuesByteMethod = | |
| typeof(IndexOfAnyValues<byte>).GetMethod("GetValues", BindingFlags.NonPublic | BindingFlags.Instance).CreateDelegate<Func<IndexOfAnyValues<byte>, byte[]>>(); | |
| private static readonly Func<IndexOfAnyValues<char>, char[]> s_getValuesCharMethod = | |
| typeof(IndexOfAnyValues<char>).GetMethod("GetValues", BindingFlags.NonPublic | BindingFlags.Instance).CreateDelegate<Func<IndexOfAnyValues<char>, char[]>>(); |
is something mono aot can't handle.
Metadata
Metadata
Assignees
Labels
area-System.Memorydisabled-testThe test is disabled in source code against the issueThe test is disabled in source code against the issueos-iosApple iOSApple iOS