[master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/corefx ...
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Thu, 24 Oct 2019 19:06:46 +0000 (21:06 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 24 Oct 2019 19:06:46 +0000 (21:06 +0200)
* Update dependencies from https://github.com/dotnet/arcade build 20191018.2

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19518.2
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19518.2

* Update dependencies from https://github.com/dotnet/core-setup build 20191021.2

- Microsoft.NETCore.App - 5.0.0-alpha1.19521.2

* Update dependencies from https://github.com/dotnet/corefx build 20191020.7

- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha1.19520.7

* Update dependencies from https://github.com/dotnet/arcade build 20191023.3

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19523.3
- Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19523.3

* Update dependencies from https://github.com/dotnet/core-setup build 20191023.10

- Microsoft.NETCore.App - 5.0.0-alpha1.19523.10

* Update dependencies from https://github.com/dotnet/corefx build 20191023.8

- Microsoft.Private.CoreFx.NETCoreApp - 5.0.0-alpha1.19523.8

* Disable a file system watcher test on mac

See https://github.com/mono/mono/issues/17547

* Reenable tests that were fixed

Commit migrated from https://github.com/mono/mono/commit/a7287bdae54c0539a74fdbe87eb73ba268a95ed6

src/mono/netcore/CoreFX.issues.rsp
src/mono/netcore/CoreFX.issues_mac.rsp [new file with mode: 0644]
src/mono/netcore/Makefile

index 0b6bc20..ab93e85 100644 (file)
 # Requires NativeLibrary implementation
 -nomethod System.Net.Tests.HttpWebRequestTest.ServicePoint_GetValue_ExpectedResult
 
-# Remove once we get https://github.com/dotnet/corefx/pull/41924 through Arcade
--nomethod System.Tests.BufferTests.BlockCopy_Invalid
-# Remove once we get https://github.com/dotnet/corefx/pull/41851 through Arcade
--nomethod System.Text.Tests.DecoderConvert2.PosTest6
-# Remove once we get https://github.com/dotnet/corefx/pull/41926 through Arcade
--nomethod System.Security.Cryptography.DeriveBytesTests.PasswordDeriveBytesTests.GetBytes_ZeroLength
diff --git a/src/mono/netcore/CoreFX.issues_mac.rsp b/src/mono/netcore/CoreFX.issues_mac.rsp
new file mode 100644 (file)
index 0000000..d9eacab
--- /dev/null
@@ -0,0 +1,2 @@
+# https://github.com/mono/mono/issues/17547
+-nomethod System.IO.Tests.FileSystemWatcherTests_netstandard17.DroppedWatcher_Collectible
index c0bcc5a..8a490ac 100644 (file)
@@ -32,7 +32,7 @@ PLATFORM_AOT_SUFFIX := .dylib
 PLATFORM_AOT_PREFIX := lib
 NETCORESDK_EXT = tar.gz
 UNZIPCMD = tar -xvf
-XUNIT_FLAGS = -notrait category=nonosxtests
+XUNIT_FLAGS = -notrait category=nonosxtests @../../../../CoreFX.issues_mac.rsp
 TESTS_PLATFORM = OSX.x64
 DOTNET := $(shell ./init-tools.sh | tail -1)
 endif