2026-03-25T20:01:09.8722010Z ##[section]Starting: Controls Layout 2026-03-25T20:01:09.8747810Z ============================================================================== 2026-03-25T20:01:09.8748260Z Task : PowerShell 2026-03-25T20:01:09.8748460Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-25T20:01:09.8748810Z Version : 2.268.1 2026-03-25T20:01:09.8749020Z Author : Microsoft Corporation 2026-03-25T20:01:09.8749250Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-25T20:01:09.8749640Z ============================================================================== 2026-03-25T20:01:10.1446200Z Generating script. 2026-03-25T20:01:10.1454950Z ========================== Starting Command Output =========================== 2026-03-25T20:01:10.1469530Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/44eeaedf-0caf-4dd4-919e-a1cc8ac266c3.ps1' 2026-03-25T20:01:10.5893900Z $ErrorActionPreference = 'stop' 2026-03-25T20:01:10.5897100Z $ProgressPreference = 'silentlyContinue' 2026-03-25T20:01:10.5898760Z Get-Content $PSCommandPath 2026-03-25T20:01:10.5900680Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-25T20:01:10.5902000Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-25T20:01:10.5902700Z $command += " --runtimevariant=""Mono""" 2026-03-25T20:01:10.5904330Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-25T20:01:10.5904680Z 2026-03-25T20:01:10.5905160Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-25T20:01:10.5905720Z $deviceType = "" 2026-03-25T20:01:10.5906090Z if ($deviceType) { 2026-03-25T20:01:10.5906490Z $command += " --skin=""$deviceType""" 2026-03-25T20:01:10.5906870Z } 2026-03-25T20:01:10.5906990Z 2026-03-25T20:01:10.5907320Z $testFilter = "" 2026-03-25T20:01:10.5908060Z $testConfigrationArgs = "" 2026-03-25T20:01:10.5909360Z 2026-03-25T20:01:10.5911000Z "Layout".Split(",") | ForEach { 2026-03-25T20:01:10.5912230Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-25T20:01:10.5913260Z } 2026-03-25T20:01:10.5914680Z 2026-03-25T20:01:10.5916880Z $testFilter = $testFilter.TrimEnd("|") 2026-03-25T20:01:10.5917190Z 2026-03-25T20:01:10.5918450Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-25T20:01:10.5918960Z if ($testConfigrationArgs) { 2026-03-25T20:01:10.5919470Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-25T20:01:10.5919860Z } 2026-03-25T20:01:10.5961680Z if ($testFilter) { 2026-03-25T20:01:10.5962110Z $command += " --test-filter ""$testFilter""" 2026-03-25T20:01:10.5962500Z } 2026-03-25T20:01:10.5962630Z 2026-03-25T20:01:10.5962960Z $headless = true 2026-03-25T20:01:10.5963320Z if ($headless) { 2026-03-25T20:01:10.5963720Z $command += " --headless ""$headless""" 2026-03-25T20:01:10.5964050Z } 2026-03-25T20:01:10.5964190Z 2026-03-25T20:01:10.5964550Z Write-Host "Running command: $command" 2026-03-25T20:01:10.5964720Z 2026-03-25T20:01:10.5965080Z Invoke-Expression $command 2026-03-25T20:01:10.5965570Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-25T20:01:10.5966980Z } else { 2026-03-25T20:01:10.5968930Z exit $LASTEXITCODE 2026-03-25T20:01:10.5969290Z } 2026-03-25T20:01:10.7232980Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-03-25T20:01:11.2916550Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T20:01:11.9429640Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T20:01:12.4803410Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T20:01:13.0115870Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T20:01:13.5554040Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T20:01:14.4131750Z Looking for modules... 2026-03-25T20:01:18.0384500Z No modules found to install. 2026-03-25T20:01:18.0385910Z Module directory does not exist. 2026-03-25T20:01:18.0388560Z Analyzing build script... 2026-03-25T20:01:18.0400640Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-25T20:01:18.0415560Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-25T20:01:18.0423600Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-25T20:01:18.3124520Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-25T20:01:20.0572940Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-25T20:01:21.0656160Z Processing build script... 2026-03-25T20:01:21.0676760Z Installing addins... 2026-03-25T20:01:21.3304050Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-25T20:01:21.3563640Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-25T20:01:21.3760840Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-25T20:01:21.5751150Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-25T20:01:21.5753430Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-25T20:01:21.5754250Z is referencing an older version of Cake.Core (0.33.0). 2026-03-25T20:01:21.5754910Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-25T20:01:21.5763400Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-25T20:01:21.5768370Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-25T20:01:21.8818740Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-25T20:01:21.8819560Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-25T20:01:21.8820270Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-25T20:01:21.8821420Z Adding assembly reference to System.Runtime.dll... 2026-03-25T20:01:21.8822180Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-25T20:01:21.8822890Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-25T20:01:21.8823550Z Adding assembly reference to System.Threading.dll... 2026-03-25T20:01:21.8824170Z Adding assembly reference to System.Linq.dll... 2026-03-25T20:01:21.8825470Z Adding assembly reference to System.Collections.dll... 2026-03-25T20:01:21.8826170Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-25T20:01:21.8826870Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-25T20:01:21.8827610Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-25T20:01:21.8828300Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-25T20:01:21.8828960Z Adding assembly reference to System.ObjectModel.dll... 2026-03-25T20:01:21.8829610Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-25T20:01:21.8830290Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-25T20:01:21.8830980Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-25T20:01:21.8831660Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-25T20:01:21.8832410Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-25T20:01:21.8833090Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-25T20:01:21.8833770Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-25T20:01:21.8834610Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-25T20:01:21.8835340Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-25T20:01:21.8836030Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-25T20:01:21.8836730Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-25T20:01:21.8837400Z Adding assembly reference to mscorlib.dll... 2026-03-25T20:01:21.8838010Z Adding assembly reference to netstandard.dll... 2026-03-25T20:01:21.8838660Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-25T20:01:21.8839310Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-25T20:01:21.8839970Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-25T20:01:21.8840750Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-25T20:01:21.8841400Z Adding assembly reference to System.Memory.dll... 2026-03-25T20:01:21.8842080Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-25T20:01:21.8842790Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-25T20:01:21.8843470Z Adding assembly reference to System.ComponentModel.dll... 2026-03-25T20:01:21.8844100Z Adding assembly reference to System.Console.dll... 2026-03-25T20:01:21.8844760Z Adding assembly reference to System.Data.Common.dll... 2026-03-25T20:01:21.8845650Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-25T20:01:21.8846350Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-25T20:01:21.8847070Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-25T20:01:21.8847790Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-25T20:01:21.8848750Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-25T20:01:21.8849430Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-25T20:01:21.8850100Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-25T20:01:21.8850780Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-25T20:01:21.8851450Z Adding assembly reference to System.IO.Compression.dll... 2026-03-25T20:01:21.8852480Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-25T20:01:21.8853380Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-25T20:01:21.8854090Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-25T20:01:21.8854790Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-25T20:01:21.8855450Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-25T20:01:21.8856110Z Adding assembly reference to System.Net.Requests.dll... 2026-03-25T20:01:21.8856770Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-25T20:01:21.8857420Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-25T20:01:21.8858110Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-25T20:01:21.8858780Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-25T20:01:21.8859460Z Adding assembly reference to System.Net.Http.dll... 2026-03-25T20:01:21.8860140Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-25T20:01:21.8860810Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-25T20:01:21.8861470Z Adding assembly reference to System.Net.Mail.dll... 2026-03-25T20:01:21.8862140Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-25T20:01:21.8862790Z Adding assembly reference to System.Net.Ping.dll... 2026-03-25T20:01:21.8863440Z Adding assembly reference to System.Net.Security.dll... 2026-03-25T20:01:21.8864080Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-25T20:01:21.8864760Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-25T20:01:21.8865430Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-25T20:01:21.8866080Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-25T20:01:21.8866780Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-25T20:01:21.8867470Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-25T20:01:21.8868150Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-25T20:01:21.8868830Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-25T20:01:21.8869800Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-25T20:01:21.8870530Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-25T20:01:21.8871240Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-25T20:01:21.8871940Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-25T20:01:21.8872940Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-25T20:01:21.8873630Z Adding assembly reference to System.Security.Claims.dll... 2026-03-25T20:01:21.8874310Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-25T20:01:21.8875040Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-25T20:01:21.8875790Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-25T20:01:21.8876490Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-25T20:01:21.8877160Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-25T20:01:21.8877830Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-25T20:01:21.8878490Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-25T20:01:21.8879140Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-25T20:01:21.8879800Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-25T20:01:21.8880480Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-25T20:01:21.8881130Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-25T20:01:21.8881770Z Adding assembly reference to System.AppContext.dll... 2026-03-25T20:01:21.8882410Z Adding assembly reference to System.Buffers.dll... 2026-03-25T20:01:21.8883070Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-25T20:01:21.8883760Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-25T20:01:21.8884490Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-25T20:01:21.8885170Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-25T20:01:21.8885900Z Adding assembly reference to System.Configuration.dll... 2026-03-25T20:01:21.8886550Z Adding assembly reference to System.Core.dll... 2026-03-25T20:01:21.8887350Z Adding assembly reference to System.Private.Uri.dll... 2026-03-25T20:01:21.8888040Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-25T20:01:21.8888680Z Adding assembly reference to System.Data.dll... 2026-03-25T20:01:21.8889320Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-25T20:01:21.8890030Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-25T20:01:21.8890720Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-25T20:01:21.8891380Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-25T20:01:21.8892010Z Adding assembly reference to System.dll... 2026-03-25T20:01:21.8892640Z Adding assembly reference to System.Drawing.dll... 2026-03-25T20:01:21.8893480Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-25T20:01:21.8894130Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-25T20:01:21.8894790Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-25T20:01:21.8895470Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-25T20:01:21.8896380Z Adding assembly reference to System.Globalization.dll... 2026-03-25T20:01:21.8897060Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-25T20:01:21.8897770Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-25T20:01:21.8898420Z Adding assembly reference to System.IO.dll... 2026-03-25T20:01:21.8899080Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-25T20:01:21.8899750Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-25T20:01:21.8900440Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-25T20:01:21.8901140Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-25T20:01:21.8901850Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-25T20:01:21.8902540Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-25T20:01:21.8903170Z Adding assembly reference to System.Net.dll... 2026-03-25T20:01:21.8903790Z Adding assembly reference to System.Net.Quic.dll... 2026-03-25T20:01:21.8904440Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-25T20:01:21.8905090Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-25T20:01:21.8905730Z Adding assembly reference to System.Text.Json.dll... 2026-03-25T20:01:21.8906380Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-25T20:01:21.8907060Z Adding assembly reference to System.Numerics.dll... 2026-03-25T20:01:21.8907700Z Adding assembly reference to System.Reflection.dll... 2026-03-25T20:01:21.8908370Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-25T20:01:21.8909070Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-25T20:01:21.8909750Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-25T20:01:21.8910430Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-25T20:01:21.8911140Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-25T20:01:21.8911830Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-25T20:01:21.8912500Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-25T20:01:21.8913210Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-25T20:01:21.8914020Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-25T20:01:21.8914750Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-25T20:01:21.8915460Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-25T20:01:21.8916320Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-25T20:01:21.8917230Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-25T20:01:21.8917960Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-25T20:01:21.8918680Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-25T20:01:21.8919700Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-25T20:01:21.8920440Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-25T20:01:21.8921180Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-25T20:01:21.8921870Z Adding assembly reference to System.Security.dll... 2026-03-25T20:01:21.8922530Z Adding assembly reference to System.Security.Principal.dll... 2026-03-25T20:01:21.8923210Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-25T20:01:21.8923900Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-25T20:01:21.8924610Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-25T20:01:21.8925300Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-25T20:01:21.8925970Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-25T20:01:21.8926640Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-25T20:01:21.8927290Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-25T20:01:21.8927960Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-25T20:01:21.8928630Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-25T20:01:21.8929340Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-25T20:01:21.8930040Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-25T20:01:21.8930690Z Adding assembly reference to System.Transactions.dll... 2026-03-25T20:01:21.8931330Z Adding assembly reference to System.ValueTuple.dll... 2026-03-25T20:01:21.8931950Z Adding assembly reference to System.Web.dll... 2026-03-25T20:01:21.8932570Z Adding assembly reference to System.Windows.dll... 2026-03-25T20:01:21.8933190Z Adding assembly reference to System.Xml.dll... 2026-03-25T20:01:21.8933810Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-25T20:01:21.8934460Z Adding assembly reference to System.Private.Xml.dll... 2026-03-25T20:01:21.8935120Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-25T20:01:21.8935790Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-25T20:01:21.8936460Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-25T20:01:21.8937100Z Adding assembly reference to WindowsBase.dll... 2026-03-25T20:01:21.8937710Z Adding assembly reference to Cake.Core.dll... 2026-03-25T20:01:21.8938330Z Adding assembly reference to Cake.Common.dll... 2026-03-25T20:01:21.8938940Z Adding assembly reference to Spectre.Console.dll... 2026-03-25T20:01:21.8939770Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-25T20:01:21.8940400Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-25T20:01:21.8941040Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-25T20:01:21.8941660Z Importing namespace Cake.Common... 2026-03-25T20:01:21.8942240Z Importing namespace Cake.Common.Build... 2026-03-25T20:01:21.8943070Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-25T20:01:21.8943710Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-25T20:01:21.8944350Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-25T20:01:21.8945040Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-25T20:01:21.8945690Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-25T20:01:21.8946320Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-25T20:01:21.8946980Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-25T20:01:21.8947650Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-25T20:01:21.8948300Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-25T20:01:21.8948930Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-25T20:01:21.8949560Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-25T20:01:21.8950230Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-25T20:01:21.8950880Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-25T20:01:21.8951550Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-25T20:01:21.8952190Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-25T20:01:21.8952830Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-25T20:01:21.8953450Z Importing namespace Cake.Common.Build.GoCD... 2026-03-25T20:01:21.8954070Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-25T20:01:21.8954690Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-25T20:01:21.8955330Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-25T20:01:21.8955960Z Importing namespace Cake.Common.Build.MyGet... 2026-03-25T20:01:21.8956590Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-25T20:01:21.8957230Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-25T20:01:21.8957870Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-25T20:01:21.8958510Z Importing namespace Cake.Common.Diagnostics... 2026-03-25T20:01:21.8959110Z Importing namespace Cake.Common.IO... 2026-03-25T20:01:21.8959710Z Importing namespace Cake.Common.IO.Paths... 2026-03-25T20:01:21.8960320Z Importing namespace Cake.Common.Net... 2026-03-25T20:01:21.8960930Z Importing namespace Cake.Common.Security... 2026-03-25T20:01:21.8961530Z Importing namespace Cake.Common.Solution... 2026-03-25T20:01:21.8962140Z Importing namespace Cake.Common.Solution.Project... 2026-03-25T20:01:21.8962830Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-25T20:01:21.8963650Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-25T20:01:21.8964270Z Importing namespace Cake.Common.Text... 2026-03-25T20:01:21.8964860Z Importing namespace Cake.Common.Tools.Cake... 2026-03-25T20:01:21.8965510Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-25T20:01:21.8966160Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-25T20:01:21.8967040Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-25T20:01:21.8967720Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-25T20:01:21.8968380Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-25T20:01:21.8969050Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-25T20:01:21.8969710Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-25T20:01:21.8970360Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-25T20:01:21.8971020Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-25T20:01:21.8971680Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-25T20:01:21.8972330Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-25T20:01:21.8972980Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-25T20:01:21.8973660Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-25T20:01:21.8974470Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-25T20:01:21.8975120Z Importing namespace Cake.Common.Tools.Command... 2026-03-25T20:01:21.8975770Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-25T20:01:21.8976410Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-25T20:01:21.8977070Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-25T20:01:21.8977720Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-25T20:01:21.8978370Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-25T20:01:21.8979000Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-25T20:01:21.8979630Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-25T20:01:21.8980280Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-25T20:01:21.8980940Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-25T20:01:21.8981590Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-25T20:01:21.8982240Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-25T20:01:21.8982890Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-25T20:01:21.8983560Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-25T20:01:21.8984220Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-25T20:01:21.8984890Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-25T20:01:21.8985530Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-25T20:01:21.8986190Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-25T20:01:21.8987000Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-25T20:01:21.8987670Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-25T20:01:21.8988310Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-25T20:01:21.8988950Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-25T20:01:21.8989590Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-25T20:01:21.8990450Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-25T20:01:21.8991090Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-25T20:01:21.8991740Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-25T20:01:21.8992410Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-25T20:01:21.8993090Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-25T20:01:21.8993770Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-25T20:01:21.8994450Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-25T20:01:21.8995130Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-25T20:01:21.8995820Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-25T20:01:21.8996500Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-25T20:01:21.8997160Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-25T20:01:21.8997770Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-25T20:01:21.8998390Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-25T20:01:21.8999030Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-25T20:01:21.8999720Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-25T20:01:21.9000410Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-25T20:01:21.9001520Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-25T20:01:21.9002260Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-25T20:01:21.9002960Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-25T20:01:21.9003640Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-25T20:01:21.9004320Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-25T20:01:21.9005000Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-25T20:01:21.9005670Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-25T20:01:21.9006310Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-25T20:01:21.9006930Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-25T20:01:21.9007550Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-25T20:01:21.9008200Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-25T20:01:21.9008830Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-25T20:01:21.9009470Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-25T20:01:21.9010080Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-25T20:01:21.9010860Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-25T20:01:21.9011520Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-25T20:01:21.9012130Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-25T20:01:21.9012760Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-25T20:01:21.9013400Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-25T20:01:21.9014250Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-25T20:01:21.9014890Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-25T20:01:21.9015520Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-25T20:01:21.9016150Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-25T20:01:21.9016780Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-25T20:01:21.9017560Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-25T20:01:21.9018220Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-25T20:01:21.9018870Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-25T20:01:21.9019530Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-25T20:01:21.9020180Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-25T20:01:21.9020800Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-25T20:01:21.9021430Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-25T20:01:21.9022070Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-25T20:01:21.9023580Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-25T20:01:21.9024240Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-25T20:01:21.9024880Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-25T20:01:21.9025510Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-25T20:01:21.9026130Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-25T20:01:21.9026820Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-25T20:01:21.9027520Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-25T20:01:21.9028190Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-25T20:01:21.9028820Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-25T20:01:21.9029460Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-25T20:01:21.9030080Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-25T20:01:21.9030730Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-25T20:01:21.9031380Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-25T20:01:21.9032030Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-25T20:01:21.9032660Z Importing namespace Cake.Common.Tools.WiX... 2026-03-25T20:01:21.9033270Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-25T20:01:21.9033890Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-25T20:01:21.9034520Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-25T20:01:21.9035330Z Importing namespace Cake.Common.Xml... 2026-03-25T20:01:21.9035900Z Importing namespace Cake.Core... 2026-03-25T20:01:21.9036480Z Importing namespace Cake.Core.Diagnostics... 2026-03-25T20:01:21.9037070Z Importing namespace Cake.Core.IO... 2026-03-25T20:01:21.9037650Z Importing namespace Cake.Core.Scripting... 2026-03-25T20:01:21.9038490Z Importing namespace Cake.Core.Tooling... 2026-03-25T20:01:21.9039080Z Importing namespace Cake.FileHelpers... 2026-03-25T20:01:21.9039680Z Importing namespace NuGet.Common... 2026-03-25T20:01:21.9040270Z Importing namespace NuGet.Configuration... 2026-03-25T20:01:21.9040870Z Importing namespace NuGet.Protocol... 2026-03-25T20:01:21.9041470Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-25T20:01:21.9042070Z Importing namespace NuGet.Versioning... 2026-03-25T20:01:21.9042640Z Importing namespace System... 2026-03-25T20:01:21.9043240Z Importing namespace System.Collections.Generic... 2026-03-25T20:01:21.9043820Z Importing namespace System.IO... 2026-03-25T20:01:21.9044390Z Importing namespace System.Linq... 2026-03-25T20:01:21.9044970Z Importing namespace System.Text... 2026-03-25T20:01:21.9045560Z Importing namespace System.Threading.Tasks... 2026-03-25T20:01:21.9046030Z .NETStandard,Version=v2.0 2026-03-25T20:01:21.9495790Z Compiling build script... 2026-03-25T20:01:24.6631170Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-25T20:01:25.8846170Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-25T20:01:25.8846850Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-25T20:01:25.8863470Z Host OS System Arch: X64 2026-03-25T20:01:25.8863860Z Host Processor System Arch: X64 2026-03-25T20:01:25.8864370Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T20:01:25.8864890Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-25T20:01:25.8865390Z Build Configuration: Release 2026-03-25T20:01:25.8865800Z Build Runtime Identifier: maccatalyst-x64 2026-03-25T20:01:25.8866220Z Build Target Framework: net10.0-maccatalyst 2026-03-25T20:01:25.8866570Z Test Device: mac 2026-03-25T20:01:25.8866990Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-25T20:01:25.8980920Z 2026-03-25T20:01:25.8982610Z ======================================== 2026-03-25T20:01:25.8983040Z uitest 2026-03-25T20:01:25.8983930Z ======================================== 2026-03-25T20:01:25.8984860Z Executing task: uitest 2026-03-25T20:01:25.8996870Z Starting UI Tests... 2026-03-25T20:01:25.9002090Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-25T20:01:25.9004650Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-25T20:01:25.9066030Z Testing Device: mac 2026-03-25T20:01:25.9066970Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-25T20:01:25.9072480Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-25T20:01:25.9074050Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-25T20:01:25.9096700Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-25T20:01:25.9601280Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T20:01:25.9648390Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-25T20:01:33.6553600Z Determining projects to restore... 2026-03-25T20:01:45.6365530Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.73 sec). 2026-03-25T20:01:46.0359520Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.5 sec). 2026-03-25T20:01:48.0628920Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 4.58 sec). 2026-03-25T20:01:48.2819310Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 2.6 sec). 2026-03-25T20:01:48.3164030Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 12 ms). 2026-03-25T20:01:49.7315760Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 1.34 sec). 2026-03-25T20:01:49.8485920Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 9 ms). 2026-03-25T20:01:51.0657880Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 4.99 sec). 2026-03-25T20:01:54.6875260Z Failed to download package 'Xamarin.AndroidX.ConstraintLayout.Core.1.1.1.3' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/xamarin.androidx.constraintlayout.core/1.1.1.3/xamarin.androidx.constraintlayout.core.1.1.1.3.nupkg'. 2026-03-25T20:01:54.7882040Z The SSL connection could not be established, see inner exception. 2026-03-25T20:01:54.8317820Z Unable to read data from the transport connection: Connection reset by peer. 2026-03-25T20:01:54.8393540Z Connection reset by peer 2026-03-25T20:01:55.0730550Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 5.22 sec). 2026-03-25T20:01:57.3205440Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 13.86 sec). 2026-03-25T20:01:57.3822790Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 2.29 sec). 2026-03-25T20:01:58.9798310Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 10.63 sec). 2026-03-25T20:01:59.0206290Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 7.93 sec). 2026-03-25T20:02:19.7452380Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-25T20:02:22.7402110Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-25T20:02:25.1336250Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-25T20:02:34.2757580Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-25T20:02:35.2057210Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-25T20:03:36.8510150Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-25T20:03:37.0477350Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-25T20:03:37.8950610Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-25T20:03:38.0286170Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-25T20:03:38.2511340Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-25T20:03:38.3845890Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-25T20:03:38.6785650Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-25T20:03:51.6780170Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-25T20:03:51.7241130Z 2026-03-25T20:03:51.7457670Z Build succeeded. 2026-03-25T20:03:51.7459990Z 0 Warning(s) 2026-03-25T20:03:51.7462080Z 0 Error(s) 2026-03-25T20:03:51.7463900Z 2026-03-25T20:03:51.7465930Z Time Elapsed 00:02:24.48 2026-03-25T20:03:51.8262750Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-03-25T20:03:51.8264040Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T20:03:51.8273480Z Run Tests With Filter TestCategory=Layout 2026-03-25T20:03:51.8276460Z Log Directory: /Users/runner/work/1/a/logs 2026-03-25T20:03:51.8277340Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-25T20:03:51.8279930Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-25T20:03:51.8282980Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-25T20:03:51.8283900Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-25T20:03:51.8284860Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-25T20:03:51.8285710Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-25T20:03:51.8286660Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-25T20:03:51.8287650Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-25T20:03:51.8289880Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-25T20:03:51.8291810Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-03-25T20:03:51.8351100Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-25T20:03:51.8401640Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-25T20:03:52.1641530Z Downloading file: 15% 2026-03-25T20:03:52.1744220Z Downloading file: 50% 2026-03-25T20:03:52.1940410Z Downloading file: 100% 2026-03-25T20:03:52.1996130Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-25T20:03:52.2003760Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-03-25T20:03:52.2022820Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-03-25T20:03:53.8637820Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-25T20:03:53.9955090Z VSTest version 18.0.1 (x64) 2026-03-25T20:03:53.9968220Z 2026-03-25T20:03:54.1866960Z Starting test execution, please wait... 2026-03-25T20:03:54.2433450Z A total of 1 test files matched the specified pattern. 2026-03-25T20:03:54.8289320Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-25T20:03:54.9683570Z [xUnit.net 00:00:00.16] Discovering: Controls.TestCases.Mac.Tests 2026-03-25T20:03:55.2170020Z [xUnit.net 00:00:00.41] Discovered: Controls.TestCases.Mac.Tests 2026-03-25T20:03:55.2448160Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-25T20:03:55.2843110Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-25T20:03:57.0253900Z NUnit3TestExecutor discovered 181 of 181 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-25T20:05:40.3280960Z >>>>> 3/25/2026 8:05:40 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-03-25T20:05:46.6500180Z >>>>> 3/25/2026 8:05:46 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-03-25T20:07:11.7566440Z >>>>> 3/25/2026 8:07:11 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-03-25T20:07:11.9429600Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 25 s] 2026-03-25T20:07:12.0433710Z >>>>> 3/25/2026 8:07:11 PM VerifyAbsoluteLayout_AllProportional Start 2026-03-25T20:09:09.0973260Z >>>>> 3/25/2026 8:09:09 PM VerifyAbsoluteLayout_AllProportional Stop 2026-03-25T20:09:09.5708220Z Passed VerifyAbsoluteLayout_AllProportional [1 m 57 s] 2026-03-25T20:09:09.6067350Z >>>>> 3/25/2026 8:09:09 PM VerifyAbsoluteLayout_FlowDirection Start 2026-03-25T20:10:32.1483110Z >>>>> 3/25/2026 8:10:32 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-03-25T20:10:32.3998390Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 22 s] 2026-03-25T20:10:32.5008830Z >>>>> 3/25/2026 8:10:32 PM VerifyAbsoluteLayout_HeightProportional Start 2026-03-25T20:11:41.5831090Z >>>>> 3/25/2026 8:11:41 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-03-25T20:11:41.5906830Z Passed VerifyAbsoluteLayout_HeightProportional [1 m 9 s] 2026-03-25T20:11:41.5911600Z >>>>> 3/25/2026 8:11:41 PM VerifyAbsoluteLayout_PositionProportional Start 2026-03-25T20:12:55.5557150Z >>>>> 3/25/2026 8:12:55 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-03-25T20:12:55.6424400Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 13 s] 2026-03-25T20:12:55.7054140Z >>>>> 3/25/2026 8:12:55 PM VerifyAbsoluteLayout_SizeProportional Start 2026-03-25T20:13:46.9743460Z >>>>> 3/25/2026 8:13:46 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-03-25T20:13:46.9983090Z Passed VerifyAbsoluteLayout_SizeProportional [51 s] 2026-03-25T20:13:47.0060180Z >>>>> 3/25/2026 8:13:46 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-03-25T20:15:11.5259210Z >>>>> 3/25/2026 8:15:11 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-03-25T20:15:11.6315080Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 24 s] 2026-03-25T20:15:11.6481970Z >>>>> 3/25/2026 8:15:11 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-03-25T20:16:02.1603300Z >>>>> 3/25/2026 8:16:02 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-03-25T20:16:02.2038820Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [50 s] 2026-03-25T20:16:02.2093950Z >>>>> 3/25/2026 8:16:02 PM VerifyAbsoluteLayout_Visibility Start 2026-03-25T20:16:19.6369550Z >>>>> 3/25/2026 8:16:19 PM VerifyAbsoluteLayout_Visibility Stop 2026-03-25T20:16:19.9273530Z Passed VerifyAbsoluteLayout_Visibility [17 s] 2026-03-25T20:16:19.9387070Z >>>>> 3/25/2026 8:16:19 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-03-25T20:17:11.5515970Z >>>>> 3/25/2026 8:17:11 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-03-25T20:17:11.7834750Z Passed VerifyAbsoluteLayout_WidthAndHeight [51 s] 2026-03-25T20:17:11.8540570Z >>>>> 3/25/2026 8:17:11 PM VerifyAbsoluteLayout_WidthProportional Start 2026-03-25T20:17:58.7249920Z >>>>> 3/25/2026 8:17:58 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-03-25T20:17:58.7347960Z Passed VerifyAbsoluteLayout_WidthProportional [46 s] 2026-03-25T20:17:58.7358880Z >>>>> 3/25/2026 8:17:58 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-03-25T20:18:50.9125560Z >>>>> 3/25/2026 8:18:50 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-03-25T20:18:51.2100070Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [52 s] 2026-03-25T20:18:51.2426070Z >>>>> 3/25/2026 8:18:51 PM VerifyAbsoluteLayout_XProportional Start 2026-03-25T20:19:44.9319070Z >>>>> 3/25/2026 8:19:44 PM VerifyAbsoluteLayout_XProportional Stop 2026-03-25T20:19:44.9399960Z Passed VerifyAbsoluteLayout_XProportional [53 s] 2026-03-25T20:19:44.9404690Z >>>>> 3/25/2026 8:19:44 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-03-25T20:20:54.4535450Z >>>>> 3/25/2026 8:20:54 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-03-25T20:20:54.4696700Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 9 s] 2026-03-25T20:20:54.4701950Z >>>>> 3/25/2026 8:20:54 PM VerifyAbsoluteLayout_YProportional Start 2026-03-25T20:21:44.5398700Z >>>>> 3/25/2026 8:21:44 PM VerifyAbsoluteLayout_YProportional Stop 2026-03-25T20:21:45.4720230Z Passed VerifyAbsoluteLayout_YProportional [50 s] 2026-03-25T20:21:49.1575100Z >>>>> 3/25/2026 8:21:49 PM FixtureSetup for BindableLayoutFeatureTests(Mac) 2026-03-25T20:21:53.1931840Z >>>>> 3/25/2026 8:21:53 PM VerifyBindableLayoutWithItemsSourceNone Start 2026-03-25T20:22:14.5135450Z >>>>> 3/25/2026 8:22:14 PM VerifyBindableLayoutWithItemsSourceNone Stop 2026-03-25T20:22:14.5252560Z Passed VerifyBindableLayoutWithItemsSourceNone [21 s] 2026-03-25T20:22:14.5255040Z >>>>> 3/25/2026 8:22:14 PM VerifyBindableLayoutWithItemsSourceObservableCollection Start 2026-03-25T20:22:34.3188470Z >>>>> 3/25/2026 8:22:34 PM VerifyBindableLayoutWithItemsSourceObservableCollection Stop 2026-03-25T20:22:34.3283040Z Passed VerifyBindableLayoutWithItemsSourceObservableCollection [19 s] 2026-03-25T20:22:34.3287470Z >>>>> 3/25/2026 8:22:34 PM VerifyBindableLayoutWithItemsSourceEmptyCollection Start 2026-03-25T20:22:52.6606330Z >>>>> 3/25/2026 8:22:52 PM VerifyBindableLayoutWithItemsSourceEmptyCollection Stop 2026-03-25T20:22:52.6711700Z Passed VerifyBindableLayoutWithItemsSourceEmptyCollection [18 s] 2026-03-25T20:22:52.6728330Z >>>>> 3/25/2026 8:22:52 PM VerifyBindableLayoutWithEmptyViewString Start 2026-03-25T20:23:10.2927770Z >>>>> 3/25/2026 8:23:10 PM VerifyBindableLayoutWithEmptyViewString Stop 2026-03-25T20:23:10.3042460Z Passed VerifyBindableLayoutWithEmptyViewString [17 s] 2026-03-25T20:23:10.3064910Z >>>>> 3/25/2026 8:23:10 PM VerifyBindableLayoutWithEmptyViewView Start 2026-03-25T20:23:27.9304020Z >>>>> 3/25/2026 8:23:27 PM VerifyBindableLayoutWithEmptyViewView Stop 2026-03-25T20:23:27.9384170Z Passed VerifyBindableLayoutWithEmptyViewView [17 s] 2026-03-25T20:23:27.9386090Z >>>>> 3/25/2026 8:23:27 PM VerifyBindableLayoutWithEmptyViewTemplate Start 2026-03-25T20:23:42.5853730Z >>>>> 3/25/2026 8:23:42 PM VerifyBindableLayoutWithEmptyViewTemplate Stop 2026-03-25T20:23:42.5950330Z Passed VerifyBindableLayoutWithEmptyViewTemplate [14 s] 2026-03-25T20:23:42.5951590Z >>>>> 3/25/2026 8:23:42 PM VerifyBindableLayoutWithBasicItemTemplate Start 2026-03-25T20:24:01.3547800Z >>>>> 3/25/2026 8:24:01 PM VerifyBindableLayoutWithBasicItemTemplate Stop 2026-03-25T20:24:01.3610080Z Passed VerifyBindableLayoutWithBasicItemTemplate [18 s] 2026-03-25T20:24:01.3611360Z >>>>> 3/25/2026 8:24:01 PM VerifyBindableLayoutWithGridItemTemplate Start 2026-03-25T20:24:21.0931440Z >>>>> 3/25/2026 8:24:21 PM VerifyBindableLayoutWithGridItemTemplate Stop 2026-03-25T20:24:21.1207740Z Passed VerifyBindableLayoutWithGridItemTemplate [19 s] 2026-03-25T20:24:21.1210640Z >>>>> 3/25/2026 8:24:21 PM VerifyBindableLayoutWithItemTemplateSelector Start 2026-03-25T20:24:44.5664660Z >>>>> 3/25/2026 8:24:44 PM VerifyBindableLayoutWithItemTemplateSelector Stop 2026-03-25T20:24:44.5751110Z Passed VerifyBindableLayoutWithItemTemplateSelector [23 s] 2026-03-25T20:24:44.5752310Z >>>>> 3/25/2026 8:24:44 PM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Start 2026-03-25T20:25:03.2597330Z >>>>> 3/25/2026 8:25:03 PM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Stop 2026-03-25T20:25:03.2662470Z Passed VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate [18 s] 2026-03-25T20:25:03.2667310Z >>>>> 3/25/2026 8:25:03 PM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Start 2026-03-25T20:25:21.2128180Z >>>>> 3/25/2026 8:25:21 PM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Stop 2026-03-25T20:25:21.2189850Z Passed VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate [17 s] 2026-03-25T20:25:21.2195280Z >>>>> 3/25/2026 8:25:21 PM VerifyBindableLayoutWithAddItems Start 2026-03-25T20:25:38.9163200Z >>>>> 3/25/2026 8:25:38 PM VerifyBindableLayoutWithAddItems Stop 2026-03-25T20:25:38.9224690Z Passed VerifyBindableLayoutWithAddItems [17 s] 2026-03-25T20:25:38.9227180Z >>>>> 3/25/2026 8:25:38 PM VerifyBindableLayoutWithAddItemsAtIndex Start 2026-03-25T20:26:09.0298520Z >>>>> 3/25/2026 8:26:09 PM VerifyBindableLayoutWithAddItemsAtIndex Stop 2026-03-25T20:26:09.0385200Z Passed VerifyBindableLayoutWithAddItemsAtIndex [30 s] 2026-03-25T20:26:09.0387570Z >>>>> 3/25/2026 8:26:09 PM VerifyBindableLayoutWithRemoveItems Start 2026-03-25T20:26:26.2645520Z >>>>> 3/25/2026 8:26:26 PM VerifyBindableLayoutWithRemoveItems Stop 2026-03-25T20:26:26.2707620Z Passed VerifyBindableLayoutWithRemoveItems [17 s] 2026-03-25T20:26:26.2711890Z >>>>> 3/25/2026 8:26:26 PM VerifyBindableLayoutWithRemoveItemsAtIndex Start 2026-03-25T20:26:51.7871810Z >>>>> 3/25/2026 8:26:51 PM VerifyBindableLayoutWithRemoveItemsAtIndex Stop 2026-03-25T20:26:51.7950840Z Passed VerifyBindableLayoutWithRemoveItemsAtIndex [25 s] 2026-03-25T20:26:51.7952930Z >>>>> 3/25/2026 8:26:51 PM VerifyBindableLayoutWithReplaceItems Start 2026-03-25T20:27:18.8757650Z >>>>> 3/25/2026 8:27:18 PM VerifyBindableLayoutWithReplaceItems Stop 2026-03-25T20:27:18.8837810Z Passed VerifyBindableLayoutWithReplaceItems [27 s] 2026-03-25T20:27:18.8838880Z >>>>> 3/25/2026 8:27:18 PM VerifyBindableLayoutWithReplaceItemsAtIndex Start 2026-03-25T20:27:47.5348230Z >>>>> 3/25/2026 8:27:47 PM VerifyBindableLayoutWithReplaceItemsAtIndex Stop 2026-03-25T20:27:47.5414000Z Passed VerifyBindableLayoutWithReplaceItemsAtIndex [28 s] 2026-03-25T20:27:47.5416380Z >>>>> 3/25/2026 8:27:47 PM VerifyBindableLayoutWithGetAndSetEmptyView Start 2026-03-25T20:28:11.4812300Z >>>>> 3/25/2026 8:28:11 PM VerifyBindableLayoutWithGetAndSetEmptyView Stop 2026-03-25T20:28:11.4885790Z Passed VerifyBindableLayoutWithGetAndSetEmptyView [23 s] 2026-03-25T20:28:11.4899030Z >>>>> 3/25/2026 8:28:11 PM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Start 2026-03-25T20:28:35.4930130Z >>>>> 3/25/2026 8:28:35 PM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Stop 2026-03-25T20:28:35.4994050Z Passed VerifyBindableLayoutWithGetAndSetEmptyViewTemplate [24 s] 2026-03-25T20:28:35.4998490Z >>>>> 3/25/2026 8:28:35 PM VerifyBindableLayoutWithGetAndSetItemSource Start 2026-03-25T20:29:02.3015810Z >>>>> 3/25/2026 8:29:02 PM VerifyBindableLayoutWithGetAndSetItemSource Stop 2026-03-25T20:29:02.3086280Z Passed VerifyBindableLayoutWithGetAndSetItemSource [26 s] 2026-03-25T20:29:02.3089500Z >>>>> 3/25/2026 8:29:02 PM VerifyBindableLayoutWithGetAndSetItemTemplate Start 2026-03-25T20:29:28.3777350Z >>>>> 3/25/2026 8:29:28 PM VerifyBindableLayoutWithGetAndSetItemTemplate Stop 2026-03-25T20:29:28.4191830Z Passed VerifyBindableLayoutWithGetAndSetItemTemplate [26 s] 2026-03-25T20:29:28.4194280Z >>>>> 3/25/2026 8:29:28 PM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Start 2026-03-25T20:29:53.9445730Z >>>>> 3/25/2026 8:29:53 PM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Stop 2026-03-25T20:29:55.5361090Z Passed VerifyBindableLayoutWithGetAndSetItemTemplateSelector [25 s] 2026-03-25T20:29:57.2851970Z >>>>> 3/25/2026 8:29:57 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-03-25T20:30:00.6898290Z >>>>> 3/25/2026 8:30:00 PM FlexLayout_ValidateDefaultValues Start 2026-03-25T20:30:18.7092850Z >>>>> 3/25/2026 8:30:18 PM FlexLayout_ValidateDefaultValues Stop 2026-03-25T20:30:18.7171540Z Passed FlexLayout_ValidateDefaultValues [18 s] 2026-03-25T20:30:18.7176070Z >>>>> 3/25/2026 8:30:18 PM FlexLayout_SetWrapAlignContentStretch Start 2026-03-25T20:30:50.6705990Z >>>>> 3/25/2026 8:30:50 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-03-25T20:30:50.6774010Z Passed FlexLayout_SetWrapAlignContentStretch [31 s] 2026-03-25T20:30:50.6776100Z >>>>> 3/25/2026 8:30:50 PM FlexLayout_SetWrapAlignContentCenter Start 2026-03-25T20:31:20.6205700Z >>>>> 3/25/2026 8:31:20 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-03-25T20:31:20.6284010Z Passed FlexLayout_SetWrapAlignContentCenter [29 s] 2026-03-25T20:31:20.6286420Z >>>>> 3/25/2026 8:31:20 PM FlexLayout_SetWrapAlignContentStart Start 2026-03-25T20:31:51.7588510Z >>>>> 3/25/2026 8:31:51 PM FlexLayout_SetWrapAlignContentStart Stop 2026-03-25T20:31:51.7651750Z Passed FlexLayout_SetWrapAlignContentStart [31 s] 2026-03-25T20:31:51.7653190Z >>>>> 3/25/2026 8:31:51 PM FlexLayout_SetWrapAlignContentEnd Start 2026-03-25T20:32:21.1138530Z >>>>> 3/25/2026 8:32:21 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-03-25T20:32:21.1202680Z Passed FlexLayout_SetWrapAlignContentEnd [29 s] 2026-03-25T20:32:21.1203670Z >>>>> 3/25/2026 8:32:21 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-03-25T20:32:52.6676700Z >>>>> 3/25/2026 8:32:52 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-03-25T20:32:52.6780800Z Passed FlexLayout_SetWrapAlignContentSpaceAround [31 s] 2026-03-25T20:32:52.6790540Z >>>>> 3/25/2026 8:32:52 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-03-25T20:33:23.0762480Z >>>>> 3/25/2026 8:33:23 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-03-25T20:33:23.0822020Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [30 s] 2026-03-25T20:33:23.0824120Z >>>>> 3/25/2026 8:33:23 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-03-25T20:33:52.6465460Z >>>>> 3/25/2026 8:33:52 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-03-25T20:33:52.6523970Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [29 s] 2026-03-25T20:33:52.6525710Z >>>>> 3/25/2026 8:33:52 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-03-25T20:34:25.1466040Z >>>>> 3/25/2026 8:34:25 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-03-25T20:34:25.1519970Z Passed FlexLayout_SetWrapReverseAlignContentStretch [32 s] 2026-03-25T20:34:25.1521840Z >>>>> 3/25/2026 8:34:25 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-03-25T20:34:55.2954940Z >>>>> 3/25/2026 8:34:55 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-03-25T20:34:55.3022220Z Passed FlexLayout_SetWrapReverseAlignContentCenter [30 s] 2026-03-25T20:34:55.3024830Z >>>>> 3/25/2026 8:34:55 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-03-25T20:35:25.7352050Z >>>>> 3/25/2026 8:35:25 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-03-25T20:35:25.7422640Z Passed FlexLayout_SetWrapReverseAlignContentStart [30 s] 2026-03-25T20:35:25.7521170Z >>>>> 3/25/2026 8:35:25 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-03-25T20:35:57.6029990Z >>>>> 3/25/2026 8:35:57 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-03-25T20:35:57.6085470Z Passed FlexLayout_SetWrapReverseAlignContentEnd [31 s] 2026-03-25T20:35:57.6086610Z >>>>> 3/25/2026 8:35:57 PM FlexLayout_AlignItemsCenter Start 2026-03-25T20:36:22.4275540Z >>>>> 3/25/2026 8:36:22 PM FlexLayout_AlignItemsCenter Stop 2026-03-25T20:36:22.4346830Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-03-25T20:36:22.4348090Z >>>>> 3/25/2026 8:36:22 PM FlexLayout_AlignItemsEnd Start 2026-03-25T20:36:42.2430030Z >>>>> 3/25/2026 8:36:42 PM FlexLayout_AlignItemsEnd Stop 2026-03-25T20:36:42.2504290Z Passed FlexLayout_AlignItemsEnd [19 s] 2026-03-25T20:36:42.2506220Z >>>>> 3/25/2026 8:36:42 PM FlexLayout_AlignItemsStretch Start 2026-03-25T20:37:05.7352030Z >>>>> 3/25/2026 8:37:05 PM FlexLayout_AlignItemsStretch Stop 2026-03-25T20:37:05.7428620Z Passed FlexLayout_AlignItemsStretch [23 s] 2026-03-25T20:37:05.7435050Z >>>>> 3/25/2026 8:37:05 PM FlexLayout_DirectionRowReverse Start 2026-03-25T20:37:26.2645610Z >>>>> 3/25/2026 8:37:26 PM FlexLayout_DirectionRowReverse Stop 2026-03-25T20:37:26.2721270Z Passed FlexLayout_DirectionRowReverse [20 s] 2026-03-25T20:37:26.2733730Z >>>>> 3/25/2026 8:37:26 PM FlexLayout_DirectionColumn Start 2026-03-25T20:37:46.3374590Z >>>>> 3/25/2026 8:37:46 PM FlexLayout_DirectionColumn Stop 2026-03-25T20:37:46.3424990Z Passed FlexLayout_DirectionColumn [20 s] 2026-03-25T20:37:46.3427780Z >>>>> 3/25/2026 8:37:46 PM FlexLayout_DirectionColumnReverse Start 2026-03-25T20:38:06.8304330Z >>>>> 3/25/2026 8:38:06 PM FlexLayout_DirectionColumnReverse Stop 2026-03-25T20:38:06.8372500Z Passed FlexLayout_DirectionColumnReverse [20 s] 2026-03-25T20:38:06.8374870Z >>>>> 3/25/2026 8:38:06 PM FlexLayout_JustifyContentCenter Start 2026-03-25T20:38:29.1565710Z >>>>> 3/25/2026 8:38:29 PM FlexLayout_JustifyContentCenter Stop 2026-03-25T20:38:29.1668110Z Passed FlexLayout_JustifyContentCenter [22 s] 2026-03-25T20:38:29.1672020Z >>>>> 3/25/2026 8:38:29 PM FlexLayout_JustifyContentEnd Start 2026-03-25T20:38:49.9445570Z >>>>> 3/25/2026 8:38:49 PM FlexLayout_JustifyContentEnd Stop 2026-03-25T20:38:49.9521430Z Passed FlexLayout_JustifyContentEnd [20 s] 2026-03-25T20:38:49.9524130Z >>>>> 3/25/2026 8:38:49 PM FlexLayout_JustifyContentSpaceBetween Start 2026-03-25T20:39:09.7316860Z >>>>> 3/25/2026 8:39:09 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-03-25T20:39:09.7382240Z Passed FlexLayout_JustifyContentSpaceBetween [19 s] 2026-03-25T20:39:09.7387080Z >>>>> 3/25/2026 8:39:09 PM FlexLayout_JustifyContentSpaceAround Start 2026-03-25T20:39:29.7663740Z >>>>> 3/25/2026 8:39:29 PM FlexLayout_JustifyContentSpaceAround Stop 2026-03-25T20:39:29.7740240Z Passed FlexLayout_JustifyContentSpaceAround [20 s] 2026-03-25T20:39:29.7742820Z >>>>> 3/25/2026 8:39:29 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-03-25T20:39:52.1205250Z >>>>> 3/25/2026 8:39:52 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-03-25T20:39:52.1285230Z Passed FlexLayout_JustifyContentSpaceEvenly [22 s] 2026-03-25T20:39:52.1291090Z >>>>> 3/25/2026 8:39:52 PM FlexLayout_AlignSelfStart Start 2026-03-25T20:40:12.2399590Z >>>>> 3/25/2026 8:40:12 PM FlexLayout_AlignSelfStart Stop 2026-03-25T20:40:12.2498790Z Passed FlexLayout_AlignSelfStart [20 s] 2026-03-25T20:40:12.2569780Z >>>>> 3/25/2026 8:40:12 PM FlexLayout_AlignSelfCenter Start 2026-03-25T20:40:32.5641090Z >>>>> 3/25/2026 8:40:32 PM FlexLayout_AlignSelfCenter Stop 2026-03-25T20:40:32.5701290Z Passed FlexLayout_AlignSelfCenter [20 s] 2026-03-25T20:40:32.5702640Z >>>>> 3/25/2026 8:40:32 PM FlexLayout_AlignSelfEnd Start 2026-03-25T20:40:53.3187280Z >>>>> 3/25/2026 8:40:53 PM FlexLayout_AlignSelfEnd Stop 2026-03-25T20:40:53.3243570Z Passed FlexLayout_AlignSelfEnd [20 s] 2026-03-25T20:40:53.3244830Z >>>>> 3/25/2026 8:40:53 PM FlexLayout_AlignSelfStretch Start 2026-03-25T20:41:16.6752230Z >>>>> 3/25/2026 8:41:16 PM FlexLayout_AlignSelfStretch Stop 2026-03-25T20:41:16.6822660Z Passed FlexLayout_AlignSelfStretch [23 s] 2026-03-25T20:41:16.6826410Z >>>>> 3/25/2026 8:41:16 PM FlexLayout_Child1Grow Start 2026-03-25T20:41:44.9385910Z >>>>> 3/25/2026 8:41:44 PM FlexLayout_Child1Grow Stop 2026-03-25T20:41:44.9438370Z Passed FlexLayout_Child1Grow [28 s] 2026-03-25T20:41:44.9440270Z >>>>> 3/25/2026 8:41:44 PM FlexLayout_Child1Shrink Start 2026-03-25T20:42:24.3130470Z >>>>> 3/25/2026 8:42:24 PM FlexLayout_Child1Shrink Stop 2026-03-25T20:42:24.3204940Z Passed FlexLayout_Child1Shrink [39 s] 2026-03-25T20:42:24.3213760Z >>>>> 3/25/2026 8:42:24 PM FlexLayout_Child1Order Start 2026-03-25T20:42:58.3146680Z >>>>> 3/25/2026 8:42:58 PM FlexLayout_Child1Order Stop 2026-03-25T20:42:58.3235100Z Passed FlexLayout_Child1Order [34 s] 2026-03-25T20:42:58.3240650Z >>>>> 3/25/2026 8:42:58 PM FlexLayout_BasisAuto_DirectionRow Start 2026-03-25T20:43:26.0737410Z >>>>> 3/25/2026 8:43:26 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-03-25T20:43:26.0799320Z Passed FlexLayout_BasisAuto_DirectionRow [27 s] 2026-03-25T20:43:26.0801140Z >>>>> 3/25/2026 8:43:26 PM FlexLayout_BasisFixed_DirectionRow Start 2026-03-25T20:43:53.8685990Z >>>>> 3/25/2026 8:43:53 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-03-25T20:43:53.8751200Z Passed FlexLayout_BasisFixed_DirectionRow [27 s] 2026-03-25T20:43:53.8754180Z >>>>> 3/25/2026 8:43:53 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-03-25T20:44:21.8752600Z >>>>> 3/25/2026 8:44:21 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-03-25T20:44:21.8825830Z Passed FlexLayout_BasisPercentage_DirectionRow [28 s] 2026-03-25T20:44:21.8828450Z >>>>> 3/25/2026 8:44:21 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-03-25T20:44:49.4539320Z >>>>> 3/25/2026 8:44:49 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-03-25T20:44:49.4612720Z Passed FlexLayout_BasisAuto_DirectionRowReverse [27 s] 2026-03-25T20:44:49.4619580Z >>>>> 3/25/2026 8:44:49 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-03-25T20:45:18.1356810Z >>>>> 3/25/2026 8:45:18 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-03-25T20:45:18.1435930Z Passed FlexLayout_BasisFixed_DirectionRowReverse [28 s] 2026-03-25T20:45:18.1441070Z >>>>> 3/25/2026 8:45:18 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-03-25T20:45:46.2693190Z >>>>> 3/25/2026 8:45:46 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-03-25T20:45:46.2773030Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [28 s] 2026-03-25T20:45:46.2782060Z >>>>> 3/25/2026 8:45:46 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-03-25T20:46:14.0943280Z >>>>> 3/25/2026 8:46:14 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-03-25T20:46:14.1005310Z Passed FlexLayout_BasisAuto_DirectionColumn [27 s] 2026-03-25T20:46:14.1006790Z >>>>> 3/25/2026 8:46:14 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-03-25T20:46:42.7963020Z >>>>> 3/25/2026 8:46:42 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-03-25T20:46:42.8098170Z Passed FlexLayout_BasisFixed_DirectionColumn [28 s] 2026-03-25T20:46:42.8119810Z >>>>> 3/25/2026 8:46:42 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-03-25T20:47:16.5518940Z >>>>> 3/25/2026 8:47:16 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-03-25T20:47:16.5576020Z Passed FlexLayout_BasisPercentage_DirectionColumn [33 s] 2026-03-25T20:47:16.5577690Z >>>>> 3/25/2026 8:47:16 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-03-25T20:47:43.6832940Z >>>>> 3/25/2026 8:47:43 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-03-25T20:47:43.6894360Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [27 s] 2026-03-25T20:47:43.6897390Z >>>>> 3/25/2026 8:47:43 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-03-25T20:48:13.3569530Z >>>>> 3/25/2026 8:48:13 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-03-25T20:48:13.3636270Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [29 s] 2026-03-25T20:48:13.3637320Z >>>>> 3/25/2026 8:48:13 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-03-25T20:48:45.5763730Z >>>>> 3/25/2026 8:48:45 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-03-25T20:48:45.5820400Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [32 s] 2026-03-25T20:48:45.5821560Z >>>>> 3/25/2026 8:48:45 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-03-25T20:49:27.4224900Z >>>>> 3/25/2026 8:49:27 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-03-25T20:49:27.4311540Z Passed FlexLayout_SetAlignItemsCenterWrap [41 s] 2026-03-25T20:49:27.4320190Z >>>>> 3/25/2026 8:49:27 PM FlexLayout_SetAlignItemsEndWrap Start 2026-03-25T20:50:06.7160110Z >>>>> 3/25/2026 8:50:06 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-03-25T20:50:08.0210580Z Passed FlexLayout_SetAlignItemsEndWrap [39 s] 2026-03-25T20:50:09.4783300Z >>>>> 3/25/2026 8:50:09 PM FixtureSetup for GridFeatureTests(Mac) 2026-03-25T20:50:12.2571950Z >>>>> 3/25/2026 8:50:12 PM VerifyGrid_BackgroundColor Start 2026-03-25T20:50:28.1661800Z >>>>> 3/25/2026 8:50:28 PM VerifyGrid_BackgroundColor Stop 2026-03-25T20:50:28.1742080Z Passed VerifyGrid_BackgroundColor [15 s] 2026-03-25T20:50:28.1743560Z >>>>> 3/25/2026 8:50:28 PM VerifyGrid_ColumnSpacing Start 2026-03-25T20:50:51.4275610Z >>>>> 3/25/2026 8:50:51 PM VerifyGrid_ColumnSpacing Stop 2026-03-25T20:50:51.4341200Z Passed VerifyGrid_ColumnSpacing [23 s] 2026-03-25T20:50:51.4346600Z >>>>> 3/25/2026 8:50:51 PM VerifyGrid_ColumnSpan Start 2026-03-25T20:51:13.1426530Z >>>>> 3/25/2026 8:51:13 PM VerifyGrid_ColumnSpan Stop 2026-03-25T20:51:13.1483800Z Passed VerifyGrid_ColumnSpan [21 s] 2026-03-25T20:51:13.1484820Z >>>>> 3/25/2026 8:51:13 PM VerifyGrid_FlowDirection Start 2026-03-25T20:51:27.2890610Z >>>>> 3/25/2026 8:51:27 PM VerifyGrid_FlowDirection Stop 2026-03-25T20:51:27.2951940Z Passed VerifyGrid_FlowDirection [14 s] 2026-03-25T20:51:27.2955710Z >>>>> 3/25/2026 8:51:27 PM VerifyGrid_HorizontalOptionsCenter Start 2026-03-25T20:51:42.5660740Z >>>>> 3/25/2026 8:51:42 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-03-25T20:51:42.6014790Z Passed VerifyGrid_HorizontalOptionsCenter [15 s] 2026-03-25T20:51:42.6018620Z >>>>> 3/25/2026 8:51:42 PM VerifyGrid_HorizontalOptionsEnd Start 2026-03-25T20:51:57.8989430Z >>>>> 3/25/2026 8:51:57 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-03-25T20:51:57.9052090Z Passed VerifyGrid_HorizontalOptionsEnd [15 s] 2026-03-25T20:51:57.9053180Z >>>>> 3/25/2026 8:51:57 PM VerifyGrid_HorizontalOptionsStart Start 2026-03-25T20:52:14.6109870Z >>>>> 3/25/2026 8:52:14 PM VerifyGrid_HorizontalOptionsStart Stop 2026-03-25T20:52:14.6176540Z Passed VerifyGrid_HorizontalOptionsStart [16 s] 2026-03-25T20:52:14.6177720Z >>>>> 3/25/2026 8:52:14 PM VerifyGrid_IsVisible Start 2026-03-25T20:52:29.5109580Z >>>>> 3/25/2026 8:52:29 PM VerifyGrid_IsVisible Stop 2026-03-25T20:52:29.5188220Z Passed VerifyGrid_IsVisible [14 s] 2026-03-25T20:52:29.5226160Z >>>>> 3/25/2026 8:52:29 PM VerifyGrid_NestedGrid Start 2026-03-25T20:52:44.4735950Z >>>>> 3/25/2026 8:52:44 PM VerifyGrid_NestedGrid Stop 2026-03-25T20:52:44.4805930Z Passed VerifyGrid_NestedGrid [14 s] 2026-03-25T20:52:44.4807490Z >>>>> 3/25/2026 8:52:44 PM VerifyGrid_Padding Start 2026-03-25T20:53:05.2255480Z >>>>> 3/25/2026 8:53:05 PM VerifyGrid_Padding Stop 2026-03-25T20:53:05.2331410Z Passed VerifyGrid_Padding [20 s] 2026-03-25T20:53:05.2335400Z >>>>> 3/25/2026 8:53:05 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-03-25T20:53:52.1423950Z >>>>> 3/25/2026 8:53:52 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-03-25T20:53:52.1487630Z Passed VerifyGrid_RowAndColumnTypeAbsolute [46 s] 2026-03-25T20:53:52.1488600Z >>>>> 3/25/2026 8:53:52 PM VerifyGrid_RowSpacing Start 2026-03-25T20:54:14.0560150Z >>>>> 3/25/2026 8:54:14 PM VerifyGrid_RowSpacing Stop 2026-03-25T20:54:14.0625380Z Passed VerifyGrid_RowSpacing [21 s] 2026-03-25T20:54:14.0627370Z >>>>> 3/25/2026 8:54:14 PM VerifyGrid_RowSpan Start 2026-03-25T20:54:35.3067930Z >>>>> 3/25/2026 8:54:35 PM VerifyGrid_RowSpan Stop 2026-03-25T20:54:35.3127180Z Passed VerifyGrid_RowSpan [21 s] 2026-03-25T20:54:35.3128280Z >>>>> 3/25/2026 8:54:35 PM VerifyGrid_SetColumn Start 2026-03-25T20:54:58.4637260Z >>>>> 3/25/2026 8:54:58 PM VerifyGrid_SetColumn Stop 2026-03-25T20:54:58.4700450Z Passed VerifyGrid_SetColumn [23 s] 2026-03-25T20:54:58.4703390Z >>>>> 3/25/2026 8:54:58 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-03-25T20:55:38.4317430Z >>>>> 3/25/2026 8:55:38 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-03-25T20:55:38.4380850Z Passed VerifyGrid_SetColumn_SetColumnSpacing [39 s] 2026-03-25T20:55:38.4385440Z >>>>> 3/25/2026 8:55:38 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-03-25T20:56:20.1477050Z >>>>> 3/25/2026 8:56:20 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-03-25T20:56:20.1551670Z Passed VerifyGrid_SetColumn_SetRowSpacing [41 s] 2026-03-25T20:56:20.1552850Z >>>>> 3/25/2026 8:56:20 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-03-25T20:56:58.3053110Z >>>>> 3/25/2026 8:56:58 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-03-25T20:56:58.3124290Z Passed VerifyGrid_SetColumnSpacingAndPadding [38 s] 2026-03-25T20:56:58.3125370Z >>>>> 3/25/2026 8:56:58 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-03-25T20:57:24.4409290Z >>>>> 3/25/2026 8:57:24 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-03-25T20:57:24.4472720Z Passed VerifyGrid_SetPaddingAndBackgroundColor [26 s] 2026-03-25T20:57:24.4473710Z >>>>> 3/25/2026 8:57:24 PM VerifyGrid_SetRow Start 2026-03-25T20:57:48.4558110Z >>>>> 3/25/2026 8:57:48 PM VerifyGrid_SetRow Stop 2026-03-25T20:57:48.4582560Z Passed VerifyGrid_SetRow [24 s] 2026-03-25T20:57:48.4585910Z >>>>> 3/25/2026 8:57:48 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-03-25T20:58:28.9479280Z >>>>> 3/25/2026 8:58:28 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-03-25T20:58:28.9537640Z Passed VerifyGrid_SetRow_SetColumnSpacing [40 s] 2026-03-25T20:58:28.9538750Z >>>>> 3/25/2026 8:58:28 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-03-25T20:59:20.3449990Z >>>>> 3/25/2026 8:59:20 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-03-25T20:59:20.3503700Z Passed VerifyGrid_SetRow_SetRowSpacing [51 s] 2026-03-25T20:59:20.3504900Z >>>>> 3/25/2026 8:59:20 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-03-25T21:00:00.7182220Z >>>>> 3/25/2026 9:00:00 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-03-25T21:00:00.7250160Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [40 s] 2026-03-25T21:00:00.7252400Z >>>>> 3/25/2026 9:00:00 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-03-25T21:00:42.6751570Z >>>>> 3/25/2026 9:00:42 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-03-25T21:00:42.6872870Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [41 s] 2026-03-25T21:00:42.6875540Z >>>>> 3/25/2026 9:00:42 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-03-25T21:01:23.5780250Z >>>>> 3/25/2026 9:01:23 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-03-25T21:01:23.5856160Z Passed VerifyGrid_SetRowSpacingAndPadding [40 s] 2026-03-25T21:01:23.5857880Z >>>>> 3/25/2026 9:01:23 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-03-25T21:01:47.8095640Z >>>>> 3/25/2026 9:01:47 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-03-25T21:01:47.8181340Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [24 s] 2026-03-25T21:01:47.8185580Z >>>>> 3/25/2026 9:01:47 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-03-25T21:02:13.1696170Z >>>>> 3/25/2026 9:02:13 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-03-25T21:02:13.1768140Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [25 s] 2026-03-25T21:02:13.1769410Z >>>>> 3/25/2026 9:02:13 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-03-25T21:02:36.5467900Z >>>>> 3/25/2026 9:02:36 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-03-25T21:02:36.5532090Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [23 s] 2026-03-25T21:02:36.5533660Z >>>>> 3/25/2026 9:02:36 PM VerifyGrid_VerticalOptionsCenter Start 2026-03-25T21:02:53.4025410Z >>>>> 3/25/2026 9:02:53 PM VerifyGrid_VerticalOptionsCenter Stop 2026-03-25T21:02:53.4093910Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-03-25T21:02:53.4095250Z >>>>> 3/25/2026 9:02:53 PM VerifyGrid_VerticalOptionsEnd Start 2026-03-25T21:03:10.9978130Z >>>>> 3/25/2026 9:03:10 PM VerifyGrid_VerticalOptionsEnd Stop 2026-03-25T21:03:11.0057430Z Passed VerifyGrid_VerticalOptionsEnd [17 s] 2026-03-25T21:03:11.0060410Z >>>>> 3/25/2026 9:03:11 PM VerifyGrid_VerticalOptionsStart Start 2026-03-25T21:03:29.6636250Z >>>>> 3/25/2026 9:03:29 PM VerifyGrid_VerticalOptionsStart Stop 2026-03-25T21:03:30.5232530Z Passed VerifyGrid_VerticalOptionsStart [18 s] 2026-03-25T21:03:32.3562650Z >>>>> 3/25/2026 9:03:32 PM FixtureSetup for Issue22075(Mac) 2026-03-25T21:03:32.4625640Z >>>>> 3/25/2026 9:03:32 PM CreateStackWithPadding Start 2026-03-25T21:03:35.0657200Z >>>>> 3/25/2026 9:03:35 PM CreateStackWithPadding Stop 2026-03-25T21:03:35.4980290Z Passed CreateStackWithPadding [2 s] 2026-03-25T21:03:37.6844660Z >>>>> 3/25/2026 9:03:37 PM FixtureSetup for Bugzilla34007(Mac) 2026-03-25T21:03:37.8147470Z >>>>> 3/25/2026 9:03:37 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-03-25T21:03:42.3967440Z >>>>> 3/25/2026 9:03:42 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-03-25T21:03:43.8251620Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-03-25T21:06:10.2858980Z >>>>> 3/25/2026 9:06:10 PM FixtureSetup for Bugzilla34061(Mac) 2026-03-25T21:06:10.3807440Z Bugzilla34061Test: The sample is crashing. More information: ***/issues/21204 2026-03-25T21:06:11.8713200Z Skipped Bugzilla34061Test [< 1 ms] 2026-03-25T21:06:12.4786260Z >>>>> 3/25/2026 9:06:12 PM FixtureSetup for Bugzilla40161(Mac) 2026-03-25T21:06:12.5886800Z >>>>> 3/25/2026 9:06:12 PM Issue1Test Start 2026-03-25T21:06:18.6065130Z >>>>> 3/25/2026 9:06:18 PM Issue1Test Stop 2026-03-25T21:06:19.4054400Z Passed Issue1Test [6 s] 2026-03-25T21:06:21.0768900Z >>>>> 3/25/2026 9:06:21 PM FixtureSetup for Bugzilla44176(Mac) 2026-03-25T21:06:21.1791730Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T21:06:22.6894710Z Skipped Bugzilla44176Test [< 1 ms] 2026-03-25T21:06:23.7466710Z >>>>> 3/25/2026 9:06:23 PM FixtureSetup for Bugzilla46458(Mac) 2026-03-25T21:06:23.8518720Z >>>>> 3/25/2026 9:06:23 PM GridIsEnabled Start 2026-03-25T21:06:39.3528370Z >>>>> 3/25/2026 9:06:39 PM GridIsEnabled Stop 2026-03-25T21:06:40.7996580Z Passed GridIsEnabled [15 s] 2026-03-25T21:06:41.8824250Z >>>>> 3/25/2026 9:06:41 PM FixtureSetup for Bugzilla51238(Mac) 2026-03-25T21:06:41.9718250Z >>>>> 3/25/2026 9:06:41 PM Issue1Test Start 2026-03-25T21:06:44.6773770Z >>>>> 3/25/2026 9:06:44 PM Issue1Test Stop 2026-03-25T21:06:45.3889980Z Passed Issue1Test [2 s] 2026-03-25T21:06:47.2668280Z >>>>> 3/25/2026 9:06:47 PM FixtureSetup for Bugzilla53445(Mac) 2026-03-25T21:06:47.3858240Z >>>>> 3/25/2026 9:06:47 PM Bugzilla53445Test Start 2026-03-25T21:07:00.3835000Z >>>>> 3/25/2026 9:07:00 PM Bugzilla53445Test Stop 2026-03-25T21:07:00.8893010Z Passed Bugzilla53445Test [13 s] 2026-03-25T21:07:03.4962330Z >>>>> 3/25/2026 9:07:03 PM FixtureSetup for Issue1267(Mac) 2026-03-25T21:07:03.6231830Z >>>>> 3/25/2026 9:07:03 PM StarInGridDoesNotCrash Start 2026-03-25T21:07:05.1759170Z >>>>> 3/25/2026 9:07:05 PM StarInGridDoesNotCrash Stop 2026-03-25T21:07:06.6651300Z Passed StarInGridDoesNotCrash [1 s] 2026-03-25T21:07:08.1017950Z >>>>> 3/25/2026 9:07:08 PM FixtureSetup for Issue14364(Mac) 2026-03-25T21:07:08.2012980Z >>>>> 3/25/2026 9:07:08 PM SizePropertiesAvailableDuringLoadedEvent Start 2026-03-25T21:07:09.8436990Z >>>>> 3/25/2026 9:07:09 PM SizePropertiesAvailableDuringLoadedEvent Stop 2026-03-25T21:07:11.2367260Z Passed SizePropertiesAvailableDuringLoadedEvent [1 s] 2026-03-25T21:07:12.5062810Z >>>>> 3/25/2026 9:07:12 PM FixtureSetup for Issue15330(Mac) 2026-03-25T21:07:12.6353580Z >>>>> 3/25/2026 9:07:12 PM Issue15330Test Start 2026-03-25T21:07:15.6726730Z >>>>> 3/25/2026 9:07:15 PM Issue15330Test Stop 2026-03-25T21:07:15.8095910Z Passed Issue15330Test [3 s] 2026-03-25T21:07:18.4271000Z >>>>> 3/25/2026 9:07:18 PM FixtureSetup for Issue1601(Mac) 2026-03-25T21:07:18.5523960Z >>>>> 3/25/2026 9:07:18 PM Issue1601Test Start 2026-03-25T21:07:21.6219160Z >>>>> 3/25/2026 9:07:21 PM Issue1601Test Stop 2026-03-25T21:07:23.1974260Z Passed Issue1601Test [3 s] 2026-03-25T21:07:24.4473770Z >>>>> 3/25/2026 9:07:24 PM FixtureSetup for Issue19513(Mac) 2026-03-25T21:07:24.5996160Z >>>>> 3/25/2026 9:07:24 PM NegativeSpacingCrashes Start 2026-03-25T21:07:25.6859150Z >>>>> 3/25/2026 9:07:25 PM NegativeSpacingCrashes Stop 2026-03-25T21:07:26.1901780Z Passed NegativeSpacingCrashes [1 s] 2026-03-25T21:07:28.4301520Z >>>>> 3/25/2026 9:07:28 PM FixtureSetup for Issue21711(Mac) 2026-03-25T21:07:28.5471620Z >>>>> 3/25/2026 9:07:28 PM AddDoesNotCrash Start 2026-03-25T21:07:35.2340010Z >>>>> 3/25/2026 9:07:35 PM AddDoesNotCrash Stop 2026-03-25T21:07:35.2417860Z Passed AddDoesNotCrash [6 s] 2026-03-25T21:07:35.2438410Z >>>>> 3/25/2026 9:07:35 PM InsertDoesNotCrash Start 2026-03-25T21:07:38.9452420Z >>>>> 3/25/2026 9:07:38 PM InsertDoesNotCrash Stop 2026-03-25T21:07:38.9519560Z Passed InsertDoesNotCrash [3 s] 2026-03-25T21:07:38.9521890Z >>>>> 3/25/2026 9:07:38 PM RemoveDoesNotCrash Start 2026-03-25T21:07:41.4878490Z >>>>> 3/25/2026 9:07:41 PM RemoveDoesNotCrash Stop 2026-03-25T21:07:41.4935940Z Passed RemoveDoesNotCrash [2 s] 2026-03-25T21:07:41.4936760Z >>>>> 3/25/2026 9:07:41 PM UpdateDoesNotCrash Start 2026-03-25T21:07:43.8888460Z >>>>> 3/25/2026 9:07:43 PM UpdateDoesNotCrash Stop 2026-03-25T21:07:44.5059110Z Passed UpdateDoesNotCrash [2 s] 2026-03-25T21:07:46.5849910Z >>>>> 3/25/2026 9:07:46 PM FixtureSetup for Issue23484(Mac) 2026-03-25T21:07:46.6918440Z >>>>> 3/25/2026 9:07:46 PM ReusingNavigationPageDoesntBreakLayout Start 2026-03-25T21:08:00.8012070Z >>>>> 3/25/2026 9:08:00 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-03-25T21:08:01.6893120Z Passed ReusingNavigationPageDoesntBreakLayout [14 s] 2026-03-25T21:08:03.4081060Z >>>>> 3/25/2026 9:08:03 PM FixtureSetup for Issue24246(Mac) 2026-03-25T21:08:03.5311180Z >>>>> 3/25/2026 9:08:03 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-03-25T21:08:09.7478920Z >>>>> 3/25/2026 9:08:09 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-03-25T21:08:11.0260970Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [6 s] 2026-03-25T21:08:12.4734710Z >>>>> 3/25/2026 9:08:12 PM FixtureSetup for Issue24434(Mac) 2026-03-25T21:08:12.6115680Z >>>>> 3/25/2026 9:08:12 PM ModifyingANonVisibleLayoutWorks Start 2026-03-25T21:08:18.6177540Z >>>>> 3/25/2026 9:08:18 PM ModifyingANonVisibleLayoutWorks Stop 2026-03-25T21:08:20.1225450Z Passed ModifyingANonVisibleLayoutWorks [6 s] 2026-03-25T21:08:21.2385700Z >>>>> 3/25/2026 9:08:21 PM FixtureSetup for Issue24996(Mac) 2026-03-25T21:08:21.3470890Z >>>>> 3/25/2026 9:08:21 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-03-25T21:08:24.6446470Z >>>>> 3/25/2026 9:08:24 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-03-25T21:08:24.7129100Z >>>>> 3/25/2026 9:08:24 PM Log types: 2026-03-25T21:08:26.2139910Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [3 s] 2026-03-25T21:08:26.2148260Z Error Message: 2026-03-25T21:08:26.2150460Z Assert.That(condition, Is.True) 2026-03-25T21:08:26.2152480Z Expected: True 2026-03-25T21:08:26.2153210Z But was: False 2026-03-25T21:08:26.2153910Z 2026-03-25T21:08:26.2154420Z Stack Trace: 2026-03-25T21:08:26.2155010Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-03-25T21:08:26.2155840Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-03-25T21:08:26.2156790Z 2026-03-25T21:08:26.2157300Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-03-25T21:08:26.2158120Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-03-25T21:08:26.2158720Z 2026-03-25T21:08:26.2158900Z 2026-03-25T21:10:34.4598250Z >>>>> 3/25/2026 9:10:34 PM FixtureSetup for Issue2653(Mac) 2026-03-25T21:10:34.5465160Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T21:10:36.0881110Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-03-25T21:10:36.2509740Z >>>>> 3/25/2026 9:10:36 PM FixtureSetup for Issue2767(Mac) 2026-03-25T21:10:36.3650210Z >>>>> 3/25/2026 9:10:36 PM Issue2767Test Start 2026-03-25T21:10:37.7627220Z >>>>> 3/25/2026 9:10:37 PM Issue2767Test Stop 2026-03-25T21:10:39.1592240Z Passed Issue2767Test [1 s] 2026-03-25T21:12:46.7061960Z >>>>> 3/25/2026 9:12:46 PM FixtureSetup for Issue2858(Mac) 2026-03-25T21:12:46.8027890Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T21:12:48.2946010Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-03-25T21:12:48.3818760Z >>>>> 3/25/2026 9:12:48 PM FixtureSetup for Issue28945(Mac) 2026-03-25T21:12:48.4963810Z >>>>> 3/25/2026 9:12:48 PM MauiViewShouldPropagateFocus Start 2026-03-25T21:12:50.8336210Z >>>>> 3/25/2026 9:12:50 PM MauiViewShouldPropagateFocus Stop 2026-03-25T21:12:51.3446680Z Passed MauiViewShouldPropagateFocus [2 s] 2026-03-25T21:12:53.5395510Z >>>>> 3/25/2026 9:12:53 PM FixtureSetup for Issue29919(Mac) 2026-03-25T21:12:53.6546990Z >>>>> 3/25/2026 9:12:53 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-03-25T21:12:54.5807890Z >>>>> 3/25/2026 9:12:54 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-03-25T21:12:55.1654710Z Passed StackLayoutWindowsCrashWithZeroHeight [936 ms] 2026-03-25T21:12:57.6412120Z >>>>> 3/25/2026 9:12:57 PM FixtureSetup for Issue2993(Mac) 2026-03-25T21:12:57.7762390Z >>>>> 3/25/2026 9:12:57 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-03-25T21:12:59.0495870Z >>>>> 3/25/2026 9:12:59 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-03-25T21:12:59.3304520Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-03-25T21:13:01.6995900Z >>>>> 3/25/2026 9:13:01 PM FixtureSetup for Issue3475(Mac) 2026-03-25T21:13:01.8025860Z >>>>> 3/25/2026 9:13:01 PM Issue3475TestsLayoutCompressionPerformance Start 2026-03-25T21:13:34.9126980Z >>>>> 3/25/2026 9:13:34 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-03-25T21:13:36.3239200Z Passed Issue3475TestsLayoutCompressionPerformance [33 s] 2026-03-25T21:13:37.4616610Z >>>>> 3/25/2026 9:13:37 PM FixtureSetup for Issue6260(Mac) 2026-03-25T21:13:37.5812100Z >>>>> 3/25/2026 9:13:37 PM NonAppCompatBasicSwitchTest Start 2026-03-25T21:13:38.5280270Z >>>>> 3/25/2026 9:13:38 PM NonAppCompatBasicSwitchTest Stop 2026-03-25T21:13:39.3889220Z Passed NonAppCompatBasicSwitchTest [953 ms] 2026-03-25T21:13:41.3707780Z >>>>> 3/25/2026 9:13:41 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-03-25T21:13:41.4842670Z >>>>> 3/25/2026 9:13:41 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-25T21:14:03.7490000Z >>>>> 3/25/2026 9:14:03 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-25T21:14:03.7597370Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-03-25T21:14:03.7604570Z >>>>> 3/25/2026 9:14:03 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-25T21:14:17.5134460Z >>>>> 3/25/2026 9:14:17 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-25T21:14:17.5234390Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [13 s] 2026-03-25T21:14:17.5237460Z >>>>> 3/25/2026 9:14:17 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-03-25T21:14:20.0977750Z >>>>> 3/25/2026 9:14:20 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-03-25T21:14:20.5243050Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-03-25T21:14:22.9459410Z >>>>> 3/25/2026 9:14:22 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-03-25T21:14:23.0513950Z >>>>> 3/25/2026 9:14:23 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-25T21:14:45.0899640Z >>>>> 3/25/2026 9:14:45 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-25T21:14:45.0970930Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-03-25T21:14:45.0972020Z >>>>> 3/25/2026 9:14:45 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-25T21:14:56.9716510Z >>>>> 3/25/2026 9:14:56 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-25T21:14:56.9779690Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-03-25T21:14:56.9780880Z >>>>> 3/25/2026 9:14:56 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-03-25T21:14:59.4354990Z >>>>> 3/25/2026 9:14:59 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-03-25T21:14:59.9980990Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-03-25T21:15:02.0298290Z >>>>> 3/25/2026 9:15:02 PM FixtureSetup for Issue6945(Mac) 2026-03-25T21:15:02.1378980Z >>>>> 3/25/2026 9:15:02 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-03-25T21:15:06.8028480Z >>>>> 3/25/2026 9:15:06 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-03-25T21:15:08.1409100Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-03-25T21:15:09.9123670Z >>>>> 3/25/2026 9:15:09 PM FixtureSetup for Issue9075(Mac) 2026-03-25T21:15:10.0293810Z >>>>> 3/25/2026 9:15:10 PM FlexLayoutCycleException Start 2026-03-25T21:15:11.6303890Z >>>>> 3/25/2026 9:15:11 PM FlexLayoutCycleException Stop 2026-03-25T21:15:13.0226280Z Passed FlexLayoutCycleException [1 s] 2026-03-25T21:15:14.4737590Z >>>>> 3/25/2026 9:15:14 PM FixtureSetup for StackLayoutIssue(Mac) 2026-03-25T21:15:14.5939710Z >>>>> 3/25/2026 9:15:14 PM StackLayoutIssueTestsAllElementsPresent Start 2026-03-25T21:15:18.9444820Z >>>>> 3/25/2026 9:15:18 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-03-25T21:15:19.0780690Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-03-25T21:15:21.8618780Z >>>>> 3/25/2026 9:15:21 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-03-25T21:15:25.0162100Z >>>>> 3/25/2026 9:15:25 PM HorizontalStackLayout_IsVisible Start 2026-03-25T21:15:35.7008860Z >>>>> 3/25/2026 9:15:35 PM HorizontalStackLayout_IsVisible Stop 2026-03-25T21:15:35.7093060Z Passed HorizontalStackLayout_IsVisible [10 s] 2026-03-25T21:15:35.7097520Z >>>>> 3/25/2026 9:15:35 PM HorizontalStackLayout_RTLFlowDirection Start 2026-03-25T21:15:47.5565560Z >>>>> 3/25/2026 9:15:47 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-03-25T21:15:47.5623180Z Passed HorizontalStackLayout_RTLFlowDirection [11 s] 2026-03-25T21:15:47.5625500Z >>>>> 3/25/2026 9:15:47 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-03-25T21:16:05.3364390Z >>>>> 3/25/2026 9:16:05 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-25T21:16:05.3422170Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [17 s] 2026-03-25T21:16:05.3423240Z >>>>> 3/25/2026 9:16:05 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-25T21:16:30.1276340Z >>>>> 3/25/2026 9:16:30 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-25T21:16:30.1354030Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [24 s] 2026-03-25T21:16:30.1355890Z >>>>> 3/25/2026 9:16:30 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-03-25T21:16:48.5577840Z >>>>> 3/25/2026 9:16:48 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-25T21:16:48.5650910Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [18 s] 2026-03-25T21:16:48.5666930Z >>>>> 3/25/2026 9:16:48 PM HorizontalStackLayout_Spacing_With_Height Start 2026-03-25T21:17:12.2643550Z >>>>> 3/25/2026 9:17:12 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-03-25T21:17:12.2712780Z Passed HorizontalStackLayout_Spacing_With_Height [23 s] 2026-03-25T21:17:12.2713870Z >>>>> 3/25/2026 9:17:12 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-25T21:17:40.5317870Z >>>>> 3/25/2026 9:17:40 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-25T21:17:40.5394640Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [28 s] 2026-03-25T21:17:40.5396140Z >>>>> 3/25/2026 9:17:40 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-03-25T21:17:58.5020310Z >>>>> 3/25/2026 9:17:58 PM HorizontalStackLayout_Spacing_With_RTL Stop 2026-03-25T21:17:58.5094320Z Passed HorizontalStackLayout_Spacing_With_RTL [17 s] 2026-03-25T21:17:58.5097140Z >>>>> 3/25/2026 9:17:58 PM HorizontalStackLayout_Spacing_With_Width Start 2026-03-25T21:18:21.3980860Z >>>>> 3/25/2026 9:18:21 PM HorizontalStackLayout_Spacing_With_Width Stop 2026-03-25T21:18:21.4056150Z Passed HorizontalStackLayout_Spacing_With_Width [22 s] 2026-03-25T21:18:21.4057850Z >>>>> 3/25/2026 9:18:21 PM VerticalStackLayout_IsVisible Start 2026-03-25T21:18:33.9856580Z >>>>> 3/25/2026 9:18:33 PM VerticalStackLayout_IsVisible Stop 2026-03-25T21:18:33.9929950Z Passed VerticalStackLayout_IsVisible [12 s] 2026-03-25T21:18:33.9931870Z >>>>> 3/25/2026 9:18:33 PM VerticalStackLayout_RTLFlowDirection Start 2026-03-25T21:18:47.6518810Z >>>>> 3/25/2026 9:18:47 PM VerticalStackLayout_RTLFlowDirection Stop 2026-03-25T21:18:47.6580640Z Passed VerticalStackLayout_RTLFlowDirection [13 s] 2026-03-25T21:18:47.6581760Z >>>>> 3/25/2026 9:18:47 PM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-03-25T21:19:09.3649360Z >>>>> 3/25/2026 9:19:09 PM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-25T21:19:09.3709220Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [21 s] 2026-03-25T21:19:09.3710530Z >>>>> 3/25/2026 9:19:09 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-25T21:19:37.1236680Z >>>>> 3/25/2026 9:19:37 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-25T21:19:37.1305550Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [27 s] 2026-03-25T21:19:37.1307950Z >>>>> 3/25/2026 9:19:37 PM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-03-25T21:20:00.0552200Z >>>>> 3/25/2026 9:20:00 PM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-25T21:20:00.0612710Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [22 s] 2026-03-25T21:20:00.0613970Z >>>>> 3/25/2026 9:20:00 PM VerticalStackLayout_Spacing_With_Height Start 2026-03-25T21:20:25.5196130Z >>>>> 3/25/2026 9:20:25 PM VerticalStackLayout_Spacing_With_Height Stop 2026-03-25T21:20:25.5285960Z Passed VerticalStackLayout_Spacing_With_Height [25 s] 2026-03-25T21:20:25.5286990Z >>>>> 3/25/2026 9:20:25 PM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-25T21:20:57.3609470Z >>>>> 3/25/2026 9:20:57 PM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-25T21:20:57.3688160Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [31 s] 2026-03-25T21:20:57.3691720Z >>>>> 3/25/2026 9:20:57 PM VerticalStackLayout_Spacing_With_RTL Start 2026-03-25T21:21:21.5604220Z >>>>> 3/25/2026 9:21:21 PM VerticalStackLayout_Spacing_With_RTL Stop 2026-03-25T21:21:21.5663350Z Passed VerticalStackLayout_Spacing_With_RTL [24 s] 2026-03-25T21:21:21.5664430Z >>>>> 3/25/2026 9:21:21 PM VerticalStackLayout_Spacing_With_Width Start 2026-03-25T21:21:46.5862510Z >>>>> 3/25/2026 9:21:46 PM VerticalStackLayout_Spacing_With_Width Stop 2026-03-25T21:21:47.1147810Z Passed VerticalStackLayout_Spacing_With_Width [25 s] 2026-03-25T21:21:49.4768180Z >>>>> 3/25/2026 9:21:49 PM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-03-25T21:21:52.7430460Z >>>>> 3/25/2026 9:21:52 PM TwoPaneView_WideMode Start 2026-03-25T21:22:03.9796740Z >>>>> 3/25/2026 9:22:03 PM TwoPaneView_WideMode Stop 2026-03-25T21:22:03.9875850Z Passed TwoPaneView_WideMode [11 s] 2026-03-25T21:22:03.9878120Z >>>>> 3/25/2026 9:22:03 PM TwoPaneView_IsTall_UsingRect Start 2026-03-25T21:22:25.5764030Z >>>>> 3/25/2026 9:22:25 PM TwoPaneView_IsTall_UsingRect Stop 2026-03-25T21:22:25.5842640Z Passed TwoPaneView_IsTall_UsingRect [21 s] 2026-03-25T21:22:25.5845900Z >>>>> 3/25/2026 9:22:25 PM TwoPaneView_Wide_UsingRect Start 2026-03-25T21:22:40.3797480Z >>>>> 3/25/2026 9:22:40 PM TwoPaneView_Wide_UsingRect Stop 2026-03-25T21:22:40.3884600Z Passed TwoPaneView_Wide_UsingRect [14 s] 2026-03-25T21:22:40.3888640Z >>>>> 3/25/2026 9:22:40 PM TwoPaneView_TallMode Start 2026-03-25T21:22:58.9838190Z >>>>> 3/25/2026 9:22:58 PM TwoPaneView_TallMode Stop 2026-03-25T21:22:58.9926820Z Passed TwoPaneView_TallMode [18 s] 2026-03-25T21:22:58.9931960Z >>>>> 3/25/2026 9:22:58 PM TwoPaneView_Pane1Priority Start 2026-03-25T21:23:17.9502610Z >>>>> 3/25/2026 9:23:17 PM TwoPaneView_Pane1Priority Stop 2026-03-25T21:23:17.9561980Z Passed TwoPaneView_Pane1Priority [18 s] 2026-03-25T21:23:17.9563400Z >>>>> 3/25/2026 9:23:17 PM TwoPaneView_Pane2Priority Start 2026-03-25T21:23:40.9653450Z >>>>> 3/25/2026 9:23:40 PM TwoPaneView_Pane2Priority Stop 2026-03-25T21:23:40.9717180Z Passed TwoPaneView_Pane2Priority [23 s] 2026-03-25T21:23:40.9718510Z >>>>> 3/25/2026 9:23:40 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-03-25T21:24:09.0769520Z >>>>> 3/25/2026 9:24:09 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-03-25T21:24:09.0834390Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [28 s] 2026-03-25T21:24:09.0835540Z >>>>> 3/25/2026 9:24:09 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-03-25T21:24:35.2108300Z >>>>> 3/25/2026 9:24:35 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-03-25T21:24:35.2169860Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [26 s] 2026-03-25T21:24:35.2171230Z >>>>> 3/25/2026 9:24:35 PM TwoPaneView_Pane2SizeIncrease Start 2026-03-25T21:24:55.5797600Z >>>>> 3/25/2026 9:24:55 PM TwoPaneView_Pane2SizeIncrease Stop 2026-03-25T21:24:55.5869750Z Passed TwoPaneView_Pane2SizeIncrease [20 s] 2026-03-25T21:24:55.5870960Z >>>>> 3/25/2026 9:24:55 PM TwoPaneView_Pane1SizeIncrease Start 2026-03-25T21:25:16.7613420Z >>>>> 3/25/2026 9:25:16 PM TwoPaneView_Pane1SizeIncrease Stop 2026-03-25T21:25:16.7686180Z Passed TwoPaneView_Pane1SizeIncrease [21 s] 2026-03-25T21:25:16.7689200Z >>>>> 3/25/2026 9:25:16 PM TwoPaneView_ZIsShadowEnabled Start 2026-03-25T21:25:32.8635400Z >>>>> 3/25/2026 9:25:32 PM TwoPaneView_ZIsShadowEnabled Stop 2026-03-25T21:25:32.8697080Z Passed TwoPaneView_ZIsShadowEnabled [16 s] 2026-03-25T21:25:32.8698080Z >>>>> 3/25/2026 9:25:32 PM TwoPaneView_IsVisible Start 2026-03-25T21:25:47.0406190Z >>>>> 3/25/2026 9:25:47 PM TwoPaneView_IsVisible Stop 2026-03-25T21:25:47.0475070Z Passed TwoPaneView_IsVisible [14 s] 2026-03-25T21:25:47.0476420Z >>>>> 3/25/2026 9:25:47 PM TwoPaneView_RTLFlowDirection Start 2026-03-25T21:26:01.6827030Z >>>>> 3/25/2026 9:26:01 PM TwoPaneView_RTLFlowDirection Stop 2026-03-25T21:26:01.6911870Z Passed TwoPaneView_RTLFlowDirection [14 s] 2026-03-25T21:26:01.6915520Z >>>>> 3/25/2026 9:26:01 PM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-03-25T21:26:27.1676310Z >>>>> 3/25/2026 9:26:27 PM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-03-25T21:26:27.2592860Z Passed TwoPaneView_IsWideWithRTL_UsingRect [25 s] 2026-03-25T21:26:28.2267660Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-25T21:26:28.4003440Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-25T21:26:28.4011540Z 2026-03-25T21:26:28.4099110Z Test Run Failed. 2026-03-25T21:26:28.4099650Z Total tests: 181 2026-03-25T21:26:28.4100320Z Passed: 176 2026-03-25T21:26:28.4100750Z Failed: 1 2026-03-25T21:26:28.4101120Z Skipped: 4 2026-03-25T21:26:28.4180020Z Total time: 1.3761 Hours 2026-03-25T21:26:28.5794400Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-25T21:26:28.5848350Z An error occurred when executing task 'uitest'. 2026-03-25T21:26:28.5928850Z Completed in 01:25:02.6912431 2026-03-25T21:26:28.6458530Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-25T21:26:28.6459460Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-25T21:26:28.6460590Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-03-25T21:26:28.6461660Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-03-25T21:26:28.6462650Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-03-25T21:26:28.6463780Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-03-25T21:26:28.6465140Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-03-25T21:26:28.6465960Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-25T21:26:28.6466920Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-25T21:26:28.6468210Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-25T21:26:28.6469160Z at Submission#0.<>b__0_24() 2026-03-25T21:26:28.6469790Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-25T21:26:28.6470710Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-03-25T21:26:28.6471490Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-25T21:26:28.6472240Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-25T21:26:28.6473160Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-03-25T21:26:28.6474230Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-03-25T21:26:28.6475330Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-03-25T21:26:28.6476760Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-03-25T21:26:28.6477820Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-03-25T21:26:28.6479070Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-25T21:26:28.6480070Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-25T21:26:28.6481030Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-25T21:26:28.6481840Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-25T21:26:28.6482700Z at Submission#0.<>d__0.MoveNext() 2026-03-25T21:26:28.6483280Z --- End of stack trace from previous location --- 2026-03-25T21:26:28.6484140Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-25T21:26:28.6485240Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-25T21:26:28.6486220Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-25T21:26:28.6487070Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-25T21:26:28.6487920Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-25T21:26:28.6488810Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-25T21:26:28.6489690Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-25T21:26:28.9230120Z 2026-03-25T21:26:28.9349710Z ##[error]PowerShell exited with code '1'. 2026-03-25T21:26:28.9445650Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-25T21:26:30.4172810Z Generating script. 2026-03-25T21:26:30.4198320Z ========================== Starting Command Output =========================== 2026-03-25T21:26:30.4338120Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/bb548c04-3792-446d-86f6-4dd164437eba.ps1' 2026-03-25T21:26:31.7303550Z $ErrorActionPreference = 'stop' 2026-03-25T21:26:31.7305640Z $ProgressPreference = 'silentlyContinue' 2026-03-25T21:26:31.7340650Z Get-Content $PSCommandPath 2026-03-25T21:26:31.7343270Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-25T21:26:31.7346040Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-25T21:26:31.7348290Z $command += " --runtimevariant=""Mono""" 2026-03-25T21:26:31.7351540Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-25T21:26:31.7353380Z 2026-03-25T21:26:31.7355400Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-25T21:26:31.7357730Z $deviceType = "" 2026-03-25T21:26:31.7359090Z if ($deviceType) { 2026-03-25T21:26:31.7359810Z $command += " --skin=""$deviceType""" 2026-03-25T21:26:31.7361210Z } 2026-03-25T21:26:31.7361990Z 2026-03-25T21:26:31.7362720Z $testFilter = "" 2026-03-25T21:26:31.7363580Z $testConfigrationArgs = "" 2026-03-25T21:26:31.7363810Z 2026-03-25T21:26:31.7364860Z "Layout".Split(",") | ForEach { 2026-03-25T21:26:31.7365340Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-25T21:26:31.7365750Z } 2026-03-25T21:26:31.7365870Z 2026-03-25T21:26:31.7366270Z $testFilter = $testFilter.TrimEnd("|") 2026-03-25T21:26:31.7366490Z 2026-03-25T21:26:31.7366970Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-25T21:26:31.7367500Z if ($testConfigrationArgs) { 2026-03-25T21:26:31.7367990Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-25T21:26:31.7368420Z } 2026-03-25T21:26:31.7368790Z if ($testFilter) { 2026-03-25T21:26:31.7369260Z $command += " --test-filter ""$testFilter""" 2026-03-25T21:26:31.7369650Z } 2026-03-25T21:26:31.7369810Z 2026-03-25T21:26:31.7370170Z $headless = true 2026-03-25T21:26:31.7370550Z if ($headless) { 2026-03-25T21:26:31.7371030Z $command += " --headless ""$headless""" 2026-03-25T21:26:31.7371390Z } 2026-03-25T21:26:31.7371560Z 2026-03-25T21:26:31.7371950Z Write-Host "Running command: $command" 2026-03-25T21:26:31.7372130Z 2026-03-25T21:26:31.7372520Z Invoke-Expression $command 2026-03-25T21:26:31.7373020Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-25T21:26:31.7374370Z } else { 2026-03-25T21:26:31.7375710Z exit $LASTEXITCODE 2026-03-25T21:26:31.7376230Z } 2026-03-25T21:26:31.8915030Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=Layout" 2026-03-25T21:26:32.7621120Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T21:26:33.5552740Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T21:26:34.1670430Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T21:26:34.7678700Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T21:26:35.3700940Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-25T21:26:36.3705340Z Looking for modules... 2026-03-25T21:26:40.2452160Z No modules found to install. 2026-03-25T21:26:40.2554260Z Module directory does not exist. 2026-03-25T21:26:40.2632150Z Analyzing build script... 2026-03-25T21:26:40.2661290Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-25T21:26:40.2675120Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-25T21:26:40.2684690Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-25T21:26:40.5357130Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-25T21:26:42.2889560Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-25T21:26:43.3496900Z Processing build script... 2026-03-25T21:26:43.3519580Z Installing addins... 2026-03-25T21:26:43.6142250Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-25T21:26:43.6348660Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-25T21:26:43.6484860Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-25T21:26:43.8220510Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-25T21:26:43.8222870Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-25T21:26:43.8223800Z is referencing an older version of Cake.Core (0.33.0). 2026-03-25T21:26:43.8224640Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-25T21:26:43.8268200Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-25T21:26:43.8305230Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-25T21:26:44.2426800Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-25T21:26:44.2479600Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-25T21:26:44.2481800Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-25T21:26:44.2483890Z Adding assembly reference to System.Runtime.dll... 2026-03-25T21:26:44.2486060Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-25T21:26:44.2491170Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-25T21:26:44.2493190Z Adding assembly reference to System.Threading.dll... 2026-03-25T21:26:44.2499880Z Adding assembly reference to System.Linq.dll... 2026-03-25T21:26:44.2502420Z Adding assembly reference to System.Collections.dll... 2026-03-25T21:26:44.2504730Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-25T21:26:44.2507120Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-25T21:26:44.2509470Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-25T21:26:44.2511790Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-25T21:26:44.2513350Z Adding assembly reference to System.ObjectModel.dll... 2026-03-25T21:26:44.2514550Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-25T21:26:44.2515560Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-25T21:26:44.2516420Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-25T21:26:44.2517380Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-25T21:26:44.2518330Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-25T21:26:44.2519090Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-25T21:26:44.2520970Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-25T21:26:44.2522860Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-25T21:26:44.2524100Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-25T21:26:44.2525300Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-25T21:26:44.2526570Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-25T21:26:44.2527880Z Adding assembly reference to mscorlib.dll... 2026-03-25T21:26:44.2528550Z Adding assembly reference to netstandard.dll... 2026-03-25T21:26:44.2529470Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-25T21:26:44.2530510Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-25T21:26:44.2531560Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-25T21:26:44.2532860Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-25T21:26:44.2534000Z Adding assembly reference to System.Memory.dll... 2026-03-25T21:26:44.2535200Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-25T21:26:44.2536310Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-25T21:26:44.2537390Z Adding assembly reference to System.ComponentModel.dll... 2026-03-25T21:26:44.2538660Z Adding assembly reference to System.Console.dll... 2026-03-25T21:26:44.2539790Z Adding assembly reference to System.Data.Common.dll... 2026-03-25T21:26:44.2541550Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-25T21:26:44.2542960Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-25T21:26:44.2544150Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-25T21:26:44.2545390Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-25T21:26:44.2546570Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-25T21:26:44.2547700Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-25T21:26:44.2548810Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-25T21:26:44.2549940Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-25T21:26:44.2551000Z Adding assembly reference to System.IO.Compression.dll... 2026-03-25T21:26:44.2552110Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-25T21:26:44.2553150Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-25T21:26:44.2554180Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-25T21:26:44.2555140Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-25T21:26:44.2556120Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-25T21:26:44.2557590Z Adding assembly reference to System.Net.Requests.dll... 2026-03-25T21:26:44.2559170Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-25T21:26:44.2560500Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-25T21:26:44.2563310Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-25T21:26:44.2565100Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-25T21:26:44.2566560Z Adding assembly reference to System.Net.Http.dll... 2026-03-25T21:26:44.2567710Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-25T21:26:44.2568780Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-25T21:26:44.2570790Z Adding assembly reference to System.Net.Mail.dll... 2026-03-25T21:26:44.2571980Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-25T21:26:44.2573280Z Adding assembly reference to System.Net.Ping.dll... 2026-03-25T21:26:44.2574270Z Adding assembly reference to System.Net.Security.dll... 2026-03-25T21:26:44.2575270Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-25T21:26:44.2576300Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-25T21:26:44.2577190Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-25T21:26:44.2578680Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-25T21:26:44.2579920Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-25T21:26:44.2581120Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-25T21:26:44.2582450Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-25T21:26:44.2584550Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-25T21:26:44.2585380Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-25T21:26:44.2586330Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-25T21:26:44.2587180Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-25T21:26:44.2587950Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-25T21:26:44.2588850Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-25T21:26:44.2589600Z Adding assembly reference to System.Security.Claims.dll... 2026-03-25T21:26:44.2590520Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-25T21:26:44.2591330Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-25T21:26:44.2592250Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-25T21:26:44.2593700Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-25T21:26:44.2595200Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-25T21:26:44.2596310Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-25T21:26:44.2677470Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-25T21:26:44.2678820Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-25T21:26:44.2679900Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-25T21:26:44.2680950Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-25T21:26:44.2681890Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-25T21:26:44.2683540Z Adding assembly reference to System.AppContext.dll... 2026-03-25T21:26:44.2684650Z Adding assembly reference to System.Buffers.dll... 2026-03-25T21:26:44.2685690Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-25T21:26:44.2686970Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-25T21:26:44.2688830Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-25T21:26:44.2689770Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-25T21:26:44.2690630Z Adding assembly reference to System.Configuration.dll... 2026-03-25T21:26:44.2691430Z Adding assembly reference to System.Core.dll... 2026-03-25T21:26:44.2692240Z Adding assembly reference to System.Private.Uri.dll... 2026-03-25T21:26:44.2693160Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-25T21:26:44.2694120Z Adding assembly reference to System.Data.dll... 2026-03-25T21:26:44.2695210Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-25T21:26:44.2696540Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-25T21:26:44.2697630Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-25T21:26:44.2698630Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-25T21:26:44.2699710Z Adding assembly reference to System.dll... 2026-03-25T21:26:44.2700820Z Adding assembly reference to System.Drawing.dll... 2026-03-25T21:26:44.2702510Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-25T21:26:44.2722600Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-25T21:26:44.2724500Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-25T21:26:44.2726020Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-25T21:26:44.2727370Z Adding assembly reference to System.Globalization.dll... 2026-03-25T21:26:44.2728690Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-25T21:26:44.2729910Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-25T21:26:44.2731160Z Adding assembly reference to System.IO.dll... 2026-03-25T21:26:44.2732250Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-25T21:26:44.2733420Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-25T21:26:44.2735040Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-25T21:26:44.2737010Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-25T21:26:44.2738170Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-25T21:26:44.2739260Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-25T21:26:44.2740380Z Adding assembly reference to System.Net.dll... 2026-03-25T21:26:44.2741370Z Adding assembly reference to System.Net.Quic.dll... 2026-03-25T21:26:44.2742630Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-25T21:26:44.2744140Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-25T21:26:44.2745790Z Adding assembly reference to System.Text.Json.dll... 2026-03-25T21:26:44.2747070Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-25T21:26:44.2748040Z Adding assembly reference to System.Numerics.dll... 2026-03-25T21:26:44.2749200Z Adding assembly reference to System.Reflection.dll... 2026-03-25T21:26:44.2763030Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-25T21:26:44.2766760Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-25T21:26:44.2769760Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-25T21:26:44.2771590Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-25T21:26:44.2774310Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-25T21:26:44.2776580Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-25T21:26:44.2777720Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-25T21:26:44.2778850Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-25T21:26:44.2780210Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-25T21:26:44.2781330Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-25T21:26:44.2782610Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-25T21:26:44.2783800Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-25T21:26:44.2784900Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-25T21:26:44.2785940Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-25T21:26:44.2787040Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-25T21:26:44.2788110Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-25T21:26:44.2789170Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-25T21:26:44.2790310Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-25T21:26:44.2791430Z Adding assembly reference to System.Security.dll... 2026-03-25T21:26:44.2792550Z Adding assembly reference to System.Security.Principal.dll... 2026-03-25T21:26:44.2793640Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-25T21:26:44.2794800Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-25T21:26:44.2796010Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-25T21:26:44.2797190Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-25T21:26:44.2798280Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-25T21:26:44.2799380Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-25T21:26:44.2800490Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-25T21:26:44.2801600Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-25T21:26:44.2803290Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-25T21:26:44.2804340Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-25T21:26:44.2805460Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-25T21:26:44.2806520Z Adding assembly reference to System.Transactions.dll... 2026-03-25T21:26:44.2808010Z Adding assembly reference to System.ValueTuple.dll... 2026-03-25T21:26:44.2809060Z Adding assembly reference to System.Web.dll... 2026-03-25T21:26:44.2810100Z Adding assembly reference to System.Windows.dll... 2026-03-25T21:26:44.2811580Z Adding assembly reference to System.Xml.dll... 2026-03-25T21:26:44.2812620Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-25T21:26:44.2813610Z Adding assembly reference to System.Private.Xml.dll... 2026-03-25T21:26:44.2814790Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-25T21:26:44.2815880Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-25T21:26:44.2816980Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-25T21:26:44.2817990Z Adding assembly reference to WindowsBase.dll... 2026-03-25T21:26:44.2819000Z Adding assembly reference to Cake.Core.dll... 2026-03-25T21:26:44.2819960Z Adding assembly reference to Cake.Common.dll... 2026-03-25T21:26:44.2820990Z Adding assembly reference to Spectre.Console.dll... 2026-03-25T21:26:44.2821980Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-25T21:26:44.2823030Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-25T21:26:44.2824020Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-25T21:26:44.2825050Z Importing namespace Cake.Common... 2026-03-25T21:26:44.2825970Z Importing namespace Cake.Common.Build... 2026-03-25T21:26:44.2826990Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-25T21:26:44.2828050Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-25T21:26:44.2829100Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-25T21:26:44.2830210Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-25T21:26:44.2831340Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-25T21:26:44.2832320Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-25T21:26:44.2833350Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-25T21:26:44.2834440Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-25T21:26:44.2835490Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-25T21:26:44.2836540Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-25T21:26:44.2837610Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-25T21:26:44.2838620Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-25T21:26:44.2839700Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-25T21:26:44.2840800Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-25T21:26:44.2842430Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-25T21:26:44.2843700Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-25T21:26:44.2844770Z Importing namespace Cake.Common.Build.GoCD... 2026-03-25T21:26:44.2845840Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-25T21:26:44.2847610Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-25T21:26:44.2848550Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-25T21:26:44.2849590Z Importing namespace Cake.Common.Build.MyGet... 2026-03-25T21:26:44.2850640Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-25T21:26:44.2851610Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-25T21:26:44.2852690Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-25T21:26:44.2858470Z Importing namespace Cake.Common.Diagnostics... 2026-03-25T21:26:44.2859580Z Importing namespace Cake.Common.IO... 2026-03-25T21:26:44.2860470Z Importing namespace Cake.Common.IO.Paths... 2026-03-25T21:26:44.2861440Z Importing namespace Cake.Common.Net... 2026-03-25T21:26:44.2862440Z Importing namespace Cake.Common.Security... 2026-03-25T21:26:44.2863470Z Importing namespace Cake.Common.Solution... 2026-03-25T21:26:44.2864590Z Importing namespace Cake.Common.Solution.Project... 2026-03-25T21:26:44.2865700Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-25T21:26:44.2867810Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-25T21:26:44.2869070Z Importing namespace Cake.Common.Text... 2026-03-25T21:26:44.2870080Z Importing namespace Cake.Common.Tools.Cake... 2026-03-25T21:26:44.2872000Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-25T21:26:44.2873160Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-25T21:26:44.2874600Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-25T21:26:44.2875600Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-25T21:26:44.2876560Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-25T21:26:44.2877600Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-25T21:26:44.2879080Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-25T21:26:44.2880650Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-25T21:26:44.2881420Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-25T21:26:44.2882140Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-25T21:26:44.2882870Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-25T21:26:44.2883660Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-25T21:26:44.2884410Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-25T21:26:44.2885170Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-25T21:26:44.2885980Z Importing namespace Cake.Common.Tools.Command... 2026-03-25T21:26:44.2887230Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-25T21:26:44.2888130Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-25T21:26:44.2888910Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-25T21:26:44.2889620Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-25T21:26:44.2890360Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-25T21:26:44.2891320Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-25T21:26:44.2892030Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-25T21:26:44.2892760Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-25T21:26:44.2893470Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-25T21:26:44.2894180Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-25T21:26:44.2894900Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-25T21:26:44.2895610Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-25T21:26:44.2896360Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-25T21:26:44.2898090Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-25T21:26:44.2899080Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-25T21:26:44.2900140Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-25T21:26:44.2900970Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-25T21:26:44.2901940Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-25T21:26:44.2902940Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-25T21:26:44.2903770Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-25T21:26:44.2904630Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-25T21:26:44.2905420Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-25T21:26:44.2906510Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-25T21:26:44.2907850Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-25T21:26:44.2909000Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-25T21:26:44.2909860Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-25T21:26:44.2910680Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-25T21:26:44.2911440Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-25T21:26:44.2912230Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-25T21:26:44.2912980Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-25T21:26:44.2913740Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-25T21:26:44.2914930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-25T21:26:44.2915930Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-25T21:26:44.2916840Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-25T21:26:44.2917790Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-25T21:26:44.2919270Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-25T21:26:44.2920350Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-25T21:26:44.2921420Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-25T21:26:44.2922480Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-25T21:26:44.2923820Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-25T21:26:44.2924890Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-25T21:26:44.2925970Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-25T21:26:44.2927030Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-25T21:26:44.2928080Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-25T21:26:44.2929170Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-25T21:26:44.2930740Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-25T21:26:44.2931820Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-25T21:26:44.2932780Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-25T21:26:44.2933790Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-25T21:26:44.2934620Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-25T21:26:44.2935310Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-25T21:26:44.2936000Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-25T21:26:44.2936700Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-25T21:26:44.2938330Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-25T21:26:44.2939260Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-25T21:26:44.2940070Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-25T21:26:44.2940780Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-25T21:26:44.2941500Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-25T21:26:44.2942220Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-25T21:26:44.2942970Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-25T21:26:44.2944040Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-25T21:26:44.2945260Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-25T21:26:44.2946530Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-25T21:26:44.2947930Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-25T21:26:44.2948790Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-25T21:26:44.2949550Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-25T21:26:44.2950440Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-25T21:26:44.2951380Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-25T21:26:44.2952230Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-25T21:26:44.2952940Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-25T21:26:44.2953660Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-25T21:26:44.2954920Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-25T21:26:44.2955640Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-25T21:26:44.2956470Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-25T21:26:44.2957680Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-25T21:26:44.2959250Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-25T21:26:44.2960370Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-25T21:26:44.2961270Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-25T21:26:44.2961990Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-25T21:26:44.2962790Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-25T21:26:44.2963730Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-25T21:26:44.2964550Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-25T21:26:44.2965540Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-25T21:26:44.2966420Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-25T21:26:44.2967480Z Importing namespace Cake.Common.Tools.WiX... 2026-03-25T21:26:44.2968270Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-25T21:26:44.2969060Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-25T21:26:44.2969900Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-25T21:26:44.2970660Z Importing namespace Cake.Common.Xml... 2026-03-25T21:26:44.2971440Z Importing namespace Cake.Core... 2026-03-25T21:26:44.2972450Z Importing namespace Cake.Core.Diagnostics... 2026-03-25T21:26:44.2975170Z Importing namespace Cake.Core.IO... 2026-03-25T21:26:44.2976100Z Importing namespace Cake.Core.Scripting... 2026-03-25T21:26:44.2976920Z Importing namespace Cake.Core.Tooling... 2026-03-25T21:26:44.2977720Z Importing namespace Cake.FileHelpers... 2026-03-25T21:26:44.2978440Z Importing namespace NuGet.Common... 2026-03-25T21:26:44.2979240Z Importing namespace NuGet.Configuration... 2026-03-25T21:26:44.2980590Z Importing namespace NuGet.Protocol... 2026-03-25T21:26:44.2981530Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-25T21:26:44.2982420Z Importing namespace NuGet.Versioning... 2026-03-25T21:26:44.2983350Z Importing namespace System... 2026-03-25T21:26:44.2984180Z Importing namespace System.Collections.Generic... 2026-03-25T21:26:44.2985150Z Importing namespace System.IO... 2026-03-25T21:26:44.2985850Z Importing namespace System.Linq... 2026-03-25T21:26:44.2986610Z Importing namespace System.Text... 2026-03-25T21:26:44.2987310Z Importing namespace System.Threading.Tasks... 2026-03-25T21:26:44.2987790Z .NETStandard,Version=v2.0 2026-03-25T21:26:44.4653240Z Compiling build script... 2026-03-25T21:26:47.6708920Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-25T21:26:49.3163390Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-25T21:26:49.3183280Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-25T21:26:49.3248520Z Host OS System Arch: X64 2026-03-25T21:26:49.3264340Z Host Processor System Arch: X64 2026-03-25T21:26:49.3343750Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T21:26:49.3352430Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-25T21:26:49.3369690Z Build Configuration: Release 2026-03-25T21:26:49.3377000Z Build Runtime Identifier: maccatalyst-x64 2026-03-25T21:26:49.3394230Z Build Target Framework: net10.0-maccatalyst 2026-03-25T21:26:49.3415870Z Test Device: mac 2026-03-25T21:26:49.3424770Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-25T21:26:49.3429900Z 2026-03-25T21:26:49.3436190Z ======================================== 2026-03-25T21:26:49.3456440Z uitest 2026-03-25T21:26:49.3495410Z ======================================== 2026-03-25T21:26:49.3514080Z Executing task: uitest 2026-03-25T21:26:49.3543000Z Starting UI Tests... 2026-03-25T21:26:49.3585540Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-25T21:26:49.3604590Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-25T21:26:49.3681070Z Testing Device: mac 2026-03-25T21:26:49.3695830Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-25T21:26:49.3763090Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-25T21:26:49.3781150Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-25T21:26:49.3846470Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-25T21:26:49.5604380Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T21:26:49.6609270Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-25T21:26:53.4850830Z Determining projects to restore... 2026-03-25T21:27:00.1584640Z All projects are up-to-date for restore. 2026-03-25T21:27:08.0597180Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-25T21:27:08.0771470Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-25T21:27:08.5066320Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-25T21:27:09.0095620Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-25T21:27:09.3223860Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-25T21:27:10.4034200Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-25T21:27:10.7515260Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-25T21:27:11.0524730Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-25T21:27:11.2234730Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-25T21:27:11.2754490Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-25T21:27:11.4470230Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-25T21:27:11.6483610Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-25T21:27:14.4247820Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-25T21:27:15.0944350Z 2026-03-25T21:27:15.1431990Z Build succeeded. 2026-03-25T21:27:15.1469930Z 0 Warning(s) 2026-03-25T21:27:15.1510340Z 0 Error(s) 2026-03-25T21:27:15.1556030Z 2026-03-25T21:27:15.1613100Z Time Elapsed 00:00:24.07 2026-03-25T21:27:15.2041200Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-03-25T21:27:15.2076420Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-25T21:27:15.2105180Z Run Tests With Filter TestCategory=Layout 2026-03-25T21:27:15.2151500Z Log Directory: /Users/runner/work/1/a/logs 2026-03-25T21:27:15.2186930Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-25T21:27:15.2254040Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-25T21:27:15.2319010Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-25T21:27:15.2339240Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-25T21:27:15.2360440Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-25T21:27:15.2382480Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-25T21:27:15.2422100Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-25T21:27:15.2444210Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-25T21:27:15.2485800Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-25T21:27:15.2526790Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-03-25T21:27:15.2545900Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=Layout" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog /p:VStestUseMSBuildOutput=false 2026-03-25T21:27:18.7518990Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-25T21:27:18.8631080Z VSTest version 18.0.1 (x64) 2026-03-25T21:27:18.8646760Z 2026-03-25T21:27:19.0099360Z Starting test execution, please wait... 2026-03-25T21:27:19.0596170Z A total of 1 test files matched the specified pattern. 2026-03-25T21:27:19.6757270Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-25T21:27:19.8046800Z [xUnit.net 00:00:00.15] Discovering: Controls.TestCases.Mac.Tests 2026-03-25T21:27:20.0625860Z [xUnit.net 00:00:00.40] Discovered: Controls.TestCases.Mac.Tests 2026-03-25T21:27:20.0848810Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-25T21:27:20.1220930Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-25T21:27:21.5106350Z NUnit3TestExecutor discovered 181 of 181 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-25T21:27:44.4724270Z >>>>> 3/25/2026 9:27:44 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-03-25T21:27:47.4218710Z >>>>> 3/25/2026 9:27:47 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-03-25T21:28:41.9506610Z >>>>> 3/25/2026 9:28:41 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-03-25T21:28:42.0374110Z Passed VerifyAbsoluteLayout_LayoutBounds [54 s] 2026-03-25T21:28:42.0375390Z >>>>> 3/25/2026 9:28:41 PM VerifyAbsoluteLayout_AllProportional Start 2026-03-25T21:29:34.3313390Z >>>>> 3/25/2026 9:29:34 PM VerifyAbsoluteLayout_AllProportional Stop 2026-03-25T21:29:34.3439500Z Passed VerifyAbsoluteLayout_AllProportional [52 s] 2026-03-25T21:29:34.3484450Z >>>>> 3/25/2026 9:29:34 PM VerifyAbsoluteLayout_FlowDirection Start 2026-03-25T21:30:07.2832290Z >>>>> 3/25/2026 9:30:07 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-03-25T21:30:07.2920010Z Passed VerifyAbsoluteLayout_FlowDirection [32 s] 2026-03-25T21:30:07.2922460Z >>>>> 3/25/2026 9:30:07 PM VerifyAbsoluteLayout_HeightProportional Start 2026-03-25T21:30:39.0695600Z >>>>> 3/25/2026 9:30:39 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-03-25T21:30:39.1269970Z Passed VerifyAbsoluteLayout_HeightProportional [31 s] 2026-03-25T21:30:39.1393990Z >>>>> 3/25/2026 9:30:39 PM VerifyAbsoluteLayout_PositionProportional Start 2026-03-25T21:31:32.1605530Z >>>>> 3/25/2026 9:31:32 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-03-25T21:31:32.1692980Z Passed VerifyAbsoluteLayout_PositionProportional [53 s] 2026-03-25T21:31:32.1702020Z >>>>> 3/25/2026 9:31:32 PM VerifyAbsoluteLayout_SizeProportional Start 2026-03-25T21:32:03.6071010Z >>>>> 3/25/2026 9:32:03 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-03-25T21:32:03.6140660Z Passed VerifyAbsoluteLayout_SizeProportional [31 s] 2026-03-25T21:32:03.6145390Z >>>>> 3/25/2026 9:32:03 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-03-25T21:33:00.9082310Z >>>>> 3/25/2026 9:33:00 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-03-25T21:33:00.9146720Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [57 s] 2026-03-25T21:33:00.9149310Z >>>>> 3/25/2026 9:33:00 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-03-25T21:33:33.9890830Z >>>>> 3/25/2026 9:33:33 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-03-25T21:33:33.9977000Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [33 s] 2026-03-25T21:33:33.9983430Z >>>>> 3/25/2026 9:33:33 PM VerifyAbsoluteLayout_Visibility Start 2026-03-25T21:33:47.9313540Z >>>>> 3/25/2026 9:33:47 PM VerifyAbsoluteLayout_Visibility Stop 2026-03-25T21:33:47.9426340Z Passed VerifyAbsoluteLayout_Visibility [13 s] 2026-03-25T21:33:47.9431950Z >>>>> 3/25/2026 9:33:47 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-03-25T21:34:20.0667460Z >>>>> 3/25/2026 9:34:20 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-03-25T21:34:20.0754400Z Passed VerifyAbsoluteLayout_WidthAndHeight [32 s] 2026-03-25T21:34:20.0755790Z >>>>> 3/25/2026 9:34:20 PM VerifyAbsoluteLayout_WidthProportional Start 2026-03-25T21:34:51.6740520Z >>>>> 3/25/2026 9:34:51 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-03-25T21:34:51.6859060Z Passed VerifyAbsoluteLayout_WidthProportional [31 s] 2026-03-25T21:34:51.6880360Z >>>>> 3/25/2026 9:34:51 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-03-25T21:35:29.7813720Z >>>>> 3/25/2026 9:35:29 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-03-25T21:35:29.7898650Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [38 s] 2026-03-25T21:35:29.7901920Z >>>>> 3/25/2026 9:35:29 PM VerifyAbsoluteLayout_XProportional Start 2026-03-25T21:36:10.6733900Z >>>>> 3/25/2026 9:36:10 PM VerifyAbsoluteLayout_XProportional Stop 2026-03-25T21:36:10.6807240Z Passed VerifyAbsoluteLayout_XProportional [40 s] 2026-03-25T21:36:10.6809030Z >>>>> 3/25/2026 9:36:10 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-03-25T21:37:07.6750060Z >>>>> 3/25/2026 9:37:07 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-03-25T21:37:07.6824810Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [57 s] 2026-03-25T21:37:07.6830220Z >>>>> 3/25/2026 9:37:07 PM VerifyAbsoluteLayout_YProportional Start 2026-03-25T21:37:50.3423310Z >>>>> 3/25/2026 9:37:50 PM VerifyAbsoluteLayout_YProportional Stop 2026-03-25T21:37:51.1967760Z Passed VerifyAbsoluteLayout_YProportional [42 s] 2026-03-25T21:37:53.5973380Z >>>>> 3/25/2026 9:37:53 PM FixtureSetup for BindableLayoutFeatureTests(Mac) 2026-03-25T21:37:56.9466680Z >>>>> 3/25/2026 9:37:56 PM VerifyBindableLayoutWithItemsSourceNone Start 2026-03-25T21:38:14.4118630Z >>>>> 3/25/2026 9:38:14 PM VerifyBindableLayoutWithItemsSourceNone Stop 2026-03-25T21:38:14.4218120Z Passed VerifyBindableLayoutWithItemsSourceNone [17 s] 2026-03-25T21:38:14.4232160Z >>>>> 3/25/2026 9:38:14 PM VerifyBindableLayoutWithItemsSourceObservableCollection Start 2026-03-25T21:38:31.0721660Z >>>>> 3/25/2026 9:38:31 PM VerifyBindableLayoutWithItemsSourceObservableCollection Stop 2026-03-25T21:38:31.0801080Z Passed VerifyBindableLayoutWithItemsSourceObservableCollection [16 s] 2026-03-25T21:38:31.0803700Z >>>>> 3/25/2026 9:38:31 PM VerifyBindableLayoutWithItemsSourceEmptyCollection Start 2026-03-25T21:38:46.9432230Z >>>>> 3/25/2026 9:38:46 PM VerifyBindableLayoutWithItemsSourceEmptyCollection Stop 2026-03-25T21:38:46.9499030Z Passed VerifyBindableLayoutWithItemsSourceEmptyCollection [15 s] 2026-03-25T21:38:46.9500320Z >>>>> 3/25/2026 9:38:46 PM VerifyBindableLayoutWithEmptyViewString Start 2026-03-25T21:39:03.6115890Z >>>>> 3/25/2026 9:39:03 PM VerifyBindableLayoutWithEmptyViewString Stop 2026-03-25T21:39:03.6262450Z Passed VerifyBindableLayoutWithEmptyViewString [16 s] 2026-03-25T21:39:03.6297630Z >>>>> 3/25/2026 9:39:03 PM VerifyBindableLayoutWithEmptyViewView Start 2026-03-25T21:39:20.9066200Z >>>>> 3/25/2026 9:39:20 PM VerifyBindableLayoutWithEmptyViewView Stop 2026-03-25T21:39:20.9158310Z Passed VerifyBindableLayoutWithEmptyViewView [17 s] 2026-03-25T21:39:20.9253180Z >>>>> 3/25/2026 9:39:20 PM VerifyBindableLayoutWithEmptyViewTemplate Start 2026-03-25T21:39:36.3767190Z >>>>> 3/25/2026 9:39:36 PM VerifyBindableLayoutWithEmptyViewTemplate Stop 2026-03-25T21:39:36.3827490Z Passed VerifyBindableLayoutWithEmptyViewTemplate [15 s] 2026-03-25T21:39:36.3831790Z >>>>> 3/25/2026 9:39:36 PM VerifyBindableLayoutWithBasicItemTemplate Start 2026-03-25T21:39:56.2722370Z >>>>> 3/25/2026 9:39:56 PM VerifyBindableLayoutWithBasicItemTemplate Stop 2026-03-25T21:39:56.2797150Z Passed VerifyBindableLayoutWithBasicItemTemplate [19 s] 2026-03-25T21:39:56.2799780Z >>>>> 3/25/2026 9:39:56 PM VerifyBindableLayoutWithGridItemTemplate Start 2026-03-25T21:40:17.3469110Z >>>>> 3/25/2026 9:40:17 PM VerifyBindableLayoutWithGridItemTemplate Stop 2026-03-25T21:40:17.3601170Z Passed VerifyBindableLayoutWithGridItemTemplate [21 s] 2026-03-25T21:40:17.3603410Z >>>>> 3/25/2026 9:40:17 PM VerifyBindableLayoutWithItemTemplateSelector Start 2026-03-25T21:40:39.5662420Z >>>>> 3/25/2026 9:40:39 PM VerifyBindableLayoutWithItemTemplateSelector Stop 2026-03-25T21:40:39.5750540Z Passed VerifyBindableLayoutWithItemTemplateSelector [22 s] 2026-03-25T21:40:39.5839330Z >>>>> 3/25/2026 9:40:39 PM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Start 2026-03-25T21:40:59.1390170Z >>>>> 3/25/2026 9:40:59 PM VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate Stop 2026-03-25T21:40:59.1447880Z Passed VerifyBindableLayoutWithEmptyViewStringAndEmptyViewTemplate [19 s] 2026-03-25T21:40:59.1449000Z >>>>> 3/25/2026 9:40:59 PM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Start 2026-03-25T21:41:17.7234030Z >>>>> 3/25/2026 9:41:17 PM VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate Stop 2026-03-25T21:41:17.7315070Z Passed VerifyBindableLayoutWithEmptyViewViewAndEmptyViewTemplate [18 s] 2026-03-25T21:41:17.7318190Z >>>>> 3/25/2026 9:41:17 PM VerifyBindableLayoutWithAddItems Start 2026-03-25T21:41:35.5474350Z >>>>> 3/25/2026 9:41:35 PM VerifyBindableLayoutWithAddItems Stop 2026-03-25T21:41:35.5553480Z Passed VerifyBindableLayoutWithAddItems [17 s] 2026-03-25T21:41:35.5563610Z >>>>> 3/25/2026 9:41:35 PM VerifyBindableLayoutWithAddItemsAtIndex Start 2026-03-25T21:42:05.4683910Z >>>>> 3/25/2026 9:42:05 PM VerifyBindableLayoutWithAddItemsAtIndex Stop 2026-03-25T21:42:05.4784610Z Passed VerifyBindableLayoutWithAddItemsAtIndex [29 s] 2026-03-25T21:42:05.4802650Z >>>>> 3/25/2026 9:42:05 PM VerifyBindableLayoutWithRemoveItems Start 2026-03-25T21:42:23.8140710Z >>>>> 3/25/2026 9:42:23 PM VerifyBindableLayoutWithRemoveItems Stop 2026-03-25T21:42:23.8209610Z Passed VerifyBindableLayoutWithRemoveItems [18 s] 2026-03-25T21:42:23.8213700Z >>>>> 3/25/2026 9:42:23 PM VerifyBindableLayoutWithRemoveItemsAtIndex Start 2026-03-25T21:42:51.7766360Z >>>>> 3/25/2026 9:42:51 PM VerifyBindableLayoutWithRemoveItemsAtIndex Stop 2026-03-25T21:42:51.7839930Z Passed VerifyBindableLayoutWithRemoveItemsAtIndex [27 s] 2026-03-25T21:42:51.7842150Z >>>>> 3/25/2026 9:42:51 PM VerifyBindableLayoutWithReplaceItems Start 2026-03-25T21:43:20.4333500Z >>>>> 3/25/2026 9:43:20 PM VerifyBindableLayoutWithReplaceItems Stop 2026-03-25T21:43:20.4471680Z Passed VerifyBindableLayoutWithReplaceItems [28 s] 2026-03-25T21:43:20.4472960Z >>>>> 3/25/2026 9:43:20 PM VerifyBindableLayoutWithReplaceItemsAtIndex Start 2026-03-25T21:43:50.7020940Z >>>>> 3/25/2026 9:43:50 PM VerifyBindableLayoutWithReplaceItemsAtIndex Stop 2026-03-25T21:43:50.7118610Z Passed VerifyBindableLayoutWithReplaceItemsAtIndex [30 s] 2026-03-25T21:43:50.7134020Z >>>>> 3/25/2026 9:43:50 PM VerifyBindableLayoutWithGetAndSetEmptyView Start 2026-03-25T21:44:15.8832500Z >>>>> 3/25/2026 9:44:15 PM VerifyBindableLayoutWithGetAndSetEmptyView Stop 2026-03-25T21:44:15.8896480Z Passed VerifyBindableLayoutWithGetAndSetEmptyView [25 s] 2026-03-25T21:44:15.8899660Z >>>>> 3/25/2026 9:44:15 PM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Start 2026-03-25T21:44:41.2807660Z >>>>> 3/25/2026 9:44:41 PM VerifyBindableLayoutWithGetAndSetEmptyViewTemplate Stop 2026-03-25T21:44:41.2894940Z Passed VerifyBindableLayoutWithGetAndSetEmptyViewTemplate [25 s] 2026-03-25T21:44:41.2905140Z >>>>> 3/25/2026 9:44:41 PM VerifyBindableLayoutWithGetAndSetItemSource Start 2026-03-25T21:45:08.0616110Z >>>>> 3/25/2026 9:45:08 PM VerifyBindableLayoutWithGetAndSetItemSource Stop 2026-03-25T21:45:08.0673370Z Passed VerifyBindableLayoutWithGetAndSetItemSource [26 s] 2026-03-25T21:45:08.0675080Z >>>>> 3/25/2026 9:45:08 PM VerifyBindableLayoutWithGetAndSetItemTemplate Start 2026-03-25T21:45:35.1696540Z >>>>> 3/25/2026 9:45:35 PM VerifyBindableLayoutWithGetAndSetItemTemplate Stop 2026-03-25T21:45:35.1755790Z Passed VerifyBindableLayoutWithGetAndSetItemTemplate [27 s] 2026-03-25T21:45:35.1757900Z >>>>> 3/25/2026 9:45:35 PM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Start 2026-03-25T21:46:03.0231860Z >>>>> 3/25/2026 9:46:03 PM VerifyBindableLayoutWithGetAndSetItemTemplateSelector Stop 2026-03-25T21:46:03.6940150Z Passed VerifyBindableLayoutWithGetAndSetItemTemplateSelector [27 s] 2026-03-25T21:46:06.2710730Z >>>>> 3/25/2026 9:46:06 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-03-25T21:46:09.4196140Z >>>>> 3/25/2026 9:46:09 PM FlexLayout_ValidateDefaultValues Start 2026-03-25T21:46:26.2824390Z >>>>> 3/25/2026 9:46:26 PM FlexLayout_ValidateDefaultValues Stop 2026-03-25T21:46:26.2896070Z Passed FlexLayout_ValidateDefaultValues [16 s] 2026-03-25T21:46:26.2898540Z >>>>> 3/25/2026 9:46:26 PM FlexLayout_SetWrapAlignContentStretch Start 2026-03-25T21:46:59.7544040Z >>>>> 3/25/2026 9:46:59 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-03-25T21:46:59.7608110Z Passed FlexLayout_SetWrapAlignContentStretch [33 s] 2026-03-25T21:46:59.7610200Z >>>>> 3/25/2026 9:46:59 PM FlexLayout_SetWrapAlignContentCenter Start 2026-03-25T21:47:32.4515340Z >>>>> 3/25/2026 9:47:32 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-03-25T21:47:32.4602910Z Passed FlexLayout_SetWrapAlignContentCenter [32 s] 2026-03-25T21:47:32.4739440Z >>>>> 3/25/2026 9:47:32 PM FlexLayout_SetWrapAlignContentStart Start 2026-03-25T21:48:03.9934170Z >>>>> 3/25/2026 9:48:03 PM FlexLayout_SetWrapAlignContentStart Stop 2026-03-25T21:48:04.0004370Z Passed FlexLayout_SetWrapAlignContentStart [31 s] 2026-03-25T21:48:04.0005460Z >>>>> 3/25/2026 9:48:03 PM FlexLayout_SetWrapAlignContentEnd Start 2026-03-25T21:48:34.6318190Z >>>>> 3/25/2026 9:48:34 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-03-25T21:48:34.6390890Z Passed FlexLayout_SetWrapAlignContentEnd [30 s] 2026-03-25T21:48:34.6395730Z >>>>> 3/25/2026 9:48:34 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-03-25T21:49:07.6980050Z >>>>> 3/25/2026 9:49:07 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-03-25T21:49:07.7043920Z Passed FlexLayout_SetWrapAlignContentSpaceAround [33 s] 2026-03-25T21:49:07.7046680Z >>>>> 3/25/2026 9:49:07 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-03-25T21:49:38.8379430Z >>>>> 3/25/2026 9:49:38 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-03-25T21:49:38.8444190Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [31 s] 2026-03-25T21:49:38.8446370Z >>>>> 3/25/2026 9:49:38 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-03-25T21:50:11.0924700Z >>>>> 3/25/2026 9:50:11 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-03-25T21:50:11.1068900Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [32 s] 2026-03-25T21:50:11.1098300Z >>>>> 3/25/2026 9:50:11 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-03-25T21:50:43.5533980Z >>>>> 3/25/2026 9:50:43 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-03-25T21:50:43.5596980Z Passed FlexLayout_SetWrapReverseAlignContentStretch [32 s] 2026-03-25T21:50:43.5599620Z >>>>> 3/25/2026 9:50:43 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-03-25T21:51:14.6152050Z >>>>> 3/25/2026 9:51:14 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-03-25T21:51:14.6233700Z Passed FlexLayout_SetWrapReverseAlignContentCenter [31 s] 2026-03-25T21:51:14.6237980Z >>>>> 3/25/2026 9:51:14 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-03-25T21:51:47.6094090Z >>>>> 3/25/2026 9:51:47 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-03-25T21:51:47.6156810Z Passed FlexLayout_SetWrapReverseAlignContentStart [32 s] 2026-03-25T21:51:47.6159420Z >>>>> 3/25/2026 9:51:47 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-03-25T21:52:18.2720470Z >>>>> 3/25/2026 9:52:18 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-03-25T21:52:18.2778560Z Passed FlexLayout_SetWrapReverseAlignContentEnd [30 s] 2026-03-25T21:52:18.2780320Z >>>>> 3/25/2026 9:52:18 PM FlexLayout_AlignItemsCenter Start 2026-03-25T21:52:43.2168520Z >>>>> 3/25/2026 9:52:43 PM FlexLayout_AlignItemsCenter Stop 2026-03-25T21:52:43.2247860Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-03-25T21:52:43.2253830Z >>>>> 3/25/2026 9:52:43 PM FlexLayout_AlignItemsEnd Start 2026-03-25T21:53:05.2558580Z >>>>> 3/25/2026 9:53:05 PM FlexLayout_AlignItemsEnd Stop 2026-03-25T21:53:05.2635330Z Passed FlexLayout_AlignItemsEnd [22 s] 2026-03-25T21:53:05.2643220Z >>>>> 3/25/2026 9:53:05 PM FlexLayout_AlignItemsStretch Start 2026-03-25T21:53:26.7739430Z >>>>> 3/25/2026 9:53:26 PM FlexLayout_AlignItemsStretch Stop 2026-03-25T21:53:26.7803680Z Passed FlexLayout_AlignItemsStretch [21 s] 2026-03-25T21:53:26.7804700Z >>>>> 3/25/2026 9:53:26 PM FlexLayout_DirectionRowReverse Start 2026-03-25T21:53:47.3858490Z >>>>> 3/25/2026 9:53:47 PM FlexLayout_DirectionRowReverse Stop 2026-03-25T21:53:47.3921410Z Passed FlexLayout_DirectionRowReverse [20 s] 2026-03-25T21:53:47.3925960Z >>>>> 3/25/2026 9:53:47 PM FlexLayout_DirectionColumn Start 2026-03-25T21:54:07.9763490Z >>>>> 3/25/2026 9:54:07 PM FlexLayout_DirectionColumn Stop 2026-03-25T21:54:07.9838970Z Passed FlexLayout_DirectionColumn [20 s] 2026-03-25T21:54:07.9843370Z >>>>> 3/25/2026 9:54:07 PM FlexLayout_DirectionColumnReverse Start 2026-03-25T21:54:30.8147770Z >>>>> 3/25/2026 9:54:30 PM FlexLayout_DirectionColumnReverse Stop 2026-03-25T21:54:30.8220910Z Passed FlexLayout_DirectionColumnReverse [22 s] 2026-03-25T21:54:30.8230840Z >>>>> 3/25/2026 9:54:30 PM FlexLayout_JustifyContentCenter Start 2026-03-25T21:54:51.4071690Z >>>>> 3/25/2026 9:54:51 PM FlexLayout_JustifyContentCenter Stop 2026-03-25T21:54:51.4160480Z Passed FlexLayout_JustifyContentCenter [20 s] 2026-03-25T21:54:51.4164190Z >>>>> 3/25/2026 9:54:51 PM FlexLayout_JustifyContentEnd Start 2026-03-25T21:55:12.2237060Z >>>>> 3/25/2026 9:55:12 PM FlexLayout_JustifyContentEnd Stop 2026-03-25T21:55:12.2308810Z Passed FlexLayout_JustifyContentEnd [20 s] 2026-03-25T21:55:12.2310860Z >>>>> 3/25/2026 9:55:12 PM FlexLayout_JustifyContentSpaceBetween Start 2026-03-25T21:55:32.7133630Z >>>>> 3/25/2026 9:55:32 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-03-25T21:55:32.7196890Z Passed FlexLayout_JustifyContentSpaceBetween [20 s] 2026-03-25T21:55:32.7200900Z >>>>> 3/25/2026 9:55:32 PM FlexLayout_JustifyContentSpaceAround Start 2026-03-25T21:55:55.3632710Z >>>>> 3/25/2026 9:55:55 PM FlexLayout_JustifyContentSpaceAround Stop 2026-03-25T21:55:55.3705660Z Passed FlexLayout_JustifyContentSpaceAround [22 s] 2026-03-25T21:55:55.3820380Z >>>>> 3/25/2026 9:55:55 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-03-25T21:56:15.9844420Z >>>>> 3/25/2026 9:56:15 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-03-25T21:56:15.9915150Z Passed FlexLayout_JustifyContentSpaceEvenly [20 s] 2026-03-25T21:56:15.9919180Z >>>>> 3/25/2026 9:56:15 PM FlexLayout_AlignSelfStart Start 2026-03-25T21:56:36.9172200Z >>>>> 3/25/2026 9:56:36 PM FlexLayout_AlignSelfStart Stop 2026-03-25T21:56:36.9237480Z Passed FlexLayout_AlignSelfStart [20 s] 2026-03-25T21:56:36.9240610Z >>>>> 3/25/2026 9:56:36 PM FlexLayout_AlignSelfCenter Start 2026-03-25T21:56:58.0398760Z >>>>> 3/25/2026 9:56:58 PM FlexLayout_AlignSelfCenter Stop 2026-03-25T21:56:58.0482490Z Passed FlexLayout_AlignSelfCenter [21 s] 2026-03-25T21:56:58.0498620Z >>>>> 3/25/2026 9:56:58 PM FlexLayout_AlignSelfEnd Start 2026-03-25T21:57:20.7014000Z >>>>> 3/25/2026 9:57:20 PM FlexLayout_AlignSelfEnd Stop 2026-03-25T21:57:20.7070400Z Passed FlexLayout_AlignSelfEnd [22 s] 2026-03-25T21:57:20.7071800Z >>>>> 3/25/2026 9:57:20 PM FlexLayout_AlignSelfStretch Start 2026-03-25T21:57:40.9167610Z >>>>> 3/25/2026 9:57:40 PM FlexLayout_AlignSelfStretch Stop 2026-03-25T21:57:40.9232310Z Passed FlexLayout_AlignSelfStretch [20 s] 2026-03-25T21:57:40.9234350Z >>>>> 3/25/2026 9:57:40 PM FlexLayout_Child1Grow Start 2026-03-25T21:58:09.4626720Z >>>>> 3/25/2026 9:58:09 PM FlexLayout_Child1Grow Stop 2026-03-25T21:58:09.4682600Z Passed FlexLayout_Child1Grow [28 s] 2026-03-25T21:58:09.4684080Z >>>>> 3/25/2026 9:58:09 PM FlexLayout_Child1Shrink Start 2026-03-25T21:58:49.7036210Z >>>>> 3/25/2026 9:58:49 PM FlexLayout_Child1Shrink Stop 2026-03-25T21:58:49.7097030Z Passed FlexLayout_Child1Shrink [40 s] 2026-03-25T21:58:49.7098010Z >>>>> 3/25/2026 9:58:49 PM FlexLayout_Child1Order Start 2026-03-25T21:59:22.9322460Z >>>>> 3/25/2026 9:59:22 PM FlexLayout_Child1Order Stop 2026-03-25T21:59:22.9392320Z Passed FlexLayout_Child1Order [33 s] 2026-03-25T21:59:22.9396190Z >>>>> 3/25/2026 9:59:22 PM FlexLayout_BasisAuto_DirectionRow Start 2026-03-25T21:59:51.2291500Z >>>>> 3/25/2026 9:59:51 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-03-25T21:59:51.2368450Z Passed FlexLayout_BasisAuto_DirectionRow [28 s] 2026-03-25T21:59:51.2381050Z >>>>> 3/25/2026 9:59:51 PM FlexLayout_BasisFixed_DirectionRow Start 2026-03-25T22:00:20.0804230Z >>>>> 3/25/2026 10:00:20 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-03-25T22:00:20.0870900Z Passed FlexLayout_BasisFixed_DirectionRow [28 s] 2026-03-25T22:00:20.0872200Z >>>>> 3/25/2026 10:00:20 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-03-25T22:00:47.3861980Z >>>>> 3/25/2026 10:00:47 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-03-25T22:00:47.3918480Z Passed FlexLayout_BasisPercentage_DirectionRow [27 s] 2026-03-25T22:00:47.3919430Z >>>>> 3/25/2026 10:00:47 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-03-25T22:01:16.1507380Z >>>>> 3/25/2026 10:01:16 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-03-25T22:01:16.1572400Z Passed FlexLayout_BasisAuto_DirectionRowReverse [28 s] 2026-03-25T22:01:16.1575150Z >>>>> 3/25/2026 10:01:16 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-03-25T22:01:44.6428450Z >>>>> 3/25/2026 10:01:44 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-03-25T22:01:44.6504540Z Passed FlexLayout_BasisFixed_DirectionRowReverse [28 s] 2026-03-25T22:01:44.6505890Z >>>>> 3/25/2026 10:01:44 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-03-25T22:02:11.7562570Z >>>>> 3/25/2026 10:02:11 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-03-25T22:02:11.7616420Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [27 s] 2026-03-25T22:02:11.7617410Z >>>>> 3/25/2026 10:02:11 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-03-25T22:02:40.7763540Z >>>>> 3/25/2026 10:02:40 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-03-25T22:02:40.7824480Z Passed FlexLayout_BasisAuto_DirectionColumn [29 s] 2026-03-25T22:02:40.7829150Z >>>>> 3/25/2026 10:02:40 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-03-25T22:03:08.9745920Z >>>>> 3/25/2026 10:03:08 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-03-25T22:03:08.9807790Z Passed FlexLayout_BasisFixed_DirectionColumn [28 s] 2026-03-25T22:03:08.9809550Z >>>>> 3/25/2026 10:03:08 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-03-25T22:03:41.0484900Z >>>>> 3/25/2026 10:03:41 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-03-25T22:03:41.0556130Z Passed FlexLayout_BasisPercentage_DirectionColumn [32 s] 2026-03-25T22:03:41.0559460Z >>>>> 3/25/2026 10:03:41 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-03-25T22:04:10.1397430Z >>>>> 3/25/2026 10:04:10 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-03-25T22:04:10.1460920Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [29 s] 2026-03-25T22:04:10.1466360Z >>>>> 3/25/2026 10:04:10 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-03-25T22:04:37.7112050Z >>>>> 3/25/2026 10:04:37 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-03-25T22:04:37.7189810Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [27 s] 2026-03-25T22:04:37.7191750Z >>>>> 3/25/2026 10:04:37 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-03-25T22:05:12.1748080Z >>>>> 3/25/2026 10:05:12 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-03-25T22:05:12.1846260Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [34 s] 2026-03-25T22:05:12.1860630Z >>>>> 3/25/2026 10:05:12 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-03-25T22:06:00.1520630Z >>>>> 3/25/2026 10:06:00 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-03-25T22:06:00.1614350Z Passed FlexLayout_SetAlignItemsCenterWrap [47 s] 2026-03-25T22:06:00.1619980Z >>>>> 3/25/2026 10:06:00 PM FlexLayout_SetAlignItemsEndWrap Start 2026-03-25T22:06:44.2333340Z >>>>> 3/25/2026 10:06:44 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-03-25T22:06:45.1658660Z Passed FlexLayout_SetAlignItemsEndWrap [44 s] 2026-03-25T22:06:47.3063690Z >>>>> 3/25/2026 10:06:47 PM FixtureSetup for GridFeatureTests(Mac) 2026-03-25T22:06:50.5955460Z >>>>> 3/25/2026 10:06:50 PM VerifyGrid_BackgroundColor Start 2026-03-25T22:07:09.9848060Z >>>>> 3/25/2026 10:07:09 PM VerifyGrid_BackgroundColor Stop 2026-03-25T22:07:09.9909580Z Passed VerifyGrid_BackgroundColor [19 s] 2026-03-25T22:07:09.9912750Z >>>>> 3/25/2026 10:07:09 PM VerifyGrid_ColumnSpacing Start 2026-03-25T22:07:34.4839710Z >>>>> 3/25/2026 10:07:34 PM VerifyGrid_ColumnSpacing Stop 2026-03-25T22:07:34.4899460Z Passed VerifyGrid_ColumnSpacing [24 s] 2026-03-25T22:07:34.4901140Z >>>>> 3/25/2026 10:07:34 PM VerifyGrid_ColumnSpan Start 2026-03-25T22:07:58.6880570Z >>>>> 3/25/2026 10:07:58 PM VerifyGrid_ColumnSpan Stop 2026-03-25T22:07:58.6950620Z Passed VerifyGrid_ColumnSpan [24 s] 2026-03-25T22:07:58.6953270Z >>>>> 3/25/2026 10:07:58 PM VerifyGrid_FlowDirection Start 2026-03-25T22:08:17.0540960Z >>>>> 3/25/2026 10:08:17 PM VerifyGrid_FlowDirection Stop 2026-03-25T22:08:17.0628650Z Passed VerifyGrid_FlowDirection [18 s] 2026-03-25T22:08:17.0634950Z >>>>> 3/25/2026 10:08:17 PM VerifyGrid_HorizontalOptionsCenter Start 2026-03-25T22:08:34.4549520Z >>>>> 3/25/2026 10:08:34 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-03-25T22:08:34.4942270Z Passed VerifyGrid_HorizontalOptionsCenter [17 s] 2026-03-25T22:08:34.4950230Z >>>>> 3/25/2026 10:08:34 PM VerifyGrid_HorizontalOptionsEnd Start 2026-03-25T22:08:51.7408670Z >>>>> 3/25/2026 10:08:51 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-03-25T22:08:51.7502850Z Passed VerifyGrid_HorizontalOptionsEnd [17 s] 2026-03-25T22:08:51.7511380Z >>>>> 3/25/2026 10:08:51 PM VerifyGrid_HorizontalOptionsStart Start 2026-03-25T22:09:09.6065520Z >>>>> 3/25/2026 10:09:09 PM VerifyGrid_HorizontalOptionsStart Stop 2026-03-25T22:09:09.6127690Z Passed VerifyGrid_HorizontalOptionsStart [17 s] 2026-03-25T22:09:09.6128770Z >>>>> 3/25/2026 10:09:09 PM VerifyGrid_IsVisible Start 2026-03-25T22:09:24.1641040Z >>>>> 3/25/2026 10:09:24 PM VerifyGrid_IsVisible Stop 2026-03-25T22:09:24.1700900Z Passed VerifyGrid_IsVisible [14 s] 2026-03-25T22:09:24.1703020Z >>>>> 3/25/2026 10:09:24 PM VerifyGrid_NestedGrid Start 2026-03-25T22:09:40.2982580Z >>>>> 3/25/2026 10:09:40 PM VerifyGrid_NestedGrid Stop 2026-03-25T22:09:40.3069010Z Passed VerifyGrid_NestedGrid [16 s] 2026-03-25T22:09:40.3073870Z >>>>> 3/25/2026 10:09:40 PM VerifyGrid_Padding Start 2026-03-25T22:10:01.8229580Z >>>>> 3/25/2026 10:10:01 PM VerifyGrid_Padding Stop 2026-03-25T22:10:01.8290130Z Passed VerifyGrid_Padding [21 s] 2026-03-25T22:10:01.8291420Z >>>>> 3/25/2026 10:10:01 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-03-25T22:10:46.9387510Z >>>>> 3/25/2026 10:10:46 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-03-25T22:10:46.9451250Z Passed VerifyGrid_RowAndColumnTypeAbsolute [45 s] 2026-03-25T22:10:46.9452750Z >>>>> 3/25/2026 10:10:46 PM VerifyGrid_RowSpacing Start 2026-03-25T22:11:11.0255330Z >>>>> 3/25/2026 10:11:11 PM VerifyGrid_RowSpacing Stop 2026-03-25T22:11:11.0324440Z Passed VerifyGrid_RowSpacing [24 s] 2026-03-25T22:11:11.0327860Z >>>>> 3/25/2026 10:11:11 PM VerifyGrid_RowSpan Start 2026-03-25T22:11:32.9994650Z >>>>> 3/25/2026 10:11:32 PM VerifyGrid_RowSpan Stop 2026-03-25T22:11:33.0050760Z Passed VerifyGrid_RowSpan [21 s] 2026-03-25T22:11:33.0052630Z >>>>> 3/25/2026 10:11:33 PM VerifyGrid_SetColumn Start 2026-03-25T22:11:54.6461480Z >>>>> 3/25/2026 10:11:54 PM VerifyGrid_SetColumn Stop 2026-03-25T22:11:54.6518460Z Passed VerifyGrid_SetColumn [21 s] 2026-03-25T22:11:54.6519450Z >>>>> 3/25/2026 10:11:54 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-03-25T22:12:36.4738350Z >>>>> 3/25/2026 10:12:36 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-03-25T22:12:36.4802230Z Passed VerifyGrid_SetColumn_SetColumnSpacing [41 s] 2026-03-25T22:12:36.4803580Z >>>>> 3/25/2026 10:12:36 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-03-25T22:13:16.0990820Z >>>>> 3/25/2026 10:13:16 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-03-25T22:13:16.1063900Z Passed VerifyGrid_SetColumn_SetRowSpacing [39 s] 2026-03-25T22:13:16.1065450Z >>>>> 3/25/2026 10:13:16 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-03-25T22:13:56.0764030Z >>>>> 3/25/2026 10:13:56 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-03-25T22:13:56.0836300Z Passed VerifyGrid_SetColumnSpacingAndPadding [39 s] 2026-03-25T22:13:56.0838670Z >>>>> 3/25/2026 10:13:56 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-03-25T22:14:22.7113000Z >>>>> 3/25/2026 10:14:22 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-03-25T22:14:22.7185420Z Passed VerifyGrid_SetPaddingAndBackgroundColor [26 s] 2026-03-25T22:14:22.7189000Z >>>>> 3/25/2026 10:14:22 PM VerifyGrid_SetRow Start 2026-03-25T22:14:45.1490500Z >>>>> 3/25/2026 10:14:45 PM VerifyGrid_SetRow Stop 2026-03-25T22:14:45.1617730Z Passed VerifyGrid_SetRow [22 s] 2026-03-25T22:14:45.1620040Z >>>>> 3/25/2026 10:14:45 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-03-25T22:15:27.1302840Z >>>>> 3/25/2026 10:15:27 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-03-25T22:15:27.1362820Z Passed VerifyGrid_SetRow_SetColumnSpacing [41 s] 2026-03-25T22:15:27.1363960Z >>>>> 3/25/2026 10:15:27 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-03-25T22:16:06.8375770Z >>>>> 3/25/2026 10:16:06 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-03-25T22:16:06.8438070Z Passed VerifyGrid_SetRow_SetRowSpacing [39 s] 2026-03-25T22:16:06.8439200Z >>>>> 3/25/2026 10:16:06 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-03-25T22:16:49.6039920Z >>>>> 3/25/2026 10:16:49 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-03-25T22:16:49.6125820Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [42 s] 2026-03-25T22:16:49.6130080Z >>>>> 3/25/2026 10:16:49 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-03-25T22:17:30.5185620Z >>>>> 3/25/2026 10:17:30 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-03-25T22:17:30.5240220Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [40 s] 2026-03-25T22:17:30.5242640Z >>>>> 3/25/2026 10:17:30 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-03-25T22:18:10.8114040Z >>>>> 3/25/2026 10:18:10 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-03-25T22:18:10.8178680Z Passed VerifyGrid_SetRowSpacingAndPadding [40 s] 2026-03-25T22:18:10.8180500Z >>>>> 3/25/2026 10:18:10 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-03-25T22:18:31.7600230Z >>>>> 3/25/2026 10:18:31 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-03-25T22:18:31.7665080Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [20 s] 2026-03-25T22:18:31.7667460Z >>>>> 3/25/2026 10:18:31 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-03-25T22:18:52.6985950Z >>>>> 3/25/2026 10:18:52 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-03-25T22:18:52.7048950Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [20 s] 2026-03-25T22:18:52.7052050Z >>>>> 3/25/2026 10:18:52 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-03-25T22:19:14.3149170Z >>>>> 3/25/2026 10:19:14 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-03-25T22:19:14.3227870Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [21 s] 2026-03-25T22:19:14.3231750Z >>>>> 3/25/2026 10:19:14 PM VerifyGrid_VerticalOptionsCenter Start 2026-03-25T22:19:31.0319940Z >>>>> 3/25/2026 10:19:31 PM VerifyGrid_VerticalOptionsCenter Stop 2026-03-25T22:19:31.0382020Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-03-25T22:19:31.0383860Z >>>>> 3/25/2026 10:19:31 PM VerifyGrid_VerticalOptionsEnd Start 2026-03-25T22:19:46.2233660Z >>>>> 3/25/2026 10:19:46 PM VerifyGrid_VerticalOptionsEnd Stop 2026-03-25T22:19:46.2298040Z Passed VerifyGrid_VerticalOptionsEnd [15 s] 2026-03-25T22:19:46.2301310Z >>>>> 3/25/2026 10:19:46 PM VerifyGrid_VerticalOptionsStart Start 2026-03-25T22:20:02.0037780Z >>>>> 3/25/2026 10:20:02 PM VerifyGrid_VerticalOptionsStart Stop 2026-03-25T22:20:02.7482840Z Passed VerifyGrid_VerticalOptionsStart [15 s] 2026-03-25T22:20:04.5255900Z >>>>> 3/25/2026 10:20:04 PM FixtureSetup for Issue22075(Mac) 2026-03-25T22:20:04.6220700Z >>>>> 3/25/2026 10:20:04 PM CreateStackWithPadding Start 2026-03-25T22:20:06.8955350Z >>>>> 3/25/2026 10:20:06 PM CreateStackWithPadding Stop 2026-03-25T22:20:07.6124980Z Passed CreateStackWithPadding [2 s] 2026-03-25T22:20:09.4581770Z >>>>> 3/25/2026 10:20:09 PM FixtureSetup for Bugzilla34007(Mac) 2026-03-25T22:20:09.5985940Z >>>>> 3/25/2026 10:20:09 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-03-25T22:20:13.8058270Z >>>>> 3/25/2026 10:20:13 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-03-25T22:20:14.1452000Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-03-25T22:22:23.4287880Z >>>>> 3/25/2026 10:22:23 PM FixtureSetup for Bugzilla34061(Mac) 2026-03-25T22:22:23.5233360Z Bugzilla34061Test: The sample is crashing. More information: ***/issues/21204 2026-03-25T22:22:25.0517640Z Skipped Bugzilla34061Test [< 1 ms] 2026-03-25T22:22:25.1350740Z >>>>> 3/25/2026 10:22:25 PM FixtureSetup for Bugzilla40161(Mac) 2026-03-25T22:22:25.2361900Z >>>>> 3/25/2026 10:22:25 PM Issue1Test Start 2026-03-25T22:22:31.0376680Z >>>>> 3/25/2026 10:22:31 PM Issue1Test Stop 2026-03-25T22:22:31.1556560Z Passed Issue1Test [5 s] 2026-03-25T22:22:33.6792380Z >>>>> 3/25/2026 10:22:33 PM FixtureSetup for Bugzilla44176(Mac) 2026-03-25T22:22:33.7975490Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T22:22:35.2930070Z Skipped Bugzilla44176Test [< 1 ms] 2026-03-25T22:22:36.3998870Z >>>>> 3/25/2026 10:22:36 PM FixtureSetup for Bugzilla46458(Mac) 2026-03-25T22:22:36.5114090Z >>>>> 3/25/2026 10:22:36 PM GridIsEnabled Start 2026-03-25T22:22:52.1453230Z >>>>> 3/25/2026 10:22:52 PM GridIsEnabled Stop 2026-03-25T22:22:53.3144750Z Passed GridIsEnabled [15 s] 2026-03-25T22:22:54.9150120Z >>>>> 3/25/2026 10:22:54 PM FixtureSetup for Bugzilla51238(Mac) 2026-03-25T22:22:55.0278290Z >>>>> 3/25/2026 10:22:55 PM Issue1Test Start 2026-03-25T22:22:57.9698770Z >>>>> 3/25/2026 10:22:57 PM Issue1Test Stop 2026-03-25T22:22:58.0896670Z Passed Issue1Test [2 s] 2026-03-25T22:23:00.4716350Z >>>>> 3/25/2026 10:23:00 PM FixtureSetup for Bugzilla53445(Mac) 2026-03-25T22:23:00.5961830Z >>>>> 3/25/2026 10:23:00 PM Bugzilla53445Test Start 2026-03-25T22:23:14.6419190Z >>>>> 3/25/2026 10:23:14 PM Bugzilla53445Test Stop 2026-03-25T22:23:15.5864080Z Passed Bugzilla53445Test [14 s] 2026-03-25T22:23:17.6821710Z >>>>> 3/25/2026 10:23:17 PM FixtureSetup for Issue1267(Mac) 2026-03-25T22:23:17.8201930Z >>>>> 3/25/2026 10:23:17 PM StarInGridDoesNotCrash Start 2026-03-25T22:23:19.8429080Z >>>>> 3/25/2026 10:23:19 PM StarInGridDoesNotCrash Stop 2026-03-25T22:23:20.8772800Z Passed StarInGridDoesNotCrash [2 s] 2026-03-25T22:23:22.9185110Z >>>>> 3/25/2026 10:23:22 PM FixtureSetup for Issue14364(Mac) 2026-03-25T22:23:23.0349360Z >>>>> 3/25/2026 10:23:23 PM SizePropertiesAvailableDuringLoadedEvent Start 2026-03-25T22:23:24.8922620Z >>>>> 3/25/2026 10:23:24 PM SizePropertiesAvailableDuringLoadedEvent Stop 2026-03-25T22:23:26.0572580Z Passed SizePropertiesAvailableDuringLoadedEvent [1 s] 2026-03-25T22:23:27.4475170Z >>>>> 3/25/2026 10:23:27 PM FixtureSetup for Issue15330(Mac) 2026-03-25T22:23:27.5617500Z >>>>> 3/25/2026 10:23:27 PM Issue15330Test Start 2026-03-25T22:23:30.6848130Z >>>>> 3/25/2026 10:23:30 PM Issue15330Test Stop 2026-03-25T22:23:32.1227720Z Passed Issue15330Test [3 s] 2026-03-25T22:23:33.3959710Z >>>>> 3/25/2026 10:23:33 PM FixtureSetup for Issue1601(Mac) 2026-03-25T22:23:33.4940160Z >>>>> 3/25/2026 10:23:33 PM Issue1601Test Start 2026-03-25T22:23:36.1703310Z >>>>> 3/25/2026 10:23:36 PM Issue1601Test Stop 2026-03-25T22:23:36.6352530Z Passed Issue1601Test [2 s] 2026-03-25T22:23:38.6734730Z >>>>> 3/25/2026 10:23:38 PM FixtureSetup for Issue19513(Mac) 2026-03-25T22:23:38.7737430Z >>>>> 3/25/2026 10:23:38 PM NegativeSpacingCrashes Start 2026-03-25T22:23:39.6474690Z >>>>> 3/25/2026 10:23:39 PM NegativeSpacingCrashes Stop 2026-03-25T22:23:40.2781910Z Passed NegativeSpacingCrashes [880 ms] 2026-03-25T22:23:42.3288740Z >>>>> 3/25/2026 10:23:42 PM FixtureSetup for Issue21711(Mac) 2026-03-25T22:23:42.4503670Z >>>>> 3/25/2026 10:23:42 PM AddDoesNotCrash Start 2026-03-25T22:23:46.9668450Z >>>>> 3/25/2026 10:23:46 PM AddDoesNotCrash Stop 2026-03-25T22:23:46.9726990Z Passed AddDoesNotCrash [4 s] 2026-03-25T22:23:46.9729650Z >>>>> 3/25/2026 10:23:46 PM InsertDoesNotCrash Start 2026-03-25T22:23:49.8993880Z >>>>> 3/25/2026 10:23:49 PM InsertDoesNotCrash Stop 2026-03-25T22:23:49.9051190Z Passed InsertDoesNotCrash [2 s] 2026-03-25T22:23:49.9052190Z >>>>> 3/25/2026 10:23:49 PM RemoveDoesNotCrash Start 2026-03-25T22:23:52.5003970Z >>>>> 3/25/2026 10:23:52 PM RemoveDoesNotCrash Stop 2026-03-25T22:23:52.5074070Z Passed RemoveDoesNotCrash [2 s] 2026-03-25T22:23:52.5075940Z >>>>> 3/25/2026 10:23:52 PM UpdateDoesNotCrash Start 2026-03-25T22:23:55.2403860Z >>>>> 3/25/2026 10:23:55 PM UpdateDoesNotCrash Stop 2026-03-25T22:23:55.5749190Z Passed UpdateDoesNotCrash [2 s] 2026-03-25T22:23:58.0400810Z >>>>> 3/25/2026 10:23:58 PM FixtureSetup for Issue23484(Mac) 2026-03-25T22:23:58.1417150Z >>>>> 3/25/2026 10:23:58 PM ReusingNavigationPageDoesntBreakLayout Start 2026-03-25T22:24:12.1610840Z >>>>> 3/25/2026 10:24:12 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-03-25T22:24:13.1528230Z Passed ReusingNavigationPageDoesntBreakLayout [14 s] 2026-03-25T22:24:14.9836620Z >>>>> 3/25/2026 10:24:14 PM FixtureSetup for Issue24246(Mac) 2026-03-25T22:24:15.0888000Z >>>>> 3/25/2026 10:24:15 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-03-25T22:24:20.9551770Z >>>>> 3/25/2026 10:24:20 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-03-25T22:24:21.1453040Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [5 s] 2026-03-25T22:24:23.5547020Z >>>>> 3/25/2026 10:24:23 PM FixtureSetup for Issue24434(Mac) 2026-03-25T22:24:23.6629930Z >>>>> 3/25/2026 10:24:23 PM ModifyingANonVisibleLayoutWorks Start 2026-03-25T22:24:29.4667170Z >>>>> 3/25/2026 10:24:29 PM ModifyingANonVisibleLayoutWorks Stop 2026-03-25T22:24:29.6579660Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-03-25T22:24:32.1521990Z >>>>> 3/25/2026 10:24:32 PM FixtureSetup for Issue24996(Mac) 2026-03-25T22:24:32.2521810Z >>>>> 3/25/2026 10:24:32 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-03-25T22:24:35.9242130Z >>>>> 3/25/2026 10:24:35 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-03-25T22:24:35.9786740Z >>>>> 3/25/2026 10:24:35 PM Log types: 2026-03-25T22:24:36.8280400Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-03-25T22:24:36.8288290Z Error Message: 2026-03-25T22:24:36.8295000Z Assert.That(condition, Is.True) 2026-03-25T22:24:36.8297030Z Expected: True 2026-03-25T22:24:36.8298550Z But was: False 2026-03-25T22:24:36.8299480Z 2026-03-25T22:24:36.8300190Z Stack Trace: 2026-03-25T22:24:36.8300730Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-03-25T22:24:36.8301580Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-03-25T22:24:36.8302130Z 2026-03-25T22:24:36.8302670Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-03-25T22:24:36.8311050Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-03-25T22:24:36.8311510Z 2026-03-25T22:24:36.8311680Z 2026-03-25T22:26:46.0084990Z >>>>> 3/25/2026 10:26:46 PM FixtureSetup for Issue2653(Mac) 2026-03-25T22:26:46.1001180Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T22:26:47.5880430Z >>>>> 3/25/2026 10:26:47 PM FixtureSetup for Issue2767(Mac) 2026-03-25T22:26:47.6100340Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-03-25T22:26:47.6856340Z >>>>> 3/25/2026 10:26:47 PM Issue2767Test Start 2026-03-25T22:26:49.1024500Z >>>>> 3/25/2026 10:26:49 PM Issue2767Test Stop 2026-03-25T22:26:49.2716060Z Passed Issue2767Test [1 s] 2026-03-25T22:28:57.7035690Z >>>>> 3/25/2026 10:28:57 PM FixtureSetup for Issue2858(Mac) 2026-03-25T22:28:57.7887880Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-03-25T22:28:59.2881010Z >>>>> 3/25/2026 10:28:59 PM FixtureSetup for Issue28945(Mac) 2026-03-25T22:28:59.3581450Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-03-25T22:28:59.4050660Z >>>>> 3/25/2026 10:28:59 PM MauiViewShouldPropagateFocus Start 2026-03-25T22:29:01.3460210Z >>>>> 3/25/2026 10:29:01 PM MauiViewShouldPropagateFocus Stop 2026-03-25T22:29:02.4433710Z Passed MauiViewShouldPropagateFocus [1 s] 2026-03-25T22:29:03.8271070Z >>>>> 3/25/2026 10:29:03 PM FixtureSetup for Issue29919(Mac) 2026-03-25T22:29:03.9393960Z >>>>> 3/25/2026 10:29:03 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-03-25T22:29:04.7610090Z >>>>> 3/25/2026 10:29:04 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-03-25T22:29:05.4802690Z Passed StackLayoutWindowsCrashWithZeroHeight [831 ms] 2026-03-25T22:29:07.4340070Z >>>>> 3/25/2026 10:29:07 PM FixtureSetup for Issue2993(Mac) 2026-03-25T22:29:07.5532560Z >>>>> 3/25/2026 10:29:07 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-03-25T22:29:08.6712840Z >>>>> 3/25/2026 10:29:08 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-03-25T22:29:09.0494820Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-03-25T22:29:11.3982710Z >>>>> 3/25/2026 10:29:11 PM FixtureSetup for Issue3475(Mac) 2026-03-25T22:29:11.5239800Z >>>>> 3/25/2026 10:29:11 PM Issue3475TestsLayoutCompressionPerformance Start 2026-03-25T22:29:45.0161660Z >>>>> 3/25/2026 10:29:45 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-03-25T22:29:46.0274780Z Passed Issue3475TestsLayoutCompressionPerformance [33 s] 2026-03-25T22:29:47.9070300Z >>>>> 3/25/2026 10:29:47 PM FixtureSetup for Issue6260(Mac) 2026-03-25T22:29:48.0231210Z >>>>> 3/25/2026 10:29:48 PM NonAppCompatBasicSwitchTest Start 2026-03-25T22:29:48.9666690Z >>>>> 3/25/2026 10:29:48 PM NonAppCompatBasicSwitchTest Stop 2026-03-25T22:29:49.5517730Z Passed NonAppCompatBasicSwitchTest [950 ms] 2026-03-25T22:29:51.7252980Z >>>>> 3/25/2026 10:29:51 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-03-25T22:29:51.8260050Z >>>>> 3/25/2026 10:29:51 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-25T22:30:17.3529210Z >>>>> 3/25/2026 10:30:17 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-25T22:30:17.3587350Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [25 s] 2026-03-25T22:30:17.3588660Z >>>>> 3/25/2026 10:30:17 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-25T22:30:29.4540640Z >>>>> 3/25/2026 10:30:29 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-25T22:30:29.4597380Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-03-25T22:30:29.4598840Z >>>>> 3/25/2026 10:30:29 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-03-25T22:30:31.8781100Z >>>>> 3/25/2026 10:30:31 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-03-25T22:30:32.4998780Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-03-25T22:30:34.7194550Z >>>>> 3/25/2026 10:30:34 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-03-25T22:30:34.8400840Z >>>>> 3/25/2026 10:30:34 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-03-25T22:30:57.0879000Z >>>>> 3/25/2026 10:30:57 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-03-25T22:30:57.0944760Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-03-25T22:30:57.0945890Z >>>>> 3/25/2026 10:30:57 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-25T22:31:09.0931940Z >>>>> 3/25/2026 10:31:09 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-25T22:31:09.0991360Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-03-25T22:31:09.0993620Z >>>>> 3/25/2026 10:31:09 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-03-25T22:31:11.9571420Z >>>>> 3/25/2026 10:31:11 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-03-25T22:31:12.1730370Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-03-25T22:31:14.6454700Z >>>>> 3/25/2026 10:31:14 PM FixtureSetup for Issue6945(Mac) 2026-03-25T22:31:14.7493800Z >>>>> 3/25/2026 10:31:14 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-03-25T22:31:19.3733920Z >>>>> 3/25/2026 10:31:19 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-03-25T22:31:20.7610500Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-03-25T22:31:22.5773210Z >>>>> 3/25/2026 10:31:22 PM FixtureSetup for Issue9075(Mac) 2026-03-25T22:31:22.7131110Z >>>>> 3/25/2026 10:31:22 PM FlexLayoutCycleException Start 2026-03-25T22:31:24.5867330Z >>>>> 3/25/2026 10:31:24 PM FlexLayoutCycleException Stop 2026-03-25T22:31:25.6996010Z Passed FlexLayoutCycleException [1 s] 2026-03-25T22:31:27.5040630Z >>>>> 3/25/2026 10:31:27 PM FixtureSetup for StackLayoutIssue(Mac) 2026-03-25T22:31:27.6295400Z >>>>> 3/25/2026 10:31:27 PM StackLayoutIssueTestsAllElementsPresent Start 2026-03-25T22:31:32.1316920Z >>>>> 3/25/2026 10:31:32 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-03-25T22:31:33.6189080Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-03-25T22:31:35.1491300Z >>>>> 3/25/2026 10:31:35 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-03-25T22:31:38.3095730Z >>>>> 3/25/2026 10:31:38 PM HorizontalStackLayout_IsVisible Start 2026-03-25T22:31:48.2242310Z >>>>> 3/25/2026 10:31:48 PM HorizontalStackLayout_IsVisible Stop 2026-03-25T22:31:48.2310860Z Passed HorizontalStackLayout_IsVisible [9 s] 2026-03-25T22:31:48.2315880Z >>>>> 3/25/2026 10:31:48 PM HorizontalStackLayout_RTLFlowDirection Start 2026-03-25T22:31:58.7555790Z >>>>> 3/25/2026 10:31:58 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-03-25T22:31:58.7613070Z Passed HorizontalStackLayout_RTLFlowDirection [10 s] 2026-03-25T22:31:58.7614240Z >>>>> 3/25/2026 10:31:58 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-03-25T22:32:17.5128830Z >>>>> 3/25/2026 10:32:17 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-25T22:32:17.5203070Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [18 s] 2026-03-25T22:32:17.5204120Z >>>>> 3/25/2026 10:32:17 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-25T22:32:42.5462940Z >>>>> 3/25/2026 10:32:42 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-25T22:32:42.5528630Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [25 s] 2026-03-25T22:32:42.5531350Z >>>>> 3/25/2026 10:32:42 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-03-25T22:33:02.8463100Z >>>>> 3/25/2026 10:33:02 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-25T22:33:02.8569950Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [20 s] 2026-03-25T22:33:02.8575660Z >>>>> 3/25/2026 10:33:02 PM HorizontalStackLayout_Spacing_With_Height Start 2026-03-25T22:33:25.2699780Z >>>>> 3/25/2026 10:33:25 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-03-25T22:33:25.2762630Z Passed HorizontalStackLayout_Spacing_With_Height [22 s] 2026-03-25T22:33:25.2763690Z >>>>> 3/25/2026 10:33:25 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-25T22:33:54.0270840Z >>>>> 3/25/2026 10:33:54 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-25T22:33:54.0331390Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [28 s] 2026-03-25T22:33:54.0332590Z >>>>> 3/25/2026 10:33:54 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-03-25T22:34:12.8046270Z >>>>> 3/25/2026 10:34:12 PM HorizontalStackLayout_Spacing_With_RTL Stop 2026-03-25T22:34:12.8114730Z Passed HorizontalStackLayout_Spacing_With_RTL [18 s] 2026-03-25T22:34:12.8117780Z >>>>> 3/25/2026 10:34:12 PM HorizontalStackLayout_Spacing_With_Width Start 2026-03-25T22:34:36.0949340Z >>>>> 3/25/2026 10:34:36 PM HorizontalStackLayout_Spacing_With_Width Stop 2026-03-25T22:34:36.1024150Z Passed HorizontalStackLayout_Spacing_With_Width [23 s] 2026-03-25T22:34:36.1025280Z >>>>> 3/25/2026 10:34:36 PM VerticalStackLayout_IsVisible Start 2026-03-25T22:34:48.6028510Z >>>>> 3/25/2026 10:34:48 PM VerticalStackLayout_IsVisible Stop 2026-03-25T22:34:48.6100600Z Passed VerticalStackLayout_IsVisible [12 s] 2026-03-25T22:34:48.6102200Z >>>>> 3/25/2026 10:34:48 PM VerticalStackLayout_RTLFlowDirection Start 2026-03-25T22:35:02.7233120Z >>>>> 3/25/2026 10:35:02 PM VerticalStackLayout_RTLFlowDirection Stop 2026-03-25T22:35:02.7294480Z Passed VerticalStackLayout_RTLFlowDirection [14 s] 2026-03-25T22:35:02.7295580Z >>>>> 3/25/2026 10:35:02 PM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-03-25T22:35:24.4490840Z >>>>> 3/25/2026 10:35:24 PM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-03-25T22:35:24.4567550Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [21 s] 2026-03-25T22:35:24.4571420Z >>>>> 3/25/2026 10:35:24 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-03-25T22:35:53.9668880Z >>>>> 3/25/2026 10:35:53 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-03-25T22:35:53.9736020Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [29 s] 2026-03-25T22:35:53.9737120Z >>>>> 3/25/2026 10:35:53 PM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-03-25T22:36:15.3776940Z >>>>> 3/25/2026 10:36:15 PM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-03-25T22:36:15.3843980Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [21 s] 2026-03-25T22:36:15.3845420Z >>>>> 3/25/2026 10:36:15 PM VerticalStackLayout_Spacing_With_Height Start 2026-03-25T22:36:40.3090080Z >>>>> 3/25/2026 10:36:40 PM VerticalStackLayout_Spacing_With_Height Stop 2026-03-25T22:36:40.3172640Z Passed VerticalStackLayout_Spacing_With_Height [24 s] 2026-03-25T22:36:40.3175370Z >>>>> 3/25/2026 10:36:40 PM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-03-25T22:37:14.2378320Z >>>>> 3/25/2026 10:37:14 PM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-03-25T22:37:14.2461720Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [33 s] 2026-03-25T22:37:14.2466150Z >>>>> 3/25/2026 10:37:14 PM VerticalStackLayout_Spacing_With_RTL Start 2026-03-25T22:37:35.9197160Z >>>>> 3/25/2026 10:37:35 PM VerticalStackLayout_Spacing_With_RTL Stop 2026-03-25T22:37:35.9291240Z Passed VerticalStackLayout_Spacing_With_RTL [21 s] 2026-03-25T22:37:35.9294590Z >>>>> 3/25/2026 10:37:35 PM VerticalStackLayout_Spacing_With_Width Start 2026-03-25T22:38:01.6710810Z >>>>> 3/25/2026 10:38:01 PM VerticalStackLayout_Spacing_With_Width Stop 2026-03-25T22:38:03.0025720Z Passed VerticalStackLayout_Spacing_With_Width [25 s] 2026-03-25T22:38:04.6035260Z >>>>> 3/25/2026 10:38:04 PM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-03-25T22:38:07.6226880Z >>>>> 3/25/2026 10:38:07 PM TwoPaneView_WideMode Start 2026-03-25T22:38:19.8272610Z >>>>> 3/25/2026 10:38:19 PM TwoPaneView_WideMode Stop 2026-03-25T22:38:19.8350620Z Passed TwoPaneView_WideMode [12 s] 2026-03-25T22:38:19.8357000Z >>>>> 3/25/2026 10:38:19 PM TwoPaneView_IsTall_UsingRect Start 2026-03-25T22:38:43.1681750Z >>>>> 3/25/2026 10:38:43 PM TwoPaneView_IsTall_UsingRect Stop 2026-03-25T22:38:43.1744910Z Passed TwoPaneView_IsTall_UsingRect [23 s] 2026-03-25T22:38:43.1745890Z >>>>> 3/25/2026 10:38:43 PM TwoPaneView_Wide_UsingRect Start 2026-03-25T22:38:56.3368340Z >>>>> 3/25/2026 10:38:56 PM TwoPaneView_Wide_UsingRect Stop 2026-03-25T22:38:56.3433530Z Passed TwoPaneView_Wide_UsingRect [13 s] 2026-03-25T22:38:56.3436490Z >>>>> 3/25/2026 10:38:56 PM TwoPaneView_TallMode Start 2026-03-25T22:39:14.6439730Z >>>>> 3/25/2026 10:39:14 PM TwoPaneView_TallMode Stop 2026-03-25T22:39:14.6507850Z Passed TwoPaneView_TallMode [18 s] 2026-03-25T22:39:14.6508740Z >>>>> 3/25/2026 10:39:14 PM TwoPaneView_Pane1Priority Start 2026-03-25T22:39:33.5765070Z >>>>> 3/25/2026 10:39:33 PM TwoPaneView_Pane1Priority Stop 2026-03-25T22:39:33.5852040Z Passed TwoPaneView_Pane1Priority [18 s] 2026-03-25T22:39:33.5855430Z >>>>> 3/25/2026 10:39:33 PM TwoPaneView_Pane2Priority Start 2026-03-25T22:39:58.0789840Z >>>>> 3/25/2026 10:39:58 PM TwoPaneView_Pane2Priority Stop 2026-03-25T22:39:58.0873280Z Passed TwoPaneView_Pane2Priority [24 s] 2026-03-25T22:39:58.0880210Z >>>>> 3/25/2026 10:39:58 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-03-25T22:40:25.5731360Z >>>>> 3/25/2026 10:40:25 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-03-25T22:40:25.5803260Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [27 s] 2026-03-25T22:40:25.5805830Z >>>>> 3/25/2026 10:40:25 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-03-25T22:40:53.0582340Z >>>>> 3/25/2026 10:40:53 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-03-25T22:40:53.0643210Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [27 s] 2026-03-25T22:40:53.0644480Z >>>>> 3/25/2026 10:40:53 PM TwoPaneView_Pane2SizeIncrease Start 2026-03-25T22:41:14.9344980Z >>>>> 3/25/2026 10:41:14 PM TwoPaneView_Pane2SizeIncrease Stop 2026-03-25T22:41:14.9421410Z Passed TwoPaneView_Pane2SizeIncrease [21 s] 2026-03-25T22:41:14.9423780Z >>>>> 3/25/2026 10:41:14 PM TwoPaneView_Pane1SizeIncrease Start 2026-03-25T22:41:36.2332220Z >>>>> 3/25/2026 10:41:36 PM TwoPaneView_Pane1SizeIncrease Stop 2026-03-25T22:41:36.2397140Z Passed TwoPaneView_Pane1SizeIncrease [21 s] 2026-03-25T22:41:36.2400150Z >>>>> 3/25/2026 10:41:36 PM TwoPaneView_ZIsShadowEnabled Start 2026-03-25T22:41:50.7513450Z >>>>> 3/25/2026 10:41:50 PM TwoPaneView_ZIsShadowEnabled Stop 2026-03-25T22:41:50.7580670Z Passed TwoPaneView_ZIsShadowEnabled [14 s] 2026-03-25T22:41:50.7581650Z >>>>> 3/25/2026 10:41:50 PM TwoPaneView_IsVisible Start 2026-03-25T22:42:05.2724780Z >>>>> 3/25/2026 10:42:05 PM TwoPaneView_IsVisible Stop 2026-03-25T22:42:05.2802960Z Passed TwoPaneView_IsVisible [14 s] 2026-03-25T22:42:05.2893310Z >>>>> 3/25/2026 10:42:05 PM TwoPaneView_RTLFlowDirection Start 2026-03-25T22:42:19.4733610Z >>>>> 3/25/2026 10:42:19 PM TwoPaneView_RTLFlowDirection Stop 2026-03-25T22:42:19.5198980Z Passed TwoPaneView_RTLFlowDirection [14 s] 2026-03-25T22:42:19.5202400Z >>>>> 3/25/2026 10:42:19 PM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-03-25T22:42:47.0111700Z >>>>> 3/25/2026 10:42:47 PM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-03-25T22:42:48.0205560Z Passed TwoPaneView_IsWideWithRTL_UsingRect [27 s] 2026-03-25T22:42:48.0878970Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-25T22:42:48.2452820Z WARNING: Overwriting results file: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-25T22:42:48.2570280Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-25T22:42:48.2577920Z 2026-03-25T22:42:48.2636560Z Test Run Failed. 2026-03-25T22:42:48.2637630Z Total tests: 181 2026-03-25T22:42:48.2638110Z Passed: 176 2026-03-25T22:42:48.2638500Z Failed: 1 2026-03-25T22:42:48.2638870Z Skipped: 4 2026-03-25T22:42:48.2725900Z Total time: 1.2581 Hours 2026-03-25T22:42:48.3650990Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-03-25T22:42:48.3672540Z An error occurred when executing task 'uitest'. 2026-03-25T22:42:48.3705210Z Completed in 01:15:59.0384871 2026-03-25T22:42:48.3859640Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-25T22:42:48.3860840Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-25T22:42:48.3862110Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-03-25T22:42:48.3863530Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-03-25T22:42:48.3865000Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-03-25T22:42:48.3866480Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-03-25T22:42:48.3867950Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-03-25T22:42:48.3869080Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-25T22:42:48.3870160Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-25T22:42:48.3871290Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-25T22:42:48.3871980Z at Submission#0.<>b__0_24() 2026-03-25T22:42:48.3872690Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-25T22:42:48.3873640Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-03-25T22:42:48.3874470Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-25T22:42:48.3875600Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-25T22:42:48.3876940Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-03-25T22:42:48.3878370Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-03-25T22:42:48.3880130Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-03-25T22:42:48.3881250Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-03-25T22:42:48.3882400Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-03-25T22:42:48.3884190Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-25T22:42:48.3885440Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-25T22:42:48.3886470Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-25T22:42:48.3887280Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-25T22:42:48.3887900Z at Submission#0.<>d__0.MoveNext() 2026-03-25T22:42:48.3892920Z --- End of stack trace from previous location --- 2026-03-25T22:42:48.3894400Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-25T22:42:48.3896070Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-25T22:42:48.3897370Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-25T22:42:48.3898280Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-25T22:42:48.3899200Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-25T22:42:48.3900170Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-25T22:42:48.3901110Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-25T22:42:48.6055450Z 2026-03-25T22:42:48.6074730Z ##[error]PowerShell exited with code '1'. 2026-03-25T22:42:48.6144170Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6150010Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6150510Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6153100Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6153690Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6154080Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6156560Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6157160Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6157580Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6160100Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6160750Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6161340Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6163620Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6164230Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6164570Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6167510Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6168450Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6169000Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6171400Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6172010Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6172350Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6174670Z ##[section]Async Command Start: Update Build Number 2026-03-25T22:42:48.6175310Z Update build number to 10.0.60-ci+pr.34540.azdo.1352607 for build 1352607 2026-03-25T22:42:48.6175700Z ##[section]Async Command End: Update Build Number 2026-03-25T22:42:48.6178700Z ##[section]Finishing: Controls Layout