xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.42k stars 504 forks source link

[release/8.0.1xx-xcode15.1] [runtime] Fix memory leak with BlockLiteral descriptors. Fixes #20503. #20562

Closed rolfbjarne closed 1 month ago

rolfbjarne commented 2 months ago

We're using two different functions to atomically decrement a reference count, the native atomic_fetch_sub and the managed Interlocked.Decrement.

Unfortunately the return value is not the same: atomic_fetch_sub returns the original value before the subtraction, while Interlocked.Decrement returns the subtracted value, while our code assumed the functions behaved the same. This resulted in a memory leak, because we'd incorrectly expect 0 to be returned from atomic_fetch_sub when the reference count reaches zero, and thus not detect when the descriptor a block should be freed.

The fix is to update the expected return value from atomic_fetch_sub to be 1 instead of 0.

Fixes https://github.com/xamarin/xamarin-macios/issues/20503.

Backport of #20556.

vs-mobiletools-engineering-service2 commented 2 months ago

:books: [PR Build] Artifacts :books:

Artifacts were not provided.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [CI Build] Windows Integration Tests passed :computer:

:white_check_mark: All Windows Integration Tests passed.

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Ventura (13.0) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:white_check_mark: API diff for current PR / commit

NET (empty diffs) * ~iOS~: (empty diff detected) * ~tvOS~: (empty diff detected) * ~MacCatalyst~: (empty diff detected) * ~macOS~: (empty diff detected)

:white_check_mark: API diff vs stable

.NET (No breaking changes) * iOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240506.4/9532499-1/;/stable-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/c21e14be4f498ed9fc8aee6c1ae0e770) (No breaking changes) * tvOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240506.4/9532499-1/;/stable-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net8.0/Microsoft.tvOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/5a0953074ea8992ed74a10248999f7b1) (No breaking changes) * MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240506.4/9532499-1/;/stable-api-comparison/diff/dotnet/Microsoft.MacCatalyst.Ref/ref/net8.0/Microsoft.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/8a788a960920c8dbedea8fdb16a0bef7) (No breaking changes) * macOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240506.4/9532499-1/;/stable-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/16321bdfc641045b68207b92e6e27846) (No breaking changes) * Microsoft.iOS vs Microsoft.MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240506.4/9532499-1/;/stable-api-comparison/diff/dotnet/iOS-MacCatalyst-diff/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/6f62ff3cf69f997edc755443944ab563)

:information_source: Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 11 tests failed, 84 tests passed.

Failures

:x: fsharp tests

2 tests failed, 2 tests passed.
* fsharp/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * fsharp/tvOS - simulator/Debug [dotnet]: Crashed

Html Report (VSDrops) Download

:x: framework tests

2 tests failed, 2 tests passed.
* framework-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * framework-test/tvOS - simulator/Debug [dotnet]: Crashed

Html Report (VSDrops) Download

:x: interdependent_binding_projects tests

2 tests failed, 2 tests passed.
* interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * interdependent-binding-projects/tvOS - simulator/Debug [dotnet]: Crashed

Html Report (VSDrops) Download

:x: monotouch tests

5 tests failed, 24 tests passed.
* monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (managed static registrar) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 1 tests failed, 94 tests passed.

Failures

:x: monotouch tests [attempt 2]

