Skip to content

Commit

Permalink
Bump mono. (#4971)
Browse files Browse the repository at this point in the history
Commit list for mono/mono:

* mono/mono@2343f267067 [sdks] Add cmake toolchain file for LLVM MXE builds (#11056)
* mono/mono@46b723d6b01 [2018-06] [sdks] Create archive targets for pre-building on CI (#10936)
* mono/mono@ab3c897d685 Merge pull request #10997 from lewurm/2018-06-interp-fixes-for-native-type
* mono/mono@914a62ab2e7 [interp] introduce float R4 stack type
* mono/mono@62f23a83652 [interp] support ntype.ToString ()
* mono/mono@2c48c62e66f [interp] support nfloat.*Infinity
* mono/mono@5c5a48b1449 [interp] support ntype.Equals ()
* mono/mono@13e412ee52a [interp] support ntype.CompareTo ()
* mono/mono@a576a799b16 [interp] fix op_implicit/op_explicit conversions for native types
* mono/mono@1d9378713e6 [sdks/ios] Build libMonoPosixHelper for device architectures, so that zlib-helper.o is created. (#10921) (#10970)
* mono/mono@6e48ad4f7b1 Merge pull request #10905 from monojenkins/backport-pr-10899-to-2018-06
* mono/mono@d050e323ed9 [runtime] Fix undefined pthread_main_np (#10930)
* mono/mono@b549fa7f32a [Reflection] Fix issue with finding types in module using an asterisk as filter criteria
* mono/mono@0dffbef2690 Bump corefx to disable more tests
* mono/mono@6c46acfe697 [runtime] Disable stack guard for main thread on osx
* mono/mono@46e0249d4cd [sdks] One more update to get XA PR builds working on Linux (#10855)
* mono/mono@910395a05f6 corefx bump
* mono/mono@2cdfb380a3e [2018-06] [System]: Make sure `HttpWebRequest` observes exceptions on timeout.  #10488. (#10732)
* mono/mono@aebef84fa2c [merp] Fix return value handling of posix_spawn (#10828)
* mono/mono@59f2dbf28b0 [sdks] Debian Linux doesn't need to build MXE (#10819)
* mono/mono@401bce867d3 Bump msbuild to track mono-2018-06
* mono/mono@65737564b04 Bump corefx
* mono/mono@40d991c3257 [SDKS] Build host runtime with correct bitness (#10742)
* mono/mono@1a71d5101f2 [crash] Fix summarize_frame assertion
* mono/mono@8f36212ad3a [2018-06] Ignore some xunit tests for XA (non compatible with xunit 2.4) (#10721)
* mono/mono@410792459a8 [corlib] Makes remoting test more robust (and disable it on mobile)
* mono/mono@7dd65f79a53 [mono-api-html] Render something for fields with marshalling info. (#10698)
* mono/mono@7c898271e73 [offset-tool] Error out when parsing fails. (#10696)
* mono/mono@adbb8f72c8b [2018-06] Implement IEnumerable for ConditionalWeakTable (#10657)

Diff: mono/mono@1b18f39...2343f26
  • Loading branch information
rolfbjarne authored and spouliot committed Oct 11, 2018
1 parent 7c1d23d commit 40288e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/mono
Submodule mono updated 47 files
+1 −1 external/corefx
+1 −1 external/xunit-binaries
+3 −3 mcs/build/config-default.make
+28 −19 mcs/build/tests.make
+6 −5 mcs/class/Mono.Profiler.Log/Makefile
+7 −2 mcs/class/Mono.Profiler.Log/Test/ProfilerTestRun.cs
+11 −0 ...System.ComponentModel.Composition.4.5/monodroid_System.ComponentModel.Composition_xtest.dll.exclude.sources
+1 −1 mcs/class/System.Core/System.Core_xtest.dll.sources
+5 −0 mcs/class/System/System.Net/HttpWebRequest.cs
+15 −0 mcs/class/System/monodroid_System_xtest.dll.exclude.sources
+1 −1 mcs/class/corlib/System.Reflection/Module.cs
+101 −1 mcs/class/corlib/System.Runtime.CompilerServices/ConditionalWeakTable.cs
+4 −0 mcs/class/corlib/Test/System.Reflection/ModuleTest.cs
+15 −0 mcs/class/corlib/Test/System.Runtime.CompilerServices/ConditionalWeakTableTest.cs
+4 −7 mcs/class/corlib/Test/System.Runtime.Remoting/RemotingServicesTest.cs
+2 −2 mcs/class/corlib/corlib_xtest.dll.sources
+12 −0 mcs/tools/mono-api-html/FieldComparer.cs
+544 −29 mono/mini/builtin-types.cs
+1 −0 mono/mini/interp/interp-internals.h
+214 −29 mono/mini/interp/interp.c
+52 −0 mono/mini/interp/mintops.def
+206 −75 mono/mini/interp/transform.c
+24 −10 mono/mini/mini-exceptions.c
+13 −16 mono/mini/mini-native-types.c
+3 −0 mono/mini/mini.h
+1 −4 mono/utils/mono-merp.c
+5 −0 mono/utils/mono-threads-mach.c
+1 −0 mono/utils/mono-threads.h
+1 −1 packaging/MacSDK/msbuild.py
+25 −9 runtime/Makefile.am
+18 −16 scripts/ci/run-jenkins.sh
+2 −0 sdks/builds/.gitignore
+40 −5 sdks/builds/Makefile
+18 −10 sdks/builds/android.mk
+49 −31 sdks/builds/bcl.mk
+11 −0 sdks/builds/desktop.mk
+23 −21 sdks/builds/ios.mk
+39 −76 sdks/builds/llvm.mk
+20 −0 sdks/builds/mxe-Win32.cmake.in
+20 −0 sdks/builds/mxe-Win64.cmake.in
+4 −1 sdks/builds/mxe.mk
+8 −5 sdks/builds/runtime.mk
+3 −1 sdks/builds/wasm.mk
+2 −2 sdks/desktop/Makefile
+1 −1 sdks/paths.mk
+2 −2 sdks/wasm/Makefile
+3 −2 tools/offsets-tool/MonoAotOffsetsDumper.cs

1 comment on commit 40288e4

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

Jenkins job (on internal Jenkins) succeeded

Build succeeded
API Diff (from stable)
ℹ️ API Diff (from PR only) (please review changes)
Generator Diff (no change)
Test run succeeded

Please sign in to comment.