Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svick committed Oct 13, 2021
1 parent 580ec90 commit 432d5e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ .maxstack 4
}");
}

[Fact]
[ConditionalFact(typeof(CoreClrOnly))]
public void TestSpanByte()
{
var comp = CreateCompilation(@"
Expand Down Expand Up @@ -987,7 +987,7 @@ .maxstack 4
");
}

[Fact]
[ConditionalFact(typeof(CoreClrOnly))]
public void TestArray()
{
var comp = CreateCompilation(new[] { @"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ End Namespace
WellKnownMember.System_ReadOnlySpan_T__ctor,
WellKnownMember.System_ReadOnlySpan_T__get_Item,
WellKnownMember.System_ReadOnlySpan_T__get_Length,
WellKnownMember.System_ReadOnlySpan_T__GetPinnableReference,
WellKnownMember.System_Runtime_CompilerServices_AsyncIteratorStateMachineAttribute__ctor,
WellKnownMember.System_IAsyncDisposable__DisposeAsync,
WellKnownMember.System_Collections_Generic_IAsyncEnumerable_T__GetAsyncEnumerator,
Expand Down Expand Up @@ -697,7 +698,8 @@ End Namespace
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctor,
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctorTransformFlags,
WellKnownMember.System_Runtime_CompilerServices_DefaultInterpolatedStringHandler__ToStringAndClear,
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T,
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__CreateSpan_T
' Not available yet, but will be in upcoming release.
Continue For
Case WellKnownMember.Microsoft_CodeAnalysis_Runtime_Instrumentation__CreatePayloadForMethodsSpanningSingleFile,
Expand Down Expand Up @@ -809,6 +811,7 @@ End Namespace
WellKnownMember.System_ReadOnlySpan_T__ctor,
WellKnownMember.System_ReadOnlySpan_T__get_Item,
WellKnownMember.System_ReadOnlySpan_T__get_Length,
WellKnownMember.System_ReadOnlySpan_T__GetPinnableReference,
WellKnownMember.System_Runtime_CompilerServices_AsyncIteratorStateMachineAttribute__ctor,
WellKnownMember.System_IAsyncDisposable__DisposeAsync,
WellKnownMember.System_Collections_Generic_IAsyncEnumerable_T__GetAsyncEnumerator,
Expand Down Expand Up @@ -840,7 +843,8 @@ End Namespace
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctor,
WellKnownMember.System_Runtime_CompilerServices_NativeIntegerAttribute__ctorTransformFlags,
WellKnownMember.System_Runtime_CompilerServices_DefaultInterpolatedStringHandler__ToStringAndClear,
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__StackAlloc_T,
WellKnownMember.System_Runtime_CompilerServices_RuntimeHelpers__CreateSpan_T
' Not available yet, but will be in upcoming release.
Continue For
Case WellKnownMember.Microsoft_CodeAnalysis_Runtime_Instrumentation__CreatePayloadForMethodsSpanningSingleFile,
Expand Down

0 comments on commit 432d5e0

Please sign in to comment.