Skip to content

Commit

Permalink
[tests] Disable currently broken System.Tests.DateTimeTests mono tests (
Browse files Browse the repository at this point in the history
#9539)

Details in mono/mono#16623 (comment)

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
  • Loading branch information
monojenkins authored Aug 28, 2020
1 parent 0d61ad0 commit e6edafe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/bcl-test/common-monotouch_corlib_xunit-test.dll.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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

7 comments on commit e6edafe

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Install Provisioning Profiles' 🔥 : hudson.AbortException: script returned exit code 104

Provisioning succeeded
Build succeeded
✅ Packages built successfully

View packages

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS (DDFun) 🔥

Failed provisioning profiles.

Pipeline on Agent

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS (DDFun) 🔥

Failed installing dependencies.

Pipeline on Agent

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests tvOS (DDFun) 🔥

Failed provisioning profiles.

Pipeline on Agent

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests tvOS (DDFun) 🔥

Failed installing dependencies.

Pipeline on Agent

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS32b (Cambridge) 🔥

Failed provisioning profiles.

Pipeline on Agent

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests iOS32b (Cambridge) 🔥

Failed installing dependencies.

Pipeline on Agent

Please sign in to comment.