[tests] Disable currently broken System.Tests.DateTimeTests mono tests (#9539)

Details in https://github.com/mono/mono/issues/16623#issuecomment-678248447

This affects all internal bots running mscorlib xunit tests

Done at type level since it seems we can't ignore individual tests
when unicode/RTL is used in the string output

ref: https://github.com/xamarin/maccore/issues/2296
This commit is contained in:
monojenkins 2020-08-28 09:08:11 -04:00 коммит произвёл GitHub
Родитель 0d61ad0abb
Коммит e6edafe178
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -435,3 +435,6 @@ Platform32:System.Tests.ConvertToBooleanTests.FromDouble
Platform32:System.Tests.ConvertToBooleanTests.FromSingle
Platform32:System.Tests.BitConverterArray.ConvertFromFloat(num: 0, expected: [1, 0, 0, 0])
Platform32:System.Tests.BitConverterSpan.ConvertFromFloat(num: 0, expected: [1, 0, 0, 0])
# https://github.com/xamarin/maccore/issues/2296
KLASS:System.Tests.DateTimeTests

Просмотреть файл

@ -189,4 +189,7 @@ System.IO.Tests.FileInfo_Exists.UnsharedFileExists
# Exception messages: Timed out after 60000ms waiting for remote process 14899
Expected: True
Actual: False Exception stack traces: at System.Diagnostics.RemoteExecutorTestBase+RemoteInvokeHandle.Dispose (System.Boolean disposing) [0x0002d] in /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/src/Xamarin.Mac/external/corefx/src/CoreFx.Private.TestUtilities/src/System/Diagnostics/RemoteExecutorTestBase.cs:241
System.IO.Tests.FileInfo_Exists.UnsharedFileExists
System.IO.Tests.FileInfo_Exists.UnsharedFileExists
# https://github.com/xamarin/maccore/issues/2296
KLASS:System.Tests.DateTimeTests

Просмотреть файл

@ -1,2 +1,5 @@
# blocks test app
KLASS:System.Threading.ThreadPools.Tests.ThreadPoolTests
KLASS:System.Threading.ThreadPools.Tests.ThreadPoolTests
# https://github.com/xamarin/maccore/issues/2296
KLASS:System.Tests.DateTimeTests