[master] Update dependencies from dotnet/coreclr (dotnet/corefx#41280)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Thu, 3 Oct 2019 00:36:36 +0000 (00:36 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2019 00:36:36 +0000 (00:36 +0000)
commit9ccb481dfd1dffb3a61a0b4c4047b762cc3d1694
treeb149ffbd58c882e954ed3064aeb64b6051bae019
parentd36e5baea60c95e37eaf8ea0b824d2d4046c8aef
[master] Update dependencies from dotnet/coreclr (dotnet/corefx#41280)

* Add unit tests for Utf8Span, react to Utf8String changes

* Regenerating the reference sources for System.Runtime.Intrinsics.Experimental

* Update dependencies from https://github.com/dotnet/coreclr build 20191001.3

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19501.3
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19501.3
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19501.3

* Move corefx alpine build containers to 3.9

Commit migrated from https://github.com/dotnet/corefx/commit/c8c2917540a568869ba761afa6e4dba6edeb433b
24 files changed:
eng/pipelines/libraries/.azure-ci.yml
eng/pipelines/libraries/outerloop.yml
src/libraries/System.Runtime.Intrinsics.Experimental/ref/System.Runtime.Intrinsics.Experimental.cs
src/libraries/System.Runtime.Intrinsics.Experimental/src/ApiCompatBaseline.txt [new file with mode: 0644]
src/libraries/System.Runtime.Intrinsics.Experimental/src/MatchingRefApiCompatBaseline.txt [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.cs
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj
src/libraries/System.Utf8String.Experimental/src/System/IO/Utf8StringStream.cs
src/libraries/System.Utf8String.Experimental/src/System/Net/Http/Utf8StringContent.cs
src/libraries/System.Utf8String.Experimental/tests/System.Utf8String.Experimental.Tests.csproj
src/libraries/System.Utf8String.Experimental/tests/System/BoundedUtf8Span.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/RangeEqualityComparer.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8ExtensionsTests.cs
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Comparison.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Conversion.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Ctor.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Enumeration.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Manipulation.TestData.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Manipulation.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.TestData.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.Searching.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.TestData.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8SpanTests.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/tests/System/Utf8TestUtilities.cs