1 tests failed, 28 tests passed.
* monotouch-test/Mac [dotnet]/Debug [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 17 tests failed, 78 tests passed.

Failures

:x: monotouch tests [attempt 3]

17 tests failed, 12 tests passed.
* monotouch-test/Mac [dotnet]/Debug [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Debug (static registrar) [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Release (NativeAOT, x64) [dotnet]: TimedOut ( (failed to parse the logs: The Writer is closed or in error state.)) * monotouch-test/Mac [dotnet]/Release [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Release (NativeAOT) [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Release (all optimizations) [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Debug (managed static registrar) [dotnet]: TimedOut * monotouch-test/Mac [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: TimedOut ( (failed to parse the logs: The Writer is closed or in error state.)) * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut ( (failed to parse the logs: The Writer is closed or in error state.)) * monotouch-test/Mac Catalyst [dotnet]/Release [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (all optimizations) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: TimedOut * monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 4 tests failed, 91 tests passed.

Failures

:x: monotouch tests [attempt 4]

4 tests failed, 25 tests passed.
* monotouch-test/Mac [dotnet]/Debug [dotnet]: HarnessException (Harness exception for 'monotouch-test': System.Exception: Unable to evaluate the property OutputPath in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test79/monotouch-test.csproj, build failed with exit code 12345678. Timed out: True at Xharness.AppBundleLocator.GetPropertyByMSBuildEvaluationAsync (System.Xml.XmlDocument csproj, System.String projectPath, System.String evaluateProperty, System.String dependsOnTargets, System.Collections.Generic.Dictionary`2[TKey,TValue] properties) [0x00498] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:120 at Xharness.AppBundleLocator.LocateAppBundle (System.Xml.XmlDocument projectFile, System.String projectFilePath, Microsoft.DotNet.XHarness.iOS.Shared.TestTarget target, System.String buildConfiguration) [0x000d2] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:50 at Xharness.Jenkins.TestTasks.MacExecuteTask.RunTestAsync () [0x00222] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MacExecuteTask.cs:80 at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:113 at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x0022c] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:269 ) * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: HarnessException (Harness exception for 'monotouch-test': System.Exception: Unable to evaluate the property OutputPath in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test80/monotouch-test.csproj, build failed with exit code 137. Timed out: True at Xharness.AppBundleLocator.GetPropertyByMSBuildEvaluationAsync (System.Xml.XmlDocument csproj, System.String projectPath, System.String evaluateProperty, System.String dependsOnTargets, System.Collections.Generic.Dictionary`2[TKey,TValue] properties) [0x00498] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:120 at Xharness.AppBundleLocator.LocateAppBundle (System.Xml.XmlDocument projectFile, System.String projectFilePath, Microsoft.DotNet.XHarness.iOS.Shared.TestTarget target, System.String buildConfiguration) [0x000d2] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:50 at Xharness.Jenkins.TestTasks.MacExecuteTask.RunTestAsync () [0x00222] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MacExecuteTask.cs:80 at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:113 at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x0022c] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:269 ) * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 4 tests failed, 91 tests passed.

Failures

:x: monotouch tests [attempt 5]

4 tests failed, 25 tests passed.
* monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 12 tests failed, 83 tests passed.

Failures

:x: monotouch tests [attempt 6]

12 tests failed, 17 tests passed.
* monotouch-test/Mac [dotnet]/Release (NativeAOT) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Debug (managed static registrar) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Release (managed static registrar, all optimizations) [dotnet]: Crashed * monotouch-test/iOS Unified 64-bits - simulator/Release (NativeAOT, x64) [dotnet]: Crashed * monotouch-test/tvOS - simulator/Debug [dotnet]: Crashed * monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: Crashed

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 2 tests failed, 93 tests passed.

Failures

:x: monotouch tests [attempt 7]

2 tests failed, 27 tests passed.
* monotouch-test/Mac [dotnet]/Release (NativeAOT) [dotnet]: HarnessException (Harness exception for 'monotouch-test': System.Exception: Unable to evaluate the property OutputPath in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/tmp-test-dir/monotouch-test1886/monotouch-test.csproj, build failed with exit code 137. Timed out: True at Xharness.AppBundleLocator.GetPropertyByMSBuildEvaluationAsync (System.Xml.XmlDocument csproj, System.String projectPath, System.String evaluateProperty, System.String dependsOnTargets, System.Collections.Generic.Dictionary`2[TKey,TValue] properties) [0x00498] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:120 at Xharness.AppBundleLocator.LocateAppBundle (System.Xml.XmlDocument projectFile, System.String projectFilePath, Microsoft.DotNet.XHarness.iOS.Shared.TestTarget target, System.String buildConfiguration) [0x000d2] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppBundleLocator.cs:50 at Xharness.Jenkins.TestTasks.MacExecuteTask.RunTestAsync () [0x00222] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/MacExecuteTask.cs:80 at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:113 at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x0022c] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:269 ) * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT) [dotnet]: TimedOut (Execution timed out after 1200 seconds. No test log file was produced)

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: a1cdcae5d43887367395bf40ecbef50b8340b076 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [CI Build] Windows Integration Tests passed :computer:

:white_check_mark: All Windows Integration Tests passed.

Pipeline on Agent Hash: 58806692c8d47bd603e99e1c7186e73fdf117916 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:computer: [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Ventura (13.0) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:white_check_mark: API diff for current PR / commit

NET (empty diffs) * ~iOS~: (empty diff detected) * ~tvOS~: (empty diff detected) * ~MacCatalyst~: (empty diff detected) * ~macOS~: (empty diff detected)

:white_check_mark: API diff vs stable

.NET (No breaking changes) * iOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240516.5/9587649-1/;/stable-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/17dc972eee6f34a2cb3e10d5d05fba0a) (No breaking changes) * tvOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240516.5/9587649-1/;/stable-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net8.0/Microsoft.tvOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/c28c7ffb32a57a8bbf5e08cb7022e95a) (No breaking changes) * MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240516.5/9587649-1/;/stable-api-comparison/diff/dotnet/Microsoft.MacCatalyst.Ref/ref/net8.0/Microsoft.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/8d39ee20d037beb03e701ad04ca22e85) (No breaking changes) * macOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240516.5/9587649-1/;/stable-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/7927835c9088281777f42decbacfacff) (No breaking changes) * Microsoft.iOS vs Microsoft.MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240516.5/9587649-1/;/stable-api-comparison/diff/dotnet/iOS-MacCatalyst-diff/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/8c61880ed657aaaa9f4ec9157271b0ec)

:information_source: Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent Hash: 58806692c8d47bd603e99e1c7186e73fdf117916 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

1 tests crashed, 4 tests failed, 87 tests passed.

Failures

:x: dotnettests tests

1 tests failed, 0 tests passed.
* DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: linker tests

1 tests failed, 39 tests passed.
* link all/tvOS - simulator/Debug [dotnet]: Crashed

Html Report (VSDrops) Download

:x: monotouch tests

2 tests failed, 27 tests passed.
* monotouch-test/Mac [dotnet]/Release (NativeAOT) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: Failed (Test run crashed (exit code: 139). Test run crashed)

Html Report (VSDrops) Download

:x: xcframework tests

:fire: Failed catastrophically on VSTS: simulator tests - xcframework (no summary found).

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: 58806692c8d47bd603e99e1c7186e73fdf117916 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 3 tests failed, 92 tests passed.

Failures

:x: dotnettests tests [attempt 2]

1 tests failed, 0 tests passed.
* DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: linker tests [attempt 2]

1 tests failed, 39 tests passed.
* dont link/Mac [dotnet]/Release [dotnet]: TimedOut

Html Report (VSDrops) Download

:x: monotouch tests [attempt 2]

1 tests failed, 28 tests passed.
* monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: TimedOut (Execution timed out after 1200 seconds. No test log file was produced)

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: 58806692c8d47bd603e99e1c7186e73fdf117916 [PR build]

vs-mobiletools-engineering-service2 commented 2 months ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 5 tests failed, 90 tests passed.

Failures

:x: dotnettests tests [attempt 3]

1 tests failed, 0 tests passed.
* DotNet tests: TimedOut (Execution timed out after 360 minutes.)

Html Report (VSDrops) Download

:x: linker tests [attempt 3]

3 tests failed, 37 tests passed.
* trimmode copy/Mac Catalyst [dotnet]/Release [dotnet]: TimedOut * trimmode link/Mac [dotnet]/Debug [dotnet]: TimedOut * trimmode link/tvOS - simulator/Release [dotnet]: TimedOut

Html Report (VSDrops) Download

:x: monotouch tests [attempt 3]

1 tests failed, 28 tests passed.
* monotouch-test/iOS Unified 64-bits - simulator/Release (NativeAOT, x64) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: 58806692c8d47bd603e99e1c7186e73fdf117916 [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:books: [PR Build] Artifacts :books:

Packages generated

View packages

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:computer: [CI Build] Windows Integration Tests passed :computer:

:white_check_mark: All Windows Integration Tests passed.

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [PR Build] Build failed :fire:

Build failed for the job 'Build macOS tests'

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:white_check_mark: API diff for current PR / commit

NET (empty diffs) * ~iOS~: (empty diff detected) * ~tvOS~: (empty diff detected) * ~MacCatalyst~: (empty diff detected) * ~macOS~: (empty diff detected)

:white_check_mark: API diff vs stable

.NET (No breaking changes) * iOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240520.8/9604111-1/;/stable-api-comparison/diff/dotnet/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/cdffc05927668f36857c34a87d0e221b) (No breaking changes) * tvOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240520.8/9604111-1/;/stable-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net8.0/Microsoft.tvOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/398f026ed27b8c3daf02a29424c25d86) (No breaking changes) * MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240520.8/9604111-1/;/stable-api-comparison/diff/dotnet/Microsoft.MacCatalyst.Ref/ref/net8.0/Microsoft.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/f0e3d53e6657167068cbcb4340156d72) (No breaking changes) * macOS: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240520.8/9604111-1/;/stable-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net8.0/Microsoft.macOS.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/bf869c17857a3adce5ed9a5f4924a151) (No breaking changes) * Microsoft.iOS vs Microsoft.MacCatalyst: [vsdrops](https://vsdrop.corp.microsoft.com/file/v1/xamarin-macios/detected-changes/20240520.8/9604111-1/;/stable-api-comparison/diff/dotnet/iOS-MacCatalyst-diff/Microsoft.iOS.Ref/ref/net8.0/Microsoft.iOS.MacCatalyst.html) [gist](https://gist.github.com/vs-mobiletools-engineering-service2/de025c3f7cc294b63a2aa1e54f76f78b)

:information_source: Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:rocket: [CI Build] Test results :rocket:

Test results

:white_check_mark: All tests passed on VSTS: simulator tests.

:tada: All 95 tests passed :tada:

Tests counts

:white_check_mark: cecil: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. Html Report (VSDrops) Download :warning: install_source: No tests selected. Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. Html Report (VSDrops) Download :warning: mmp: No tests selected. Html Report (VSDrops) Download :warning: mononative: No tests selected. Html Report (VSDrops) Download :white_check_mark: monotouch: All 29 tests passed. Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. Html Report (VSDrops) Download :warning: mtouch: No tests selected. Html Report (VSDrops) Download :warning: xammac: No tests selected. Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:computer: [PR Build] Tests on macOS M1 - Mac Ventura (13.0) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Ventura (13.0) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:x: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed :x:

Failed tests are:

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 13 tests failed, 82 tests passed.

Failures

:x: cecil tests [attempt 2]

1 tests failed, 0 tests passed.
* Cecil-based tests: TimedOut (Execution timed out after 5 minutes.)

Html Report (VSDrops) Download

:x: dotnettests tests [attempt 2]

1 tests failed, 0 tests passed.
* DotNet tests: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

:x: linker tests [attempt 2]

5 tests failed, 35 tests passed.
* trimmode copy/Mac Catalyst [dotnet]/Release [dotnet]: TimedOut * trimmode copy/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * trimmode link/Mac [dotnet]/Release [dotnet]: TimedOut * dont link/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * link all/iOS Unified 64-bits - simulator/Release [dotnet]: TimedOut

Html Report (VSDrops) Download

:x: monotouch tests [attempt 2]

6 tests failed, 23 tests passed.
* monotouch-test/Mac [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2667 Inconclusive: 4 Failed: 1 Ignored: 106) * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: HarnessException (Harness exception for 'monotouch-test': System.AggregateException: One or more errors occurred. (A task was canceled.) ---> System.Threading.Tasks.TaskCanceledException: A task was canceled. --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00013] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2029 at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x0002b] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs:496 at System.Threading.Tasks.Task`1[TResult].get_Result () [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Future.cs:466 at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.get_TestExecutionStarted () [0x00000] in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:79 at Microsoft.DotNet.XHarness.iOS.Shared.TestReporter.ParseResult () [0x002d6] in /_/src/Microsoft.DotNet.XHarness.iOS.Shared/TestReporter.cs:639 at Xharness.AppRunner.RunAsync () [0x01b78] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/AppRunner.cs:453 at Xharness.Jenkins.TestTasks.RunSimulator.RunTestAsync () [0x002b1] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunSimulator.cs:128 at Xharness.Jenkins.TestTasks.RunTest.ExecuteAsync () [0x001b9] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/RunTest.cs:113 at Xharness.Jenkins.TestTasks.TestTasks.RunInternalAsync () [0x0022c] in /Users/builder/azdo/_work/2/s/xamarin-macios/tests/xharness/Jenkins/TestTasks/TestTask.cs:269 ---> (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.<--- ) * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:computer: [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) passed :computer:

:white_check_mark: All tests on macOS M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent Hash: [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 4 tests failed, 91 tests passed.

Failures

:x: monotouch tests [attempt 3]

4 tests failed, 25 tests passed.
* monotouch-test/Mac [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed. Tests run: 2893 Passed: 2772 Inconclusive: 10 Failed: 1 Ignored: 120) * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. [attempt 3] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 4 tests failed, 91 tests passed.

Failures

:x: monotouch tests [attempt 4]

4 tests failed, 25 tests passed.
* monotouch-test/Mac [dotnet]/Debug [dotnet]: TimedOut * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed. Tests run: 2893 Passed: 2772 Inconclusive: 10 Failed: 1 Ignored: 120) * monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. [attempt 3] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 2 tests failed, 93 tests passed.

Failures

:x: monotouch tests [attempt 5]

2 tests failed, 27 tests passed.
* monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT) [dotnet]: TimedOut * monotouch-test/iOS Unified 64-bits - simulator/Debug (managed static registrar) [dotnet]: TimedOut

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. [attempt 3] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:fire: [CI Build] Test results :fire:

Test results

:x: Tests failed on VSTS: simulator tests

0 tests crashed, 15 tests failed, 80 tests passed.

Failures

:x: monotouch tests [attempt 6]

15 tests failed, 14 tests passed.
* monotouch-test/Mac [dotnet]/Debug [dotnet]: Failed (Test run failed. Tests run: 2777 Passed: 2686 Inconclusive: 4 Failed: 1 Ignored: 90) * monotouch-test/Mac [dotnet]/Debug (static registrar) [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2684 Inconclusive: 4 Failed: 1 Ignored: 89) * monotouch-test/Mac [dotnet]/Release (NativeAOT, x64) [dotnet]: Failed (Test run failed. Tests run: 2773 Passed: 2672 Inconclusive: 4 Failed: 1 Ignored: 100) * monotouch-test/Mac [dotnet]/Release [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2682 Inconclusive: 4 Failed: 1 Ignored: 91) * monotouch-test/Mac [dotnet]/Release (NativeAOT) [dotnet]: Failed (Test run failed. Tests run: 2773 Passed: 2672 Inconclusive: 4 Failed: 1 Ignored: 100) * monotouch-test/Mac [dotnet]/Release (all optimizations) [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2684 Inconclusive: 4 Failed: 1 Ignored: 89) * monotouch-test/Mac [dotnet]/Debug (managed static registrar) [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2684 Inconclusive: 4 Failed: 1 Ignored: 89) * monotouch-test/Mac [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: Failed (Test run failed. Tests run: 2774 Passed: 2684 Inconclusive: 4 Failed: 1 Ignored: 89) * monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed. Tests run: 2893 Passed: 2772 Inconclusive: 10 Failed: 1 Ignored: 120) * monotouch-test/Mac Catalyst [dotnet]/Release [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2763 Inconclusive: 10 Failed: 1 Ignored: 126) * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT) [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2755 Inconclusive: 10 Failed: 1 Ignored: 134) * monotouch-test/Mac Catalyst [dotnet]/Release (NativeAOT, x64) [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2755 Inconclusive: 10 Failed: 1 Ignored: 134) * monotouch-test/Mac Catalyst [dotnet]/Release (all optimizations) [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2759 Inconclusive: 10 Failed: 1 Ignored: 130) * monotouch-test/Mac Catalyst [dotnet]/Debug (managed static registrar) [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2771 Inconclusive: 10 Failed: 1 Ignored: 118) * monotouch-test/Mac Catalyst [dotnet]/Release (managed static registrar, all optimizations) [dotnet]: Failed (Test run failed. Tests run: 2890 Passed: 2759 Inconclusive: 10 Failed: 1 Ignored: 130)

Html Report (VSDrops) Download

Successes

:white_check_mark: cecil: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. [attempt 3] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]

vs-mobiletools-engineering-service2 commented 1 month ago

:rocket: [CI Build] Test results :rocket:

Test results

:white_check_mark: All tests passed on VSTS: simulator tests.

:tada: All 95 tests passed :tada:

Tests counts

:white_check_mark: cecil: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: dotnettests: All 1 tests passed. [attempt 3] Html Report (VSDrops) Download :white_check_mark: fsharp: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: framework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: generator: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: interdependent_binding_projects: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: install_source: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: introspection: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: linker: All 40 tests passed. [attempt 3] Html Report (VSDrops) Download :warning: mac_binding_project: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mmp: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: mononative: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: monotouch: All 29 tests passed. [attempt 7] Html Report (VSDrops) Download :white_check_mark: msbuild: All 2 tests passed. [attempt 2] Html Report (VSDrops) Download :warning: mtouch: No tests selected. [attempt 2] Html Report (VSDrops) Download :warning: xammac: No tests selected. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xcframework: All 4 tests passed. [attempt 2] Html Report (VSDrops) Download :white_check_mark: xtro: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download

Pipeline on Agent Hash: db21a3e302928a3fde66bd1c227225e521544b0c [PR build]