Skip to content

Commit

Permalink
Bump system mono to get fix for mono/mono#17151. (#7220) (#7247)
Browse files Browse the repository at this point in the history
mono/mono#17151 prevents xharness from running tests on Catalina, because
xharness thinks the root drive has no more space.
  • Loading branch information
rolfbjarne authored and mandel-macaque committed Oct 17, 2019
1 parent 9f385f7 commit 316abef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.config
Expand Up @@ -68,9 +68,9 @@ include $(TOP)/mk/mono.mk
MONO_HASH := $(NEEDED_MONO_VERSION)

# Minimum Mono version for building XI/XM
MIN_MONO_VERSION=6.4.0.197
MIN_MONO_VERSION=6.4.0.214
MAX_MONO_VERSION=6.4.99
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2019-06/179/7293597b905514a4c84cf36fe41e91625d657366/MonoFramework-MDK-6.4.0.197.macos10.xamarin.universal.pkg
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2019-06/197/476d72b9e32ea58a7a8bda53af8cc8f5b7ffe6bb/MonoFramework-MDK-6.4.0.214.macos10.xamarin.universal.pkg

# Minimum Mono version for Xamarin.Mac apps using the system mono
MIN_XM_MONO_VERSION=6.4.0.94
Expand Down

2 comments on commit 316abef

@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.

🔥 Device tests completed (Failed) on TvOS-Beta on Azure DevOps(TvOS-Beta): Html Report 🔥

🔥 Tests failed catastrophically on TvOS-Beta (no summary found)

@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) 'Running XM tests on '10.10', Running XM tests on '10.11', Running XM tests on '10.9', Running XM tests on '10.15', Running XM tests on '10.15'' 🔥

Build succeeded
⚠️ Mono built from source
✅ Packages:

API Diff (from stable)
API Diff (from PR only) (no change)
Generator Diff (no change)
🔥 Xamarin.Mac tests on 10.10 failed: Xamarin.Mac tests on macOS 10.10 failed (introspection) 🔥
🔥 Xamarin.Mac tests on 10.11 failed: Xamarin.Mac tests on macOS 10.11 failed (introspection) 🔥
🔥 Xamarin.Mac tests on 10.9 failed: Xamarin.Mac tests on macOS 10.9 failed (introspection) 🔥
🔥 Xamarin.Mac tests on 10.15 failed: Xamarin.Mac tests on macOS 10.15 failed (introspection, xammac_tests) 🔥
🔥 Test run failed 🔥

Test results

7 tests failed, 156 tests passed.

Failed tests

  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: Failed (Test run failed.)
  • [xUnit] Mono Mac OS X BCL tests group 4/Mac Full/Debug: TimedOut (Execution timed out after 1200 seconds.)
  • [xUnit] Mono Mac OS X BCL tests group 4/Mac Modern/Debug: TimedOut (Execution timed out after 1200 seconds.)
  • [xUnit] Mono BCL tests group 4/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - simulator/Debug: TimedOut
  • [xUnit] Mono BCL tests group 4/tvOS - simulator/Debug: TimedOut
  • monotouch-test/watchOS 32-bits - simulator/Debug: Crashed

Please sign in to comment.