2026-02-23T13:02:16.1390700Z ##[section]Starting: Controls Layout 2026-02-23T13:02:16.1416580Z ============================================================================== 2026-02-23T13:02:16.1417020Z Task : PowerShell 2026-02-23T13:02:16.1417230Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-23T13:02:16.1417540Z Version : 2.268.1 2026-02-23T13:02:16.1417840Z Author : Microsoft Corporation 2026-02-23T13:02:16.1418040Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-23T13:02:16.1418330Z ============================================================================== 2026-02-23T13:02:16.5360140Z Generating script. 2026-02-23T13:02:16.5376040Z ========================== Starting Command Output =========================== 2026-02-23T13:02:16.5391820Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/b4ec52e9-5cdf-462d-9da8-8dc093d5fd9e.ps1' 2026-02-23T13:02:18.3159740Z $ErrorActionPreference = 'stop' 2026-02-23T13:02:18.3263300Z $ProgressPreference = 'silentlyContinue' 2026-02-23T13:02:18.3272030Z Get-Content $PSCommandPath 2026-02-23T13:02:18.3278080Z $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-02-23T13:02:18.3280500Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-23T13:02:18.3282780Z $command += " --runtimevariant=""Mono""" 2026-02-23T13:02:18.3285030Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-23T13:02:18.3286820Z 2026-02-23T13:02:18.3296980Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-23T13:02:18.3302650Z $deviceType = "" 2026-02-23T13:02:18.3305160Z if ($deviceType) { 2026-02-23T13:02:18.3309230Z $command += " --skin=""$deviceType""" 2026-02-23T13:02:18.3321820Z } 2026-02-23T13:02:18.3329880Z 2026-02-23T13:02:18.3344850Z $testFilter = "" 2026-02-23T13:02:18.3353260Z $testConfigrationArgs = "" 2026-02-23T13:02:18.3357320Z 2026-02-23T13:02:18.3360560Z "Layout".Split(",") | ForEach { 2026-02-23T13:02:18.3362770Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-23T13:02:18.3365510Z } 2026-02-23T13:02:18.3372680Z 2026-02-23T13:02:18.3375540Z $testFilter = $testFilter.TrimEnd("|") 2026-02-23T13:02:18.3377060Z 2026-02-23T13:02:18.3378870Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-23T13:02:18.3384100Z if ($testConfigrationArgs) { 2026-02-23T13:02:18.3386590Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-23T13:02:18.3388730Z } 2026-02-23T13:02:18.3393360Z if ($testFilter) { 2026-02-23T13:02:18.3395610Z $command += " --test-filter ""$testFilter""" 2026-02-23T13:02:18.3397740Z } 2026-02-23T13:02:18.3399930Z 2026-02-23T13:02:18.3405350Z $headless = true 2026-02-23T13:02:18.3407090Z if ($headless) { 2026-02-23T13:02:18.3409750Z $command += " --headless ""$headless""" 2026-02-23T13:02:18.3412430Z } 2026-02-23T13:02:18.3414940Z 2026-02-23T13:02:18.3418400Z Write-Host "Running command: $command" 2026-02-23T13:02:18.3423870Z 2026-02-23T13:02:18.3426690Z Invoke-Expression $command 2026-02-23T13:02:18.3429320Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-23T13:02:18.3436110Z } else { 2026-02-23T13:02:18.3439070Z exit $LASTEXITCODE 2026-02-23T13:02:18.3439820Z } 2026-02-23T13:02:18.5186560Z 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-02-23T13:02:19.6849010Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T13:02:21.0512830Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T13:02:22.0215080Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T13:02:22.9973280Z 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-02-23T13:02:24.3194450Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T13:02:28.2360080Z Looking for modules... 2026-02-23T13:02:36.6133920Z No modules found to install. 2026-02-23T13:02:36.6340600Z Module directory does not exist. 2026-02-23T13:02:36.6473430Z Analyzing build script... 2026-02-23T13:02:36.6508050Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-23T13:02:36.6526070Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-23T13:02:36.6537340Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-23T13:02:37.2274310Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-23T13:02:41.0351540Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-23T13:02:43.1074620Z Processing build script... 2026-02-23T13:02:43.1130750Z Installing addins... 2026-02-23T13:02:43.9048190Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-23T13:02:43.9572910Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-23T13:02:44.0409080Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-23T13:02:44.4280550Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-23T13:02:44.4287160Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-23T13:02:44.4289590Z is referencing an older version of Cake.Core (0.33.0). 2026-02-23T13:02:44.4292020Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-23T13:02:44.4304060Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-23T13:02:44.4309250Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-23T13:02:44.9312270Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-23T13:02:44.9313690Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-23T13:02:44.9315390Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-23T13:02:44.9316480Z Adding assembly reference to System.Runtime.dll... 2026-02-23T13:02:44.9317780Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-23T13:02:44.9318990Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-23T13:02:44.9320120Z Adding assembly reference to System.Threading.dll... 2026-02-23T13:02:44.9321220Z Adding assembly reference to System.Linq.dll... 2026-02-23T13:02:44.9323790Z Adding assembly reference to System.Collections.dll... 2026-02-23T13:02:44.9324900Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-23T13:02:44.9326110Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-23T13:02:44.9327390Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-23T13:02:44.9328670Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-23T13:02:44.9329790Z Adding assembly reference to System.ObjectModel.dll... 2026-02-23T13:02:44.9330810Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-23T13:02:44.9331660Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-23T13:02:44.9332630Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-23T13:02:44.9333780Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-23T13:02:44.9335170Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-23T13:02:44.9336560Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-23T13:02:44.9337760Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-23T13:02:44.9338990Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-23T13:02:44.9340130Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-23T13:02:44.9344420Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-23T13:02:44.9346650Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-23T13:02:44.9348150Z Adding assembly reference to mscorlib.dll... 2026-02-23T13:02:44.9349340Z Adding assembly reference to netstandard.dll... 2026-02-23T13:02:44.9350510Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-23T13:02:44.9352930Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-23T13:02:44.9354440Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-23T13:02:44.9355870Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-23T13:02:44.9357010Z Adding assembly reference to System.Memory.dll... 2026-02-23T13:02:44.9358320Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-23T13:02:44.9359590Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-23T13:02:44.9361550Z Adding assembly reference to System.ComponentModel.dll... 2026-02-23T13:02:44.9362770Z Adding assembly reference to System.Console.dll... 2026-02-23T13:02:44.9364640Z Adding assembly reference to System.Data.Common.dll... 2026-02-23T13:02:44.9366110Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-23T13:02:44.9367310Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-23T13:02:44.9368530Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-23T13:02:44.9369740Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-23T13:02:44.9371810Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-23T13:02:44.9372960Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-23T13:02:44.9374100Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-23T13:02:44.9375520Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-23T13:02:44.9376940Z Adding assembly reference to System.IO.Compression.dll... 2026-02-23T13:02:44.9378120Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-23T13:02:44.9379510Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-23T13:02:44.9381640Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-23T13:02:44.9383850Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-23T13:02:44.9385210Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-23T13:02:44.9386010Z Adding assembly reference to System.Net.Requests.dll... 2026-02-23T13:02:44.9387120Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-23T13:02:44.9388260Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-23T13:02:44.9390770Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-23T13:02:44.9392220Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-23T13:02:44.9393210Z Adding assembly reference to System.Net.Http.dll... 2026-02-23T13:02:44.9394140Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-23T13:02:44.9396430Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-23T13:02:44.9397610Z Adding assembly reference to System.Net.Mail.dll... 2026-02-23T13:02:44.9398800Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-23T13:02:44.9400200Z Adding assembly reference to System.Net.Ping.dll... 2026-02-23T13:02:44.9401250Z Adding assembly reference to System.Net.Security.dll... 2026-02-23T13:02:44.9402040Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-23T13:02:44.9403050Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-23T13:02:44.9404170Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-23T13:02:44.9405300Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-23T13:02:44.9406410Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-23T13:02:44.9408040Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-23T13:02:44.9409440Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-23T13:02:44.9410740Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-23T13:02:44.9411950Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-23T13:02:44.9413180Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-23T13:02:44.9415390Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-23T13:02:44.9417370Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-23T13:02:44.9419250Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-23T13:02:44.9420240Z Adding assembly reference to System.Security.Claims.dll... 2026-02-23T13:02:44.9421060Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-23T13:02:44.9421850Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-23T13:02:44.9422630Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-23T13:02:44.9423420Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-23T13:02:44.9424310Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-23T13:02:44.9425150Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-23T13:02:44.9426260Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-23T13:02:44.9427560Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-23T13:02:44.9428910Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-23T13:02:44.9430370Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-23T13:02:44.9431850Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-23T13:02:44.9433180Z Adding assembly reference to System.AppContext.dll... 2026-02-23T13:02:44.9434880Z Adding assembly reference to System.Buffers.dll... 2026-02-23T13:02:44.9435980Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-23T13:02:44.9437290Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-23T13:02:44.9439360Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-23T13:02:44.9440710Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-23T13:02:44.9442040Z Adding assembly reference to System.Configuration.dll... 2026-02-23T13:02:44.9443680Z Adding assembly reference to System.Core.dll... 2026-02-23T13:02:44.9445930Z Adding assembly reference to System.Private.Uri.dll... 2026-02-23T13:02:44.9447480Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-23T13:02:44.9449270Z Adding assembly reference to System.Data.dll... 2026-02-23T13:02:44.9450530Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-23T13:02:44.9451790Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-23T13:02:44.9452900Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-23T13:02:44.9454160Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-23T13:02:44.9456190Z Adding assembly reference to System.dll... 2026-02-23T13:02:44.9457580Z Adding assembly reference to System.Drawing.dll... 2026-02-23T13:02:44.9458950Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-23T13:02:44.9461250Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-23T13:02:44.9462740Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-23T13:02:44.9464610Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-23T13:02:44.9467600Z Adding assembly reference to System.Globalization.dll... 2026-02-23T13:02:44.9469260Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-23T13:02:44.9470740Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-23T13:02:44.9473310Z Adding assembly reference to System.IO.dll... 2026-02-23T13:02:44.9475240Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-23T13:02:44.9478730Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-23T13:02:44.9479970Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-23T13:02:44.9481400Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-23T13:02:44.9483560Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-23T13:02:44.9485190Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-23T13:02:44.9486520Z Adding assembly reference to System.Net.dll... 2026-02-23T13:02:44.9487700Z Adding assembly reference to System.Net.Quic.dll... 2026-02-23T13:02:44.9489120Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-23T13:02:44.9490320Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-23T13:02:44.9491470Z Adding assembly reference to System.Text.Json.dll... 2026-02-23T13:02:44.9492640Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-23T13:02:44.9493760Z Adding assembly reference to System.Numerics.dll... 2026-02-23T13:02:44.9495410Z Adding assembly reference to System.Reflection.dll... 2026-02-23T13:02:44.9496730Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-23T13:02:44.9497720Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-23T13:02:44.9498880Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-23T13:02:44.9500250Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-23T13:02:44.9501630Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-23T13:02:44.9502920Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-23T13:02:44.9504070Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-23T13:02:44.9505320Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-23T13:02:44.9506740Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-23T13:02:44.9508030Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-23T13:02:44.9509330Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-23T13:02:44.9511070Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-23T13:02:44.9514330Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-23T13:02:44.9515800Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-23T13:02:44.9517490Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-23T13:02:44.9520010Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-23T13:02:44.9521840Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-23T13:02:44.9523490Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-23T13:02:44.9525070Z Adding assembly reference to System.Security.dll... 2026-02-23T13:02:44.9526310Z Adding assembly reference to System.Security.Principal.dll... 2026-02-23T13:02:44.9527510Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-23T13:02:44.9528930Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-23T13:02:44.9530190Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-23T13:02:44.9531640Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-23T13:02:44.9532820Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-23T13:02:44.9533850Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-23T13:02:44.9534610Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-23T13:02:44.9535380Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-23T13:02:44.9536130Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-23T13:02:44.9536940Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-23T13:02:44.9537720Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-23T13:02:44.9539460Z Adding assembly reference to System.Transactions.dll... 2026-02-23T13:02:44.9540640Z Adding assembly reference to System.ValueTuple.dll... 2026-02-23T13:02:44.9541410Z Adding assembly reference to System.Web.dll... 2026-02-23T13:02:44.9542900Z Adding assembly reference to System.Windows.dll... 2026-02-23T13:02:44.9544600Z Adding assembly reference to System.Xml.dll... 2026-02-23T13:02:44.9545540Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-23T13:02:44.9546560Z Adding assembly reference to System.Private.Xml.dll... 2026-02-23T13:02:44.9547410Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-23T13:02:44.9548270Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-23T13:02:44.9549140Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-23T13:02:44.9550000Z Adding assembly reference to WindowsBase.dll... 2026-02-23T13:02:44.9550790Z Adding assembly reference to Cake.Core.dll... 2026-02-23T13:02:44.9551590Z Adding assembly reference to Cake.Common.dll... 2026-02-23T13:02:44.9552550Z Adding assembly reference to Spectre.Console.dll... 2026-02-23T13:02:44.9553750Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-23T13:02:44.9624490Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-23T13:02:44.9626250Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-23T13:02:44.9627400Z Importing namespace Cake.Common... 2026-02-23T13:02:44.9628400Z Importing namespace Cake.Common.Build... 2026-02-23T13:02:44.9630440Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-23T13:02:44.9631830Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-23T13:02:44.9632790Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-23T13:02:44.9633890Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-23T13:02:44.9635230Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-23T13:02:44.9636380Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-23T13:02:44.9637480Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-23T13:02:44.9638610Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-23T13:02:44.9639800Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-23T13:02:44.9641010Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-23T13:02:44.9643280Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-23T13:02:44.9644990Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-23T13:02:44.9646270Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-23T13:02:44.9647300Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-23T13:02:44.9648690Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-23T13:02:44.9650110Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-23T13:02:44.9651050Z Importing namespace Cake.Common.Build.GoCD... 2026-02-23T13:02:44.9652330Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-23T13:02:44.9654300Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-23T13:02:44.9655080Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-23T13:02:44.9655950Z Importing namespace Cake.Common.Build.MyGet... 2026-02-23T13:02:44.9657280Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-23T13:02:44.9658480Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-23T13:02:44.9659340Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-23T13:02:44.9660730Z Importing namespace Cake.Common.Diagnostics... 2026-02-23T13:02:44.9661750Z Importing namespace Cake.Common.IO... 2026-02-23T13:02:44.9663050Z Importing namespace Cake.Common.IO.Paths... 2026-02-23T13:02:44.9664050Z Importing namespace Cake.Common.Net... 2026-02-23T13:02:44.9665130Z Importing namespace Cake.Common.Security... 2026-02-23T13:02:44.9666150Z Importing namespace Cake.Common.Solution... 2026-02-23T13:02:44.9667680Z Importing namespace Cake.Common.Solution.Project... 2026-02-23T13:02:44.9668700Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-23T13:02:44.9669620Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-23T13:02:44.9670590Z Importing namespace Cake.Common.Text... 2026-02-23T13:02:44.9671530Z Importing namespace Cake.Common.Tools.Cake... 2026-02-23T13:02:44.9672600Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-23T13:02:44.9673800Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-23T13:02:44.9675630Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-23T13:02:44.9676700Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-23T13:02:44.9677830Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-23T13:02:44.9679010Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-23T13:02:44.9680180Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-23T13:02:44.9681160Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-23T13:02:44.9682230Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-23T13:02:44.9685430Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-23T13:02:44.9686800Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-23T13:02:44.9687970Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-23T13:02:44.9689420Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-23T13:02:44.9690590Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-23T13:02:44.9691570Z Importing namespace Cake.Common.Tools.Command... 2026-02-23T13:02:44.9692600Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-23T13:02:44.9693750Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-23T13:02:44.9694810Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-23T13:02:44.9695790Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-23T13:02:44.9698540Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-23T13:02:44.9699750Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-23T13:02:44.9700830Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-23T13:02:44.9701950Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-23T13:02:44.9703040Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-23T13:02:44.9704160Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-23T13:02:44.9706130Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-23T13:02:44.9707290Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-23T13:02:44.9708460Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-23T13:02:44.9709550Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-23T13:02:44.9710650Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-23T13:02:44.9711490Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-23T13:02:44.9712220Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-23T13:02:44.9713510Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-23T13:02:44.9714760Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-23T13:02:44.9715800Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-23T13:02:44.9716610Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-23T13:02:44.9717490Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-23T13:02:44.9719390Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-23T13:02:44.9720660Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-23T13:02:44.9721770Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-23T13:02:44.9722890Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-23T13:02:44.9723970Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-23T13:02:44.9725100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-23T13:02:44.9726180Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-23T13:02:44.9727330Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-23T13:02:44.9728880Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-23T13:02:44.9730370Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-23T13:02:44.9731680Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-23T13:02:44.9732930Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-23T13:02:44.9735020Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-23T13:02:44.9736380Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-23T13:02:44.9737570Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-23T13:02:44.9738720Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-23T13:02:44.9739770Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-23T13:02:44.9741570Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-23T13:02:44.9742750Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-23T13:02:44.9743840Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-23T13:02:44.9744950Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-23T13:02:44.9746070Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-23T13:02:44.9747380Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-23T13:02:44.9748500Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-23T13:02:44.9749820Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-23T13:02:44.9751020Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-23T13:02:44.9751990Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-23T13:02:44.9753030Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-23T13:02:44.9754020Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-23T13:02:44.9755060Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-23T13:02:44.9756010Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-23T13:02:44.9757040Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-23T13:02:44.9758050Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-23T13:02:44.9759030Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-23T13:02:44.9760080Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-23T13:02:44.9762070Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-23T13:02:44.9763320Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-23T13:02:44.9764460Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-23T13:02:44.9765950Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-23T13:02:44.9767010Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-23T13:02:44.9768050Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-23T13:02:44.9769200Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-23T13:02:44.9770460Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-23T13:02:44.9771670Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-23T13:02:44.9772960Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-23T13:02:44.9774040Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-23T13:02:44.9775120Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-23T13:02:44.9776270Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-23T13:02:44.9777690Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-23T13:02:44.9779020Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-23T13:02:44.9780030Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-23T13:02:44.9781010Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-23T13:02:44.9782660Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-23T13:02:44.9783900Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-23T13:02:44.9785170Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-23T13:02:44.9786180Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-23T13:02:44.9787290Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-23T13:02:44.9788050Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-23T13:02:44.9788760Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-23T13:02:44.9789520Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-23T13:02:44.9790310Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-23T13:02:44.9792130Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-23T13:02:44.9793670Z Importing namespace Cake.Common.Tools.WiX... 2026-02-23T13:02:44.9795380Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-23T13:02:44.9796440Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-23T13:02:44.9797180Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-23T13:02:44.9797970Z Importing namespace Cake.Common.Xml... 2026-02-23T13:02:44.9798660Z Importing namespace Cake.Core... 2026-02-23T13:02:44.9799640Z Importing namespace Cake.Core.Diagnostics... 2026-02-23T13:02:44.9800970Z Importing namespace Cake.Core.IO... 2026-02-23T13:02:44.9801960Z Importing namespace Cake.Core.Scripting... 2026-02-23T13:02:44.9804190Z Importing namespace Cake.Core.Tooling... 2026-02-23T13:02:44.9805220Z Importing namespace Cake.FileHelpers... 2026-02-23T13:02:44.9806170Z Importing namespace NuGet.Common... 2026-02-23T13:02:44.9807560Z Importing namespace NuGet.Configuration... 2026-02-23T13:02:44.9808720Z Importing namespace NuGet.Protocol... 2026-02-23T13:02:44.9809790Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-23T13:02:44.9810840Z Importing namespace NuGet.Versioning... 2026-02-23T13:02:44.9812040Z Importing namespace System... 2026-02-23T13:02:44.9813040Z Importing namespace System.Collections.Generic... 2026-02-23T13:02:44.9814060Z Importing namespace System.IO... 2026-02-23T13:02:44.9815150Z Importing namespace System.Linq... 2026-02-23T13:02:44.9816070Z Importing namespace System.Text... 2026-02-23T13:02:44.9817040Z Importing namespace System.Threading.Tasks... 2026-02-23T13:02:44.9818020Z .NETStandard,Version=v2.0 2026-02-23T13:02:45.0737330Z Compiling build script... 2026-02-23T13:02:51.7336440Z /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-02-23T13:02:54.9737800Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-23T13:02:54.9744450Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-23T13:02:54.9780890Z Host OS System Arch: X64 2026-02-23T13:02:54.9783200Z Host Processor System Arch: X64 2026-02-23T13:02:54.9784350Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T13:02:54.9787740Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-23T13:02:54.9788660Z Build Configuration: Release 2026-02-23T13:02:54.9789380Z Build Runtime Identifier: maccatalyst-x64 2026-02-23T13:02:54.9790090Z Build Target Framework: net10.0-maccatalyst 2026-02-23T13:02:54.9791030Z Test Device: mac 2026-02-23T13:02:54.9791710Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-23T13:02:55.0031520Z 2026-02-23T13:02:55.0036430Z ======================================== 2026-02-23T13:02:55.0039900Z uitest 2026-02-23T13:02:55.0040630Z ======================================== 2026-02-23T13:02:55.0043750Z Executing task: uitest 2026-02-23T13:02:55.0074780Z Starting UI Tests... 2026-02-23T13:02:55.0088150Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-23T13:02:55.0095730Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-23T13:02:55.0189830Z Testing Device: mac 2026-02-23T13:02:55.0191230Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-23T13:02:55.0192420Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-23T13:02:55.0193500Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-23T13:02:55.0257370Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-23T13:02:55.3487500Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T13:02:55.3595130Z 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-02-23T13:03:07.6249770Z Determining projects to restore... 2026-02-23T13:03:33.5238930Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 10.39 sec). 2026-02-23T13:03:33.6632890Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 10 ms). 2026-02-23T13:03:36.5815160Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 14.07 sec). 2026-02-23T13:03:40.5109530Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 3.89 sec). 2026-02-23T13:03:40.5252550Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 4 ms). 2026-02-23T13:03:40.5568130Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 7 ms). 2026-02-23T13:03:40.6261260Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 18.06 sec). 2026-02-23T13:03:41.1186180Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 472 ms). 2026-02-23T13:03:41.7428840Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 1.07 sec). 2026-02-23T13:03:41.8851890Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 112 ms). 2026-02-23T13:03:46.0741240Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 4.93 sec). 2026-02-23T13:03:48.8694310Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 14.86 sec). 2026-02-23T13:03:48.9193050Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 26.42 sec). 2026-02-23T13:04:25.9170240Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-23T13:04:26.4204450Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-23T13:04:30.3913760Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-23T13:04:49.4361140Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-23T13:04:50.4035980Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-23T13:06:27.1525970Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-23T13:06:28.0128110Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-23T13:06:31.9169590Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-23T13:06:33.1437400Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-23T13:06:33.5165980Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-23T13:06:33.9294190Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-23T13:06:34.7453870Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-23T13:06:55.5391960Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-23T13:06:55.6565310Z 2026-02-23T13:06:55.6617660Z Build succeeded. 2026-02-23T13:06:55.6654670Z 0 Warning(s) 2026-02-23T13:06:55.6688920Z 0 Error(s) 2026-02-23T13:06:55.6706850Z 2026-02-23T13:06:55.6754670Z Time Elapsed 00:03:56.85 2026-02-23T13:06:55.7447070Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-23T13:06:55.7530420Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T13:06:55.7532900Z Run Tests With Filter TestCategory=Layout 2026-02-23T13:06:55.7533660Z Log Directory: /Users/runner/work/1/a/logs 2026-02-23T13:06:55.7536760Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-23T13:06:55.7538680Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-23T13:06:55.7541340Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-23T13:06:55.7543590Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-23T13:06:55.7544750Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-23T13:06:55.7548840Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-23T13:06:55.7552100Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-23T13:06:55.7555350Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-23T13:06:55.7560920Z 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-02-23T13:06:55.7566700Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-23T13:06:55.7621830Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-23T13:06:55.7706800Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-23T13:06:56.1033380Z Downloading file: 15% 2026-02-23T13:06:56.1148240Z Downloading file: 50% 2026-02-23T13:06:56.1529430Z Downloading file: 100% 2026-02-23T13:06:56.1560380Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-23T13:06:56.1569130Z 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-02-23T13:06:56.1572300Z 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-02-23T13:06:59.9582680Z 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-02-23T13:07:00.1920300Z VSTest version 18.0.1 (x64) 2026-02-23T13:07:00.1940470Z 2026-02-23T13:07:00.4927260Z Starting test execution, please wait... 2026-02-23T13:07:00.5770640Z A total of 1 test files matched the specified pattern. 2026-02-23T13:07:01.6137500Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-23T13:07:01.8201350Z [xUnit.net 00:00:00.24] Discovering: Controls.TestCases.Mac.Tests 2026-02-23T13:07:02.8219020Z [xUnit.net 00:00:01.17] Discovered: Controls.TestCases.Mac.Tests 2026-02-23T13:07:02.9180540Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-23T13:07:03.1620440Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-23T13:07:05.3261940Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-23T13:12:42.3545070Z >>>>> 2/23/2026 1:12:42 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-23T13:12:51.0896700Z >>>>> 2/23/2026 1:12:49 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-23T13:14:55.7862410Z >>>>> 2/23/2026 1:14:55 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-23T13:14:58.2095000Z Passed VerifyAbsoluteLayout_LayoutBounds [2 m 7 s] 2026-02-23T13:14:58.2943360Z >>>>> 2/23/2026 1:14:56 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-23T13:17:06.7170400Z >>>>> 2/23/2026 1:17:06 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-23T13:17:06.8000440Z Passed VerifyAbsoluteLayout_AllProportional [2 m 10 s] 2026-02-23T13:17:06.8311350Z >>>>> 2/23/2026 1:17:06 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-23T13:18:36.4898690Z >>>>> 2/23/2026 1:18:36 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-23T13:18:36.5148130Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 29 s] 2026-02-23T13:18:36.6154730Z >>>>> 2/23/2026 1:18:36 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-23T13:20:04.2246700Z >>>>> 2/23/2026 1:20:04 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-23T13:20:04.6250530Z Passed VerifyAbsoluteLayout_HeightProportional [1 m 27 s] 2026-02-23T13:20:04.7255160Z >>>>> 2/23/2026 1:20:04 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-23T13:22:25.3787950Z >>>>> 2/23/2026 1:22:25 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-23T13:22:25.6595010Z Passed VerifyAbsoluteLayout_PositionProportional [2 m 20 s] 2026-02-23T13:22:25.7598920Z >>>>> 2/23/2026 1:22:25 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-23T13:23:40.3840320Z >>>>> 2/23/2026 1:23:40 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-23T13:23:40.5497830Z Passed VerifyAbsoluteLayout_SizeProportional [1 m 14 s] 2026-02-23T13:23:40.6026770Z >>>>> 2/23/2026 1:23:40 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-23T13:25:52.5010760Z >>>>> 2/23/2026 1:25:52 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-23T13:25:52.5527690Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [2 m 12 s] 2026-02-23T13:25:52.5659070Z >>>>> 2/23/2026 1:25:52 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-23T13:27:26.7873300Z >>>>> 2/23/2026 1:27:26 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-23T13:27:27.3513900Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [1 m 34 s] 2026-02-23T13:27:27.4586150Z >>>>> 2/23/2026 1:27:27 PM VerifyAbsoluteLayout_Visibility Start 2026-02-23T13:28:03.3680840Z >>>>> 2/23/2026 1:28:03 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-23T13:28:03.4752330Z Passed VerifyAbsoluteLayout_Visibility [36 s] 2026-02-23T13:28:03.5110240Z >>>>> 2/23/2026 1:28:03 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-23T13:29:35.2598990Z >>>>> 2/23/2026 1:29:35 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-23T13:29:35.3200160Z Passed VerifyAbsoluteLayout_WidthAndHeight [1 m 31 s] 2026-02-23T13:29:35.3286030Z >>>>> 2/23/2026 1:29:35 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-23T13:31:01.6812620Z >>>>> 2/23/2026 1:31:01 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-23T13:31:01.7647280Z Passed VerifyAbsoluteLayout_WidthProportional [1 m 26 s] 2026-02-23T13:31:01.7833550Z >>>>> 2/23/2026 1:31:01 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-23T13:32:53.1303920Z >>>>> 2/23/2026 1:32:52 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-23T13:32:53.3381150Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 51 s] 2026-02-23T13:32:53.4386160Z >>>>> 2/23/2026 1:32:53 PM VerifyAbsoluteLayout_XProportional Start 2026-02-23T13:34:40.2758320Z >>>>> 2/23/2026 1:34:40 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-23T13:34:40.4689990Z Passed VerifyAbsoluteLayout_XProportional [1 m 47 s] 2026-02-23T13:34:40.5098520Z >>>>> 2/23/2026 1:34:40 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-23T13:36:44.9355610Z >>>>> 2/23/2026 1:36:44 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-23T13:36:45.3860860Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [2 m 4 s] 2026-02-23T13:36:45.4128630Z >>>>> 2/23/2026 1:36:45 PM VerifyAbsoluteLayout_YProportional Start 2026-02-23T13:38:30.4597890Z >>>>> 2/23/2026 1:38:30 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-23T13:38:32.1371390Z Passed VerifyAbsoluteLayout_YProportional [1 m 45 s] 2026-02-23T13:38:51.4588570Z >>>>> 2/23/2026 1:38:51 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-23T13:38:58.2666070Z >>>>> 2/23/2026 1:38:58 PM FlexLayout_ValidateDefaultValues Start 2026-02-23T13:39:50.4430950Z >>>>> 2/23/2026 1:39:50 PM FlexLayout_ValidateDefaultValues Stop 2026-02-23T13:39:50.4902170Z Passed FlexLayout_ValidateDefaultValues [52 s] 2026-02-23T13:39:50.4907200Z >>>>> 2/23/2026 1:39:50 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-23T13:41:26.3296200Z >>>>> 2/23/2026 1:41:26 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-23T13:41:26.5785170Z Passed FlexLayout_SetWrapAlignContentStretch [1 m 36 s] 2026-02-23T13:41:26.6349490Z >>>>> 2/23/2026 1:41:26 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-23T13:42:40.0912330Z >>>>> 2/23/2026 1:42:40 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-23T13:42:40.1127150Z Passed FlexLayout_SetWrapAlignContentCenter [1 m 13 s] 2026-02-23T13:42:40.1194580Z >>>>> 2/23/2026 1:42:40 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-23T13:44:08.4139030Z >>>>> 2/23/2026 1:44:08 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-23T13:44:08.5180560Z Passed FlexLayout_SetWrapAlignContentStart [1 m 28 s] 2026-02-23T13:44:08.5328750Z >>>>> 2/23/2026 1:44:08 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-23T13:45:03.9330880Z >>>>> 2/23/2026 1:45:03 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-23T13:45:04.5710860Z Passed FlexLayout_SetWrapAlignContentEnd [55 s] 2026-02-23T13:45:04.6550350Z >>>>> 2/23/2026 1:45:04 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-23T13:46:13.7222250Z >>>>> 2/23/2026 1:46:13 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-23T13:46:13.8425360Z Passed FlexLayout_SetWrapAlignContentSpaceAround [1 m 9 s] 2026-02-23T13:46:13.9617630Z >>>>> 2/23/2026 1:46:13 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-23T13:47:20.7617790Z >>>>> 2/23/2026 1:47:20 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-23T13:47:20.8375890Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [1 m 6 s] 2026-02-23T13:47:20.8529250Z >>>>> 2/23/2026 1:47:20 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-23T13:48:29.5251190Z >>>>> 2/23/2026 1:48:29 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-23T13:48:30.7386070Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [1 m 8 s] 2026-02-23T13:48:30.7471870Z >>>>> 2/23/2026 1:48:29 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-23T13:49:47.3450970Z >>>>> 2/23/2026 1:49:47 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-23T13:49:47.3807750Z Passed FlexLayout_SetWrapReverseAlignContentStretch [1 m 17 s] 2026-02-23T13:49:47.4091010Z >>>>> 2/23/2026 1:49:47 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-23T13:51:13.1473790Z >>>>> 2/23/2026 1:51:13 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-23T13:51:13.4461080Z Passed FlexLayout_SetWrapReverseAlignContentCenter [1 m 25 s] 2026-02-23T13:51:13.5470360Z >>>>> 2/23/2026 1:51:13 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-23T13:52:32.8852560Z >>>>> 2/23/2026 1:52:32 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-23T13:52:32.9673480Z Passed FlexLayout_SetWrapReverseAlignContentStart [1 m 19 s] 2026-02-23T13:52:32.9824490Z >>>>> 2/23/2026 1:52:32 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-23T13:53:35.8772510Z >>>>> 2/23/2026 1:53:35 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-23T13:53:35.9209500Z Passed FlexLayout_SetWrapReverseAlignContentEnd [1 m 2 s] 2026-02-23T13:53:36.0025810Z >>>>> 2/23/2026 1:53:35 PM FlexLayout_AlignItemsCenter Start 2026-02-23T13:54:28.9379410Z >>>>> 2/23/2026 1:54:28 PM FlexLayout_AlignItemsCenter Stop 2026-02-23T13:54:28.9706920Z Passed FlexLayout_AlignItemsCenter [53 s] 2026-02-23T13:54:28.9845510Z >>>>> 2/23/2026 1:54:28 PM FlexLayout_AlignItemsEnd Start 2026-02-23T13:55:13.6446190Z >>>>> 2/23/2026 1:55:13 PM FlexLayout_AlignItemsEnd Stop 2026-02-23T13:55:13.6757630Z Passed FlexLayout_AlignItemsEnd [44 s] 2026-02-23T13:55:13.6765030Z >>>>> 2/23/2026 1:55:13 PM FlexLayout_AlignItemsStretch Start 2026-02-23T13:55:53.3876080Z >>>>> 2/23/2026 1:55:53 PM FlexLayout_AlignItemsStretch Stop 2026-02-23T13:55:53.4200240Z Passed FlexLayout_AlignItemsStretch [39 s] 2026-02-23T13:55:53.4208130Z >>>>> 2/23/2026 1:55:53 PM FlexLayout_DirectionRowReverse Start 2026-02-23T13:56:35.8950280Z >>>>> 2/23/2026 1:56:35 PM FlexLayout_DirectionRowReverse Stop 2026-02-23T13:56:35.9581130Z Passed FlexLayout_DirectionRowReverse [42 s] 2026-02-23T13:56:35.9585690Z >>>>> 2/23/2026 1:56:35 PM FlexLayout_DirectionColumn Start 2026-02-23T13:57:14.4057350Z >>>>> 2/23/2026 1:57:14 PM FlexLayout_DirectionColumn Stop 2026-02-23T13:57:14.4549910Z Passed FlexLayout_DirectionColumn [38 s] 2026-02-23T13:57:14.4559320Z >>>>> 2/23/2026 1:57:14 PM FlexLayout_DirectionColumnReverse Start 2026-02-23T13:57:52.9900230Z >>>>> 2/23/2026 1:57:52 PM FlexLayout_DirectionColumnReverse Stop 2026-02-23T13:57:53.0042880Z Passed FlexLayout_DirectionColumnReverse [38 s] 2026-02-23T13:57:53.0120090Z >>>>> 2/23/2026 1:57:52 PM FlexLayout_JustifyContentCenter Start 2026-02-23T13:58:39.0821980Z >>>>> 2/23/2026 1:58:39 PM FlexLayout_JustifyContentCenter Stop 2026-02-23T13:58:39.1907570Z Passed FlexLayout_JustifyContentCenter [46 s] 2026-02-23T13:58:39.1919160Z >>>>> 2/23/2026 1:58:39 PM FlexLayout_JustifyContentEnd Start 2026-02-23T13:59:20.5723420Z >>>>> 2/23/2026 1:59:20 PM FlexLayout_JustifyContentEnd Stop 2026-02-23T13:59:20.8156590Z Passed FlexLayout_JustifyContentEnd [41 s] 2026-02-23T13:59:20.8192240Z >>>>> 2/23/2026 1:59:20 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-23T14:00:23.8387730Z >>>>> 2/23/2026 2:00:23 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-23T14:00:24.3164680Z Passed FlexLayout_JustifyContentSpaceBetween [1 m 3 s] 2026-02-23T14:00:24.4025350Z >>>>> 2/23/2026 2:00:24 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-23T14:01:04.3845410Z >>>>> 2/23/2026 2:01:04 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-23T14:01:04.4521830Z Passed FlexLayout_JustifyContentSpaceAround [40 s] 2026-02-23T14:01:04.4541070Z >>>>> 2/23/2026 2:01:04 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-23T14:01:40.6668110Z >>>>> 2/23/2026 2:01:40 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-23T14:01:40.6747840Z Passed FlexLayout_JustifyContentSpaceEvenly [36 s] 2026-02-23T14:01:40.6794550Z >>>>> 2/23/2026 2:01:40 PM FlexLayout_AlignSelfStart Start 2026-02-23T14:02:27.6000280Z >>>>> 2/23/2026 2:02:27 PM FlexLayout_AlignSelfStart Stop 2026-02-23T14:02:27.6176720Z Passed FlexLayout_AlignSelfStart [46 s] 2026-02-23T14:02:27.6193790Z >>>>> 2/23/2026 2:02:27 PM FlexLayout_AlignSelfCenter Start 2026-02-23T14:03:10.8956480Z >>>>> 2/23/2026 2:03:10 PM FlexLayout_AlignSelfCenter Stop 2026-02-23T14:03:10.9098270Z Passed FlexLayout_AlignSelfCenter [43 s] 2026-02-23T14:03:10.9105460Z >>>>> 2/23/2026 2:03:10 PM FlexLayout_AlignSelfEnd Start 2026-02-23T14:03:49.3704060Z >>>>> 2/23/2026 2:03:49 PM FlexLayout_AlignSelfEnd Stop 2026-02-23T14:03:49.3818150Z Passed FlexLayout_AlignSelfEnd [38 s] 2026-02-23T14:03:49.3894230Z >>>>> 2/23/2026 2:03:49 PM FlexLayout_AlignSelfStretch Start 2026-02-23T14:04:28.4268600Z >>>>> 2/23/2026 2:04:28 PM FlexLayout_AlignSelfStretch Stop 2026-02-23T14:04:28.4387420Z Passed FlexLayout_AlignSelfStretch [39 s] 2026-02-23T14:04:28.4401720Z >>>>> 2/23/2026 2:04:28 PM FlexLayout_Child1Grow Start 2026-02-23T14:05:12.3247820Z >>>>> 2/23/2026 2:05:12 PM FlexLayout_Child1Grow Stop 2026-02-23T14:05:12.3381540Z Passed FlexLayout_Child1Grow [43 s] 2026-02-23T14:05:12.3422120Z >>>>> 2/23/2026 2:05:12 PM FlexLayout_Child1Shrink Start 2026-02-23T14:06:10.5821990Z >>>>> 2/23/2026 2:06:10 PM FlexLayout_Child1Shrink Stop 2026-02-23T14:06:10.5956620Z Passed FlexLayout_Child1Shrink [58 s] 2026-02-23T14:06:10.5962760Z >>>>> 2/23/2026 2:06:10 PM FlexLayout_Child1Order Start 2026-02-23T14:06:54.5603580Z >>>>> 2/23/2026 2:06:54 PM FlexLayout_Child1Order Stop 2026-02-23T14:06:54.5722190Z Passed FlexLayout_Child1Order [43 s] 2026-02-23T14:06:54.5735800Z >>>>> 2/23/2026 2:06:54 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-23T14:07:37.5997340Z >>>>> 2/23/2026 2:07:37 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-23T14:07:37.6417490Z Passed FlexLayout_BasisAuto_DirectionRow [43 s] 2026-02-23T14:07:37.6424420Z >>>>> 2/23/2026 2:07:37 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-23T14:08:17.9860870Z >>>>> 2/23/2026 2:08:17 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-23T14:08:18.0403200Z Passed FlexLayout_BasisFixed_DirectionRow [40 s] 2026-02-23T14:08:18.0412670Z >>>>> 2/23/2026 2:08:17 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-23T14:09:04.9189620Z >>>>> 2/23/2026 2:09:04 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-23T14:09:04.9471500Z Passed FlexLayout_BasisPercentage_DirectionRow [46 s] 2026-02-23T14:09:04.9481960Z >>>>> 2/23/2026 2:09:04 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-23T14:09:44.1903800Z >>>>> 2/23/2026 2:09:44 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-23T14:09:44.2030300Z Passed FlexLayout_BasisAuto_DirectionRowReverse [39 s] 2026-02-23T14:09:44.2033270Z >>>>> 2/23/2026 2:09:44 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-23T14:10:21.0744550Z >>>>> 2/23/2026 2:10:21 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-23T14:10:21.0877660Z Passed FlexLayout_BasisFixed_DirectionRowReverse [36 s] 2026-02-23T14:10:21.0882400Z >>>>> 2/23/2026 2:10:21 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-23T14:11:03.3493270Z >>>>> 2/23/2026 2:11:03 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-23T14:11:03.3637240Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [42 s] 2026-02-23T14:11:03.3652240Z >>>>> 2/23/2026 2:11:03 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-23T14:11:39.9134490Z >>>>> 2/23/2026 2:11:39 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-23T14:11:39.9298010Z Passed FlexLayout_BasisAuto_DirectionColumn [36 s] 2026-02-23T14:11:39.9300750Z >>>>> 2/23/2026 2:11:39 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-23T14:12:19.8060710Z >>>>> 2/23/2026 2:12:19 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-23T14:12:19.8198770Z Passed FlexLayout_BasisFixed_DirectionColumn [39 s] 2026-02-23T14:12:19.8205040Z >>>>> 2/23/2026 2:12:19 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-23T14:12:59.0253560Z >>>>> 2/23/2026 2:12:59 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-23T14:12:59.0361960Z Passed FlexLayout_BasisPercentage_DirectionColumn [39 s] 2026-02-23T14:12:59.0367330Z >>>>> 2/23/2026 2:12:59 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-23T14:13:32.0822960Z >>>>> 2/23/2026 2:13:32 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-23T14:13:32.0935440Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [33 s] 2026-02-23T14:13:32.0955060Z >>>>> 2/23/2026 2:13:32 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-23T14:14:08.7012030Z >>>>> 2/23/2026 2:14:08 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-23T14:14:08.7187800Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [36 s] 2026-02-23T14:14:08.7190630Z >>>>> 2/23/2026 2:14:08 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-23T14:14:48.0565540Z >>>>> 2/23/2026 2:14:48 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-23T14:14:48.2272910Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [39 s] 2026-02-23T14:14:48.2293220Z >>>>> 2/23/2026 2:14:48 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-23T14:15:43.5030820Z >>>>> 2/23/2026 2:15:43 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-23T14:15:43.5197800Z Passed FlexLayout_SetAlignItemsCenterWrap [55 s] 2026-02-23T14:15:43.5205900Z >>>>> 2/23/2026 2:15:43 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-23T14:16:30.9622390Z >>>>> 2/23/2026 2:16:30 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-23T14:16:32.2062230Z Passed FlexLayout_SetAlignItemsEndWrap [47 s] 2026-02-23T14:16:50.9752310Z >>>>> 2/23/2026 2:16:50 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-23T14:16:57.2423950Z >>>>> 2/23/2026 2:16:57 PM VerifyGrid_BackgroundColor Start 2026-02-23T14:17:19.7032020Z >>>>> 2/23/2026 2:17:19 PM VerifyGrid_BackgroundColor Stop 2026-02-23T14:17:19.7197500Z Passed VerifyGrid_BackgroundColor [22 s] 2026-02-23T14:17:19.7214790Z >>>>> 2/23/2026 2:17:19 PM VerifyGrid_ColumnSpacing Start 2026-02-23T14:17:42.1895720Z >>>>> 2/23/2026 2:17:42 PM VerifyGrid_ColumnSpacing Stop 2026-02-23T14:17:42.2097540Z Passed VerifyGrid_ColumnSpacing [22 s] 2026-02-23T14:17:42.2235090Z >>>>> 2/23/2026 2:17:42 PM VerifyGrid_ColumnSpan Start 2026-02-23T14:18:16.3159960Z >>>>> 2/23/2026 2:18:16 PM VerifyGrid_ColumnSpan Stop 2026-02-23T14:18:16.3233660Z Passed VerifyGrid_ColumnSpan [34 s] 2026-02-23T14:18:16.3240030Z >>>>> 2/23/2026 2:18:16 PM VerifyGrid_FlowDirection Start 2026-02-23T14:18:39.7144190Z >>>>> 2/23/2026 2:18:39 PM VerifyGrid_FlowDirection Stop 2026-02-23T14:18:39.7389760Z Passed VerifyGrid_FlowDirection [23 s] 2026-02-23T14:18:39.7433150Z >>>>> 2/23/2026 2:18:39 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-23T14:19:00.0590170Z >>>>> 2/23/2026 2:19:00 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-23T14:19:00.0701500Z Passed VerifyGrid_HorizontalOptionsCenter [20 s] 2026-02-23T14:19:00.0703330Z >>>>> 2/23/2026 2:19:00 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-23T14:19:18.9070880Z >>>>> 2/23/2026 2:19:18 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-23T14:19:18.9158330Z Passed VerifyGrid_HorizontalOptionsEnd [18 s] 2026-02-23T14:19:18.9198390Z >>>>> 2/23/2026 2:19:18 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-23T14:19:39.7600250Z >>>>> 2/23/2026 2:19:39 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-23T14:19:39.7709370Z Passed VerifyGrid_HorizontalOptionsStart [20 s] 2026-02-23T14:19:39.7730080Z >>>>> 2/23/2026 2:19:39 PM VerifyGrid_IsVisible Start 2026-02-23T14:19:59.5704770Z >>>>> 2/23/2026 2:19:59 PM VerifyGrid_IsVisible Stop 2026-02-23T14:19:59.5830870Z Passed VerifyGrid_IsVisible [19 s] 2026-02-23T14:19:59.5924860Z >>>>> 2/23/2026 2:19:59 PM VerifyGrid_NestedGrid Start 2026-02-23T14:20:14.4439740Z >>>>> 2/23/2026 2:20:14 PM VerifyGrid_NestedGrid Stop 2026-02-23T14:20:14.4546500Z Passed VerifyGrid_NestedGrid [14 s] 2026-02-23T14:20:14.4548140Z >>>>> 2/23/2026 2:20:14 PM VerifyGrid_Padding Start 2026-02-23T14:20:34.9616240Z >>>>> 2/23/2026 2:20:34 PM VerifyGrid_Padding Stop 2026-02-23T14:20:34.9694460Z Passed VerifyGrid_Padding [20 s] 2026-02-23T14:20:34.9698460Z >>>>> 2/23/2026 2:20:34 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-23T14:21:19.5102640Z >>>>> 2/23/2026 2:21:19 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-23T14:21:19.5180830Z Passed VerifyGrid_RowAndColumnTypeAbsolute [44 s] 2026-02-23T14:21:19.5184090Z >>>>> 2/23/2026 2:21:19 PM VerifyGrid_RowSpacing Start 2026-02-23T14:21:41.2761850Z >>>>> 2/23/2026 2:21:41 PM VerifyGrid_RowSpacing Stop 2026-02-23T14:21:41.2825960Z Passed VerifyGrid_RowSpacing [21 s] 2026-02-23T14:21:41.2829950Z >>>>> 2/23/2026 2:21:41 PM VerifyGrid_RowSpan Start 2026-02-23T14:22:01.2402100Z >>>>> 2/23/2026 2:22:01 PM VerifyGrid_RowSpan Stop 2026-02-23T14:22:01.2495730Z Passed VerifyGrid_RowSpan [19 s] 2026-02-23T14:22:01.2496590Z >>>>> 2/23/2026 2:22:01 PM VerifyGrid_SetColumn Start 2026-02-23T14:22:20.9007630Z >>>>> 2/23/2026 2:22:20 PM VerifyGrid_SetColumn Stop 2026-02-23T14:22:20.9069290Z Passed VerifyGrid_SetColumn [19 s] 2026-02-23T14:22:20.9070320Z >>>>> 2/23/2026 2:22:20 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-23T14:23:01.5697410Z >>>>> 2/23/2026 2:23:01 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-23T14:23:01.5778210Z Passed VerifyGrid_SetColumn_SetColumnSpacing [40 s] 2026-02-23T14:23:01.5806620Z >>>>> 2/23/2026 2:23:01 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-23T14:23:38.8847520Z >>>>> 2/23/2026 2:23:38 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-23T14:23:38.9030750Z Passed VerifyGrid_SetColumn_SetRowSpacing [37 s] 2026-02-23T14:23:38.9039380Z >>>>> 2/23/2026 2:23:38 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-23T14:24:18.6256610Z >>>>> 2/23/2026 2:24:18 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-23T14:24:18.6324410Z Passed VerifyGrid_SetColumnSpacingAndPadding [39 s] 2026-02-23T14:24:18.6325560Z >>>>> 2/23/2026 2:24:18 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-23T14:24:42.5735200Z >>>>> 2/23/2026 2:24:42 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-23T14:24:42.5793500Z Passed VerifyGrid_SetPaddingAndBackgroundColor [23 s] 2026-02-23T14:24:42.5796680Z >>>>> 2/23/2026 2:24:42 PM VerifyGrid_SetRow Start 2026-02-23T14:25:03.2286430Z >>>>> 2/23/2026 2:25:03 PM VerifyGrid_SetRow Stop 2026-02-23T14:25:03.2349820Z Passed VerifyGrid_SetRow [20 s] 2026-02-23T14:25:03.2350750Z >>>>> 2/23/2026 2:25:03 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-23T14:25:44.1151610Z >>>>> 2/23/2026 2:25:44 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-23T14:25:44.1181750Z Passed VerifyGrid_SetRow_SetColumnSpacing [40 s] 2026-02-23T14:25:44.1185110Z >>>>> 2/23/2026 2:25:44 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-23T14:26:26.5226510Z >>>>> 2/23/2026 2:26:26 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-23T14:26:26.5298780Z Passed VerifyGrid_SetRow_SetRowSpacing [42 s] 2026-02-23T14:26:26.5299960Z >>>>> 2/23/2026 2:26:26 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-23T14:27:07.0515800Z >>>>> 2/23/2026 2:27:07 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-23T14:27:07.0585830Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [40 s] 2026-02-23T14:27:07.0587030Z >>>>> 2/23/2026 2:27:07 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-23T14:27:47.3127960Z >>>>> 2/23/2026 2:27:47 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-23T14:27:47.3277840Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [40 s] 2026-02-23T14:27:47.3281380Z >>>>> 2/23/2026 2:27:47 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-23T14:28:27.4959810Z >>>>> 2/23/2026 2:28:27 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-23T14:28:27.5030820Z Passed VerifyGrid_SetRowSpacingAndPadding [40 s] 2026-02-23T14:28:27.5035220Z >>>>> 2/23/2026 2:28:27 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-23T14:28:47.3960710Z >>>>> 2/23/2026 2:28:47 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-23T14:28:47.4020460Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [19 s] 2026-02-23T14:28:47.4021480Z >>>>> 2/23/2026 2:28:47 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-23T14:29:07.0191890Z >>>>> 2/23/2026 2:29:07 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-23T14:29:07.0259560Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [19 s] 2026-02-23T14:29:07.0260740Z >>>>> 2/23/2026 2:29:07 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-23T14:29:27.8777430Z >>>>> 2/23/2026 2:29:27 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-23T14:29:27.8847330Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [20 s] 2026-02-23T14:29:27.8849590Z >>>>> 2/23/2026 2:29:27 PM VerifyGrid_VerticalOptionsCenter Start 2026-02-23T14:29:43.1095230Z >>>>> 2/23/2026 2:29:43 PM VerifyGrid_VerticalOptionsCenter Stop 2026-02-23T14:29:43.1165790Z Passed VerifyGrid_VerticalOptionsCenter [15 s] 2026-02-23T14:29:43.1166820Z >>>>> 2/23/2026 2:29:43 PM VerifyGrid_VerticalOptionsEnd Start 2026-02-23T14:29:57.5929560Z >>>>> 2/23/2026 2:29:57 PM VerifyGrid_VerticalOptionsEnd Stop 2026-02-23T14:29:57.5988340Z Passed VerifyGrid_VerticalOptionsEnd [14 s] 2026-02-23T14:29:57.5990780Z >>>>> 2/23/2026 2:29:57 PM VerifyGrid_VerticalOptionsStart Start 2026-02-23T14:30:12.0116010Z >>>>> 2/23/2026 2:30:12 PM VerifyGrid_VerticalOptionsStart Stop 2026-02-23T14:30:12.6046530Z Passed VerifyGrid_VerticalOptionsStart [14 s] 2026-02-23T14:30:14.4174510Z >>>>> 2/23/2026 2:30:14 PM FixtureSetup for Issue22075(Mac) 2026-02-23T14:30:14.5125530Z >>>>> 2/23/2026 2:30:14 PM CreateStackWithPadding Start 2026-02-23T14:30:16.6994840Z >>>>> 2/23/2026 2:30:16 PM CreateStackWithPadding Stop 2026-02-23T14:30:17.5013440Z Passed CreateStackWithPadding [2 s] 2026-02-23T14:30:19.1191940Z >>>>> 2/23/2026 2:30:19 PM FixtureSetup for Bugzilla34007(Mac) 2026-02-23T14:30:19.2121200Z >>>>> 2/23/2026 2:30:19 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-23T14:30:22.7380200Z >>>>> 2/23/2026 2:30:22 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-23T14:30:23.7773770Z Passed Issue34007TestFirstElementHasLowestZOrder [3 s] 2026-02-23T14:32:46.7593650Z >>>>> 2/23/2026 2:32:46 PM FixtureSetup for Bugzilla34061(Mac) 2026-02-23T14:32:46.8418660Z Bugzilla34061Test: The sample is crashing. More information: ***/issues/21204 2026-02-23T14:32:48.3775820Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-23T14:32:48.4204790Z >>>>> 2/23/2026 2:32:48 PM FixtureSetup for Bugzilla40161(Mac) 2026-02-23T14:32:48.5588310Z >>>>> 2/23/2026 2:32:48 PM Issue1Test Start 2026-02-23T14:32:54.0425880Z >>>>> 2/23/2026 2:32:54 PM Issue1Test Stop 2026-02-23T14:32:54.4088750Z Passed Issue1Test [5 s] 2026-02-23T14:32:56.4247920Z >>>>> 2/23/2026 2:32:56 PM FixtureSetup for Bugzilla44176(Mac) 2026-02-23T14:32:56.5367040Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T14:32:58.0895790Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-23T14:32:59.0336440Z >>>>> 2/23/2026 2:32:59 PM FixtureSetup for Bugzilla46458(Mac) 2026-02-23T14:32:59.1564550Z >>>>> 2/23/2026 2:32:59 PM GridIsEnabled Start 2026-02-23T14:33:13.6987850Z >>>>> 2/23/2026 2:33:13 PM GridIsEnabled Stop 2026-02-23T14:33:14.5910690Z Passed GridIsEnabled [14 s] 2026-02-23T14:33:16.2024300Z >>>>> 2/23/2026 2:33:16 PM FixtureSetup for Bugzilla51238(Mac) 2026-02-23T14:33:16.3095980Z >>>>> 2/23/2026 2:33:16 PM Issue1Test Start 2026-02-23T14:33:19.0863780Z >>>>> 2/23/2026 2:33:19 PM Issue1Test Stop 2026-02-23T14:33:19.2936530Z Passed Issue1Test [2 s] 2026-02-23T14:33:21.8112720Z >>>>> 2/23/2026 2:33:21 PM FixtureSetup for Bugzilla53445(Mac) 2026-02-23T14:33:21.9211150Z >>>>> 2/23/2026 2:33:21 PM Bugzilla53445Test Start 2026-02-23T14:33:35.8923560Z >>>>> 2/23/2026 2:33:35 PM Bugzilla53445Test Stop 2026-02-23T14:33:36.9503520Z Passed Bugzilla53445Test [13 s] 2026-02-23T14:33:38.6530640Z >>>>> 2/23/2026 2:33:38 PM FixtureSetup for Issue1267(Mac) 2026-02-23T14:33:38.7575070Z >>>>> 2/23/2026 2:33:38 PM StarInGridDoesNotCrash Start 2026-02-23T14:33:40.4611420Z >>>>> 2/23/2026 2:33:40 PM StarInGridDoesNotCrash Stop 2026-02-23T14:33:41.7915200Z Passed StarInGridDoesNotCrash [1 s] 2026-02-23T14:33:42.9789670Z >>>>> 2/23/2026 2:33:42 PM FixtureSetup for Issue15330(Mac) 2026-02-23T14:33:43.0830690Z >>>>> 2/23/2026 2:33:43 PM Issue15330Test Start 2026-02-23T14:33:45.5570710Z >>>>> 2/23/2026 2:33:45 PM Issue15330Test Stop 2026-02-23T14:33:46.4212450Z Passed Issue15330Test [2 s] 2026-02-23T14:33:47.9435220Z >>>>> 2/23/2026 2:33:47 PM FixtureSetup for Issue1601(Mac) 2026-02-23T14:33:48.0309540Z >>>>> 2/23/2026 2:33:48 PM Issue1601Test Start 2026-02-23T14:33:50.4479120Z >>>>> 2/23/2026 2:33:50 PM Issue1601Test Stop 2026-02-23T14:33:51.0872570Z Passed Issue1601Test [2 s] 2026-02-23T14:33:52.7805860Z >>>>> 2/23/2026 2:33:52 PM FixtureSetup for Issue19513(Mac) 2026-02-23T14:33:52.8864660Z >>>>> 2/23/2026 2:33:52 PM NegativeSpacingCrashes Start 2026-02-23T14:33:53.7449510Z >>>>> 2/23/2026 2:33:53 PM NegativeSpacingCrashes Stop 2026-02-23T14:33:54.4090790Z Passed NegativeSpacingCrashes [867 ms] 2026-02-23T14:33:56.2610180Z >>>>> 2/23/2026 2:33:56 PM FixtureSetup for Issue21711(Mac) 2026-02-23T14:33:56.3637240Z >>>>> 2/23/2026 2:33:56 PM AddDoesNotCrash Start 2026-02-23T14:34:02.2381900Z >>>>> 2/23/2026 2:34:02 PM AddDoesNotCrash Stop 2026-02-23T14:34:02.2440430Z Passed AddDoesNotCrash [5 s] 2026-02-23T14:34:02.2441340Z >>>>> 2/23/2026 2:34:02 PM InsertDoesNotCrash Start 2026-02-23T14:34:05.4494330Z >>>>> 2/23/2026 2:34:05 PM InsertDoesNotCrash Stop 2026-02-23T14:34:05.4582310Z Passed InsertDoesNotCrash [3 s] 2026-02-23T14:34:05.4586600Z >>>>> 2/23/2026 2:34:05 PM RemoveDoesNotCrash Start 2026-02-23T14:34:08.0227120Z >>>>> 2/23/2026 2:34:08 PM RemoveDoesNotCrash Stop 2026-02-23T14:34:08.0293670Z Passed RemoveDoesNotCrash [2 s] 2026-02-23T14:34:08.0294700Z >>>>> 2/23/2026 2:34:08 PM UpdateDoesNotCrash Start 2026-02-23T14:34:10.3449190Z >>>>> 2/23/2026 2:34:10 PM UpdateDoesNotCrash Stop 2026-02-23T14:34:11.0450930Z Passed UpdateDoesNotCrash [2 s] 2026-02-23T14:34:12.9785760Z >>>>> 2/23/2026 2:34:12 PM FixtureSetup for Issue23484(Mac) 2026-02-23T14:34:13.0698160Z >>>>> 2/23/2026 2:34:13 PM ReusingNavigationPageDoesntBreakLayout Start 2026-02-23T14:34:25.9774210Z >>>>> 2/23/2026 2:34:25 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-23T14:34:26.5809610Z Passed ReusingNavigationPageDoesntBreakLayout [12 s] 2026-02-23T14:34:28.5322130Z >>>>> 2/23/2026 2:34:28 PM FixtureSetup for Issue24246(Mac) 2026-02-23T14:34:28.6232920Z >>>>> 2/23/2026 2:34:28 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-23T14:34:34.3645040Z >>>>> 2/23/2026 2:34:34 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-23T14:34:34.6765020Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [5 s] 2026-02-23T14:34:37.0049660Z >>>>> 2/23/2026 2:34:37 PM FixtureSetup for Issue24434(Mac) 2026-02-23T14:34:37.1166140Z >>>>> 2/23/2026 2:34:37 PM ModifyingANonVisibleLayoutWorks Start 2026-02-23T14:34:43.2080020Z >>>>> 2/23/2026 2:34:43 PM ModifyingANonVisibleLayoutWorks Stop 2026-02-23T14:34:44.6088080Z Passed ModifyingANonVisibleLayoutWorks [6 s] 2026-02-23T14:34:45.7770220Z >>>>> 2/23/2026 2:34:45 PM FixtureSetup for Issue24996(Mac) 2026-02-23T14:34:45.8837320Z >>>>> 2/23/2026 2:34:45 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-23T14:34:49.3401070Z >>>>> 2/23/2026 2:34:49 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-23T14:34:49.3953700Z >>>>> 2/23/2026 2:34:49 PM Log types: 2026-02-23T14:34:50.7136130Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [3 s] 2026-02-23T14:34:50.7161110Z Error Message: 2026-02-23T14:34:50.7162820Z Assert.That(condition, Is.True) 2026-02-23T14:34:50.7164080Z Expected: True 2026-02-23T14:34:50.7164800Z But was: False 2026-02-23T14:34:50.7165910Z 2026-02-23T14:34:50.7168190Z Stack Trace: 2026-02-23T14:34:50.7169940Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-23T14:34:50.7171240Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-23T14:34:50.7171750Z 2026-02-23T14:34:50.7172780Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-23T14:34:50.7173930Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-23T14:34:50.7174560Z 2026-02-23T14:34:50.7174740Z 2026-02-23T14:36:59.1066020Z >>>>> 2/23/2026 2:36:59 PM FixtureSetup for Issue2653(Mac) 2026-02-23T14:36:59.2018150Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T14:37:00.7122470Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-23T14:37:00.9346490Z >>>>> 2/23/2026 2:37:00 PM FixtureSetup for Issue2767(Mac) 2026-02-23T14:37:01.0375190Z >>>>> 2/23/2026 2:37:01 PM Issue2767Test Start 2026-02-23T14:37:02.4029620Z >>>>> 2/23/2026 2:37:02 PM Issue2767Test Stop 2026-02-23T14:37:03.8001690Z Passed Issue2767Test [1 s] 2026-02-23T14:39:11.0107290Z >>>>> 2/23/2026 2:39:11 PM FixtureSetup for Issue2858(Mac) 2026-02-23T14:39:11.0963640Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T14:39:12.5965940Z >>>>> 2/23/2026 2:39:12 PM FixtureSetup for Issue28945(Mac) 2026-02-23T14:39:12.6247600Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-23T14:39:12.6987010Z >>>>> 2/23/2026 2:39:12 PM MauiViewShouldPropagateFocus Start 2026-02-23T14:39:14.7733230Z >>>>> 2/23/2026 2:39:14 PM MauiViewShouldPropagateFocus Stop 2026-02-23T14:39:15.6752640Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-23T14:39:17.3722200Z >>>>> 2/23/2026 2:39:17 PM FixtureSetup for Issue29919(Mac) 2026-02-23T14:39:17.4795090Z >>>>> 2/23/2026 2:39:17 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-23T14:39:18.3964040Z >>>>> 2/23/2026 2:39:18 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-23T14:39:19.0134510Z Passed StackLayoutWindowsCrashWithZeroHeight [922 ms] 2026-02-23T14:39:21.4674690Z >>>>> 2/23/2026 2:39:21 PM FixtureSetup for Issue2993(Mac) 2026-02-23T14:39:21.6104030Z >>>>> 2/23/2026 2:39:21 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-23T14:39:23.0297930Z >>>>> 2/23/2026 2:39:23 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-23T14:39:23.1554390Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-23T14:39:25.7543870Z >>>>> 2/23/2026 2:39:25 PM FixtureSetup for Issue3475(Mac) 2026-02-23T14:39:25.8683580Z >>>>> 2/23/2026 2:39:25 PM Issue3475TestsLayoutCompressionPerformance Start 2026-02-23T14:40:02.3871580Z >>>>> 2/23/2026 2:40:02 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-23T14:40:03.4127370Z Passed Issue3475TestsLayoutCompressionPerformance [36 s] 2026-02-23T14:40:05.2025400Z >>>>> 2/23/2026 2:40:05 PM FixtureSetup for Issue6260(Mac) 2026-02-23T14:40:05.3230660Z >>>>> 2/23/2026 2:40:05 PM NonAppCompatBasicSwitchTest Start 2026-02-23T14:40:06.5850760Z >>>>> 2/23/2026 2:40:06 PM NonAppCompatBasicSwitchTest Stop 2026-02-23T14:40:06.8102400Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-23T14:40:09.8345220Z >>>>> 2/23/2026 2:40:09 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-23T14:40:09.9629570Z >>>>> 2/23/2026 2:40:09 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-23T14:40:34.9565990Z >>>>> 2/23/2026 2:40:34 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-23T14:40:34.9636680Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [24 s] 2026-02-23T14:40:34.9639230Z >>>>> 2/23/2026 2:40:34 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-23T14:40:47.6957480Z >>>>> 2/23/2026 2:40:47 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-23T14:40:47.7023220Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-02-23T14:40:47.7024910Z >>>>> 2/23/2026 2:40:47 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-23T14:40:50.3275070Z >>>>> 2/23/2026 2:40:50 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-23T14:40:50.7158980Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-02-23T14:40:53.1135030Z >>>>> 2/23/2026 2:40:53 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-23T14:40:53.2133210Z >>>>> 2/23/2026 2:40:53 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-23T14:41:16.5782480Z >>>>> 2/23/2026 2:41:16 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-23T14:41:16.5858500Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [23 s] 2026-02-23T14:41:16.5859860Z >>>>> 2/23/2026 2:41:16 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-23T14:41:30.3167210Z >>>>> 2/23/2026 2:41:30 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-23T14:41:30.3233420Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [13 s] 2026-02-23T14:41:30.3234890Z >>>>> 2/23/2026 2:41:30 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-23T14:41:33.1689040Z >>>>> 2/23/2026 2:41:33 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-23T14:41:33.3691720Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-02-23T14:41:36.2227460Z >>>>> 2/23/2026 2:41:36 PM FixtureSetup for Issue6945(Mac) 2026-02-23T14:41:36.3545330Z >>>>> 2/23/2026 2:41:36 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-23T14:41:42.1307200Z >>>>> 2/23/2026 2:41:42 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-23T14:41:42.3407630Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [5 s] 2026-02-23T14:41:45.7708620Z >>>>> 2/23/2026 2:41:45 PM FixtureSetup for Issue9075(Mac) 2026-02-23T14:41:45.9201300Z >>>>> 2/23/2026 2:41:45 PM FlexLayoutCycleException Start 2026-02-23T14:41:47.9121610Z >>>>> 2/23/2026 2:41:47 PM FlexLayoutCycleException Stop 2026-02-23T14:41:48.9130790Z Passed FlexLayoutCycleException [1 s] 2026-02-23T14:41:50.7121610Z >>>>> 2/23/2026 2:41:50 PM FixtureSetup for StackLayoutIssue(Mac) 2026-02-23T14:41:50.8271740Z >>>>> 2/23/2026 2:41:50 PM StackLayoutIssueTestsAllElementsPresent Start 2026-02-23T14:41:55.1368490Z >>>>> 2/23/2026 2:41:55 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-23T14:41:55.3176790Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-02-23T14:41:58.1392450Z >>>>> 2/23/2026 2:41:58 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-23T14:42:01.2779630Z >>>>> 2/23/2026 2:42:01 PM HorizontalStackLayout_IsVisible Start 2026-02-23T14:42:11.3221560Z >>>>> 2/23/2026 2:42:11 PM HorizontalStackLayout_IsVisible Stop 2026-02-23T14:42:11.3302380Z Passed HorizontalStackLayout_IsVisible [10 s] 2026-02-23T14:42:11.3305670Z >>>>> 2/23/2026 2:42:11 PM HorizontalStackLayout_RTLFlowDirection Start 2026-02-23T14:42:22.6481470Z >>>>> 2/23/2026 2:42:22 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-23T14:42:22.6585630Z Passed HorizontalStackLayout_RTLFlowDirection [11 s] 2026-02-23T14:42:22.6607150Z >>>>> 2/23/2026 2:42:22 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-23T14:42:43.0264160Z >>>>> 2/23/2026 2:42:43 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-23T14:42:43.0365020Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [20 s] 2026-02-23T14:42:43.0366870Z >>>>> 2/23/2026 2:42:43 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-23T14:43:08.7345000Z >>>>> 2/23/2026 2:43:08 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-23T14:43:08.7406940Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [25 s] 2026-02-23T14:43:08.7408930Z >>>>> 2/23/2026 2:43:08 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-23T14:43:25.8696160Z >>>>> 2/23/2026 2:43:25 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-23T14:43:25.8760800Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [17 s] 2026-02-23T14:43:25.8761820Z >>>>> 2/23/2026 2:43:25 PM HorizontalStackLayout_Spacing_With_Height Start 2026-02-23T14:43:46.8574410Z >>>>> 2/23/2026 2:43:46 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-23T14:43:46.8655520Z Passed HorizontalStackLayout_Spacing_With_Height [20 s] 2026-02-23T14:43:46.8657470Z >>>>> 2/23/2026 2:43:46 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-23T14:44:14.7384540Z >>>>> 2/23/2026 2:44:14 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-23T14:44:14.7457070Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [27 s] 2026-02-23T14:44:14.7458610Z >>>>> 2/23/2026 2:44:14 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-23T14:44:34.1163070Z >>>>> 2/23/2026 2:44:34 PM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-23T14:44:34.1235480Z Passed HorizontalStackLayout_Spacing_With_RTL [19 s] 2026-02-23T14:44:34.1238780Z >>>>> 2/23/2026 2:44:34 PM HorizontalStackLayout_Spacing_With_Width Start 2026-02-23T14:44:55.0217890Z >>>>> 2/23/2026 2:44:55 PM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-23T14:44:55.0271070Z Passed HorizontalStackLayout_Spacing_With_Width [20 s] 2026-02-23T14:44:55.0272070Z >>>>> 2/23/2026 2:44:55 PM VerticalStackLayout_IsVisible Start 2026-02-23T14:45:06.4010200Z >>>>> 2/23/2026 2:45:06 PM VerticalStackLayout_IsVisible Stop 2026-02-23T14:45:06.4065830Z Passed VerticalStackLayout_IsVisible [11 s] 2026-02-23T14:45:06.4067690Z >>>>> 2/23/2026 2:45:06 PM VerticalStackLayout_RTLFlowDirection Start 2026-02-23T14:45:19.8366380Z >>>>> 2/23/2026 2:45:19 PM VerticalStackLayout_RTLFlowDirection Stop 2026-02-23T14:45:19.8427620Z Passed VerticalStackLayout_RTLFlowDirection [13 s] 2026-02-23T14:45:19.8428770Z >>>>> 2/23/2026 2:45:19 PM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-23T14:45:41.6225470Z >>>>> 2/23/2026 2:45:41 PM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-23T14:45:41.7059000Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [21 s] 2026-02-23T14:45:41.7067170Z >>>>> 2/23/2026 2:45:41 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-23T14:46:09.4677220Z >>>>> 2/23/2026 2:46:09 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-23T14:46:09.4743290Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [27 s] 2026-02-23T14:46:09.4745290Z >>>>> 2/23/2026 2:46:09 PM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-23T14:46:30.4356160Z >>>>> 2/23/2026 2:46:30 PM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-23T14:46:30.4414190Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [20 s] 2026-02-23T14:46:30.4415640Z >>>>> 2/23/2026 2:46:30 PM VerticalStackLayout_Spacing_With_Height Start 2026-02-23T14:46:54.5826250Z >>>>> 2/23/2026 2:46:54 PM VerticalStackLayout_Spacing_With_Height Stop 2026-02-23T14:46:54.5899270Z Passed VerticalStackLayout_Spacing_With_Height [24 s] 2026-02-23T14:46:54.5900750Z >>>>> 2/23/2026 2:46:54 PM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-23T14:47:27.5761120Z >>>>> 2/23/2026 2:47:27 PM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-23T14:47:27.5827250Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [32 s] 2026-02-23T14:47:27.5828650Z >>>>> 2/23/2026 2:47:27 PM VerticalStackLayout_Spacing_With_RTL Start 2026-02-23T14:47:49.0869010Z >>>>> 2/23/2026 2:47:49 PM VerticalStackLayout_Spacing_With_RTL Stop 2026-02-23T14:47:49.0937120Z Passed VerticalStackLayout_Spacing_With_RTL [21 s] 2026-02-23T14:47:49.0938660Z >>>>> 2/23/2026 2:47:49 PM VerticalStackLayout_Spacing_With_Width Start 2026-02-23T14:48:13.7870130Z >>>>> 2/23/2026 2:48:13 PM VerticalStackLayout_Spacing_With_Width Stop 2026-02-23T14:48:14.6089990Z Passed VerticalStackLayout_Spacing_With_Width [24 s] 2026-02-23T14:48:16.7042780Z >>>>> 2/23/2026 2:48:16 PM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-02-23T14:48:19.8124510Z >>>>> 2/23/2026 2:48:19 PM TwoPaneView_WideMode Start 2026-02-23T14:48:34.4257160Z >>>>> 2/23/2026 2:48:34 PM TwoPaneView_WideMode Stop 2026-02-23T14:48:34.4409660Z Passed TwoPaneView_WideMode [14 s] 2026-02-23T14:48:34.4417340Z >>>>> 2/23/2026 2:48:34 PM TwoPaneView_IsTall_UsingRect Start 2026-02-23T14:49:04.2612040Z >>>>> 2/23/2026 2:49:04 PM TwoPaneView_IsTall_UsingRect Stop 2026-02-23T14:49:04.2732900Z Passed TwoPaneView_IsTall_UsingRect [29 s] 2026-02-23T14:49:04.2737170Z >>>>> 2/23/2026 2:49:04 PM TwoPaneView_Wide_UsingRect Start 2026-02-23T14:49:22.5264470Z >>>>> 2/23/2026 2:49:22 PM TwoPaneView_Wide_UsingRect Stop 2026-02-23T14:49:22.5353340Z Passed TwoPaneView_Wide_UsingRect [18 s] 2026-02-23T14:49:22.5362280Z >>>>> 2/23/2026 2:49:22 PM TwoPaneView_TallMode Start 2026-02-23T14:49:47.7315830Z >>>>> 2/23/2026 2:49:47 PM TwoPaneView_TallMode Stop 2026-02-23T14:49:47.7454640Z Passed TwoPaneView_TallMode [25 s] 2026-02-23T14:49:47.7473170Z >>>>> 2/23/2026 2:49:47 PM TwoPaneView_Pane1Priority Start 2026-02-23T14:50:17.2338560Z >>>>> 2/23/2026 2:50:17 PM TwoPaneView_Pane1Priority Stop 2026-02-23T14:50:17.2416070Z Passed TwoPaneView_Pane1Priority [29 s] 2026-02-23T14:50:17.2417890Z >>>>> 2/23/2026 2:50:17 PM TwoPaneView_Pane2Priority Start 2026-02-23T14:50:47.5927860Z >>>>> 2/23/2026 2:50:47 PM TwoPaneView_Pane2Priority Stop 2026-02-23T14:50:47.6005570Z Passed TwoPaneView_Pane2Priority [30 s] 2026-02-23T14:50:47.6007700Z >>>>> 2/23/2026 2:50:47 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-02-23T14:51:23.8374160Z >>>>> 2/23/2026 2:51:23 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-02-23T14:51:23.8475370Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [36 s] 2026-02-23T14:51:23.8508110Z >>>>> 2/23/2026 2:51:23 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-02-23T14:51:52.7984000Z >>>>> 2/23/2026 2:51:52 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-02-23T14:51:52.8044080Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [28 s] 2026-02-23T14:51:52.8045050Z >>>>> 2/23/2026 2:51:52 PM TwoPaneView_Pane2SizeIncrease Start 2026-02-23T14:52:13.0514270Z >>>>> 2/23/2026 2:52:13 PM TwoPaneView_Pane2SizeIncrease Stop 2026-02-23T14:52:13.0569720Z Passed TwoPaneView_Pane2SizeIncrease [20 s] 2026-02-23T14:52:13.0571240Z >>>>> 2/23/2026 2:52:13 PM TwoPaneView_Pane1SizeIncrease Start 2026-02-23T14:52:33.3869210Z >>>>> 2/23/2026 2:52:33 PM TwoPaneView_Pane1SizeIncrease Stop 2026-02-23T14:52:33.3927610Z Passed TwoPaneView_Pane1SizeIncrease [20 s] 2026-02-23T14:52:33.3929900Z >>>>> 2/23/2026 2:52:33 PM TwoPaneView_ZIsShadowEnabled Start 2026-02-23T14:52:47.8659860Z >>>>> 2/23/2026 2:52:47 PM TwoPaneView_ZIsShadowEnabled Stop 2026-02-23T14:52:47.8735480Z Passed TwoPaneView_ZIsShadowEnabled [14 s] 2026-02-23T14:52:47.8737500Z >>>>> 2/23/2026 2:52:47 PM TwoPaneView_IsVisible Start 2026-02-23T14:53:03.3525310Z >>>>> 2/23/2026 2:53:03 PM TwoPaneView_IsVisible Stop 2026-02-23T14:53:03.3588130Z Passed TwoPaneView_IsVisible [15 s] 2026-02-23T14:53:03.3590930Z >>>>> 2/23/2026 2:53:03 PM TwoPaneView_RTLFlowDirection Start 2026-02-23T14:53:17.2718740Z >>>>> 2/23/2026 2:53:17 PM TwoPaneView_RTLFlowDirection Stop 2026-02-23T14:53:17.2778010Z Passed TwoPaneView_RTLFlowDirection [13 s] 2026-02-23T14:53:17.2781600Z >>>>> 2/23/2026 2:53:17 PM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-02-23T14:53:43.3245760Z >>>>> 2/23/2026 2:53:43 PM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-02-23T14:53:44.2881430Z Passed TwoPaneView_IsWideWithRTL_UsingRect [26 s] 2026-02-23T14:53:44.4546240Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-23T14:53:45.4327140Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-23T14:53:45.4342180Z 2026-02-23T14:53:45.4651780Z Test Run Failed. 2026-02-23T14:53:45.4723960Z Total tests: 158 2026-02-23T14:53:45.4724750Z Passed: 153 2026-02-23T14:53:45.4725260Z Failed: 1 2026-02-23T14:53:45.4726360Z Skipped: 4 2026-02-23T14:53:45.4726800Z Total time: 1.7790 Hours 2026-02-23T14:53:50.1561730Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-23T14:53:50.4544000Z An error occurred when executing task 'uitest'. 2026-02-23T14:53:50.7047420Z Completed in 01:50:55.5678084 2026-02-23T14:53:51.4958300Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-23T14:53:51.4961350Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-23T14:53:51.4964340Z 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-02-23T14:53:51.4967410Z 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-02-23T14:53:51.4971090Z 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-02-23T14:53:51.4975020Z 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-02-23T14:53:51.4978190Z 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-02-23T14:53:51.4982180Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-23T14:53:51.4984730Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-23T14:53:51.4987300Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-23T14:53:51.4989580Z at Submission#0.<>b__0_24() 2026-02-23T14:53:51.4991970Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-23T14:53:51.4994470Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-02-23T14:53:51.4996050Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-23T14:53:51.4998710Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-23T14:53:51.5020200Z 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-02-23T14:53:51.5021950Z 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-02-23T14:53:51.5023660Z 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-02-23T14:53:51.5040770Z 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-02-23T14:53:51.5042460Z 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-02-23T14:53:51.5044080Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-23T14:53:51.5045610Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-23T14:53:51.5047000Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-23T14:53:51.5048400Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-23T14:53:51.5049750Z at Submission#0.<>d__0.MoveNext() 2026-02-23T14:53:51.5050890Z --- End of stack trace from previous location --- 2026-02-23T14:53:51.5052400Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-23T14:53:51.5054210Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-23T14:53:51.5055820Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-23T14:53:51.5057750Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-23T14:53:51.5059270Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-23T14:53:51.5061040Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-23T14:53:51.5181180Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-23T14:53:56.8005830Z 2026-02-23T14:53:57.0884900Z ##[error]PowerShell exited with code '1'. 2026-02-23T14:53:57.3734920Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-23T14:53:59.7629130Z Generating script. 2026-02-23T14:53:59.7640500Z ========================== Starting Command Output =========================== 2026-02-23T14:53:59.7757930Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/8cd697f6-50b7-4be9-9f0a-ad998c3d9dbf.ps1' 2026-02-23T14:54:02.2947500Z $ErrorActionPreference = 'stop' 2026-02-23T14:54:02.2951370Z $ProgressPreference = 'silentlyContinue' 2026-02-23T14:54:02.2952130Z Get-Content $PSCommandPath 2026-02-23T14:54:02.2954060Z $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-02-23T14:54:02.2957570Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-23T14:54:02.2960660Z $command += " --runtimevariant=""Mono""" 2026-02-23T14:54:02.2965370Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-23T14:54:02.2966960Z 2026-02-23T14:54:02.2969010Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-23T14:54:02.2971130Z $deviceType = "" 2026-02-23T14:54:02.2972850Z if ($deviceType) { 2026-02-23T14:54:02.2974500Z $command += " --skin=""$deviceType""" 2026-02-23T14:54:02.2976110Z } 2026-02-23T14:54:02.2977900Z 2026-02-23T14:54:02.2979320Z $testFilter = "" 2026-02-23T14:54:02.2981190Z $testConfigrationArgs = "" 2026-02-23T14:54:02.2982530Z 2026-02-23T14:54:02.2984830Z "Layout".Split(",") | ForEach { 2026-02-23T14:54:02.2986330Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-23T14:54:02.2988230Z } 2026-02-23T14:54:02.2989620Z 2026-02-23T14:54:02.2991660Z $testFilter = $testFilter.TrimEnd("|") 2026-02-23T14:54:02.2993610Z 2026-02-23T14:54:02.2995510Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-23T14:54:02.2997010Z if ($testConfigrationArgs) { 2026-02-23T14:54:02.2997560Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-23T14:54:02.2998050Z } 2026-02-23T14:54:02.2999500Z if ($testFilter) { 2026-02-23T14:54:02.3000890Z $command += " --test-filter ""$testFilter""" 2026-02-23T14:54:02.3001370Z } 2026-02-23T14:54:02.3001980Z 2026-02-23T14:54:02.3002930Z $headless = true 2026-02-23T14:54:02.3003700Z if ($headless) { 2026-02-23T14:54:02.3004150Z $command += " --headless ""$headless""" 2026-02-23T14:54:02.3005990Z } 2026-02-23T14:54:02.3007200Z 2026-02-23T14:54:02.3007950Z Write-Host "Running command: $command" 2026-02-23T14:54:02.3008230Z 2026-02-23T14:54:02.3008940Z Invoke-Expression $command 2026-02-23T14:54:02.3010330Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-23T14:54:02.3015300Z } else { 2026-02-23T14:54:02.3018870Z exit $LASTEXITCODE 2026-02-23T14:54:02.3024050Z } 2026-02-23T14:54:02.5030690Z 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-02-23T14:54:03.9370290Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T14:54:04.6448560Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T14:54:05.1706900Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T14:54:05.7926060Z 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-02-23T14:54:06.6529320Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-23T14:54:08.6298030Z Looking for modules... 2026-02-23T14:54:12.2616980Z No modules found to install. 2026-02-23T14:54:12.2717620Z Module directory does not exist. 2026-02-23T14:54:12.2800420Z Analyzing build script... 2026-02-23T14:54:12.2834190Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-23T14:54:12.2845490Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-23T14:54:12.2853750Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-23T14:54:12.5655370Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-23T14:54:14.4635690Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-23T14:54:15.5748900Z Processing build script... 2026-02-23T14:54:15.5769520Z Installing addins... 2026-02-23T14:54:16.0025010Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-23T14:54:16.0290250Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-23T14:54:16.0458680Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-23T14:54:16.5431070Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-23T14:54:16.5434140Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-23T14:54:16.5442330Z is referencing an older version of Cake.Core (0.33.0). 2026-02-23T14:54:16.5445490Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-23T14:54:16.5487160Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-23T14:54:16.5545360Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-23T14:54:17.3080240Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-23T14:54:17.3082380Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-23T14:54:17.3084810Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-23T14:54:17.3086980Z Adding assembly reference to System.Runtime.dll... 2026-02-23T14:54:17.3089720Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-23T14:54:17.3100670Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-23T14:54:17.3103790Z Adding assembly reference to System.Threading.dll... 2026-02-23T14:54:17.3107820Z Adding assembly reference to System.Linq.dll... 2026-02-23T14:54:17.3108640Z Adding assembly reference to System.Collections.dll... 2026-02-23T14:54:17.3109430Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-23T14:54:17.3110300Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-23T14:54:17.3111100Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-23T14:54:17.3112200Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-23T14:54:17.3112920Z Adding assembly reference to System.ObjectModel.dll... 2026-02-23T14:54:17.3113640Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-23T14:54:17.3114370Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-23T14:54:17.3115120Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-23T14:54:17.3115870Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-23T14:54:17.3116620Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-23T14:54:17.3117590Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-23T14:54:17.3118690Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-23T14:54:17.3120490Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-23T14:54:17.3121570Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-23T14:54:17.3122510Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-23T14:54:17.3123290Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-23T14:54:17.3124210Z Adding assembly reference to mscorlib.dll... 2026-02-23T14:54:17.3125190Z Adding assembly reference to netstandard.dll... 2026-02-23T14:54:17.3126190Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-23T14:54:17.3127100Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-23T14:54:17.3127850Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-23T14:54:17.3128740Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-23T14:54:17.3132970Z Adding assembly reference to System.Memory.dll... 2026-02-23T14:54:17.3134000Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-23T14:54:17.3135240Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-23T14:54:17.3136260Z Adding assembly reference to System.ComponentModel.dll... 2026-02-23T14:54:17.3137020Z Adding assembly reference to System.Console.dll... 2026-02-23T14:54:17.3137730Z Adding assembly reference to System.Data.Common.dll... 2026-02-23T14:54:17.3138470Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-23T14:54:17.3140240Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-23T14:54:17.3142420Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-23T14:54:17.3143660Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-23T14:54:17.3144730Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-23T14:54:17.3145770Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-23T14:54:17.3147040Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-23T14:54:17.3148650Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-23T14:54:17.3149690Z Adding assembly reference to System.IO.Compression.dll... 2026-02-23T14:54:17.3150750Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-23T14:54:17.3151770Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-23T14:54:17.3152770Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-23T14:54:17.3153800Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-23T14:54:17.3154600Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-23T14:54:17.3155310Z Adding assembly reference to System.Net.Requests.dll... 2026-02-23T14:54:17.3156020Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-23T14:54:17.3156730Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-23T14:54:17.3158300Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-23T14:54:17.3159510Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-23T14:54:17.3160520Z Adding assembly reference to System.Net.Http.dll... 2026-02-23T14:54:17.3161370Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-23T14:54:17.3162390Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-23T14:54:17.3163340Z Adding assembly reference to System.Net.Mail.dll... 2026-02-23T14:54:17.3164490Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-23T14:54:17.3166150Z Adding assembly reference to System.Net.Ping.dll... 2026-02-23T14:54:17.3167140Z Adding assembly reference to System.Net.Security.dll... 2026-02-23T14:54:17.3167920Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-23T14:54:17.3168680Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-23T14:54:17.3169680Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-23T14:54:17.3170550Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-23T14:54:17.3171270Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-23T14:54:17.3172010Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-23T14:54:17.3172750Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-23T14:54:17.3173460Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-23T14:54:17.3174750Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-23T14:54:17.3175540Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-23T14:54:17.3176320Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-23T14:54:17.3177090Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-23T14:54:17.3178140Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-23T14:54:17.3178910Z Adding assembly reference to System.Security.Claims.dll... 2026-02-23T14:54:17.3180760Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-23T14:54:17.3182060Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-23T14:54:17.3182960Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-23T14:54:17.3183820Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-23T14:54:17.3184690Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-23T14:54:17.3185800Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-23T14:54:17.3186630Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-23T14:54:17.3187590Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-23T14:54:17.3188640Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-23T14:54:17.3189430Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-23T14:54:17.3190160Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-23T14:54:17.3191430Z Adding assembly reference to System.AppContext.dll... 2026-02-23T14:54:17.3192120Z Adding assembly reference to System.Buffers.dll... 2026-02-23T14:54:17.3192830Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-23T14:54:17.3194030Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-23T14:54:17.3194870Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-23T14:54:17.3195660Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-23T14:54:17.3196500Z Adding assembly reference to System.Configuration.dll... 2026-02-23T14:54:17.3197420Z Adding assembly reference to System.Core.dll... 2026-02-23T14:54:17.3198400Z Adding assembly reference to System.Private.Uri.dll... 2026-02-23T14:54:17.3199220Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-23T14:54:17.3199930Z Adding assembly reference to System.Data.dll... 2026-02-23T14:54:17.3200850Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-23T14:54:17.3201670Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-23T14:54:17.3202690Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-23T14:54:17.3203720Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-23T14:54:17.3204810Z Adding assembly reference to System.dll... 2026-02-23T14:54:17.3205540Z Adding assembly reference to System.Drawing.dll... 2026-02-23T14:54:17.3207370Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-23T14:54:17.3208340Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-23T14:54:17.3209410Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-23T14:54:17.3210640Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-23T14:54:17.3211830Z Adding assembly reference to System.Globalization.dll... 2026-02-23T14:54:17.3213610Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-23T14:54:17.3214710Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-23T14:54:17.3215440Z Adding assembly reference to System.IO.dll... 2026-02-23T14:54:17.3216190Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-23T14:54:17.3216950Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-23T14:54:17.3217940Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-23T14:54:17.3219100Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-23T14:54:17.3219910Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-23T14:54:17.3220640Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-23T14:54:17.3221670Z Adding assembly reference to System.Net.dll... 2026-02-23T14:54:17.3222720Z Adding assembly reference to System.Net.Quic.dll... 2026-02-23T14:54:17.3223800Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-23T14:54:17.3225800Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-23T14:54:17.3226600Z Adding assembly reference to System.Text.Json.dll... 2026-02-23T14:54:17.3227310Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-23T14:54:17.3228030Z Adding assembly reference to System.Numerics.dll... 2026-02-23T14:54:17.3228900Z Adding assembly reference to System.Reflection.dll... 2026-02-23T14:54:17.3229750Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-23T14:54:17.3230550Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-23T14:54:17.3231700Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-23T14:54:17.3232730Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-23T14:54:17.3233870Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-23T14:54:17.3235060Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-23T14:54:17.3236020Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-23T14:54:17.3237150Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-23T14:54:17.3238280Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-23T14:54:17.3239250Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-23T14:54:17.3240080Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-23T14:54:17.3241530Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-23T14:54:17.3242690Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-23T14:54:17.3243540Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-23T14:54:17.3244310Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-23T14:54:17.3245090Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-23T14:54:17.3245890Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-23T14:54:17.3246700Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-23T14:54:17.3247800Z Adding assembly reference to System.Security.dll... 2026-02-23T14:54:17.3248560Z Adding assembly reference to System.Security.Principal.dll... 2026-02-23T14:54:17.3249290Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-23T14:54:17.3250080Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-23T14:54:17.3250810Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-23T14:54:17.3251810Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-23T14:54:17.3252950Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-23T14:54:17.3254050Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-23T14:54:17.3255110Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-23T14:54:17.3256270Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-23T14:54:17.3257620Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-23T14:54:17.3258510Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-23T14:54:17.3259500Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-23T14:54:17.3260280Z Adding assembly reference to System.Transactions.dll... 2026-02-23T14:54:17.3261110Z Adding assembly reference to System.ValueTuple.dll... 2026-02-23T14:54:17.3261880Z Adding assembly reference to System.Web.dll... 2026-02-23T14:54:17.3262770Z Adding assembly reference to System.Windows.dll... 2026-02-23T14:54:17.3263830Z Adding assembly reference to System.Xml.dll... 2026-02-23T14:54:17.3264990Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-23T14:54:17.3266120Z Adding assembly reference to System.Private.Xml.dll... 2026-02-23T14:54:17.3267180Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-23T14:54:17.3268260Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-23T14:54:17.3269370Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-23T14:54:17.3270450Z Adding assembly reference to WindowsBase.dll... 2026-02-23T14:54:17.3271380Z Adding assembly reference to Cake.Core.dll... 2026-02-23T14:54:17.3272330Z Adding assembly reference to Cake.Common.dll... 2026-02-23T14:54:17.3273290Z Adding assembly reference to Spectre.Console.dll... 2026-02-23T14:54:17.3274250Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-23T14:54:17.3281600Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-23T14:54:17.3282560Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-23T14:54:17.3283300Z Importing namespace Cake.Common... 2026-02-23T14:54:17.3283930Z Importing namespace Cake.Common.Build... 2026-02-23T14:54:17.3284590Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-23T14:54:17.3285260Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-23T14:54:17.3285960Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-23T14:54:17.3286720Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-23T14:54:17.3287440Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-23T14:54:17.3288430Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-23T14:54:17.3289200Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-23T14:54:17.3290020Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-23T14:54:17.3290770Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-23T14:54:17.3291440Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-23T14:54:17.3292130Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-23T14:54:17.3292830Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-23T14:54:17.3293540Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-23T14:54:17.3294410Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-23T14:54:17.3295850Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-23T14:54:17.3296530Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-23T14:54:17.3297260Z Importing namespace Cake.Common.Build.GoCD... 2026-02-23T14:54:17.3298260Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-23T14:54:17.3299330Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-23T14:54:17.3300400Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-23T14:54:17.3301380Z Importing namespace Cake.Common.Build.MyGet... 2026-02-23T14:54:17.3302380Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-23T14:54:17.3303340Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-23T14:54:17.3304610Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-23T14:54:17.3305340Z Importing namespace Cake.Common.Diagnostics... 2026-02-23T14:54:17.3305980Z Importing namespace Cake.Common.IO... 2026-02-23T14:54:17.3306620Z Importing namespace Cake.Common.IO.Paths... 2026-02-23T14:54:17.3307410Z Importing namespace Cake.Common.Net... 2026-02-23T14:54:17.3308290Z Importing namespace Cake.Common.Security... 2026-02-23T14:54:17.3308940Z Importing namespace Cake.Common.Solution... 2026-02-23T14:54:17.3309620Z Importing namespace Cake.Common.Solution.Project... 2026-02-23T14:54:17.3310330Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-23T14:54:17.3311770Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-23T14:54:17.3312580Z Importing namespace Cake.Common.Text... 2026-02-23T14:54:17.3313240Z Importing namespace Cake.Common.Tools.Cake... 2026-02-23T14:54:17.3313920Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-23T14:54:17.3314640Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-23T14:54:17.3315360Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-23T14:54:17.3316090Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-23T14:54:17.3316810Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-23T14:54:17.3317550Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-23T14:54:17.3318280Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-23T14:54:17.3319010Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-23T14:54:17.3319720Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-23T14:54:17.3320440Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-23T14:54:17.3321160Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-23T14:54:17.3321890Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-23T14:54:17.3322710Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-23T14:54:17.3323540Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-23T14:54:17.3324390Z Importing namespace Cake.Common.Tools.Command... 2026-02-23T14:54:17.3325620Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-23T14:54:17.3326330Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-23T14:54:17.3327070Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-23T14:54:17.3327780Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-23T14:54:17.3328490Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-23T14:54:17.3329160Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-23T14:54:17.3329850Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-23T14:54:17.3330560Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-23T14:54:17.3331570Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-23T14:54:17.3332370Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-23T14:54:17.3333110Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-23T14:54:17.3334120Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-23T14:54:17.3335190Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-23T14:54:17.3336270Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-23T14:54:17.3337120Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-23T14:54:17.3337830Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-23T14:54:17.3338550Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-23T14:54:17.3339310Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-23T14:54:17.3340430Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-23T14:54:17.3341140Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-23T14:54:17.3341820Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-23T14:54:17.3342580Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-23T14:54:17.3343310Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-23T14:54:17.3343990Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-23T14:54:17.3344680Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-23T14:54:17.3345410Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-23T14:54:17.3346150Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-23T14:54:17.3346900Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-23T14:54:17.3347650Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-23T14:54:17.3348390Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-23T14:54:17.3349140Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-23T14:54:17.3349890Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-23T14:54:17.3350610Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-23T14:54:17.3351310Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-23T14:54:17.3352000Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-23T14:54:17.3353040Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-23T14:54:17.3353790Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-23T14:54:17.3354540Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-23T14:54:17.3355310Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-23T14:54:17.3356060Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-23T14:54:17.3356830Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-23T14:54:17.3357580Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-23T14:54:17.3358340Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-23T14:54:17.3359390Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-23T14:54:17.3360170Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-23T14:54:17.3361090Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-23T14:54:17.3361950Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-23T14:54:17.3362770Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-23T14:54:17.3363790Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-23T14:54:17.3364820Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-23T14:54:17.3365690Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-23T14:54:17.3366380Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-23T14:54:17.3368140Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-23T14:54:17.3369090Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-23T14:54:17.3369770Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-23T14:54:17.3370460Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-23T14:54:17.3371150Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-23T14:54:17.3371860Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-23T14:54:17.3372570Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-23T14:54:17.3373270Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-23T14:54:17.3374100Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-23T14:54:17.3374810Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-23T14:54:17.3375530Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-23T14:54:17.3376240Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-23T14:54:17.3376940Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-23T14:54:17.3377670Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-23T14:54:17.3378370Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-23T14:54:17.3379050Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-23T14:54:17.3379740Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-23T14:54:17.3380610Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-23T14:54:17.3381320Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-23T14:54:17.3382590Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-23T14:54:17.3383280Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-23T14:54:17.3383980Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-23T14:54:17.3384650Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-23T14:54:17.3385400Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-23T14:54:17.3386170Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-23T14:54:17.3386920Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-23T14:54:17.3387600Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-23T14:54:17.3388280Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-23T14:54:17.3388970Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-23T14:54:17.3389690Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-23T14:54:17.3390410Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-23T14:54:17.3391570Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-23T14:54:17.3392440Z Importing namespace Cake.Common.Tools.WiX... 2026-02-23T14:54:17.3393410Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-23T14:54:17.3394650Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-23T14:54:17.3395550Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-23T14:54:17.3396200Z Importing namespace Cake.Common.Xml... 2026-02-23T14:54:17.3397350Z Importing namespace Cake.Core... 2026-02-23T14:54:17.3398330Z Importing namespace Cake.Core.Diagnostics... 2026-02-23T14:54:17.3398980Z Importing namespace Cake.Core.IO... 2026-02-23T14:54:17.3399620Z Importing namespace Cake.Core.Scripting... 2026-02-23T14:54:17.3400410Z Importing namespace Cake.Core.Tooling... 2026-02-23T14:54:17.3401610Z Importing namespace Cake.FileHelpers... 2026-02-23T14:54:17.3402840Z Importing namespace NuGet.Common... 2026-02-23T14:54:17.3403960Z Importing namespace NuGet.Configuration... 2026-02-23T14:54:17.3405240Z Importing namespace NuGet.Protocol... 2026-02-23T14:54:17.3406330Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-23T14:54:17.3407390Z Importing namespace NuGet.Versioning... 2026-02-23T14:54:17.3408290Z Importing namespace System... 2026-02-23T14:54:17.3409220Z Importing namespace System.Collections.Generic... 2026-02-23T14:54:17.3410100Z Importing namespace System.IO... 2026-02-23T14:54:17.3410950Z Importing namespace System.Linq... 2026-02-23T14:54:17.3411810Z Importing namespace System.Text... 2026-02-23T14:54:17.3412730Z Importing namespace System.Threading.Tasks... 2026-02-23T14:54:17.3413420Z .NETStandard,Version=v2.0 2026-02-23T14:54:17.4684740Z Compiling build script... 2026-02-23T14:54:23.5154180Z /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-02-23T14:54:25.2256920Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-23T14:54:25.2260190Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-23T14:54:25.2284080Z Host OS System Arch: X64 2026-02-23T14:54:25.2289730Z Host Processor System Arch: X64 2026-02-23T14:54:25.2290480Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T14:54:25.2301390Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-23T14:54:25.2302040Z Build Configuration: Release 2026-02-23T14:54:25.2302890Z Build Runtime Identifier: maccatalyst-x64 2026-02-23T14:54:25.2313570Z Build Target Framework: net10.0-maccatalyst 2026-02-23T14:54:25.2324060Z Test Device: mac 2026-02-23T14:54:25.2334110Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-23T14:54:25.2433450Z 2026-02-23T14:54:25.2435300Z ======================================== 2026-02-23T14:54:25.2441920Z uitest 2026-02-23T14:54:25.2447920Z ======================================== 2026-02-23T14:54:25.2449620Z Executing task: uitest 2026-02-23T14:54:25.2460600Z Starting UI Tests... 2026-02-23T14:54:25.2463880Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-23T14:54:25.2469520Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-02-23T14:54:25.2590400Z Testing Device: mac 2026-02-23T14:54:25.2598150Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-23T14:54:25.2609560Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-23T14:54:25.2616160Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-23T14:54:25.2629510Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-23T14:54:25.3432840Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T14:54:25.3509390Z 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-02-23T14:54:29.2478880Z Determining projects to restore... 2026-02-23T14:54:37.4143190Z All projects are up-to-date for restore. 2026-02-23T14:54:44.0460030Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-23T14:54:44.0743750Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-23T14:54:44.5213330Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-23T14:54:45.2208790Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-23T14:54:45.4378260Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-23T14:54:46.2892610Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-23T14:54:46.6180170Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-23T14:54:46.7729230Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-23T14:54:46.8017860Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-23T14:54:47.0192640Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-23T14:54:47.3997820Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-23T14:54:47.6482450Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-23T14:54:50.2198210Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-23T14:54:50.7413780Z 2026-02-23T14:54:50.7433340Z Build succeeded. 2026-02-23T14:54:50.7462710Z 0 Warning(s) 2026-02-23T14:54:50.7479540Z 0 Error(s) 2026-02-23T14:54:50.7508970Z 2026-02-23T14:54:50.7611700Z Time Elapsed 00:00:24.29 2026-02-23T14:54:50.8288380Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-23T14:54:50.8317830Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-23T14:54:50.8344450Z Run Tests With Filter TestCategory=Layout 2026-02-23T14:54:50.8360930Z Log Directory: /Users/runner/work/1/a/logs 2026-02-23T14:54:50.8380290Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-23T14:54:50.8416810Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-23T14:54:50.8469010Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-23T14:54:50.8528550Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-23T14:54:50.8568270Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-23T14:54:50.9572100Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-23T14:54:51.0578020Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-23T14:54:51.0646680Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-23T14:54:51.1025380Z 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-02-23T14:54:51.1111210Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-23T14:54:51.1148840Z 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-02-23T14:54:53.4135110Z 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-02-23T14:54:53.5324760Z VSTest version 18.0.1 (x64) 2026-02-23T14:54:53.5360510Z 2026-02-23T14:54:53.7237400Z Starting test execution, please wait... 2026-02-23T14:54:53.7806390Z A total of 1 test files matched the specified pattern. 2026-02-23T14:54:54.4616570Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-23T14:54:54.6725350Z [xUnit.net 00:00:00.23] Discovering: Controls.TestCases.Mac.Tests 2026-02-23T14:54:54.9883330Z [xUnit.net 00:00:00.55] Discovered: Controls.TestCases.Mac.Tests 2026-02-23T14:54:55.0148070Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-23T14:54:55.0519070Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-02-23T14:54:56.1245090Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-23T14:55:50.8461170Z >>>>> 2/23/2026 2:55:50 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-23T14:55:54.3629560Z >>>>> 2/23/2026 2:55:54 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-23T14:56:47.9936060Z >>>>> 2/23/2026 2:56:47 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-23T14:56:48.0742680Z Passed VerifyAbsoluteLayout_LayoutBounds [53 s] 2026-02-23T14:56:48.0744020Z >>>>> 2/23/2026 2:56:48 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-23T14:57:42.7784900Z >>>>> 2/23/2026 2:57:42 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-23T14:57:42.7979590Z Passed VerifyAbsoluteLayout_AllProportional [54 s] 2026-02-23T14:57:42.7997640Z >>>>> 2/23/2026 2:57:42 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-23T14:58:14.7044920Z >>>>> 2/23/2026 2:58:14 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-23T14:58:14.7106450Z Passed VerifyAbsoluteLayout_FlowDirection [31 s] 2026-02-23T14:58:14.7108150Z >>>>> 2/23/2026 2:58:14 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-23T14:58:49.0391180Z >>>>> 2/23/2026 2:58:49 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-23T14:58:49.0461400Z Passed VerifyAbsoluteLayout_HeightProportional [34 s] 2026-02-23T14:58:49.0472070Z >>>>> 2/23/2026 2:58:49 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-23T14:59:40.6403140Z >>>>> 2/23/2026 2:59:40 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-23T14:59:40.6491920Z Passed VerifyAbsoluteLayout_PositionProportional [51 s] 2026-02-23T14:59:40.6498040Z >>>>> 2/23/2026 2:59:40 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-23T15:00:15.3594830Z >>>>> 2/23/2026 3:00:15 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-23T15:00:15.3792120Z Passed VerifyAbsoluteLayout_SizeProportional [34 s] 2026-02-23T15:00:15.3823000Z >>>>> 2/23/2026 3:00:15 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-23T15:01:28.9578190Z >>>>> 2/23/2026 3:01:28 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-23T15:01:29.0113340Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 13 s] 2026-02-23T15:01:29.0227530Z >>>>> 2/23/2026 3:01:29 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-23T15:02:17.6696370Z >>>>> 2/23/2026 3:02:17 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-23T15:02:17.6784750Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [48 s] 2026-02-23T15:02:17.6788150Z >>>>> 2/23/2026 3:02:17 PM VerifyAbsoluteLayout_Visibility Start 2026-02-23T15:02:35.0865360Z >>>>> 2/23/2026 3:02:35 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-23T15:02:35.0945180Z Passed VerifyAbsoluteLayout_Visibility [17 s] 2026-02-23T15:02:35.1022240Z >>>>> 2/23/2026 3:02:35 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-23T15:03:19.7024350Z >>>>> 2/23/2026 3:03:19 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-23T15:03:19.7180140Z Passed VerifyAbsoluteLayout_WidthAndHeight [44 s] 2026-02-23T15:03:19.7192550Z >>>>> 2/23/2026 3:03:19 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-23T15:03:52.5117650Z >>>>> 2/23/2026 3:03:52 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-23T15:03:52.5190870Z Passed VerifyAbsoluteLayout_WidthProportional [32 s] 2026-02-23T15:03:52.5194590Z >>>>> 2/23/2026 3:03:52 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-23T15:04:28.1460300Z >>>>> 2/23/2026 3:04:28 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-23T15:04:28.1528910Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [35 s] 2026-02-23T15:04:28.1538330Z >>>>> 2/23/2026 3:04:28 PM VerifyAbsoluteLayout_XProportional Start 2026-02-23T15:05:08.0843690Z >>>>> 2/23/2026 3:05:08 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-23T15:05:08.0908240Z Passed VerifyAbsoluteLayout_XProportional [39 s] 2026-02-23T15:05:08.0909390Z >>>>> 2/23/2026 3:05:08 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-23T15:05:59.9978360Z >>>>> 2/23/2026 3:05:59 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-23T15:06:00.0109370Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [51 s] 2026-02-23T15:06:00.0154540Z >>>>> 2/23/2026 3:06:00 PM VerifyAbsoluteLayout_YProportional Start 2026-02-23T15:06:42.2226650Z >>>>> 2/23/2026 3:06:42 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-23T15:06:43.5143680Z Passed VerifyAbsoluteLayout_YProportional [42 s] 2026-02-23T15:06:44.9605090Z >>>>> 2/23/2026 3:06:44 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-23T15:06:47.9272610Z >>>>> 2/23/2026 3:06:47 PM FlexLayout_ValidateDefaultValues Start 2026-02-23T15:07:02.7117270Z >>>>> 2/23/2026 3:07:02 PM FlexLayout_ValidateDefaultValues Stop 2026-02-23T15:07:02.7208750Z Passed FlexLayout_ValidateDefaultValues [14 s] 2026-02-23T15:07:02.7211290Z >>>>> 2/23/2026 3:07:02 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-23T15:07:37.1316820Z >>>>> 2/23/2026 3:07:37 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-23T15:07:37.1374620Z Passed FlexLayout_SetWrapAlignContentStretch [34 s] 2026-02-23T15:07:37.1377370Z >>>>> 2/23/2026 3:07:37 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-23T15:08:05.5260490Z >>>>> 2/23/2026 3:08:05 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-23T15:08:05.5312250Z Passed FlexLayout_SetWrapAlignContentCenter [28 s] 2026-02-23T15:08:05.5314650Z >>>>> 2/23/2026 3:08:05 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-23T15:08:36.3755150Z >>>>> 2/23/2026 3:08:36 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-23T15:08:36.3823520Z Passed FlexLayout_SetWrapAlignContentStart [30 s] 2026-02-23T15:08:36.3834130Z >>>>> 2/23/2026 3:08:36 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-23T15:09:06.1236770Z >>>>> 2/23/2026 3:09:06 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-23T15:09:06.1300250Z Passed FlexLayout_SetWrapAlignContentEnd [29 s] 2026-02-23T15:09:06.1302860Z >>>>> 2/23/2026 3:09:06 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-23T15:09:39.8039230Z >>>>> 2/23/2026 3:09:39 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-23T15:09:39.8109780Z Passed FlexLayout_SetWrapAlignContentSpaceAround [33 s] 2026-02-23T15:09:39.8110870Z >>>>> 2/23/2026 3:09:39 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-23T15:10:12.4721540Z >>>>> 2/23/2026 3:10:12 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-23T15:10:12.4788050Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [32 s] 2026-02-23T15:10:12.4789780Z >>>>> 2/23/2026 3:10:12 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-23T15:10:41.2744520Z >>>>> 2/23/2026 3:10:41 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-23T15:10:41.2922090Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [28 s] 2026-02-23T15:10:41.2923650Z >>>>> 2/23/2026 3:10:41 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-23T15:11:09.6503320Z >>>>> 2/23/2026 3:11:09 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-23T15:11:09.6571240Z Passed FlexLayout_SetWrapReverseAlignContentStretch [28 s] 2026-02-23T15:11:09.6573320Z >>>>> 2/23/2026 3:11:09 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-23T15:11:40.5117780Z >>>>> 2/23/2026 3:11:40 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-23T15:11:40.5175360Z Passed FlexLayout_SetWrapReverseAlignContentCenter [30 s] 2026-02-23T15:11:40.5177480Z >>>>> 2/23/2026 3:11:40 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-23T15:12:10.5824740Z >>>>> 2/23/2026 3:12:10 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-23T15:12:10.5894480Z Passed FlexLayout_SetWrapReverseAlignContentStart [30 s] 2026-02-23T15:12:10.5896180Z >>>>> 2/23/2026 3:12:10 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-23T15:12:39.7437440Z >>>>> 2/23/2026 3:12:39 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-23T15:12:39.7548910Z Passed FlexLayout_SetWrapReverseAlignContentEnd [29 s] 2026-02-23T15:12:39.7565740Z >>>>> 2/23/2026 3:12:39 PM FlexLayout_AlignItemsCenter Start 2026-02-23T15:13:04.5888780Z >>>>> 2/23/2026 3:13:04 PM FlexLayout_AlignItemsCenter Stop 2026-02-23T15:13:04.5957580Z Passed FlexLayout_AlignItemsCenter [24 s] 2026-02-23T15:13:04.5963540Z >>>>> 2/23/2026 3:13:04 PM FlexLayout_AlignItemsEnd Start 2026-02-23T15:13:23.5559400Z >>>>> 2/23/2026 3:13:23 PM FlexLayout_AlignItemsEnd Stop 2026-02-23T15:13:23.5618680Z Passed FlexLayout_AlignItemsEnd [18 s] 2026-02-23T15:13:23.5621720Z >>>>> 2/23/2026 3:13:23 PM FlexLayout_AlignItemsStretch Start 2026-02-23T15:13:43.0022040Z >>>>> 2/23/2026 3:13:43 PM FlexLayout_AlignItemsStretch Stop 2026-02-23T15:13:43.0092380Z Passed FlexLayout_AlignItemsStretch [19 s] 2026-02-23T15:13:43.0095000Z >>>>> 2/23/2026 3:13:43 PM FlexLayout_DirectionRowReverse Start 2026-02-23T15:14:02.8599990Z >>>>> 2/23/2026 3:14:02 PM FlexLayout_DirectionRowReverse Stop 2026-02-23T15:14:02.8681430Z Passed FlexLayout_DirectionRowReverse [19 s] 2026-02-23T15:14:02.8682920Z >>>>> 2/23/2026 3:14:02 PM FlexLayout_DirectionColumn Start 2026-02-23T15:14:23.6057380Z >>>>> 2/23/2026 3:14:23 PM FlexLayout_DirectionColumn Stop 2026-02-23T15:14:23.6128620Z Passed FlexLayout_DirectionColumn [20 s] 2026-02-23T15:14:23.6130300Z >>>>> 2/23/2026 3:14:23 PM FlexLayout_DirectionColumnReverse Start 2026-02-23T15:14:42.7272560Z >>>>> 2/23/2026 3:14:42 PM FlexLayout_DirectionColumnReverse Stop 2026-02-23T15:14:42.7334370Z Passed FlexLayout_DirectionColumnReverse [19 s] 2026-02-23T15:14:42.7336030Z >>>>> 2/23/2026 3:14:42 PM FlexLayout_JustifyContentCenter Start 2026-02-23T15:15:01.6328460Z >>>>> 2/23/2026 3:15:01 PM FlexLayout_JustifyContentCenter Stop 2026-02-23T15:15:01.6381410Z Passed FlexLayout_JustifyContentCenter [18 s] 2026-02-23T15:15:01.6383040Z >>>>> 2/23/2026 3:15:01 PM FlexLayout_JustifyContentEnd Start 2026-02-23T15:15:21.8272170Z >>>>> 2/23/2026 3:15:21 PM FlexLayout_JustifyContentEnd Stop 2026-02-23T15:15:21.8332170Z Passed FlexLayout_JustifyContentEnd [20 s] 2026-02-23T15:15:21.8334890Z >>>>> 2/23/2026 3:15:21 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-23T15:15:43.2704300Z >>>>> 2/23/2026 3:15:43 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-23T15:15:43.2764350Z Passed FlexLayout_JustifyContentSpaceBetween [21 s] 2026-02-23T15:15:43.2765430Z >>>>> 2/23/2026 3:15:43 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-23T15:16:02.1767430Z >>>>> 2/23/2026 3:16:02 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-23T15:16:02.1822140Z Passed FlexLayout_JustifyContentSpaceAround [18 s] 2026-02-23T15:16:02.1823060Z >>>>> 2/23/2026 3:16:02 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-23T15:16:21.2574350Z >>>>> 2/23/2026 3:16:21 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-23T15:16:21.2643380Z Passed FlexLayout_JustifyContentSpaceEvenly [19 s] 2026-02-23T15:16:21.2644380Z >>>>> 2/23/2026 3:16:21 PM FlexLayout_AlignSelfStart Start 2026-02-23T15:16:41.2070950Z >>>>> 2/23/2026 3:16:41 PM FlexLayout_AlignSelfStart Stop 2026-02-23T15:16:41.2130790Z Passed FlexLayout_AlignSelfStart [19 s] 2026-02-23T15:16:41.2146710Z >>>>> 2/23/2026 3:16:41 PM FlexLayout_AlignSelfCenter Start 2026-02-23T15:17:02.4302710Z >>>>> 2/23/2026 3:17:02 PM FlexLayout_AlignSelfCenter Stop 2026-02-23T15:17:02.4361580Z Passed FlexLayout_AlignSelfCenter [21 s] 2026-02-23T15:17:02.4363660Z >>>>> 2/23/2026 3:17:02 PM FlexLayout_AlignSelfEnd Start 2026-02-23T15:17:21.8880910Z >>>>> 2/23/2026 3:17:21 PM FlexLayout_AlignSelfEnd Stop 2026-02-23T15:17:21.8933480Z Passed FlexLayout_AlignSelfEnd [19 s] 2026-02-23T15:17:21.8934640Z >>>>> 2/23/2026 3:17:21 PM FlexLayout_AlignSelfStretch Start 2026-02-23T15:17:41.4545120Z >>>>> 2/23/2026 3:17:41 PM FlexLayout_AlignSelfStretch Stop 2026-02-23T15:17:41.4616460Z Passed FlexLayout_AlignSelfStretch [19 s] 2026-02-23T15:17:41.4619760Z >>>>> 2/23/2026 3:17:41 PM FlexLayout_Child1Grow Start 2026-02-23T15:18:10.4060650Z >>>>> 2/23/2026 3:18:10 PM FlexLayout_Child1Grow Stop 2026-02-23T15:18:10.4139280Z Passed FlexLayout_Child1Grow [28 s] 2026-02-23T15:18:10.4142080Z >>>>> 2/23/2026 3:18:10 PM FlexLayout_Child1Shrink Start 2026-02-23T15:18:47.8318390Z >>>>> 2/23/2026 3:18:47 PM FlexLayout_Child1Shrink Stop 2026-02-23T15:18:47.8384100Z Passed FlexLayout_Child1Shrink [37 s] 2026-02-23T15:18:47.8384970Z >>>>> 2/23/2026 3:18:47 PM FlexLayout_Child1Order Start 2026-02-23T15:19:18.8584630Z >>>>> 2/23/2026 3:19:18 PM FlexLayout_Child1Order Stop 2026-02-23T15:19:18.8642750Z Passed FlexLayout_Child1Order [31 s] 2026-02-23T15:19:18.8643800Z >>>>> 2/23/2026 3:19:18 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-23T15:19:47.6420980Z >>>>> 2/23/2026 3:19:47 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-23T15:19:47.6480080Z Passed FlexLayout_BasisAuto_DirectionRow [28 s] 2026-02-23T15:19:47.6482890Z >>>>> 2/23/2026 3:19:47 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-23T15:20:13.3009280Z >>>>> 2/23/2026 3:20:13 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-23T15:20:13.3073700Z Passed FlexLayout_BasisFixed_DirectionRow [25 s] 2026-02-23T15:20:13.3077520Z >>>>> 2/23/2026 3:20:13 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-23T15:20:39.7702890Z >>>>> 2/23/2026 3:20:39 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-23T15:20:39.7761670Z Passed FlexLayout_BasisPercentage_DirectionRow [26 s] 2026-02-23T15:20:39.7762660Z >>>>> 2/23/2026 3:20:39 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-23T15:21:08.2407900Z >>>>> 2/23/2026 3:21:08 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-23T15:21:08.2468130Z Passed FlexLayout_BasisAuto_DirectionRowReverse [28 s] 2026-02-23T15:21:08.2470850Z >>>>> 2/23/2026 3:21:08 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-23T15:21:33.7311080Z >>>>> 2/23/2026 3:21:33 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-23T15:21:33.7384730Z Passed FlexLayout_BasisFixed_DirectionRowReverse [25 s] 2026-02-23T15:21:33.7386210Z >>>>> 2/23/2026 3:21:33 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-23T15:22:00.4051510Z >>>>> 2/23/2026 3:22:00 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-23T15:22:00.4113110Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [26 s] 2026-02-23T15:22:00.4114270Z >>>>> 2/23/2026 3:22:00 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-23T15:22:29.0988160Z >>>>> 2/23/2026 3:22:29 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-23T15:22:29.1049220Z Passed FlexLayout_BasisAuto_DirectionColumn [28 s] 2026-02-23T15:22:29.1053460Z >>>>> 2/23/2026 3:22:29 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-23T15:22:55.5804150Z >>>>> 2/23/2026 3:22:55 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-23T15:22:55.5862660Z Passed FlexLayout_BasisFixed_DirectionColumn [26 s] 2026-02-23T15:22:55.5864010Z >>>>> 2/23/2026 3:22:55 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-23T15:23:26.7452140Z >>>>> 2/23/2026 3:23:26 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-23T15:23:26.7515790Z Passed FlexLayout_BasisPercentage_DirectionColumn [31 s] 2026-02-23T15:23:26.7517860Z >>>>> 2/23/2026 3:23:26 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-23T15:23:55.8851930Z >>>>> 2/23/2026 3:23:55 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-23T15:23:55.8909410Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [29 s] 2026-02-23T15:23:55.8912150Z >>>>> 2/23/2026 3:23:55 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-23T15:24:21.9611840Z >>>>> 2/23/2026 3:24:21 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-23T15:24:21.9680600Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [26 s] 2026-02-23T15:24:21.9684370Z >>>>> 2/23/2026 3:24:21 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-23T15:24:53.6717690Z >>>>> 2/23/2026 3:24:53 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-23T15:24:53.6782000Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [31 s] 2026-02-23T15:24:53.6787120Z >>>>> 2/23/2026 3:24:53 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-23T15:25:34.4803140Z >>>>> 2/23/2026 3:25:34 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-23T15:25:34.4868220Z Passed FlexLayout_SetAlignItemsCenterWrap [40 s] 2026-02-23T15:25:34.4885460Z >>>>> 2/23/2026 3:25:34 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-23T15:26:11.3655070Z >>>>> 2/23/2026 3:26:11 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-23T15:26:12.0037400Z Passed FlexLayout_SetAlignItemsEndWrap [36 s] 2026-02-23T15:26:14.3004390Z >>>>> 2/23/2026 3:26:14 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-23T15:26:17.2651650Z >>>>> 2/23/2026 3:26:17 PM VerifyGrid_BackgroundColor Start 2026-02-23T15:26:35.1603420Z >>>>> 2/23/2026 3:26:35 PM VerifyGrid_BackgroundColor Stop 2026-02-23T15:26:35.1685730Z Passed VerifyGrid_BackgroundColor [17 s] 2026-02-23T15:26:35.1690250Z >>>>> 2/23/2026 3:26:35 PM VerifyGrid_ColumnSpacing Start 2026-02-23T15:26:56.2779060Z >>>>> 2/23/2026 3:26:56 PM VerifyGrid_ColumnSpacing Stop 2026-02-23T15:26:56.2849360Z Passed VerifyGrid_ColumnSpacing [21 s] 2026-02-23T15:26:56.2852180Z >>>>> 2/23/2026 3:26:56 PM VerifyGrid_ColumnSpan Start 2026-02-23T15:27:17.7038900Z >>>>> 2/23/2026 3:27:17 PM VerifyGrid_ColumnSpan Stop 2026-02-23T15:27:17.7097860Z Passed VerifyGrid_ColumnSpan [21 s] 2026-02-23T15:27:17.7099100Z >>>>> 2/23/2026 3:27:17 PM VerifyGrid_FlowDirection Start 2026-02-23T15:27:32.2833720Z >>>>> 2/23/2026 3:27:32 PM VerifyGrid_FlowDirection Stop 2026-02-23T15:27:32.2895050Z Passed VerifyGrid_FlowDirection [14 s] 2026-02-23T15:27:32.2896070Z >>>>> 2/23/2026 3:27:32 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-23T15:27:49.2715780Z >>>>> 2/23/2026 3:27:49 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-23T15:27:49.2779830Z Passed VerifyGrid_HorizontalOptionsCenter [16 s] 2026-02-23T15:27:49.2781030Z >>>>> 2/23/2026 3:27:49 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-23T15:28:04.8327250Z >>>>> 2/23/2026 3:28:04 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-23T15:28:04.8383160Z Passed VerifyGrid_HorizontalOptionsEnd [15 s] 2026-02-23T15:28:04.8384880Z >>>>> 2/23/2026 3:28:04 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-23T15:28:19.6325220Z >>>>> 2/23/2026 3:28:19 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-23T15:28:19.6403170Z Passed VerifyGrid_HorizontalOptionsStart [14 s] 2026-02-23T15:28:19.6404910Z >>>>> 2/23/2026 3:28:19 PM VerifyGrid_IsVisible Start 2026-02-23T15:28:33.8741940Z >>>>> 2/23/2026 3:28:33 PM VerifyGrid_IsVisible Stop 2026-02-23T15:28:33.8796940Z Passed VerifyGrid_IsVisible [14 s] 2026-02-23T15:28:33.8799490Z >>>>> 2/23/2026 3:28:33 PM VerifyGrid_NestedGrid Start 2026-02-23T15:28:48.5359690Z >>>>> 2/23/2026 3:28:48 PM VerifyGrid_NestedGrid Stop 2026-02-23T15:28:48.5422100Z Passed VerifyGrid_NestedGrid [14 s] 2026-02-23T15:28:48.5423070Z >>>>> 2/23/2026 3:28:48 PM VerifyGrid_Padding Start 2026-02-23T15:29:10.0737560Z >>>>> 2/23/2026 3:29:10 PM VerifyGrid_Padding Stop 2026-02-23T15:29:10.0886200Z Passed VerifyGrid_Padding [21 s] 2026-02-23T15:29:10.0903090Z >>>>> 2/23/2026 3:29:10 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-23T15:29:57.0706120Z >>>>> 2/23/2026 3:29:57 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-23T15:29:57.0778590Z Passed VerifyGrid_RowAndColumnTypeAbsolute [46 s] 2026-02-23T15:29:57.0782560Z >>>>> 2/23/2026 3:29:57 PM VerifyGrid_RowSpacing Start 2026-02-23T15:30:18.2083390Z >>>>> 2/23/2026 3:30:18 PM VerifyGrid_RowSpacing Stop 2026-02-23T15:30:18.2137580Z Passed VerifyGrid_RowSpacing [21 s] 2026-02-23T15:30:18.2139510Z >>>>> 2/23/2026 3:30:18 PM VerifyGrid_RowSpan Start 2026-02-23T15:30:41.7047900Z >>>>> 2/23/2026 3:30:41 PM VerifyGrid_RowSpan Stop 2026-02-23T15:30:41.7106090Z Passed VerifyGrid_RowSpan [23 s] 2026-02-23T15:30:41.7108020Z >>>>> 2/23/2026 3:30:41 PM VerifyGrid_SetColumn Start 2026-02-23T15:31:03.6105910Z >>>>> 2/23/2026 3:31:03 PM VerifyGrid_SetColumn Stop 2026-02-23T15:31:03.6159950Z Passed VerifyGrid_SetColumn [21 s] 2026-02-23T15:31:03.6161470Z >>>>> 2/23/2026 3:31:03 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-23T15:31:42.7322050Z >>>>> 2/23/2026 3:31:42 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-23T15:31:42.7395250Z Passed VerifyGrid_SetColumn_SetColumnSpacing [39 s] 2026-02-23T15:31:42.7397190Z >>>>> 2/23/2026 3:31:42 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-23T15:32:36.2758110Z >>>>> 2/23/2026 3:32:36 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-23T15:32:36.2850700Z Passed VerifyGrid_SetColumn_SetRowSpacing [53 s] 2026-02-23T15:32:36.2855080Z >>>>> 2/23/2026 3:32:36 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-23T15:33:31.1408090Z >>>>> 2/23/2026 3:33:31 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-23T15:33:31.1497110Z Passed VerifyGrid_SetColumnSpacingAndPadding [54 s] 2026-02-23T15:33:31.1500520Z >>>>> 2/23/2026 3:33:31 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-23T15:34:08.6750300Z >>>>> 2/23/2026 3:34:08 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-23T15:34:08.6823510Z Passed VerifyGrid_SetPaddingAndBackgroundColor [37 s] 2026-02-23T15:34:08.6825010Z >>>>> 2/23/2026 3:34:08 PM VerifyGrid_SetRow Start 2026-02-23T15:34:38.1583470Z >>>>> 2/23/2026 3:34:38 PM VerifyGrid_SetRow Stop 2026-02-23T15:34:38.1671480Z Passed VerifyGrid_SetRow [29 s] 2026-02-23T15:34:38.1673760Z >>>>> 2/23/2026 3:34:38 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-23T15:35:23.2546450Z >>>>> 2/23/2026 3:35:23 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-23T15:35:23.2609900Z Passed VerifyGrid_SetRow_SetColumnSpacing [45 s] 2026-02-23T15:35:23.2611560Z >>>>> 2/23/2026 3:35:23 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-23T15:36:04.1250960Z >>>>> 2/23/2026 3:36:04 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-23T15:36:04.1308540Z Passed VerifyGrid_SetRow_SetRowSpacing [40 s] 2026-02-23T15:36:04.1309630Z >>>>> 2/23/2026 3:36:04 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-23T15:36:47.3033570Z >>>>> 2/23/2026 3:36:47 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-23T15:36:47.3088300Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [43 s] 2026-02-23T15:36:47.3089510Z >>>>> 2/23/2026 3:36:47 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-23T15:37:28.1692650Z >>>>> 2/23/2026 3:37:28 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-23T15:37:28.1748190Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [40 s] 2026-02-23T15:37:28.1749230Z >>>>> 2/23/2026 3:37:28 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-23T15:38:09.0677380Z >>>>> 2/23/2026 3:38:09 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-23T15:38:09.0756460Z Passed VerifyGrid_SetRowSpacingAndPadding [40 s] 2026-02-23T15:38:09.0758690Z >>>>> 2/23/2026 3:38:09 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-23T15:38:30.7339350Z >>>>> 2/23/2026 3:38:30 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-23T15:38:30.7413200Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [21 s] 2026-02-23T15:38:30.7414470Z >>>>> 2/23/2026 3:38:30 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-23T15:38:51.4538350Z >>>>> 2/23/2026 3:38:51 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-23T15:38:51.4607550Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [20 s] 2026-02-23T15:38:51.4611120Z >>>>> 2/23/2026 3:38:51 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-23T15:39:14.4603530Z >>>>> 2/23/2026 3:39:14 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-23T15:39:14.4668430Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [23 s] 2026-02-23T15:39:14.4671240Z >>>>> 2/23/2026 3:39:14 PM VerifyGrid_VerticalOptionsCenter Start 2026-02-23T15:39:30.4993410Z >>>>> 2/23/2026 3:39:30 PM VerifyGrid_VerticalOptionsCenter Stop 2026-02-23T15:39:30.5057190Z Passed VerifyGrid_VerticalOptionsCenter [16 s] 2026-02-23T15:39:30.5058300Z >>>>> 2/23/2026 3:39:30 PM VerifyGrid_VerticalOptionsEnd Start 2026-02-23T15:39:45.7195810Z >>>>> 2/23/2026 3:39:45 PM VerifyGrid_VerticalOptionsEnd Stop 2026-02-23T15:39:45.7257570Z Passed VerifyGrid_VerticalOptionsEnd [15 s] 2026-02-23T15:39:45.7259480Z >>>>> 2/23/2026 3:39:45 PM VerifyGrid_VerticalOptionsStart Start 2026-02-23T15:40:01.0162700Z >>>>> 2/23/2026 3:40:01 PM VerifyGrid_VerticalOptionsStart Stop 2026-02-23T15:40:02.2669840Z Passed VerifyGrid_VerticalOptionsStart [15 s] 2026-02-23T15:40:03.5618820Z >>>>> 2/23/2026 3:40:03 PM FixtureSetup for Issue22075(Mac) 2026-02-23T15:40:03.6833900Z >>>>> 2/23/2026 3:40:03 PM CreateStackWithPadding Start 2026-02-23T15:40:06.1332580Z >>>>> 2/23/2026 3:40:06 PM CreateStackWithPadding Stop 2026-02-23T15:40:06.8549430Z Passed CreateStackWithPadding [2 s] 2026-02-23T15:40:08.6410790Z >>>>> 2/23/2026 3:40:08 PM FixtureSetup for Bugzilla34007(Mac) 2026-02-23T15:40:08.7415780Z >>>>> 2/23/2026 3:40:08 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-23T15:40:12.7769530Z >>>>> 2/23/2026 3:40:12 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-23T15:40:13.3029380Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-02-23T15:42:22.5505890Z >>>>> 2/23/2026 3:42:22 PM FixtureSetup for Bugzilla34061(Mac) 2026-02-23T15:42:22.6468100Z Bugzilla34061Test: The sample is crashing. More information: ***/issues/21204 2026-02-23T15:42:24.1497300Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-23T15:42:24.2571680Z >>>>> 2/23/2026 3:42:24 PM FixtureSetup for Bugzilla40161(Mac) 2026-02-23T15:42:24.3873140Z >>>>> 2/23/2026 3:42:24 PM Issue1Test Start 2026-02-23T15:42:30.3237390Z >>>>> 2/23/2026 3:42:30 PM Issue1Test Stop 2026-02-23T15:42:31.7099290Z Passed Issue1Test [5 s] 2026-02-23T15:42:32.9704330Z >>>>> 2/23/2026 3:42:32 PM FixtureSetup for Bugzilla44176(Mac) 2026-02-23T15:42:33.0718540Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T15:42:33.2119410Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-23T15:42:35.8118380Z >>>>> 2/23/2026 3:42:35 PM FixtureSetup for Bugzilla46458(Mac) 2026-02-23T15:42:35.9412390Z >>>>> 2/23/2026 3:42:35 PM GridIsEnabled Start 2026-02-23T15:42:53.9801000Z >>>>> 2/23/2026 3:42:53 PM GridIsEnabled Stop 2026-02-23T15:42:55.4340130Z Passed GridIsEnabled [18 s] 2026-02-23T15:42:56.7150160Z >>>>> 2/23/2026 3:42:56 PM FixtureSetup for Bugzilla51238(Mac) 2026-02-23T15:42:56.8361330Z >>>>> 2/23/2026 3:42:56 PM Issue1Test Start 2026-02-23T15:42:59.9924910Z >>>>> 2/23/2026 3:42:59 PM Issue1Test Stop 2026-02-23T15:43:00.0083730Z Passed Issue1Test [3 s] 2026-02-23T15:43:03.0229210Z >>>>> 2/23/2026 3:43:03 PM FixtureSetup for Bugzilla53445(Mac) 2026-02-23T15:43:03.1430020Z >>>>> 2/23/2026 3:43:03 PM Bugzilla53445Test Start 2026-02-23T15:43:19.1064650Z >>>>> 2/23/2026 3:43:19 PM Bugzilla53445Test Stop 2026-02-23T15:43:19.6397040Z Passed Bugzilla53445Test [15 s] 2026-02-23T15:43:21.9350760Z >>>>> 2/23/2026 3:43:21 PM FixtureSetup for Issue1267(Mac) 2026-02-23T15:43:22.1363990Z >>>>> 2/23/2026 3:43:22 PM StarInGridDoesNotCrash Start 2026-02-23T15:43:24.0782010Z >>>>> 2/23/2026 3:43:24 PM StarInGridDoesNotCrash Stop 2026-02-23T15:43:25.1211410Z Passed StarInGridDoesNotCrash [1 s] 2026-02-23T15:43:26.7886810Z >>>>> 2/23/2026 3:43:26 PM FixtureSetup for Issue15330(Mac) 2026-02-23T15:43:26.9174980Z >>>>> 2/23/2026 3:43:26 PM Issue15330Test Start 2026-02-23T15:43:29.8559580Z >>>>> 2/23/2026 3:43:29 PM Issue15330Test Stop 2026-02-23T15:43:29.9713350Z Passed Issue15330Test [2 s] 2026-02-23T15:43:32.5480630Z >>>>> 2/23/2026 3:43:32 PM FixtureSetup for Issue1601(Mac) 2026-02-23T15:43:32.6615310Z >>>>> 2/23/2026 3:43:32 PM Issue1601Test Start 2026-02-23T15:43:35.6149630Z >>>>> 2/23/2026 3:43:35 PM Issue1601Test Stop 2026-02-23T15:43:35.7219700Z Passed Issue1601Test [2 s] 2026-02-23T15:43:38.2171890Z >>>>> 2/23/2026 3:43:38 PM FixtureSetup for Issue19513(Mac) 2026-02-23T15:43:38.3353240Z >>>>> 2/23/2026 3:43:38 PM NegativeSpacingCrashes Start 2026-02-23T15:43:39.4687030Z >>>>> 2/23/2026 3:43:39 PM NegativeSpacingCrashes Stop 2026-02-23T15:43:39.8244840Z Passed NegativeSpacingCrashes [1 s] 2026-02-23T15:43:42.2685110Z >>>>> 2/23/2026 3:43:42 PM FixtureSetup for Issue21711(Mac) 2026-02-23T15:43:42.3747180Z >>>>> 2/23/2026 3:43:42 PM AddDoesNotCrash Start 2026-02-23T15:43:47.5985320Z >>>>> 2/23/2026 3:43:47 PM AddDoesNotCrash Stop 2026-02-23T15:43:47.6077190Z Passed AddDoesNotCrash [5 s] 2026-02-23T15:43:47.6079610Z >>>>> 2/23/2026 3:43:47 PM InsertDoesNotCrash Start 2026-02-23T15:43:51.1283010Z >>>>> 2/23/2026 3:43:51 PM InsertDoesNotCrash Stop 2026-02-23T15:43:51.1361910Z Passed InsertDoesNotCrash [3 s] 2026-02-23T15:43:51.1365330Z >>>>> 2/23/2026 3:43:51 PM RemoveDoesNotCrash Start 2026-02-23T15:43:54.1104970Z >>>>> 2/23/2026 3:43:54 PM RemoveDoesNotCrash Stop 2026-02-23T15:43:54.1170610Z Passed RemoveDoesNotCrash [2 s] 2026-02-23T15:43:54.1171990Z >>>>> 2/23/2026 3:43:54 PM UpdateDoesNotCrash Start 2026-02-23T15:43:56.8616400Z >>>>> 2/23/2026 3:43:56 PM UpdateDoesNotCrash Stop 2026-02-23T15:43:57.1180430Z Passed UpdateDoesNotCrash [2 s] 2026-02-23T15:43:59.8148410Z >>>>> 2/23/2026 3:43:59 PM FixtureSetup for Issue23484(Mac) 2026-02-23T15:43:59.9217600Z >>>>> 2/23/2026 3:43:59 PM ReusingNavigationPageDoesntBreakLayout Start 2026-02-23T15:44:15.7022050Z >>>>> 2/23/2026 3:44:15 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-23T15:44:16.4108130Z Passed ReusingNavigationPageDoesntBreakLayout [15 s] 2026-02-23T15:44:18.5093520Z >>>>> 2/23/2026 3:44:18 PM FixtureSetup for Issue24246(Mac) 2026-02-23T15:44:18.6168170Z >>>>> 2/23/2026 3:44:18 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-23T15:44:25.0770340Z >>>>> 2/23/2026 3:44:25 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-23T15:44:26.1060090Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [6 s] 2026-02-23T15:44:27.9893530Z >>>>> 2/23/2026 3:44:27 PM FixtureSetup for Issue24434(Mac) 2026-02-23T15:44:28.1247830Z >>>>> 2/23/2026 3:44:28 PM ModifyingANonVisibleLayoutWorks Start 2026-02-23T15:44:33.7154650Z >>>>> 2/23/2026 3:44:33 PM ModifyingANonVisibleLayoutWorks Stop 2026-02-23T15:44:34.1325300Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-02-23T15:44:36.6436720Z >>>>> 2/23/2026 3:44:36 PM FixtureSetup for Issue24996(Mac) 2026-02-23T15:44:36.7744360Z >>>>> 2/23/2026 3:44:36 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-23T15:44:40.6368890Z >>>>> 2/23/2026 3:44:40 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-23T15:44:40.6945720Z >>>>> 2/23/2026 3:44:40 PM Log types: 2026-02-23T15:44:41.3826580Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-02-23T15:44:41.4388530Z Error Message: 2026-02-23T15:44:41.4489170Z Assert.That(condition, Is.True) 2026-02-23T15:44:41.4514010Z Expected: True 2026-02-23T15:44:41.4518290Z But was: False 2026-02-23T15:44:41.4518700Z 2026-02-23T15:44:41.4523310Z Stack Trace: 2026-02-23T15:44:41.4525130Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-23T15:44:41.4527860Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-23T15:44:41.4529270Z 2026-02-23T15:44:41.4531210Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-23T15:44:41.4532970Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-23T15:44:41.4533680Z 2026-02-23T15:44:41.4534160Z 2026-02-23T15:46:51.9587310Z >>>>> 2/23/2026 3:46:51 PM FixtureSetup for Issue2653(Mac) 2026-02-23T15:46:52.0952160Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T15:46:53.5818660Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-23T15:46:55.0524230Z >>>>> 2/23/2026 3:46:55 PM FixtureSetup for Issue2767(Mac) 2026-02-23T15:46:55.2637890Z >>>>> 2/23/2026 3:46:55 PM Issue2767Test Start 2026-02-23T15:46:58.1776360Z >>>>> 2/23/2026 3:46:58 PM Issue2767Test Stop 2026-02-23T15:46:58.4373820Z Passed Issue2767Test [2 s] 2026-02-23T15:49:08.1029730Z >>>>> 2/23/2026 3:49:08 PM FixtureSetup for Issue2858(Mac) 2026-02-23T15:49:08.2272860Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-23T15:49:09.7759200Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-23T15:49:10.1786410Z >>>>> 2/23/2026 3:49:10 PM FixtureSetup for Issue28945(Mac) 2026-02-23T15:49:10.3240510Z >>>>> 2/23/2026 3:49:10 PM MauiViewShouldPropagateFocus Start 2026-02-23T15:49:13.2414460Z >>>>> 2/23/2026 3:49:13 PM MauiViewShouldPropagateFocus Stop 2026-02-23T15:49:14.4092750Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-23T15:49:16.2046660Z >>>>> 2/23/2026 3:49:16 PM FixtureSetup for Issue29919(Mac) 2026-02-23T15:49:16.3480690Z >>>>> 2/23/2026 3:49:16 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-23T15:49:17.6570080Z >>>>> 2/23/2026 3:49:17 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-23T15:49:17.9120130Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-02-23T15:49:21.0495590Z >>>>> 2/23/2026 3:49:21 PM FixtureSetup for Issue2993(Mac) 2026-02-23T15:49:21.2114410Z >>>>> 2/23/2026 3:49:21 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-23T15:49:22.9923090Z >>>>> 2/23/2026 3:49:22 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-23T15:49:24.2176760Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-23T15:49:25.9887810Z >>>>> 2/23/2026 3:49:25 PM FixtureSetup for Issue3475(Mac) 2026-02-23T15:49:26.1493890Z >>>>> 2/23/2026 3:49:26 PM Issue3475TestsLayoutCompressionPerformance Start 2026-02-23T15:50:12.0189900Z >>>>> 2/23/2026 3:50:12 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-23T15:50:12.6558720Z Passed Issue3475TestsLayoutCompressionPerformance [45 s] 2026-02-23T15:50:15.4323560Z >>>>> 2/23/2026 3:50:15 PM FixtureSetup for Issue6260(Mac) 2026-02-23T15:50:15.6227390Z >>>>> 2/23/2026 3:50:15 PM NonAppCompatBasicSwitchTest Start 2026-02-23T15:50:17.1396330Z >>>>> 2/23/2026 3:50:17 PM NonAppCompatBasicSwitchTest Stop 2026-02-23T15:50:17.3218180Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-23T15:50:20.8124540Z >>>>> 2/23/2026 3:50:20 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-23T15:50:20.9961160Z >>>>> 2/23/2026 3:50:20 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-23T15:50:46.8083560Z >>>>> 2/23/2026 3:50:46 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-23T15:50:46.8196600Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [25 s] 2026-02-23T15:50:46.8197980Z >>>>> 2/23/2026 3:50:46 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-23T15:50:59.2310720Z >>>>> 2/23/2026 3:50:59 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-23T15:50:59.2366710Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [12 s] 2026-02-23T15:50:59.2370760Z >>>>> 2/23/2026 3:50:59 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-23T15:51:01.9264440Z >>>>> 2/23/2026 3:51:01 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-23T15:51:02.3097350Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [2 s] 2026-02-23T15:51:04.7620000Z >>>>> 2/23/2026 3:51:04 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-23T15:51:04.8840080Z >>>>> 2/23/2026 3:51:04 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-23T15:51:27.1592530Z >>>>> 2/23/2026 3:51:27 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-23T15:51:27.1644680Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [22 s] 2026-02-23T15:51:27.1646570Z >>>>> 2/23/2026 3:51:27 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-23T15:51:39.0060470Z >>>>> 2/23/2026 3:51:39 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-23T15:51:39.0117170Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [11 s] 2026-02-23T15:51:39.0118360Z >>>>> 2/23/2026 3:51:39 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-23T15:51:41.8345800Z >>>>> 2/23/2026 3:51:41 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-23T15:51:42.0144380Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-02-23T15:51:44.4735810Z >>>>> 2/23/2026 3:51:44 PM FixtureSetup for Issue6945(Mac) 2026-02-23T15:51:44.6027800Z >>>>> 2/23/2026 3:51:44 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-23T15:51:49.3085780Z >>>>> 2/23/2026 3:51:49 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-23T15:51:50.6366780Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [4 s] 2026-02-23T15:51:52.6486390Z >>>>> 2/23/2026 3:51:52 PM FixtureSetup for Issue9075(Mac) 2026-02-23T15:51:52.7845990Z >>>>> 2/23/2026 3:51:52 PM FlexLayoutCycleException Start 2026-02-23T15:51:54.4260920Z >>>>> 2/23/2026 3:51:54 PM FlexLayoutCycleException Stop 2026-02-23T15:51:55.8368950Z Passed FlexLayoutCycleException [1 s] 2026-02-23T15:51:57.1551470Z >>>>> 2/23/2026 3:51:57 PM FixtureSetup for StackLayoutIssue(Mac) 2026-02-23T15:51:57.2621570Z >>>>> 2/23/2026 3:51:57 PM StackLayoutIssueTestsAllElementsPresent Start 2026-02-23T15:52:01.5377670Z >>>>> 2/23/2026 3:52:01 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-23T15:52:01.8751130Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-02-23T15:52:04.2349890Z >>>>> 2/23/2026 3:52:04 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-23T15:52:06.9862670Z >>>>> 2/23/2026 3:52:06 PM HorizontalStackLayout_IsVisible Start 2026-02-23T15:52:16.0813760Z >>>>> 2/23/2026 3:52:16 PM HorizontalStackLayout_IsVisible Stop 2026-02-23T15:52:16.0878180Z Passed HorizontalStackLayout_IsVisible [9 s] 2026-02-23T15:52:16.0880890Z >>>>> 2/23/2026 3:52:16 PM HorizontalStackLayout_RTLFlowDirection Start 2026-02-23T15:52:26.0596760Z >>>>> 2/23/2026 3:52:26 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-23T15:52:26.0658120Z Passed HorizontalStackLayout_RTLFlowDirection [9 s] 2026-02-23T15:52:26.0659640Z >>>>> 2/23/2026 3:52:26 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-23T15:52:42.5955550Z >>>>> 2/23/2026 3:52:42 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-23T15:52:42.6015750Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [16 s] 2026-02-23T15:52:42.6018060Z >>>>> 2/23/2026 3:52:42 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-23T15:53:05.0525840Z >>>>> 2/23/2026 3:53:05 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-23T15:53:05.0594980Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [22 s] 2026-02-23T15:53:05.0600160Z >>>>> 2/23/2026 3:53:05 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-23T15:53:22.8635800Z >>>>> 2/23/2026 3:53:22 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-23T15:53:22.8727350Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [17 s] 2026-02-23T15:53:22.8742160Z >>>>> 2/23/2026 3:53:22 PM HorizontalStackLayout_Spacing_With_Height Start 2026-02-23T15:53:43.6581260Z >>>>> 2/23/2026 3:53:43 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-23T15:53:43.6641970Z Passed HorizontalStackLayout_Spacing_With_Height [20 s] 2026-02-23T15:53:43.6788300Z >>>>> 2/23/2026 3:53:43 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-23T15:54:12.6146450Z >>>>> 2/23/2026 3:54:12 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-23T15:54:12.6197150Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [28 s] 2026-02-23T15:54:12.6198520Z >>>>> 2/23/2026 3:54:12 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-23T15:54:19.5831780Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-23T15:54:19.6609300Z ##[error]The operation was canceled. 2026-02-23T15:54:19.6631090Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6642810Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6643340Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6646010Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6646600Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6648720Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6652160Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6652760Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6653130Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6655240Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6655830Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6656200Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6658250Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6658930Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6659320Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6661600Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6662170Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6662520Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6664530Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6665090Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6665400Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6667470Z ##[section]Async Command Start: Update Build Number 2026-02-23T15:54:19.6668280Z Update build number to 10.0.50-ci+pr.28241.azdo.1305503 for build 1305503 2026-02-23T15:54:19.6668620Z ##[section]Async Command End: Update Build Number 2026-02-23T15:54:19.6671080Z ##[section]Finishing: Controls Layout