[tests] Disable currently broken System.Tests.DateTimeTests mono tests (#9536)
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:
Родитель
92c1e0f553
Коммит
2e8f615365
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче