2026-02-25T21:22:43.7673810Z ##[section]Starting: Controls Layout 2026-02-25T21:22:43.7696080Z ============================================================================== 2026-02-25T21:22:43.7696520Z Task : PowerShell 2026-02-25T21:22:43.7696750Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-25T21:22:43.7697010Z Version : 2.268.1 2026-02-25T21:22:43.7697220Z Author : Microsoft Corporation 2026-02-25T21:22:43.7697410Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-25T21:22:43.7697720Z ============================================================================== 2026-02-25T21:22:44.1425110Z Generating script. 2026-02-25T21:22:44.1447940Z ========================== Starting Command Output =========================== 2026-02-25T21:22:44.1474100Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/e45a912c-0286-439d-91e8-e16c6009a8e0.ps1' 2026-02-25T21:22:45.5864950Z $ErrorActionPreference = 'stop' 2026-02-25T21:22:45.5918890Z $ProgressPreference = 'silentlyContinue' 2026-02-25T21:22:45.5955120Z Get-Content $PSCommandPath 2026-02-25T21:22:45.6016590Z $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-25T21:22:45.6053130Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T21:22:45.6086230Z $command += " --runtimevariant=""Mono""" 2026-02-25T21:22:45.6089560Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T21:22:45.6116230Z 2026-02-25T21:22:45.6123860Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T21:22:45.6132280Z $deviceType = "" 2026-02-25T21:22:45.6166140Z if ($deviceType) { 2026-02-25T21:22:45.6169960Z $command += " --skin=""$deviceType""" 2026-02-25T21:22:45.6177280Z } 2026-02-25T21:22:45.6183410Z 2026-02-25T21:22:45.6200910Z $testFilter = "" 2026-02-25T21:22:45.6205760Z $testConfigrationArgs = "" 2026-02-25T21:22:45.6226110Z 2026-02-25T21:22:45.6230100Z "Layout".Split(",") | ForEach { 2026-02-25T21:22:45.6236140Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T21:22:45.6241100Z } 2026-02-25T21:22:45.6244100Z 2026-02-25T21:22:45.6248130Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T21:22:45.6250390Z 2026-02-25T21:22:45.6253410Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T21:22:45.6256890Z if ($testConfigrationArgs) { 2026-02-25T21:22:45.6259470Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T21:22:45.6261860Z } 2026-02-25T21:22:45.6264700Z if ($testFilter) { 2026-02-25T21:22:45.6270150Z $command += " --test-filter ""$testFilter""" 2026-02-25T21:22:45.6272390Z } 2026-02-25T21:22:45.6275530Z 2026-02-25T21:22:45.6281380Z $headless = true 2026-02-25T21:22:45.6285000Z if ($headless) { 2026-02-25T21:22:45.6287460Z $command += " --headless ""$headless""" 2026-02-25T21:22:45.6290580Z } 2026-02-25T21:22:45.6292420Z 2026-02-25T21:22:45.6295840Z Write-Host "Running command: $command" 2026-02-25T21:22:45.6297170Z 2026-02-25T21:22:45.6300220Z Invoke-Expression $command 2026-02-25T21:22:45.6302810Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T21:22:45.6310450Z } else { 2026-02-25T21:22:45.6315890Z exit $LASTEXITCODE 2026-02-25T21:22:45.6317400Z } 2026-02-25T21:22:45.7533510Z 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-25T21:22:46.5905630Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T21:22:47.8976590Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T21:22:48.5858620Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T21:22:49.4313480Z 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-25T21:22:50.3223000Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T21:22:51.7032730Z Looking for modules... 2026-02-25T21:22:59.8643090Z No modules found to install. 2026-02-25T21:22:59.8649100Z Module directory does not exist. 2026-02-25T21:22:59.8711210Z Analyzing build script... 2026-02-25T21:22:59.8740050Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T21:22:59.8762570Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T21:22:59.8776700Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T21:23:00.2912390Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T21:23:03.7912020Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T21:23:05.1171470Z Processing build script... 2026-02-25T21:23:05.1207270Z Installing addins... 2026-02-25T21:23:05.4878380Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T21:23:05.5277340Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T21:23:05.5672790Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T21:23:06.6388040Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T21:23:06.6391440Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T21:23:06.6393020Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T21:23:06.6394290Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T21:23:06.6399400Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T21:23:06.6404990Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T21:23:07.3394430Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T21:23:07.3396470Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T21:23:07.3398300Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T21:23:07.3399870Z Adding assembly reference to System.Runtime.dll... 2026-02-25T21:23:07.3401480Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T21:23:07.3419300Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T21:23:07.3421290Z Adding assembly reference to System.Threading.dll... 2026-02-25T21:23:07.3424380Z Adding assembly reference to System.Linq.dll... 2026-02-25T21:23:07.3428810Z Adding assembly reference to System.Collections.dll... 2026-02-25T21:23:07.3432120Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T21:23:07.3433960Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T21:23:07.3435870Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T21:23:07.3437590Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T21:23:07.3440160Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T21:23:07.3441870Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T21:23:07.3443630Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T21:23:07.3445510Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T21:23:07.3447530Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T21:23:07.3451120Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T21:23:07.3454260Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T21:23:07.3584270Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T21:23:07.3585820Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T21:23:07.3587190Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T21:23:07.3588550Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T21:23:07.3590120Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T21:23:07.3591630Z Adding assembly reference to mscorlib.dll... 2026-02-25T21:23:07.3592930Z Adding assembly reference to netstandard.dll... 2026-02-25T21:23:07.3594220Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T21:23:07.3595520Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T21:23:07.3596890Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T21:23:07.3598300Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T21:23:07.3599710Z Adding assembly reference to System.Memory.dll... 2026-02-25T21:23:07.3601090Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T21:23:07.3602560Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T21:23:07.3603990Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T21:23:07.3605460Z Adding assembly reference to System.Console.dll... 2026-02-25T21:23:07.3606770Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T21:23:07.3608200Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T21:23:07.3609540Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T21:23:07.3611230Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T21:23:07.3612680Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T21:23:07.3615580Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T21:23:07.3617060Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T21:23:07.3618420Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T21:23:07.3619910Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T21:23:07.3621460Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T21:23:07.3622850Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T21:23:07.3624660Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T21:23:07.3626160Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T21:23:07.3627470Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T21:23:07.3628770Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T21:23:07.3630960Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T21:23:07.3632420Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T21:23:07.3633820Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T21:23:07.3635250Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T21:23:07.3636620Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T21:23:07.3637940Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T21:23:07.3639260Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T21:23:07.3640760Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T21:23:07.3642290Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T21:23:07.3643740Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T21:23:07.3645110Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T21:23:07.3646520Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T21:23:07.3647860Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T21:23:07.3649220Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T21:23:07.3650500Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T21:23:07.3651840Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T21:23:07.3653060Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T21:23:07.3654390Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T21:23:07.3655690Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T21:23:07.3657180Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T21:23:07.3658580Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T21:23:07.3660080Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T21:23:07.3661560Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T21:23:07.3662850Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T21:23:07.3665920Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T21:23:07.3667310Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T21:23:07.3668760Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T21:23:07.3669990Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T21:23:07.3672740Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T21:23:07.3674380Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T21:23:07.3676150Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T21:23:07.3677580Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T21:23:07.3679150Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T21:23:07.3680840Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T21:23:07.3683490Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T21:23:07.3685280Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T21:23:07.3686680Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T21:23:07.3688230Z Adding assembly reference to System.AppContext.dll... 2026-02-25T21:23:07.3689720Z Adding assembly reference to System.Buffers.dll... 2026-02-25T21:23:07.3691230Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T21:23:07.3692800Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T21:23:07.3694520Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T21:23:07.3695970Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T21:23:07.3697450Z Adding assembly reference to System.Configuration.dll... 2026-02-25T21:23:07.3698890Z Adding assembly reference to System.Core.dll... 2026-02-25T21:23:07.3700120Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T21:23:07.3701640Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T21:23:07.3703460Z Adding assembly reference to System.Data.dll... 2026-02-25T21:23:07.3705250Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T21:23:07.3707250Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T21:23:07.3708990Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T21:23:07.3710590Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T21:23:07.3712150Z Adding assembly reference to System.dll... 2026-02-25T21:23:07.3713390Z Adding assembly reference to System.Drawing.dll... 2026-02-25T21:23:07.3715170Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T21:23:07.3716840Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T21:23:07.3718380Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T21:23:07.3720180Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T21:23:07.3723870Z Adding assembly reference to System.Globalization.dll... 2026-02-25T21:23:07.3725640Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T21:23:07.3728520Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T21:23:07.3730610Z Adding assembly reference to System.IO.dll... 2026-02-25T21:23:07.3732180Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T21:23:07.3734580Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T21:23:07.3736520Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T21:23:07.3738330Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T21:23:07.3740310Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T21:23:07.3742040Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T21:23:07.3745450Z Adding assembly reference to System.Net.dll... 2026-02-25T21:23:07.3746640Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T21:23:07.3747940Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T21:23:07.3749120Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T21:23:07.3750140Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T21:23:07.3751270Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T21:23:07.3752360Z Adding assembly reference to System.Numerics.dll... 2026-02-25T21:23:07.3753410Z Adding assembly reference to System.Reflection.dll... 2026-02-25T21:23:07.3754510Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T21:23:07.3755700Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T21:23:07.3758460Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T21:23:07.3759640Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T21:23:07.3760790Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T21:23:07.3761850Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T21:23:07.4051980Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T21:23:07.4055270Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T21:23:07.4057140Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T21:23:07.4058890Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T21:23:07.4060460Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T21:23:07.4061820Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T21:23:07.4063160Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T21:23:07.4064570Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T21:23:07.4066180Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T21:23:07.4068590Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T21:23:07.4070010Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T21:23:07.4071530Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T21:23:07.4073780Z Adding assembly reference to System.Security.dll... 2026-02-25T21:23:07.4075180Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T21:23:07.4076610Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T21:23:07.4078230Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T21:23:07.4079800Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T21:23:07.4081010Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T21:23:07.4082310Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T21:23:07.4084470Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T21:23:07.4085850Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T21:23:07.4087230Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T21:23:07.4088740Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T21:23:07.4090100Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T21:23:07.4091450Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T21:23:07.4092770Z Adding assembly reference to System.Transactions.dll... 2026-02-25T21:23:07.4094010Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T21:23:07.4095210Z Adding assembly reference to System.Web.dll... 2026-02-25T21:23:07.4096490Z Adding assembly reference to System.Windows.dll... 2026-02-25T21:23:07.4097670Z Adding assembly reference to System.Xml.dll... 2026-02-25T21:23:07.4099140Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T21:23:07.4100320Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T21:23:07.4101470Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T21:23:07.4102590Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T21:23:07.4104020Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T21:23:07.4104950Z Adding assembly reference to WindowsBase.dll... 2026-02-25T21:23:07.4106000Z Adding assembly reference to Cake.Core.dll... 2026-02-25T21:23:07.4106790Z Adding assembly reference to Cake.Common.dll... 2026-02-25T21:23:07.4107510Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T21:23:07.4108210Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T21:23:07.4108940Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T21:23:07.4109720Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T21:23:07.4110520Z Importing namespace Cake.Common... 2026-02-25T21:23:07.4111530Z Importing namespace Cake.Common.Build... 2026-02-25T21:23:07.4114850Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T21:23:07.4116000Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T21:23:07.4117080Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T21:23:07.4118400Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T21:23:07.4120320Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T21:23:07.4122360Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T21:23:07.4123800Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T21:23:07.4125160Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T21:23:07.4126700Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T21:23:07.4127790Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T21:23:07.4129190Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T21:23:07.4131420Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T21:23:07.4133510Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T21:23:07.4134580Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T21:23:07.4135340Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T21:23:07.4136080Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T21:23:07.4136820Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T21:23:07.4137610Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T21:23:07.4138350Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T21:23:07.4139100Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T21:23:07.4140000Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T21:23:07.4142200Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T21:23:07.4143340Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T21:23:07.4144430Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T21:23:07.4145730Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T21:23:07.4146790Z Importing namespace Cake.Common.IO... 2026-02-25T21:23:07.4147860Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T21:23:07.4149890Z Importing namespace Cake.Common.Net... 2026-02-25T21:23:07.4151100Z Importing namespace Cake.Common.Security... 2026-02-25T21:23:07.4152410Z Importing namespace Cake.Common.Solution... 2026-02-25T21:23:07.4153970Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T21:23:07.4155280Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T21:23:07.4156420Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T21:23:07.4158030Z Importing namespace Cake.Common.Text... 2026-02-25T21:23:07.4159320Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T21:23:07.4160400Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T21:23:07.4161540Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T21:23:07.4163950Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T21:23:07.4165520Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T21:23:07.4166800Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T21:23:07.4167890Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T21:23:07.4168790Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T21:23:07.4169700Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T21:23:07.4170540Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T21:23:07.4171400Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T21:23:07.4172330Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T21:23:07.4173210Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T21:23:07.4175520Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T21:23:07.4176980Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T21:23:07.4178200Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T21:23:07.4179360Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T21:23:07.4180590Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T21:23:07.4181650Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T21:23:07.4182710Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T21:23:07.4183980Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T21:23:07.4185420Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T21:23:07.4186610Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T21:23:07.4187800Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T21:23:07.4188900Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T21:23:07.4190060Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T21:23:07.4191240Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T21:23:07.4192440Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T21:23:07.4193680Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T21:23:07.4194860Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T21:23:07.4196210Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T21:23:07.4197390Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T21:23:07.4198560Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T21:23:07.4199710Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T21:23:07.4200660Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T21:23:07.4201630Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T21:23:07.4202720Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T21:23:07.4203830Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T21:23:07.4207000Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T21:23:07.4208120Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T21:23:07.4209400Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T21:23:07.4210570Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T21:23:07.4211380Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T21:23:07.4212320Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T21:23:07.4213190Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T21:23:07.4214260Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T21:23:07.4215600Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T21:23:07.4217680Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T21:23:07.4222760Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T21:23:07.4224770Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T21:23:07.4225990Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T21:23:07.4227250Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T21:23:07.4228620Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T21:23:07.4229880Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T21:23:07.4231160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T21:23:07.4232560Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T21:23:07.4234290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T21:23:07.4235820Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T21:23:07.4237070Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T21:23:07.4238440Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T21:23:07.4239790Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T21:23:07.4240910Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T21:23:07.4243300Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T21:23:07.4244730Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T21:23:07.4245910Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T21:23:07.4247020Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T21:23:07.4248200Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T21:23:07.4249700Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T21:23:07.4250880Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T21:23:07.4252040Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T21:23:07.4253270Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T21:23:07.4254740Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T21:23:07.4255860Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T21:23:07.4259390Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T21:23:07.4260730Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T21:23:07.4261930Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T21:23:07.4263040Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T21:23:07.4264130Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T21:23:07.4265240Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T21:23:07.4266460Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T21:23:07.4267580Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T21:23:07.4268700Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T21:23:07.4269830Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T21:23:07.4270990Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T21:23:07.4272840Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T21:23:07.4273960Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T21:23:07.4275130Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T21:23:07.4276220Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T21:23:07.4277300Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T21:23:07.4278510Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T21:23:07.4279640Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T21:23:07.4280830Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T21:23:07.4282070Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T21:23:07.4283220Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T21:23:07.4284370Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T21:23:07.4285450Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T21:23:07.4286540Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T21:23:07.4287650Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T21:23:07.4288830Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T21:23:07.4290660Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T21:23:07.4291870Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T21:23:07.4292890Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T21:23:07.4293800Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T21:23:07.4294570Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T21:23:07.4295340Z Importing namespace Cake.Common.Xml... 2026-02-25T21:23:07.4296170Z Importing namespace Cake.Core... 2026-02-25T21:23:07.4297180Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T21:23:07.4297920Z Importing namespace Cake.Core.IO... 2026-02-25T21:23:07.4299310Z Importing namespace Cake.Core.Scripting... 2026-02-25T21:23:07.4301550Z Importing namespace Cake.Core.Tooling... 2026-02-25T21:23:07.4302560Z Importing namespace Cake.FileHelpers... 2026-02-25T21:23:07.4303310Z Importing namespace NuGet.Common... 2026-02-25T21:23:07.4304100Z Importing namespace NuGet.Configuration... 2026-02-25T21:23:07.4304840Z Importing namespace NuGet.Protocol... 2026-02-25T21:23:07.4305570Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T21:23:07.4306320Z Importing namespace NuGet.Versioning... 2026-02-25T21:23:07.4307000Z Importing namespace System... 2026-02-25T21:23:07.4307760Z Importing namespace System.Collections.Generic... 2026-02-25T21:23:07.4308700Z Importing namespace System.IO... 2026-02-25T21:23:07.4309490Z Importing namespace System.Linq... 2026-02-25T21:23:07.4310140Z Importing namespace System.Text... 2026-02-25T21:23:07.4311330Z Importing namespace System.Threading.Tasks... 2026-02-25T21:23:07.4312790Z .NETStandard,Version=v2.0 2026-02-25T21:23:07.4962640Z Compiling build script... 2026-02-25T21:23:12.7883770Z /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-25T21:23:14.9140920Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T21:23:14.9143870Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T21:23:14.9160650Z Host OS System Arch: X64 2026-02-25T21:23:14.9164030Z Host Processor System Arch: X64 2026-02-25T21:23:14.9166250Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T21:23:14.9167260Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T21:23:14.9169740Z Build Configuration: Release 2026-02-25T21:23:14.9170580Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T21:23:14.9173020Z Build Target Framework: net11.0-maccatalyst 2026-02-25T21:23:14.9173810Z Test Device: mac 2026-02-25T21:23:14.9175980Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T21:23:14.9177640Z Use CoreCLR: False 2026-02-25T21:23:14.9322730Z 2026-02-25T21:23:14.9324220Z ======================================== 2026-02-25T21:23:14.9324930Z uitest 2026-02-25T21:23:14.9325560Z ======================================== 2026-02-25T21:23:14.9326750Z Executing task: uitest 2026-02-25T21:23:14.9354190Z Starting UI Tests... 2026-02-25T21:23:14.9358330Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T21:23:14.9361770Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T21:23:14.9469870Z Testing Device: mac 2026-02-25T21:23:14.9470830Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T21:23:14.9471880Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T21:23:14.9472980Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T21:23:14.9520480Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T21:23:15.0580780Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T21:23:15.0703600Z 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-25T21:23:25.1873210Z Determining projects to restore... 2026-02-25T21:23:47.5007560Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 6.98 sec). 2026-02-25T21:23:47.5200810Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 6.97 sec). 2026-02-25T21:23:47.6678290Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 7.45 sec). 2026-02-25T21:23:54.9484840Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 14.7 sec). 2026-02-25T21:23:54.9523270Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 4 ms). 2026-02-25T21:23:54.9524690Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 7.41 sec). 2026-02-25T21:23:54.9712780Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 10 ms). 2026-02-25T21:23:55.0965170Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 113 ms). 2026-02-25T21:23:55.2389300Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 7.72 sec). 2026-02-25T21:23:55.2516890Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2 ms). 2026-02-25T21:23:57.0478620Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 1.94 sec). 2026-02-25T21:23:58.5068110Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 10.81 sec). 2026-02-25T21:23:58.5331620Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 3.57 sec). 2026-02-25T21:24:15.4827140Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-25T21:24:20.0689530Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-25T21:24:23.2438700Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-25T21:24:41.7029940Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-25T21:24:43.7276180Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T21:26:32.3860230Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-25T21:26:32.9532120Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T21:26:33.0402110Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-25T21:26:33.5959890Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T21:26:36.0204180Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-25T21:26:36.1002780Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-25T21:26:37.6343000Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T21:26:58.7733170Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T21:26:58.8445740Z 2026-02-25T21:26:58.8950210Z Build succeeded. 2026-02-25T21:26:58.8956990Z 0 Warning(s) 2026-02-25T21:26:58.8963030Z 0 Error(s) 2026-02-25T21:26:58.9064950Z 2026-02-25T21:26:58.9225030Z Time Elapsed 00:03:41.12 2026-02-25T21:26:59.0337940Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-25T21:26:59.0340270Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T21:26:59.0377180Z Run Tests With Filter TestCategory=Layout 2026-02-25T21:26:59.0382320Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T21:26:59.0384480Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T21:26:59.0387040Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T21:26:59.0389280Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T21:26:59.0390480Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T21:26:59.0391770Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T21:26:59.0399770Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T21:26:59.0402510Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T21:26:59.0405200Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T21:26:59.0409060Z 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-25T21:26:59.0411500Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-25T21:26:59.0478590Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-25T21:26:59.0536310Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-25T21:26:59.3517590Z Downloading file: 15% 2026-02-25T21:26:59.4069610Z Downloading file: 50% 2026-02-25T21:26:59.4128870Z Downloading file: 100% 2026-02-25T21:26:59.4218780Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-25T21:26:59.4276720Z 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-25T21:26:59.4289660Z 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-25T21:27:02.1092690Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-25T21:27:02.6223730Z A total of 1 test files matched the specified pattern. 2026-02-25T21:27:03.4693430Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.2.26103.111) 2026-02-25T21:27:03.6799650Z [xUnit.net 00:00:00.22] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T21:27:03.9406940Z [xUnit.net 00:00:00.49] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T21:27:04.0242630Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T21:27:04.0342270Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T21:27:04.6627360Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T21:29:17.5981500Z >>>>> 2/25/2026 9:29:17 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-25T21:29:21.6758460Z >>>>> 2/25/2026 9:29:21 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-25T21:31:07.2548590Z >>>>> 2/25/2026 9:31:07 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-25T21:31:07.3907660Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 45 s] 2026-02-25T21:31:07.4333400Z >>>>> 2/25/2026 9:31:07 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-25T21:32:36.9535420Z >>>>> 2/25/2026 9:32:36 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-25T21:32:37.3549530Z Passed VerifyAbsoluteLayout_AllProportional [1 m 29 s] 2026-02-25T21:32:37.4105920Z >>>>> 2/25/2026 9:32:37 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-25T21:34:10.3670990Z >>>>> 2/25/2026 9:34:10 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-25T21:34:10.6139940Z Passed VerifyAbsoluteLayout_FlowDirection [1 m 33 s] 2026-02-25T21:34:10.6237080Z >>>>> 2/25/2026 9:34:10 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-25T21:35:22.1431890Z >>>>> 2/25/2026 9:35:22 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-25T21:35:22.1608730Z Passed VerifyAbsoluteLayout_HeightProportional [1 m 11 s] 2026-02-25T21:35:22.1626200Z >>>>> 2/25/2026 9:35:22 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-25T21:37:02.6716500Z >>>>> 2/25/2026 9:37:02 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-25T21:37:02.7316300Z Passed VerifyAbsoluteLayout_PositionProportional [1 m 40 s] 2026-02-25T21:37:02.7340180Z >>>>> 2/25/2026 9:37:02 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-25T21:37:58.0232610Z >>>>> 2/25/2026 9:37:57 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-25T21:37:58.1797300Z Passed VerifyAbsoluteLayout_SizeProportional [55 s] 2026-02-25T21:37:58.1947170Z >>>>> 2/25/2026 9:37:58 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-25T21:39:40.7031520Z >>>>> 2/25/2026 9:39:40 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-25T21:39:40.7631670Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 42 s] 2026-02-25T21:39:40.7867470Z >>>>> 2/25/2026 9:39:40 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-25T21:40:51.4888280Z >>>>> 2/25/2026 9:40:51 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-25T21:40:51.6805480Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [1 m 10 s] 2026-02-25T21:40:51.7814950Z >>>>> 2/25/2026 9:40:51 PM VerifyAbsoluteLayout_Visibility Start 2026-02-25T21:41:21.6823790Z >>>>> 2/25/2026 9:41:21 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-25T21:41:21.9087960Z Passed VerifyAbsoluteLayout_Visibility [30 s] 2026-02-25T21:41:21.9185470Z >>>>> 2/25/2026 9:41:21 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-25T21:42:34.3994390Z >>>>> 2/25/2026 9:42:34 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-25T21:42:34.4946740Z Passed VerifyAbsoluteLayout_WidthAndHeight [1 m 12 s] 2026-02-25T21:42:34.5016210Z >>>>> 2/25/2026 9:42:34 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-25T21:43:38.3080680Z >>>>> 2/25/2026 9:43:38 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-25T21:43:38.3211260Z Passed VerifyAbsoluteLayout_WidthProportional [1 m 3 s] 2026-02-25T21:43:38.3275090Z >>>>> 2/25/2026 9:43:38 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-25T21:44:45.5155660Z >>>>> 2/25/2026 9:44:45 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-25T21:44:45.5537820Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [1 m 7 s] 2026-02-25T21:44:45.5571920Z >>>>> 2/25/2026 9:44:45 PM VerifyAbsoluteLayout_XProportional Start 2026-02-25T21:46:02.5253240Z >>>>> 2/25/2026 9:46:02 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-25T21:46:02.5748200Z Passed VerifyAbsoluteLayout_XProportional [1 m 16 s] 2026-02-25T21:46:02.5909480Z >>>>> 2/25/2026 9:46:02 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-25T21:47:52.2917210Z >>>>> 2/25/2026 9:47:52 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-25T21:47:52.7862710Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 50 s] 2026-02-25T21:47:52.7888080Z >>>>> 2/25/2026 9:47:52 PM VerifyAbsoluteLayout_YProportional Start 2026-02-25T21:49:16.5235030Z >>>>> 2/25/2026 9:49:16 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-25T21:49:18.3110090Z Passed VerifyAbsoluteLayout_YProportional [1 m 23 s] 2026-02-25T21:49:22.7295430Z >>>>> 2/25/2026 9:49:22 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-25T21:49:28.3311460Z >>>>> 2/25/2026 9:49:28 PM FlexLayout_ValidateDefaultValues Start 2026-02-25T21:50:03.1318130Z >>>>> 2/25/2026 9:50:03 PM FlexLayout_ValidateDefaultValues Stop 2026-02-25T21:50:03.1604880Z Passed FlexLayout_ValidateDefaultValues [34 s] 2026-02-25T21:50:03.1693870Z >>>>> 2/25/2026 9:50:03 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-25T21:51:13.3607440Z >>>>> 2/25/2026 9:51:13 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-25T21:51:13.3901420Z Passed FlexLayout_SetWrapAlignContentStretch [1 m 10 s] 2026-02-25T21:51:13.3921830Z >>>>> 2/25/2026 9:51:13 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-25T21:52:18.2163390Z >>>>> 2/25/2026 9:52:18 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-25T21:52:18.2461190Z Passed FlexLayout_SetWrapAlignContentCenter [1 m 4 s] 2026-02-25T21:52:18.2569830Z >>>>> 2/25/2026 9:52:18 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-25T21:53:30.7787630Z >>>>> 2/25/2026 9:53:30 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-25T21:53:30.9101400Z Passed FlexLayout_SetWrapAlignContentStart [1 m 12 s] 2026-02-25T21:53:30.9456180Z >>>>> 2/25/2026 9:53:30 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-25T21:54:41.8786490Z >>>>> 2/25/2026 9:54:41 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-25T21:54:41.9216400Z Passed FlexLayout_SetWrapAlignContentEnd [1 m 10 s] 2026-02-25T21:54:42.0158020Z >>>>> 2/25/2026 9:54:41 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-25T21:55:50.1365290Z >>>>> 2/25/2026 9:55:50 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-25T21:55:50.1422060Z Passed FlexLayout_SetWrapAlignContentSpaceAround [1 m 8 s] 2026-02-25T21:55:50.1443040Z >>>>> 2/25/2026 9:55:50 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-25T21:56:37.6229590Z >>>>> 2/25/2026 9:56:37 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-25T21:56:37.6777310Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [47 s] 2026-02-25T21:56:37.6809290Z >>>>> 2/25/2026 9:56:37 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-25T21:57:33.8463740Z >>>>> 2/25/2026 9:57:33 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-25T21:57:33.9049280Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [56 s] 2026-02-25T21:57:33.9238250Z >>>>> 2/25/2026 9:57:33 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-25T21:58:31.5845580Z >>>>> 2/25/2026 9:58:31 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-25T21:58:31.6155660Z Passed FlexLayout_SetWrapReverseAlignContentStretch [57 s] 2026-02-25T21:58:31.6177080Z >>>>> 2/25/2026 9:58:31 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-25T21:59:23.2894230Z >>>>> 2/25/2026 9:59:23 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-25T21:59:23.3006720Z Passed FlexLayout_SetWrapReverseAlignContentCenter [51 s] 2026-02-25T21:59:23.3093040Z >>>>> 2/25/2026 9:59:23 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-25T22:00:22.4248600Z >>>>> 2/25/2026 10:00:22 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-25T22:00:22.4409780Z Passed FlexLayout_SetWrapReverseAlignContentStart [59 s] 2026-02-25T22:00:22.4434470Z >>>>> 2/25/2026 10:00:22 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-25T22:01:10.2611750Z >>>>> 2/25/2026 10:01:10 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-25T22:01:10.2691210Z Passed FlexLayout_SetWrapReverseAlignContentEnd [47 s] 2026-02-25T22:01:10.2696670Z >>>>> 2/25/2026 10:01:10 PM FlexLayout_AlignItemsCenter Start 2026-02-25T22:01:49.2655900Z >>>>> 2/25/2026 10:01:49 PM FlexLayout_AlignItemsCenter Stop 2026-02-25T22:01:49.2811260Z Passed FlexLayout_AlignItemsCenter [39 s] 2026-02-25T22:01:49.2817500Z >>>>> 2/25/2026 10:01:49 PM FlexLayout_AlignItemsEnd Start 2026-02-25T22:02:23.9205110Z >>>>> 2/25/2026 10:02:23 PM FlexLayout_AlignItemsEnd Stop 2026-02-25T22:02:23.9392850Z Passed FlexLayout_AlignItemsEnd [34 s] 2026-02-25T22:02:23.9543750Z >>>>> 2/25/2026 10:02:23 PM FlexLayout_AlignItemsStretch Start 2026-02-25T22:02:55.7561120Z >>>>> 2/25/2026 10:02:55 PM FlexLayout_AlignItemsStretch Stop 2026-02-25T22:02:55.7759500Z Passed FlexLayout_AlignItemsStretch [31 s] 2026-02-25T22:02:55.7780980Z >>>>> 2/25/2026 10:02:55 PM FlexLayout_DirectionRowReverse Start 2026-02-25T22:03:28.0391800Z >>>>> 2/25/2026 10:03:28 PM FlexLayout_DirectionRowReverse Stop 2026-02-25T22:03:28.0581870Z Passed FlexLayout_DirectionRowReverse [32 s] 2026-02-25T22:03:28.0656240Z >>>>> 2/25/2026 10:03:28 PM FlexLayout_DirectionColumn Start 2026-02-25T22:04:04.4067700Z >>>>> 2/25/2026 10:04:04 PM FlexLayout_DirectionColumn Stop 2026-02-25T22:04:04.4260740Z Passed FlexLayout_DirectionColumn [36 s] 2026-02-25T22:04:04.4291630Z >>>>> 2/25/2026 10:04:04 PM FlexLayout_DirectionColumnReverse Start 2026-02-25T22:04:36.3938850Z >>>>> 2/25/2026 10:04:36 PM FlexLayout_DirectionColumnReverse Stop 2026-02-25T22:04:36.4053240Z Passed FlexLayout_DirectionColumnReverse [31 s] 2026-02-25T22:04:36.4068300Z >>>>> 2/25/2026 10:04:36 PM FlexLayout_JustifyContentCenter Start 2026-02-25T22:05:12.8152320Z >>>>> 2/25/2026 10:05:12 PM FlexLayout_JustifyContentCenter Stop 2026-02-25T22:05:12.8261560Z Passed FlexLayout_JustifyContentCenter [36 s] 2026-02-25T22:05:12.8503380Z >>>>> 2/25/2026 10:05:12 PM FlexLayout_JustifyContentEnd Start 2026-02-25T22:05:46.7415860Z >>>>> 2/25/2026 10:05:46 PM FlexLayout_JustifyContentEnd Stop 2026-02-25T22:05:46.7510990Z Passed FlexLayout_JustifyContentEnd [33 s] 2026-02-25T22:05:46.7519070Z >>>>> 2/25/2026 10:05:46 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-25T22:06:11.9054050Z >>>>> 2/25/2026 10:06:11 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-25T22:06:11.9241730Z Passed FlexLayout_JustifyContentSpaceBetween [25 s] 2026-02-25T22:06:11.9243320Z >>>>> 2/25/2026 10:06:11 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-25T22:06:38.2255380Z >>>>> 2/25/2026 10:06:38 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-25T22:06:38.2419580Z Passed FlexLayout_JustifyContentSpaceAround [26 s] 2026-02-25T22:06:38.2421410Z >>>>> 2/25/2026 10:06:38 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-25T22:07:08.3089390Z >>>>> 2/25/2026 10:07:08 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-25T22:07:08.3162480Z Passed FlexLayout_JustifyContentSpaceEvenly [30 s] 2026-02-25T22:07:08.3165630Z >>>>> 2/25/2026 10:07:08 PM FlexLayout_AlignSelfStart Start 2026-02-25T22:07:31.5745230Z >>>>> 2/25/2026 10:07:31 PM FlexLayout_AlignSelfStart Stop 2026-02-25T22:07:31.5814440Z Passed FlexLayout_AlignSelfStart [23 s] 2026-02-25T22:07:31.5815590Z >>>>> 2/25/2026 10:07:31 PM FlexLayout_AlignSelfCenter Start 2026-02-25T22:07:53.2817800Z >>>>> 2/25/2026 10:07:53 PM FlexLayout_AlignSelfCenter Stop 2026-02-25T22:07:53.2893410Z Passed FlexLayout_AlignSelfCenter [21 s] 2026-02-25T22:07:53.2894980Z >>>>> 2/25/2026 10:07:53 PM FlexLayout_AlignSelfEnd Start 2026-02-25T22:08:18.1615660Z >>>>> 2/25/2026 10:08:18 PM FlexLayout_AlignSelfEnd Stop 2026-02-25T22:08:18.1712970Z Passed FlexLayout_AlignSelfEnd [24 s] 2026-02-25T22:08:18.1718100Z >>>>> 2/25/2026 10:08:18 PM FlexLayout_AlignSelfStretch Start 2026-02-25T22:08:41.9668690Z >>>>> 2/25/2026 10:08:41 PM FlexLayout_AlignSelfStretch Stop 2026-02-25T22:08:41.9748310Z Passed FlexLayout_AlignSelfStretch [23 s] 2026-02-25T22:08:41.9750600Z >>>>> 2/25/2026 10:08:41 PM FlexLayout_Child1Grow Start 2026-02-25T22:09:17.6001470Z >>>>> 2/25/2026 10:09:17 PM FlexLayout_Child1Grow Stop 2026-02-25T22:09:17.6093780Z Passed FlexLayout_Child1Grow [35 s] 2026-02-25T22:09:17.6095270Z >>>>> 2/25/2026 10:09:17 PM FlexLayout_Child1Shrink Start 2026-02-25T22:10:29.5672630Z >>>>> 2/25/2026 10:10:29 PM FlexLayout_Child1Shrink Stop 2026-02-25T22:10:29.5783340Z Passed FlexLayout_Child1Shrink [1 m 11 s] 2026-02-25T22:10:29.5784710Z >>>>> 2/25/2026 10:10:29 PM FlexLayout_Child1Order Start 2026-02-25T22:11:07.8731560Z >>>>> 2/25/2026 10:11:07 PM FlexLayout_Child1Order Stop 2026-02-25T22:11:07.8805470Z Passed FlexLayout_Child1Order [38 s] 2026-02-25T22:11:07.8806730Z >>>>> 2/25/2026 10:11:07 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-25T22:11:38.6009790Z >>>>> 2/25/2026 10:11:38 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-25T22:11:38.6073830Z Passed FlexLayout_BasisAuto_DirectionRow [30 s] 2026-02-25T22:11:38.6075180Z >>>>> 2/25/2026 10:11:38 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-25T22:12:07.1829210Z >>>>> 2/25/2026 10:12:07 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-25T22:12:07.1919480Z Passed FlexLayout_BasisFixed_DirectionRow [28 s] 2026-02-25T22:12:07.1921070Z >>>>> 2/25/2026 10:12:07 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-25T22:12:37.7710530Z >>>>> 2/25/2026 10:12:37 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-25T22:12:37.7787210Z Passed FlexLayout_BasisPercentage_DirectionRow [30 s] 2026-02-25T22:12:37.7800750Z >>>>> 2/25/2026 10:12:37 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-25T22:13:11.0592650Z >>>>> 2/25/2026 10:13:11 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-25T22:13:11.0675720Z Passed FlexLayout_BasisAuto_DirectionRowReverse [33 s] 2026-02-25T22:13:11.0678450Z >>>>> 2/25/2026 10:13:11 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-25T22:13:45.3836930Z >>>>> 2/25/2026 10:13:45 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-25T22:13:45.3909650Z Passed FlexLayout_BasisFixed_DirectionRowReverse [34 s] 2026-02-25T22:13:45.3913200Z >>>>> 2/25/2026 10:13:45 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-25T22:14:21.1248390Z >>>>> 2/25/2026 10:14:21 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-25T22:14:21.1418070Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [35 s] 2026-02-25T22:14:21.1474110Z >>>>> 2/25/2026 10:14:21 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-25T22:14:55.1702420Z >>>>> 2/25/2026 10:14:55 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-25T22:14:55.1798800Z Passed FlexLayout_BasisAuto_DirectionColumn [34 s] 2026-02-25T22:14:55.1802320Z >>>>> 2/25/2026 10:14:55 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-25T22:15:32.8792340Z >>>>> 2/25/2026 10:15:32 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-25T22:15:32.8883450Z Passed FlexLayout_BasisFixed_DirectionColumn [37 s] 2026-02-25T22:15:32.8938000Z >>>>> 2/25/2026 10:15:32 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-25T22:16:13.7461200Z >>>>> 2/25/2026 10:16:13 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-25T22:16:13.7545180Z Passed FlexLayout_BasisPercentage_DirectionColumn [40 s] 2026-02-25T22:16:13.7547010Z >>>>> 2/25/2026 10:16:13 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-25T22:16:51.5450810Z >>>>> 2/25/2026 10:16:51 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-25T22:16:51.5520930Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [37 s] 2026-02-25T22:16:51.5522370Z >>>>> 2/25/2026 10:16:51 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-25T22:17:28.6559170Z >>>>> 2/25/2026 10:17:28 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-25T22:17:28.6630620Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [37 s] 2026-02-25T22:17:28.6631680Z >>>>> 2/25/2026 10:17:28 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-25T22:18:10.1870490Z >>>>> 2/25/2026 10:18:10 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-25T22:18:10.1986950Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [41 s] 2026-02-25T22:18:10.1988710Z >>>>> 2/25/2026 10:18:10 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-25T22:18:57.0262660Z >>>>> 2/25/2026 10:18:57 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-25T22:18:57.0377240Z Passed FlexLayout_SetAlignItemsCenterWrap [46 s] 2026-02-25T22:18:57.0393880Z >>>>> 2/25/2026 10:18:57 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-25T22:19:41.5975220Z >>>>> 2/25/2026 10:19:41 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-25T22:19:42.0787530Z Passed FlexLayout_SetAlignItemsEndWrap [44 s] 2026-02-25T22:19:45.0055200Z >>>>> 2/25/2026 10:19:45 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-25T22:19:48.0755520Z >>>>> 2/25/2026 10:19:48 PM VerifyGrid_BackgroundColor Start 2026-02-25T22:20:08.3697000Z >>>>> 2/25/2026 10:20:08 PM VerifyGrid_BackgroundColor Stop 2026-02-25T22:20:08.3770990Z Passed VerifyGrid_BackgroundColor [20 s] 2026-02-25T22:20:08.3796850Z >>>>> 2/25/2026 10:20:08 PM VerifyGrid_ColumnSpacing Start 2026-02-25T22:20:32.4646090Z >>>>> 2/25/2026 10:20:32 PM VerifyGrid_ColumnSpacing Stop 2026-02-25T22:20:32.4719450Z Passed VerifyGrid_ColumnSpacing [24 s] 2026-02-25T22:20:32.4721660Z >>>>> 2/25/2026 10:20:32 PM VerifyGrid_ColumnSpan Start 2026-02-25T22:20:57.4871330Z >>>>> 2/25/2026 10:20:57 PM VerifyGrid_ColumnSpan Stop 2026-02-25T22:20:57.5123640Z Passed VerifyGrid_ColumnSpan [25 s] 2026-02-25T22:20:57.5249350Z >>>>> 2/25/2026 10:20:57 PM VerifyGrid_FlowDirection Start 2026-02-25T22:21:14.0638240Z >>>>> 2/25/2026 10:21:14 PM VerifyGrid_FlowDirection Stop 2026-02-25T22:21:14.0717040Z Passed VerifyGrid_FlowDirection [16 s] 2026-02-25T22:21:14.0725490Z >>>>> 2/25/2026 10:21:14 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-25T22:21:31.8818120Z >>>>> 2/25/2026 10:21:31 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-25T22:21:31.8928660Z Passed VerifyGrid_HorizontalOptionsCenter [17 s] 2026-02-25T22:21:31.8944020Z >>>>> 2/25/2026 10:21:31 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-25T22:21:49.5394490Z >>>>> 2/25/2026 10:21:49 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-25T22:21:49.5475430Z Passed VerifyGrid_HorizontalOptionsEnd [17 s] 2026-02-25T22:21:49.5477450Z >>>>> 2/25/2026 10:21:49 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-25T22:22:07.1046630Z >>>>> 2/25/2026 10:22:07 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-25T22:22:07.1120330Z Passed VerifyGrid_HorizontalOptionsStart [17 s] 2026-02-25T22:22:07.1121800Z >>>>> 2/25/2026 10:22:07 PM VerifyGrid_IsVisible Start 2026-02-25T22:22:24.3662660Z >>>>> 2/25/2026 10:22:24 PM VerifyGrid_IsVisible Stop 2026-02-25T22:22:24.3729200Z Passed VerifyGrid_IsVisible [17 s] 2026-02-25T22:22:24.3730240Z >>>>> 2/25/2026 10:22:24 PM VerifyGrid_NestedGrid Start 2026-02-25T22:22:40.1472990Z >>>>> 2/25/2026 10:22:40 PM VerifyGrid_NestedGrid Stop 2026-02-25T22:22:40.1552140Z Passed VerifyGrid_NestedGrid [15 s] 2026-02-25T22:22:40.1554950Z >>>>> 2/25/2026 10:22:40 PM VerifyGrid_Padding Start 2026-02-25T22:23:05.9330320Z >>>>> 2/25/2026 10:23:05 PM VerifyGrid_Padding Stop 2026-02-25T22:23:05.9408170Z Passed VerifyGrid_Padding [25 s] 2026-02-25T22:23:05.9410280Z >>>>> 2/25/2026 10:23:05 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-25T22:23:56.4934710Z >>>>> 2/25/2026 10:23:56 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-25T22:23:56.4998360Z Passed VerifyGrid_RowAndColumnTypeAbsolute [50 s] 2026-02-25T22:23:56.4999380Z >>>>> 2/25/2026 10:23:56 PM VerifyGrid_RowSpacing Start 2026-02-25T22:24:23.0372810Z >>>>> 2/25/2026 10:24:23 PM VerifyGrid_RowSpacing Stop 2026-02-25T22:24:23.0442440Z Passed VerifyGrid_RowSpacing [26 s] 2026-02-25T22:24:23.0447100Z >>>>> 2/25/2026 10:24:23 PM VerifyGrid_RowSpan Start 2026-02-25T22:24:47.5489160Z >>>>> 2/25/2026 10:24:47 PM VerifyGrid_RowSpan Stop 2026-02-25T22:24:47.5788390Z Passed VerifyGrid_RowSpan [24 s] 2026-02-25T22:24:47.5791300Z >>>>> 2/25/2026 10:24:47 PM VerifyGrid_SetColumn Start 2026-02-25T22:25:14.8298630Z >>>>> 2/25/2026 10:25:14 PM VerifyGrid_SetColumn Stop 2026-02-25T22:25:14.8360230Z Passed VerifyGrid_SetColumn [27 s] 2026-02-25T22:25:14.8361630Z >>>>> 2/25/2026 10:25:14 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-25T22:25:58.9296470Z >>>>> 2/25/2026 10:25:58 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-25T22:25:58.9363220Z Passed VerifyGrid_SetColumn_SetColumnSpacing [44 s] 2026-02-25T22:25:58.9365030Z >>>>> 2/25/2026 10:25:58 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-25T22:26:45.8784570Z >>>>> 2/25/2026 10:26:45 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-25T22:26:45.8844080Z Passed VerifyGrid_SetColumn_SetRowSpacing [46 s] 2026-02-25T22:26:45.8846290Z >>>>> 2/25/2026 10:26:45 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-25T22:27:30.4846940Z >>>>> 2/25/2026 10:27:30 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-25T22:27:30.4920520Z Passed VerifyGrid_SetColumnSpacingAndPadding [44 s] 2026-02-25T22:27:30.4921900Z >>>>> 2/25/2026 10:27:30 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-25T22:28:02.5101590Z >>>>> 2/25/2026 10:28:02 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-25T22:28:02.5174600Z Passed VerifyGrid_SetPaddingAndBackgroundColor [32 s] 2026-02-25T22:28:02.5176070Z >>>>> 2/25/2026 10:28:02 PM VerifyGrid_SetRow Start 2026-02-25T22:28:27.5473770Z >>>>> 2/25/2026 10:28:27 PM VerifyGrid_SetRow Stop 2026-02-25T22:28:27.5879410Z Passed VerifyGrid_SetRow [25 s] 2026-02-25T22:28:27.6033000Z >>>>> 2/25/2026 10:28:27 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-25T22:29:14.5007020Z >>>>> 2/25/2026 10:29:14 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-25T22:29:14.5078470Z Passed VerifyGrid_SetRow_SetColumnSpacing [46 s] 2026-02-25T22:29:14.5079510Z >>>>> 2/25/2026 10:29:14 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-25T22:30:00.6083120Z >>>>> 2/25/2026 10:30:00 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-25T22:30:00.6150710Z Passed VerifyGrid_SetRow_SetRowSpacing [46 s] 2026-02-25T22:30:00.6153740Z >>>>> 2/25/2026 10:30:00 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-25T22:30:47.8158910Z >>>>> 2/25/2026 10:30:47 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-25T22:30:47.8271400Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [47 s] 2026-02-25T22:30:47.8314730Z >>>>> 2/25/2026 10:30:47 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-25T22:31:34.7480060Z >>>>> 2/25/2026 10:31:34 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-25T22:31:34.7568120Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [46 s] 2026-02-25T22:31:34.7574100Z >>>>> 2/25/2026 10:31:34 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-25T22:32:19.8968580Z >>>>> 2/25/2026 10:32:19 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-25T22:32:19.9052450Z Passed VerifyGrid_SetRowSpacingAndPadding [45 s] 2026-02-25T22:32:19.9054340Z >>>>> 2/25/2026 10:32:19 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-25T22:32:44.4598530Z >>>>> 2/25/2026 10:32:44 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-25T22:32:44.4698670Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [24 s] 2026-02-25T22:32:44.4726500Z >>>>> 2/25/2026 10:32:44 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-25T22:33:10.0752970Z >>>>> 2/25/2026 10:33:10 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-25T22:33:10.0819630Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [25 s] 2026-02-25T22:33:10.0826620Z >>>>> 2/25/2026 10:33:10 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-25T22:33:34.6472400Z >>>>> 2/25/2026 10:33:34 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-25T22:33:34.6559280Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [24 s] 2026-02-25T22:33:34.6561990Z >>>>> 2/25/2026 10:33:34 PM VerifyGrid_VerticalOptionsCenter Start 2026-02-25T22:33:52.4874440Z >>>>> 2/25/2026 10:33:52 PM VerifyGrid_VerticalOptionsCenter Stop 2026-02-25T22:33:52.4957970Z Passed VerifyGrid_VerticalOptionsCenter [17 s] 2026-02-25T22:33:52.4959920Z >>>>> 2/25/2026 10:33:52 PM VerifyGrid_VerticalOptionsEnd Start 2026-02-25T22:34:10.3895450Z >>>>> 2/25/2026 10:34:10 PM VerifyGrid_VerticalOptionsEnd Stop 2026-02-25T22:34:10.3965590Z Passed VerifyGrid_VerticalOptionsEnd [17 s] 2026-02-25T22:34:10.3969520Z >>>>> 2/25/2026 10:34:10 PM VerifyGrid_VerticalOptionsStart Start 2026-02-25T22:34:28.1196470Z >>>>> 2/25/2026 10:34:28 PM VerifyGrid_VerticalOptionsStart Stop 2026-02-25T22:34:28.4053580Z Passed VerifyGrid_VerticalOptionsStart [17 s] 2026-02-25T22:34:30.7462610Z >>>>> 2/25/2026 10:34:30 PM FixtureSetup for Issue22075(Mac) 2026-02-25T22:34:30.8582330Z >>>>> 2/25/2026 10:34:30 PM CreateStackWithPadding Start 2026-02-25T22:34:33.1471720Z >>>>> 2/25/2026 10:34:33 PM CreateStackWithPadding Stop 2026-02-25T22:34:33.8563260Z Passed CreateStackWithPadding [2 s] 2026-02-25T22:34:36.1257620Z >>>>> 2/25/2026 10:34:36 PM FixtureSetup for Bugzilla34007(Mac) 2026-02-25T22:34:36.2459390Z >>>>> 2/25/2026 10:34:36 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-25T22:34:41.1761240Z >>>>> 2/25/2026 10:34:41 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-25T22:34:42.2850830Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-02-25T22:37:09.7567680Z >>>>> 2/25/2026 10:37:09 PM FixtureSetup for Bugzilla34061(Mac) 2026-02-25T22:37:09.8671660Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-02-25T22:37:11.3707190Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-25T22:37:11.8320220Z >>>>> 2/25/2026 10:37:11 PM FixtureSetup for Bugzilla40161(Mac) 2026-02-25T22:37:11.9387160Z >>>>> 2/25/2026 10:37:11 PM Issue1Test Start 2026-02-25T22:37:19.1120600Z >>>>> 2/25/2026 10:37:19 PM Issue1Test Stop 2026-02-25T22:37:20.4839160Z Passed Issue1Test [7 s] 2026-02-25T22:37:22.1270860Z >>>>> 2/25/2026 10:37:22 PM FixtureSetup for Bugzilla44176(Mac) 2026-02-25T22:37:22.2497800Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T22:37:23.7394660Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-25T22:37:25.1754440Z >>>>> 2/25/2026 10:37:25 PM FixtureSetup for Bugzilla46458(Mac) 2026-02-25T22:37:25.2865300Z >>>>> 2/25/2026 10:37:25 PM GridIsEnabled Start 2026-02-25T22:37:46.1290540Z >>>>> 2/25/2026 10:37:46 PM GridIsEnabled Stop 2026-02-25T22:37:46.2950740Z Passed GridIsEnabled [20 s] 2026-02-25T22:37:49.0062910Z >>>>> 2/25/2026 10:37:49 PM FixtureSetup for Bugzilla51238(Mac) 2026-02-25T22:37:49.1186540Z >>>>> 2/25/2026 10:37:49 PM Issue1Test Start 2026-02-25T22:37:53.2159620Z >>>>> 2/25/2026 10:37:53 PM Issue1Test Stop 2026-02-25T22:37:53.6149110Z Passed Issue1Test [4 s] 2026-02-25T22:37:56.2847410Z >>>>> 2/25/2026 10:37:56 PM FixtureSetup for Bugzilla53445(Mac) 2026-02-25T22:37:56.3934340Z >>>>> 2/25/2026 10:37:56 PM Bugzilla53445Test Start 2026-02-25T22:38:11.9639870Z >>>>> 2/25/2026 10:38:11 PM Bugzilla53445Test Stop 2026-02-25T22:38:12.9587120Z Passed Bugzilla53445Test [15 s] 2026-02-25T22:38:14.8786130Z >>>>> 2/25/2026 10:38:14 PM FixtureSetup for Issue1267(Mac) 2026-02-25T22:38:15.0458320Z >>>>> 2/25/2026 10:38:15 PM StarInGridDoesNotCrash Start 2026-02-25T22:38:17.4059240Z >>>>> 2/25/2026 10:38:17 PM StarInGridDoesNotCrash Stop 2026-02-25T22:38:18.0364630Z Passed StarInGridDoesNotCrash [2 s] 2026-02-25T22:38:20.3182650Z >>>>> 2/25/2026 10:38:20 PM FixtureSetup for Issue15330(Mac) 2026-02-25T22:38:20.4467950Z >>>>> 2/25/2026 10:38:20 PM Issue15330Test Start 2026-02-25T22:38:23.8280170Z >>>>> 2/25/2026 10:38:23 PM Issue15330Test Stop 2026-02-25T22:38:24.9996420Z Passed Issue15330Test [3 s] 2026-02-25T22:38:26.7618040Z >>>>> 2/25/2026 10:38:26 PM FixtureSetup for Issue1601(Mac) 2026-02-25T22:38:26.8818210Z >>>>> 2/25/2026 10:38:26 PM Issue1601Test Start 2026-02-25T22:38:29.9875140Z >>>>> 2/25/2026 10:38:29 PM Issue1601Test Stop 2026-02-25T22:38:31.4037900Z Passed Issue1601Test [3 s] 2026-02-25T22:38:32.8446090Z >>>>> 2/25/2026 10:38:32 PM FixtureSetup for Issue19513(Mac) 2026-02-25T22:38:32.9719830Z >>>>> 2/25/2026 10:38:32 PM NegativeSpacingCrashes Start 2026-02-25T22:38:34.0802490Z >>>>> 2/25/2026 10:38:34 PM NegativeSpacingCrashes Stop 2026-02-25T22:38:34.4621190Z Passed NegativeSpacingCrashes [1 s] 2026-02-25T22:38:37.1578590Z >>>>> 2/25/2026 10:38:37 PM FixtureSetup for Issue21711(Mac) 2026-02-25T22:38:37.2807880Z >>>>> 2/25/2026 10:38:37 PM AddDoesNotCrash Start 2026-02-25T22:38:45.2761860Z >>>>> 2/25/2026 10:38:45 PM AddDoesNotCrash Stop 2026-02-25T22:38:45.2832970Z Passed AddDoesNotCrash [8 s] 2026-02-25T22:38:45.2837830Z >>>>> 2/25/2026 10:38:45 PM InsertDoesNotCrash Start 2026-02-25T22:38:48.8848760Z >>>>> 2/25/2026 10:38:48 PM InsertDoesNotCrash Stop 2026-02-25T22:38:48.8933040Z Passed InsertDoesNotCrash [3 s] 2026-02-25T22:38:48.8934630Z >>>>> 2/25/2026 10:38:48 PM RemoveDoesNotCrash Start 2026-02-25T22:38:51.7201060Z >>>>> 2/25/2026 10:38:51 PM RemoveDoesNotCrash Stop 2026-02-25T22:38:51.7270780Z Passed RemoveDoesNotCrash [2 s] 2026-02-25T22:38:51.7274140Z >>>>> 2/25/2026 10:38:51 PM UpdateDoesNotCrash Start 2026-02-25T22:38:54.7462680Z >>>>> 2/25/2026 10:38:54 PM UpdateDoesNotCrash Stop 2026-02-25T22:38:56.2289340Z Passed UpdateDoesNotCrash [3 s] 2026-02-25T22:38:58.2128390Z >>>>> 2/25/2026 10:38:58 PM FixtureSetup for Issue23484(Mac) 2026-02-25T22:38:58.3705710Z >>>>> 2/25/2026 10:38:58 PM ReusingNavigationPageDoesntBreakLayout Start 2026-02-25T22:39:17.0832650Z >>>>> 2/25/2026 10:39:17 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-25T22:39:17.8912060Z Passed ReusingNavigationPageDoesntBreakLayout [18 s] 2026-02-25T22:39:20.0210750Z >>>>> 2/25/2026 10:39:20 PM FixtureSetup for Issue24246(Mac) 2026-02-25T22:39:20.1534810Z >>>>> 2/25/2026 10:39:20 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-25T22:39:27.9978640Z >>>>> 2/25/2026 10:39:27 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-25T22:39:29.1657960Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [7 s] 2026-02-25T22:39:30.7255300Z >>>>> 2/25/2026 10:39:30 PM FixtureSetup for Issue24434(Mac) 2026-02-25T22:39:30.8425920Z >>>>> 2/25/2026 10:39:30 PM ModifyingANonVisibleLayoutWorks Start 2026-02-25T22:39:35.6727970Z >>>>> 2/25/2026 10:39:35 PM ModifyingANonVisibleLayoutWorks Stop 2026-02-25T22:39:36.8632520Z Passed ModifyingANonVisibleLayoutWorks [4 s] 2026-02-25T22:39:38.4550980Z >>>>> 2/25/2026 10:39:38 PM FixtureSetup for Issue24996(Mac) 2026-02-25T22:39:38.5654100Z >>>>> 2/25/2026 10:39:38 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-25T22:39:42.9027130Z >>>>> 2/25/2026 10:39:42 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-25T22:39:42.9938150Z >>>>> 2/25/2026 10:39:42 PM Log types: 2026-02-25T22:39:44.6387470Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-02-25T22:39:44.6466780Z Error Message: 2026-02-25T22:39:44.6470110Z Assert.That(condition, Is.True) 2026-02-25T22:39:44.6472420Z Expected: True 2026-02-25T22:39:44.6702320Z But was: False 2026-02-25T22:39:44.6704720Z 2026-02-25T22:39:44.6707380Z Stack Trace: 2026-02-25T22:39:44.6718770Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T22:39:44.6723560Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T22:39:44.6727000Z 2026-02-25T22:39:44.6730960Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T22:39:44.6735110Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T22:39:44.6742320Z 2026-02-25T22:39:44.6744800Z 2026-02-25T22:41:55.9473960Z >>>>> 2/25/2026 10:41:55 PM FixtureSetup for Issue2653(Mac) 2026-02-25T22:41:56.0598230Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T22:41:57.5570410Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-25T22:41:57.9285220Z >>>>> 2/25/2026 10:41:57 PM FixtureSetup for Issue2767(Mac) 2026-02-25T22:41:58.0504380Z >>>>> 2/25/2026 10:41:58 PM Issue2767Test Start 2026-02-25T22:41:59.9352960Z >>>>> 2/25/2026 10:41:59 PM Issue2767Test Stop 2026-02-25T22:42:00.6288080Z Passed Issue2767Test [1 s] 2026-02-25T22:44:09.4792530Z >>>>> 2/25/2026 10:44:09 PM FixtureSetup for Issue2858(Mac) 2026-02-25T22:44:09.6076470Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T22:44:11.0994190Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-25T22:44:11.4918990Z >>>>> 2/25/2026 10:44:11 PM FixtureSetup for Issue28945(Mac) 2026-02-25T22:44:11.6471190Z >>>>> 2/25/2026 10:44:11 PM MauiViewShouldPropagateFocus Start 2026-02-25T22:44:14.4881890Z >>>>> 2/25/2026 10:44:14 PM MauiViewShouldPropagateFocus Stop 2026-02-25T22:44:15.6577580Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-25T22:44:17.3808110Z >>>>> 2/25/2026 10:44:17 PM FixtureSetup for Issue29919(Mac) 2026-02-25T22:44:17.4947390Z >>>>> 2/25/2026 10:44:17 PM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-25T22:44:18.5870500Z >>>>> 2/25/2026 10:44:18 PM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-25T22:44:19.0368740Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-02-25T22:44:21.6604380Z >>>>> 2/25/2026 10:44:21 PM FixtureSetup for Issue2993(Mac) 2026-02-25T22:44:21.7873870Z >>>>> 2/25/2026 10:44:21 PM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-25T22:44:23.0178890Z >>>>> 2/25/2026 10:44:23 PM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-25T22:44:23.2917090Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-25T22:44:25.8991220Z >>>>> 2/25/2026 10:44:25 PM FixtureSetup for Issue3475(Mac) 2026-02-25T22:44:26.0171400Z >>>>> 2/25/2026 10:44:26 PM Issue3475TestsLayoutCompressionPerformance Start 2026-02-25T22:45:10.1457740Z >>>>> 2/25/2026 10:45:10 PM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-25T22:45:11.0250490Z Passed Issue3475TestsLayoutCompressionPerformance [44 s] 2026-02-25T22:45:12.9996190Z >>>>> 2/25/2026 10:45:12 PM FixtureSetup for Issue6260(Mac) 2026-02-25T22:45:13.1072460Z >>>>> 2/25/2026 10:45:13 PM NonAppCompatBasicSwitchTest Start 2026-02-25T22:45:14.2479790Z >>>>> 2/25/2026 10:45:14 PM NonAppCompatBasicSwitchTest Stop 2026-02-25T22:45:14.6031750Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-25T22:45:17.3623810Z >>>>> 2/25/2026 10:45:17 PM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-25T22:45:17.5115850Z >>>>> 2/25/2026 10:45:17 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-25T22:45:46.8726640Z >>>>> 2/25/2026 10:45:46 PM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-25T22:45:46.8792520Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [29 s] 2026-02-25T22:45:46.8794420Z >>>>> 2/25/2026 10:45:46 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-25T22:46:01.3292360Z >>>>> 2/25/2026 10:46:01 PM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-25T22:46:01.3359920Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-02-25T22:46:01.3361720Z >>>>> 2/25/2026 10:46:01 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-25T22:46:04.6514310Z >>>>> 2/25/2026 10:46:04 PM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-25T22:46:05.8706970Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [3 s] 2026-02-25T22:46:08.3579080Z >>>>> 2/25/2026 10:46:08 PM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-25T22:46:08.5130790Z >>>>> 2/25/2026 10:46:08 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-25T22:46:36.7192780Z >>>>> 2/25/2026 10:46:36 PM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-25T22:46:36.7271530Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [28 s] 2026-02-25T22:46:36.7274440Z >>>>> 2/25/2026 10:46:36 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-25T22:46:52.1272350Z >>>>> 2/25/2026 10:46:52 PM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-25T22:46:52.1346280Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [15 s] 2026-02-25T22:46:52.1348390Z >>>>> 2/25/2026 10:46:52 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-25T22:46:55.6775150Z >>>>> 2/25/2026 10:46:55 PM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-25T22:46:56.6349470Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [3 s] 2026-02-25T22:46:58.6386530Z >>>>> 2/25/2026 10:46:58 PM FixtureSetup for Issue6945(Mac) 2026-02-25T22:46:58.7614270Z >>>>> 2/25/2026 10:46:58 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-25T22:47:04.2829550Z >>>>> 2/25/2026 10:47:04 PM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-25T22:47:04.7934380Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [5 s] 2026-02-25T22:47:08.1294690Z >>>>> 2/25/2026 10:47:08 PM FixtureSetup for Issue9075(Mac) 2026-02-25T22:47:08.3006070Z >>>>> 2/25/2026 10:47:08 PM FlexLayoutCycleException Start 2026-02-25T22:47:10.9514190Z >>>>> 2/25/2026 10:47:10 PM FlexLayoutCycleException Stop 2026-02-25T22:47:11.3067720Z Passed FlexLayoutCycleException [2 s] 2026-02-25T22:47:14.1983240Z >>>>> 2/25/2026 10:47:14 PM FixtureSetup for StackLayoutIssue(Mac) 2026-02-25T22:47:14.3289190Z >>>>> 2/25/2026 10:47:14 PM StackLayoutIssueTestsAllElementsPresent Start 2026-02-25T22:47:19.1585590Z >>>>> 2/25/2026 10:47:19 PM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-25T22:47:20.3752810Z Passed StackLayoutIssueTestsAllElementsPresent [4 s] 2026-02-25T22:47:22.3322700Z >>>>> 2/25/2026 10:47:22 PM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-25T22:47:25.7153590Z >>>>> 2/25/2026 10:47:25 PM HorizontalStackLayout_IsVisible Start 2026-02-25T22:47:38.8504720Z >>>>> 2/25/2026 10:47:38 PM HorizontalStackLayout_IsVisible Stop 2026-02-25T22:47:38.8607920Z Passed HorizontalStackLayout_IsVisible [13 s] 2026-02-25T22:47:38.8619360Z >>>>> 2/25/2026 10:47:38 PM HorizontalStackLayout_RTLFlowDirection Start 2026-02-25T22:47:53.7061470Z >>>>> 2/25/2026 10:47:53 PM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-25T22:47:53.7129870Z Passed HorizontalStackLayout_RTLFlowDirection [14 s] 2026-02-25T22:47:53.7131320Z >>>>> 2/25/2026 10:47:53 PM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-25T22:48:16.1622180Z >>>>> 2/25/2026 10:48:16 PM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-25T22:48:16.1697430Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [22 s] 2026-02-25T22:48:16.1700120Z >>>>> 2/25/2026 10:48:16 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-25T22:48:46.8682810Z >>>>> 2/25/2026 10:48:46 PM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-25T22:48:46.8783610Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [30 s] 2026-02-25T22:48:46.8807510Z >>>>> 2/25/2026 10:48:46 PM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-25T22:49:08.7720750Z >>>>> 2/25/2026 10:49:08 PM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-25T22:49:08.7796750Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [21 s] 2026-02-25T22:49:08.7798330Z >>>>> 2/25/2026 10:49:08 PM HorizontalStackLayout_Spacing_With_Height Start 2026-02-25T22:49:33.8416540Z >>>>> 2/25/2026 10:49:33 PM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-25T22:49:33.8483640Z Passed HorizontalStackLayout_Spacing_With_Height [25 s] 2026-02-25T22:49:33.8489060Z >>>>> 2/25/2026 10:49:33 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-25T22:50:06.5135210Z >>>>> 2/25/2026 10:50:06 PM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-25T22:50:06.5208360Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [32 s] 2026-02-25T22:50:06.5211060Z >>>>> 2/25/2026 10:50:06 PM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-25T22:50:28.8269170Z >>>>> 2/25/2026 10:50:28 PM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-25T22:50:28.8358100Z Passed HorizontalStackLayout_Spacing_With_RTL [22 s] 2026-02-25T22:50:28.8359810Z >>>>> 2/25/2026 10:50:28 PM HorizontalStackLayout_Spacing_With_Width Start 2026-02-25T22:50:53.5907990Z >>>>> 2/25/2026 10:50:53 PM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-25T22:50:53.5970430Z Passed HorizontalStackLayout_Spacing_With_Width [24 s] 2026-02-25T22:50:53.5971520Z >>>>> 2/25/2026 10:50:53 PM VerticalStackLayout_IsVisible Start 2026-02-25T22:51:06.1479830Z >>>>> 2/25/2026 10:51:06 PM VerticalStackLayout_IsVisible Stop 2026-02-25T22:51:06.1554260Z Passed VerticalStackLayout_IsVisible [12 s] 2026-02-25T22:51:06.1561670Z >>>>> 2/25/2026 10:51:06 PM VerticalStackLayout_RTLFlowDirection Start 2026-02-25T22:51:23.2282990Z >>>>> 2/25/2026 10:51:23 PM VerticalStackLayout_RTLFlowDirection Stop 2026-02-25T22:51:23.2375550Z Passed VerticalStackLayout_RTLFlowDirection [17 s] 2026-02-25T22:51:23.2377000Z >>>>> 2/25/2026 10:51:23 PM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-25T22:51:50.3866080Z >>>>> 2/25/2026 10:51:50 PM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-25T22:51:50.3944500Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [27 s] 2026-02-25T22:51:50.3945640Z >>>>> 2/25/2026 10:51:50 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-25T22:52:23.7865730Z >>>>> 2/25/2026 10:52:23 PM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-25T22:52:23.7944540Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [33 s] 2026-02-25T22:52:23.7946300Z >>>>> 2/25/2026 10:52:23 PM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-25T22:52:49.9332310Z >>>>> 2/25/2026 10:52:49 PM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-25T22:52:49.9414060Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [26 s] 2026-02-25T22:52:49.9419040Z >>>>> 2/25/2026 10:52:49 PM VerticalStackLayout_Spacing_With_Height Start 2026-02-25T22:53:21.5241120Z >>>>> 2/25/2026 10:53:21 PM VerticalStackLayout_Spacing_With_Height Stop 2026-02-25T22:53:21.5305120Z Passed VerticalStackLayout_Spacing_With_Height [31 s] 2026-02-25T22:53:21.5306370Z >>>>> 2/25/2026 10:53:21 PM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-25T22:53:59.1222720Z >>>>> 2/25/2026 10:53:59 PM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-25T22:53:59.1300930Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [37 s] 2026-02-25T22:53:59.1302490Z >>>>> 2/25/2026 10:53:59 PM VerticalStackLayout_Spacing_With_RTL Start 2026-02-25T22:54:25.7015350Z >>>>> 2/25/2026 10:54:25 PM VerticalStackLayout_Spacing_With_RTL Stop 2026-02-25T22:54:25.7094020Z Passed VerticalStackLayout_Spacing_With_RTL [26 s] 2026-02-25T22:54:25.7095580Z >>>>> 2/25/2026 10:54:25 PM VerticalStackLayout_Spacing_With_Width Start 2026-02-25T22:54:57.8074250Z >>>>> 2/25/2026 10:54:57 PM VerticalStackLayout_Spacing_With_Width Stop 2026-02-25T22:54:58.7325630Z Passed VerticalStackLayout_Spacing_With_Width [32 s] 2026-02-25T22:55:01.0352090Z >>>>> 2/25/2026 10:55:01 PM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-02-25T22:55:04.1220230Z >>>>> 2/25/2026 10:55:04 PM TwoPaneView_WideMode Start 2026-02-25T22:55:16.1779460Z >>>>> 2/25/2026 10:55:16 PM TwoPaneView_WideMode Stop 2026-02-25T22:55:16.1853340Z Passed TwoPaneView_WideMode [12 s] 2026-02-25T22:55:16.1854630Z >>>>> 2/25/2026 10:55:16 PM TwoPaneView_IsTall_UsingRect Start 2026-02-25T22:55:41.2107530Z >>>>> 2/25/2026 10:55:41 PM TwoPaneView_IsTall_UsingRect Stop 2026-02-25T22:55:41.2200420Z Passed TwoPaneView_IsTall_UsingRect [25 s] 2026-02-25T22:55:41.2207620Z >>>>> 2/25/2026 10:55:41 PM TwoPaneView_Wide_UsingRect Start 2026-02-25T22:55:57.1865710Z >>>>> 2/25/2026 10:55:57 PM TwoPaneView_Wide_UsingRect Stop 2026-02-25T22:55:57.1964960Z Passed TwoPaneView_Wide_UsingRect [15 s] 2026-02-25T22:55:57.1967640Z >>>>> 2/25/2026 10:55:57 PM TwoPaneView_TallMode Start 2026-02-25T22:56:20.9889810Z >>>>> 2/25/2026 10:56:20 PM TwoPaneView_TallMode Stop 2026-02-25T22:56:20.9965890Z Passed TwoPaneView_TallMode [23 s] 2026-02-25T22:56:20.9968560Z >>>>> 2/25/2026 10:56:20 PM TwoPaneView_Pane1Priority Start 2026-02-25T22:56:41.0829180Z >>>>> 2/25/2026 10:56:41 PM TwoPaneView_Pane1Priority Stop 2026-02-25T22:56:41.0891560Z Passed TwoPaneView_Pane1Priority [20 s] 2026-02-25T22:56:41.0892760Z >>>>> 2/25/2026 10:56:41 PM TwoPaneView_Pane2Priority Start 2026-02-25T22:57:07.9406510Z >>>>> 2/25/2026 10:57:07 PM TwoPaneView_Pane2Priority Stop 2026-02-25T22:57:07.9487340Z Passed TwoPaneView_Pane2Priority [26 s] 2026-02-25T22:57:07.9488420Z >>>>> 2/25/2026 10:57:07 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Start 2026-02-25T22:57:39.5125210Z >>>>> 2/25/2026 10:57:39 PM TwoPaneView_Pane1SizeIncrease_WithTallMode Stop 2026-02-25T22:57:39.5201470Z Passed TwoPaneView_Pane1SizeIncrease_WithTallMode [31 s] 2026-02-25T22:57:39.5204020Z >>>>> 2/25/2026 10:57:39 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Start 2026-02-25T22:58:07.5420740Z >>>>> 2/25/2026 10:58:07 PM TwoPaneView_Pane2SizeIncrease_WithTallMode Stop 2026-02-25T22:58:07.5489960Z Passed TwoPaneView_Pane2SizeIncrease_WithTallMode [28 s] 2026-02-25T22:58:07.5491580Z >>>>> 2/25/2026 10:58:07 PM TwoPaneView_Pane2SizeIncrease Start 2026-02-25T22:58:31.7240660Z >>>>> 2/25/2026 10:58:31 PM TwoPaneView_Pane2SizeIncrease Stop 2026-02-25T22:58:31.7315610Z Passed TwoPaneView_Pane2SizeIncrease [24 s] 2026-02-25T22:58:31.7318410Z >>>>> 2/25/2026 10:58:31 PM TwoPaneView_Pane1SizeIncrease Start 2026-02-25T22:58:57.5016170Z >>>>> 2/25/2026 10:58:57 PM TwoPaneView_Pane1SizeIncrease Stop 2026-02-25T22:58:57.5101880Z Passed TwoPaneView_Pane1SizeIncrease [25 s] 2026-02-25T22:58:57.5103830Z >>>>> 2/25/2026 10:58:57 PM TwoPaneView_ZIsShadowEnabled Start 2026-02-25T22:59:15.2227420Z >>>>> 2/25/2026 10:59:15 PM TwoPaneView_ZIsShadowEnabled Stop 2026-02-25T22:59:15.2305090Z Passed TwoPaneView_ZIsShadowEnabled [17 s] 2026-02-25T22:59:15.2306290Z >>>>> 2/25/2026 10:59:15 PM TwoPaneView_IsVisible Start 2026-02-25T22:59:30.5089320Z >>>>> 2/25/2026 10:59:30 PM TwoPaneView_IsVisible Stop 2026-02-25T22:59:30.5156820Z Passed TwoPaneView_IsVisible [15 s] 2026-02-25T22:59:30.5157920Z >>>>> 2/25/2026 10:59:30 PM TwoPaneView_RTLFlowDirection Start 2026-02-25T22:59:47.1024520Z >>>>> 2/25/2026 10:59:47 PM TwoPaneView_RTLFlowDirection Stop 2026-02-25T22:59:47.1111730Z Passed TwoPaneView_RTLFlowDirection [16 s] 2026-02-25T22:59:47.1116800Z >>>>> 2/25/2026 10:59:47 PM TwoPaneView_IsWideWithRTL_UsingRect Start 2026-02-25T23:00:19.1181190Z >>>>> 2/25/2026 11:00:19 PM TwoPaneView_IsWideWithRTL_UsingRect Stop 2026-02-25T23:00:20.1743980Z Passed TwoPaneView_IsWideWithRTL_UsingRect [32 s] 2026-02-25T23:00:20.2040430Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-25T23:00:20.4859340Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-25T23:00:20.4867230Z 2026-02-25T23:00:20.4981790Z Test Run Failed. 2026-02-25T23:00:20.4990360Z Total tests: 158 2026-02-25T23:00:20.4990940Z Passed: 153 2026-02-25T23:00:20.4991440Z Failed: 1 2026-02-25T23:00:20.4991850Z Skipped: 4 2026-02-25T23:00:20.4992280Z Total time: 1.5549 Hours 2026-02-25T23:00:20.8582920Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-Layout.trx 2026-02-25T23:00:20.8803960Z An error occurred when executing task 'uitest'. 2026-02-25T23:00:20.8910760Z Completed in 01:37:05.9561135 2026-02-25T23:00:20.9846050Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-02-25T23:00:20.9848020Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-02-25T23:00:20.9850400Z 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-25T23:00:20.9853590Z 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-25T23:00:20.9855260Z 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-25T23:00:20.9856850Z 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-25T23:00:20.9858180Z 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-25T23:00:20.9859410Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-02-25T23:00:20.9860460Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-02-25T23:00:20.9861570Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-02-25T23:00:20.9862590Z at Submission#0.<>b__0_24() 2026-02-25T23:00:20.9863650Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-02-25T23:00:20.9864980Z 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-25T23:00:20.9866040Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-02-25T23:00:20.9866900Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-02-25T23:00:20.9868060Z 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-25T23:00:20.9869370Z 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-25T23:00:20.9871120Z 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-25T23:00:20.9872590Z 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-25T23:00:20.9873800Z 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-25T23:00:20.9874920Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-02-25T23:00:20.9875880Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-02-25T23:00:20.9876890Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-02-25T23:00:20.9878100Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-02-25T23:00:20.9878820Z at Submission#0.<>d__0.MoveNext() 2026-02-25T23:00:20.9879350Z --- End of stack trace from previous location --- 2026-02-25T23:00:20.9880370Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T23:00:20.9881750Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-02-25T23:00:20.9883050Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-02-25T23:00:20.9884090Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-02-25T23:00:20.9885230Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-02-25T23:00:20.9886590Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-02-25T23:00:20.9888160Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-02-25T23:00:21.6366720Z 2026-02-25T23:00:21.6659320Z ##[error]PowerShell exited with code '1'. 2026-02-25T23:00:21.6942790Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-02-25T23:00:23.1585850Z Generating script. 2026-02-25T23:00:23.1604920Z ========================== Starting Command Output =========================== 2026-02-25T23:00:23.1741690Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/5d0b306e-cecd-487a-820b-35347b74b04d.ps1' 2026-02-25T23:00:24.5624640Z $ErrorActionPreference = 'stop' 2026-02-25T23:00:24.5626890Z $ProgressPreference = 'silentlyContinue' 2026-02-25T23:00:24.5627910Z Get-Content $PSCommandPath 2026-02-25T23:00:24.5628970Z $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-25T23:00:24.5632510Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-02-25T23:00:24.5634280Z $command += " --runtimevariant=""Mono""" 2026-02-25T23:00:24.5635200Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-02-25T23:00:24.5635670Z 2026-02-25T23:00:24.5637460Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-02-25T23:00:24.5638890Z $deviceType = "" 2026-02-25T23:00:24.5640300Z if ($deviceType) { 2026-02-25T23:00:24.5641390Z $command += " --skin=""$deviceType""" 2026-02-25T23:00:24.5642300Z } 2026-02-25T23:00:24.5642570Z 2026-02-25T23:00:24.5644180Z $testFilter = "" 2026-02-25T23:00:24.5645270Z $testConfigrationArgs = "" 2026-02-25T23:00:24.5646170Z 2026-02-25T23:00:24.5648550Z "Layout".Split(",") | ForEach { 2026-02-25T23:00:24.5649360Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-25T23:00:24.5649800Z } 2026-02-25T23:00:24.5650290Z 2026-02-25T23:00:24.5651570Z $testFilter = $testFilter.TrimEnd("|") 2026-02-25T23:00:24.5652520Z 2026-02-25T23:00:24.5653740Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-25T23:00:24.5656030Z if ($testConfigrationArgs) { 2026-02-25T23:00:24.5657090Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-25T23:00:24.5658950Z } 2026-02-25T23:00:24.5660350Z if ($testFilter) { 2026-02-25T23:00:24.5661970Z $command += " --test-filter ""$testFilter""" 2026-02-25T23:00:24.5664220Z } 2026-02-25T23:00:24.5664750Z 2026-02-25T23:00:24.5665950Z $headless = true 2026-02-25T23:00:24.5667220Z if ($headless) { 2026-02-25T23:00:24.5669470Z $command += " --headless ""$headless""" 2026-02-25T23:00:24.5671360Z } 2026-02-25T23:00:24.5672440Z 2026-02-25T23:00:24.5674030Z Write-Host "Running command: $command" 2026-02-25T23:00:24.5674380Z 2026-02-25T23:00:24.5675510Z Invoke-Expression $command 2026-02-25T23:00:24.5676610Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-25T23:00:24.5680830Z } else { 2026-02-25T23:00:24.5683150Z exit $LASTEXITCODE 2026-02-25T23:00:24.5683840Z } 2026-02-25T23:00:24.7415430Z 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-25T23:00:25.6274540Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T23:00:26.3903020Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T23:00:26.9799140Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T23:00:27.6112250Z 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-25T23:00:28.1997890Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-02-25T23:00:29.3167010Z Looking for modules... 2026-02-25T23:00:33.2310400Z No modules found to install. 2026-02-25T23:00:33.2405200Z Module directory does not exist. 2026-02-25T23:00:33.2482510Z Analyzing build script... 2026-02-25T23:00:33.2508620Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-02-25T23:00:33.2522170Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-02-25T23:00:33.2528090Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-02-25T23:00:33.5064970Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-02-25T23:00:35.1587970Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-02-25T23:00:36.1425240Z Processing build script... 2026-02-25T23:00:36.1453170Z Installing addins... 2026-02-25T23:00:36.3716170Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-25T23:00:36.3865630Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-25T23:00:36.3975440Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-25T23:00:36.5982940Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-25T23:00:36.5985270Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-25T23:00:36.5986760Z is referencing an older version of Cake.Core (0.33.0). 2026-02-25T23:00:36.5987510Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-25T23:00:36.6023980Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T23:00:36.6059630Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-25T23:00:36.9296410Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-25T23:00:36.9297320Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-25T23:00:36.9298100Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-25T23:00:36.9298830Z Adding assembly reference to System.Runtime.dll... 2026-02-25T23:00:36.9299570Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-25T23:00:36.9300330Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-25T23:00:36.9301030Z Adding assembly reference to System.Threading.dll... 2026-02-25T23:00:36.9301710Z Adding assembly reference to System.Linq.dll... 2026-02-25T23:00:36.9307520Z Adding assembly reference to System.Collections.dll... 2026-02-25T23:00:36.9308410Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-25T23:00:36.9309170Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-25T23:00:36.9309960Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-25T23:00:36.9310840Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-25T23:00:36.9311920Z Adding assembly reference to System.ObjectModel.dll... 2026-02-25T23:00:36.9312640Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-25T23:00:36.9313380Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-25T23:00:36.9314630Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-25T23:00:36.9315440Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-25T23:00:36.9316250Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-25T23:00:36.9318570Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-25T23:00:36.9319630Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-25T23:00:36.9320400Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-25T23:00:36.9321090Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-25T23:00:36.9321840Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-25T23:00:36.9322620Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-25T23:00:36.9323350Z Adding assembly reference to mscorlib.dll... 2026-02-25T23:00:36.9324050Z Adding assembly reference to netstandard.dll... 2026-02-25T23:00:36.9324870Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-25T23:00:36.9325730Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-25T23:00:36.9327090Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-25T23:00:36.9327860Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-25T23:00:36.9328560Z Adding assembly reference to System.Memory.dll... 2026-02-25T23:00:36.9329270Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-25T23:00:36.9330200Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-25T23:00:36.9330930Z Adding assembly reference to System.ComponentModel.dll... 2026-02-25T23:00:36.9331600Z Adding assembly reference to System.Console.dll... 2026-02-25T23:00:36.9332280Z Adding assembly reference to System.Data.Common.dll... 2026-02-25T23:00:36.9333190Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-25T23:00:36.9334160Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-25T23:00:36.9335030Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-25T23:00:36.9335920Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-25T23:00:36.9336650Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-25T23:00:36.9337370Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-25T23:00:36.9338100Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-25T23:00:36.9338850Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-25T23:00:36.9339710Z Adding assembly reference to System.IO.Compression.dll... 2026-02-25T23:00:36.9340470Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-25T23:00:36.9341220Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-25T23:00:36.9341930Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-25T23:00:36.9342640Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-25T23:00:36.9343350Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-25T23:00:36.9344330Z Adding assembly reference to System.Net.Requests.dll... 2026-02-25T23:00:36.9345880Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-25T23:00:36.9346840Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-25T23:00:36.9347860Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-25T23:00:36.9348910Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-25T23:00:36.9349860Z Adding assembly reference to System.Net.Http.dll... 2026-02-25T23:00:36.9350850Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-25T23:00:36.9351840Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-25T23:00:36.9352880Z Adding assembly reference to System.Net.Mail.dll... 2026-02-25T23:00:36.9353860Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-25T23:00:36.9354840Z Adding assembly reference to System.Net.Ping.dll... 2026-02-25T23:00:36.9355840Z Adding assembly reference to System.Net.Security.dll... 2026-02-25T23:00:36.9357210Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-25T23:00:36.9358220Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-25T23:00:36.9359330Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-25T23:00:36.9360190Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-25T23:00:36.9361120Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-25T23:00:36.9362150Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-25T23:00:36.9363240Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-25T23:00:36.9364390Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-25T23:00:36.9365230Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-25T23:00:36.9366060Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-25T23:00:36.9366800Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-25T23:00:36.9367530Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-25T23:00:36.9368280Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-25T23:00:36.9369040Z Adding assembly reference to System.Security.Claims.dll... 2026-02-25T23:00:36.9369740Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-25T23:00:36.9370480Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-25T23:00:36.9371390Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-25T23:00:36.9372100Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-25T23:00:36.9372970Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-25T23:00:36.9373720Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-25T23:00:36.9374410Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-25T23:00:36.9375130Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-25T23:00:36.9375860Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-25T23:00:36.9377050Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-25T23:00:36.9377730Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-25T23:00:36.9378400Z Adding assembly reference to System.AppContext.dll... 2026-02-25T23:00:36.9379110Z Adding assembly reference to System.Buffers.dll... 2026-02-25T23:00:36.9379800Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-25T23:00:36.9380540Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-25T23:00:36.9381300Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-25T23:00:36.9382050Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-25T23:00:36.9382810Z Adding assembly reference to System.Configuration.dll... 2026-02-25T23:00:36.9383730Z Adding assembly reference to System.Core.dll... 2026-02-25T23:00:36.9384790Z Adding assembly reference to System.Private.Uri.dll... 2026-02-25T23:00:36.9386130Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-25T23:00:36.9386810Z Adding assembly reference to System.Data.dll... 2026-02-25T23:00:36.9387490Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-25T23:00:36.9388540Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-25T23:00:36.9389290Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-25T23:00:36.9390070Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-25T23:00:36.9390730Z Adding assembly reference to System.dll... 2026-02-25T23:00:36.9391400Z Adding assembly reference to System.Drawing.dll... 2026-02-25T23:00:36.9392110Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-25T23:00:36.9392790Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-25T23:00:36.9393470Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-25T23:00:36.9394230Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-25T23:00:36.9394940Z Adding assembly reference to System.Globalization.dll... 2026-02-25T23:00:36.9395870Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-25T23:00:36.9396820Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-25T23:00:36.9397530Z Adding assembly reference to System.IO.dll... 2026-02-25T23:00:36.9398210Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-25T23:00:36.9399120Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-25T23:00:36.9399910Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-25T23:00:36.9400650Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-25T23:00:36.9401390Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-25T23:00:36.9402090Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-25T23:00:36.9402800Z Adding assembly reference to System.Net.dll... 2026-02-25T23:00:36.9403960Z Adding assembly reference to System.Net.Quic.dll... 2026-02-25T23:00:36.9404640Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-25T23:00:36.9405360Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-25T23:00:36.9406180Z Adding assembly reference to System.Text.Json.dll... 2026-02-25T23:00:36.9406860Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-25T23:00:36.9407540Z Adding assembly reference to System.Numerics.dll... 2026-02-25T23:00:36.9408230Z Adding assembly reference to System.Reflection.dll... 2026-02-25T23:00:36.9408920Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-25T23:00:36.9409640Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-25T23:00:36.9410360Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-25T23:00:36.9411110Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-25T23:00:36.9412130Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-25T23:00:36.9412860Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-25T23:00:36.9413580Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-25T23:00:36.9414300Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-25T23:00:36.9415120Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-25T23:00:36.9415860Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-25T23:00:36.9416650Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-25T23:00:36.9417410Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-25T23:00:36.9418140Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-25T23:00:36.9418880Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-25T23:00:36.9419640Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-25T23:00:36.9420400Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-25T23:00:36.9421140Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-25T23:00:36.9421960Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-25T23:00:36.9422690Z Adding assembly reference to System.Security.dll... 2026-02-25T23:00:36.9423490Z Adding assembly reference to System.Security.Principal.dll... 2026-02-25T23:00:36.9424250Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-25T23:00:36.9424990Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-25T23:00:36.9425680Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-25T23:00:36.9426380Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-25T23:00:36.9427110Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-25T23:00:36.9427810Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-25T23:00:36.9428930Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-25T23:00:36.9429640Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-25T23:00:36.9479070Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-25T23:00:36.9480510Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-25T23:00:36.9481370Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-25T23:00:36.9482140Z Adding assembly reference to System.Transactions.dll... 2026-02-25T23:00:36.9482830Z Adding assembly reference to System.ValueTuple.dll... 2026-02-25T23:00:36.9483520Z Adding assembly reference to System.Web.dll... 2026-02-25T23:00:36.9484180Z Adding assembly reference to System.Windows.dll... 2026-02-25T23:00:36.9484930Z Adding assembly reference to System.Xml.dll... 2026-02-25T23:00:36.9485590Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-25T23:00:36.9486970Z Adding assembly reference to System.Private.Xml.dll... 2026-02-25T23:00:36.9488000Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-25T23:00:36.9489040Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-25T23:00:36.9490030Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-25T23:00:36.9491080Z Adding assembly reference to WindowsBase.dll... 2026-02-25T23:00:36.9492080Z Adding assembly reference to Cake.Core.dll... 2026-02-25T23:00:36.9493040Z Adding assembly reference to Cake.Common.dll... 2026-02-25T23:00:36.9493990Z Adding assembly reference to Spectre.Console.dll... 2026-02-25T23:00:36.9495180Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-25T23:00:36.9496260Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-25T23:00:36.9498570Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-25T23:00:36.9500080Z Importing namespace Cake.Common... 2026-02-25T23:00:36.9501040Z Importing namespace Cake.Common.Build... 2026-02-25T23:00:36.9502340Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-25T23:00:36.9503140Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-25T23:00:36.9503880Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-25T23:00:36.9504600Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-25T23:00:36.9505290Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-25T23:00:36.9506080Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-25T23:00:36.9506830Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-25T23:00:36.9507560Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-25T23:00:36.9508250Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-25T23:00:36.9508980Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-25T23:00:36.9509650Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-25T23:00:36.9510330Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-25T23:00:36.9511500Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-25T23:00:36.9512230Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-25T23:00:36.9512900Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-25T23:00:36.9513570Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-25T23:00:36.9514230Z Importing namespace Cake.Common.Build.GoCD... 2026-02-25T23:00:36.9514940Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-25T23:00:36.9515610Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-25T23:00:36.9516270Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-25T23:00:36.9516930Z Importing namespace Cake.Common.Build.MyGet... 2026-02-25T23:00:36.9517630Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-25T23:00:36.9518320Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-25T23:00:36.9519470Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-25T23:00:36.9520140Z Importing namespace Cake.Common.Diagnostics... 2026-02-25T23:00:36.9520820Z Importing namespace Cake.Common.IO... 2026-02-25T23:00:36.9521430Z Importing namespace Cake.Common.IO.Paths... 2026-02-25T23:00:36.9522060Z Importing namespace Cake.Common.Net... 2026-02-25T23:00:36.9522680Z Importing namespace Cake.Common.Security... 2026-02-25T23:00:36.9523380Z Importing namespace Cake.Common.Solution... 2026-02-25T23:00:36.9524030Z Importing namespace Cake.Common.Solution.Project... 2026-02-25T23:00:36.9524740Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-25T23:00:36.9525480Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-25T23:00:36.9526160Z Importing namespace Cake.Common.Text... 2026-02-25T23:00:36.9526810Z Importing namespace Cake.Common.Tools.Cake... 2026-02-25T23:00:36.9529440Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-25T23:00:36.9530250Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-25T23:00:36.9530960Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-25T23:00:36.9531670Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-25T23:00:36.9532370Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-25T23:00:36.9533130Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-25T23:00:36.9537290Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-25T23:00:36.9538090Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-25T23:00:36.9538800Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-25T23:00:36.9539610Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-25T23:00:36.9540380Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-25T23:00:36.9541170Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-25T23:00:36.9541940Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-25T23:00:36.9543210Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-25T23:00:36.9543890Z Importing namespace Cake.Common.Tools.Command... 2026-02-25T23:00:36.9544550Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-25T23:00:36.9545320Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-25T23:00:36.9546080Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-25T23:00:36.9546750Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-25T23:00:36.9547400Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-25T23:00:36.9548360Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-25T23:00:36.9549010Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-25T23:00:36.9549670Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-25T23:00:36.9550340Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-25T23:00:36.9551540Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-25T23:00:36.9552190Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-25T23:00:36.9552840Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-25T23:00:36.9553510Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-25T23:00:36.9554180Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-25T23:00:36.9554840Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-25T23:00:36.9555500Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-25T23:00:36.9556170Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-25T23:00:36.9556850Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-25T23:00:36.9557510Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-25T23:00:36.9558170Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-25T23:00:36.9558820Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-25T23:00:36.9559490Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-25T23:00:36.9560130Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-25T23:00:36.9560770Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-25T23:00:36.9561430Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-25T23:00:36.9562120Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-25T23:00:36.9562810Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-25T23:00:36.9563520Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-25T23:00:36.9564210Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-25T23:00:36.9564920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-25T23:00:36.9565620Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-25T23:00:36.9566330Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-25T23:00:36.9566990Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-25T23:00:36.9568240Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-25T23:00:36.9568870Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-25T23:00:36.9569550Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-25T23:00:36.9570240Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-25T23:00:36.9645020Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-25T23:00:36.9645940Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-25T23:00:36.9646710Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-25T23:00:36.9647410Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-25T23:00:36.9648100Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-25T23:00:36.9648810Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-25T23:00:36.9650490Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-25T23:00:36.9651190Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-25T23:00:36.9651910Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-25T23:00:36.9652550Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-25T23:00:36.9653170Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-25T23:00:36.9653810Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-25T23:00:36.9654450Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-25T23:00:36.9655140Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-25T23:00:36.9655790Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-25T23:00:36.9656410Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-25T23:00:36.9657030Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-25T23:00:36.9657650Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-25T23:00:36.9658330Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-25T23:00:36.9658990Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-25T23:00:36.9659690Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-25T23:00:36.9660430Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-25T23:00:36.9661170Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-25T23:00:36.9661850Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-25T23:00:36.9662510Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-25T23:00:36.9663170Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-25T23:00:36.9663820Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-25T23:00:36.9664470Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-25T23:00:36.9665130Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-25T23:00:36.9665780Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-25T23:00:36.9666410Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-25T23:00:36.9667050Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-25T23:00:36.9668220Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-25T23:00:36.9668870Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-25T23:00:36.9669520Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-25T23:00:36.9670170Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-25T23:00:36.9670850Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-25T23:00:36.9671480Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-25T23:00:36.9672250Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-25T23:00:36.9673020Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-25T23:00:36.9673710Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-25T23:00:36.9674340Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-25T23:00:36.9674970Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-25T23:00:36.9675950Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-25T23:00:36.9676610Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-25T23:00:36.9677320Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-25T23:00:36.9678120Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-25T23:00:36.9678980Z Importing namespace Cake.Common.Tools.WiX... 2026-02-25T23:00:36.9679660Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-25T23:00:36.9680320Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-25T23:00:36.9680980Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-25T23:00:36.9681680Z Importing namespace Cake.Common.Xml... 2026-02-25T23:00:36.9682280Z Importing namespace Cake.Core... 2026-02-25T23:00:36.9682880Z Importing namespace Cake.Core.Diagnostics... 2026-02-25T23:00:36.9683510Z Importing namespace Cake.Core.IO... 2026-02-25T23:00:36.9684190Z Importing namespace Cake.Core.Scripting... 2026-02-25T23:00:36.9684830Z Importing namespace Cake.Core.Tooling... 2026-02-25T23:00:36.9685480Z Importing namespace Cake.FileHelpers... 2026-02-25T23:00:36.9686090Z Importing namespace NuGet.Common... 2026-02-25T23:00:36.9686690Z Importing namespace NuGet.Configuration... 2026-02-25T23:00:36.9687290Z Importing namespace NuGet.Protocol... 2026-02-25T23:00:36.9687930Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-25T23:00:36.9688580Z Importing namespace NuGet.Versioning... 2026-02-25T23:00:36.9689260Z Importing namespace System... 2026-02-25T23:00:36.9689900Z Importing namespace System.Collections.Generic... 2026-02-25T23:00:36.9690540Z Importing namespace System.IO... 2026-02-25T23:00:36.9691130Z Importing namespace System.Linq... 2026-02-25T23:00:36.9691800Z Importing namespace System.Text... 2026-02-25T23:00:36.9692430Z Importing namespace System.Threading.Tasks... 2026-02-25T23:00:36.9692910Z .NETStandard,Version=v2.0 2026-02-25T23:00:37.0268920Z Compiling build script... 2026-02-25T23:00:40.3653520Z /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-25T23:00:42.5012880Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T23:00:42.5014120Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-02-25T23:00:42.5030090Z Host OS System Arch: X64 2026-02-25T23:00:42.5034990Z Host Processor System Arch: X64 2026-02-25T23:00:42.5036870Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T23:00:42.5038450Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-02-25T23:00:42.5039950Z Build Configuration: Release 2026-02-25T23:00:42.5042030Z Build Runtime Identifier: maccatalyst-x64 2026-02-25T23:00:42.5042890Z Build Target Framework: net11.0-maccatalyst 2026-02-25T23:00:42.5044570Z Test Device: mac 2026-02-25T23:00:42.5045360Z Test Results Path: /Users/runner/work/1/a/test-results 2026-02-25T23:00:42.5047990Z Use CoreCLR: False 2026-02-25T23:00:42.5200180Z 2026-02-25T23:00:42.5201720Z ======================================== 2026-02-25T23:00:42.5202430Z uitest 2026-02-25T23:00:42.5209380Z ======================================== 2026-02-25T23:00:42.5210180Z Executing task: uitest 2026-02-25T23:00:42.5224950Z Starting UI Tests... 2026-02-25T23:00:42.5234890Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T23:00:42.5241650Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst 2026-02-25T23:00:42.5405570Z Testing Device: mac 2026-02-25T23:00:42.5407490Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-02-25T23:00:42.5409270Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app 2026-02-25T23:00:42.5410160Z Results Directory: /Users/runner/work/1/a/test-results 2026-02-25T23:00:42.5450170Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net11.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-02-25T23:00:42.6363490Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T23:00:42.6440940Z 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-25T23:00:46.8911330Z Determining projects to restore... 2026-02-25T23:00:56.9944660Z All projects are up-to-date for restore. 2026-02-25T23:01:05.9403600Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net11.0/Controls.CustomAttributes.dll 2026-02-25T23:01:06.1221910Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net11.0/Microsoft.Maui.Graphics.dll 2026-02-25T23:01:06.5546330Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net11.0/Microsoft.Maui.Essentials.dll 2026-02-25T23:01:07.2475450Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net11.0/Microsoft.Maui.dll 2026-02-25T23:01:07.5038510Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-25T23:01:08.7532120Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net11.0/Microsoft.Maui.Controls.dll 2026-02-25T23:01:09.1595200Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-25T23:01:09.5242860Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-25T23:01:09.5403010Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net11.0/UITest.Core.dll 2026-02-25T23:01:09.8720860Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net11.0/UITest.Appium.dll 2026-02-25T23:01:09.9323590Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net11.0/UITest.NUnit.dll 2026-02-25T23:01:10.1959910Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-25T23:01:13.2700880Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T23:01:13.4880250Z 2026-02-25T23:01:13.5884000Z Build succeeded. 2026-02-25T23:01:13.6175300Z 0 Warning(s) 2026-02-25T23:01:13.6510250Z 0 Error(s) 2026-02-25T23:01:13.6668110Z 2026-02-25T23:01:13.6742600Z Time Elapsed 00:00:29.14 2026-02-25T23:01:13.7368390Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-Layout.log' 2026-02-25T23:01:13.7422690Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-02-25T23:01:13.7478160Z Run Tests With Filter TestCategory=Layout 2026-02-25T23:01:13.7553110Z Log Directory: /Users/runner/work/1/a/logs 2026-02-25T23:01:13.7621400Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-02-25T23:01:13.7675590Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-25T23:01:13.7715800Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T23:01:13.8719540Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-02-25T23:01:13.9298890Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-02-25T23:01:13.9342310Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-25T23:01:13.9359860Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-25T23:01:13.9482490Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-25T23:01:13.9612530Z 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-25T23:01:13.9687360Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-Layout.binlog 2026-02-25T23:01:13.9915560Z 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-25T23:01:17.6116420Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v11.0) 2026-02-25T23:01:18.0092080Z A total of 1 test files matched the specified pattern. 2026-02-25T23:01:18.6832660Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 11.0.0-preview.2.26103.111) 2026-02-25T23:01:18.8410550Z [xUnit.net 00:00:00.17] Discovering: Controls.TestCases.Mac.Tests 2026-02-25T23:01:19.1629570Z [xUnit.net 00:00:00.49] Discovered: Controls.TestCases.Mac.Tests 2026-02-25T23:01:19.1943080Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-25T23:01:19.2417190Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net11.0/Controls.TestCases.Mac.Tests.dll 2026-02-25T23:01:19.9168890Z NUnit3TestExecutor discovered 158 of 158 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-25T23:01:56.0915320Z >>>>> 2/25/2026 11:01:56 PM FixtureSetup for AbsoluteLayoutFeatureTests(Mac) 2026-02-25T23:01:59.9626040Z >>>>> 2/25/2026 11:01:59 PM VerifyAbsoluteLayout_LayoutBounds Start 2026-02-25T23:03:00.8246660Z >>>>> 2/25/2026 11:03:00 PM VerifyAbsoluteLayout_LayoutBounds Stop 2026-02-25T23:03:00.9184370Z Passed VerifyAbsoluteLayout_LayoutBounds [1 m 1 s] 2026-02-25T23:03:00.9187240Z >>>>> 2/25/2026 11:03:00 PM VerifyAbsoluteLayout_AllProportional Start 2026-02-25T23:04:02.2685280Z >>>>> 2/25/2026 11:04:02 PM VerifyAbsoluteLayout_AllProportional Stop 2026-02-25T23:04:02.2834390Z Passed VerifyAbsoluteLayout_AllProportional [1 m 1 s] 2026-02-25T23:04:02.2851840Z >>>>> 2/25/2026 11:04:02 PM VerifyAbsoluteLayout_FlowDirection Start 2026-02-25T23:04:40.1591970Z >>>>> 2/25/2026 11:04:40 PM VerifyAbsoluteLayout_FlowDirection Stop 2026-02-25T23:04:40.1676620Z Passed VerifyAbsoluteLayout_FlowDirection [37 s] 2026-02-25T23:04:40.1678260Z >>>>> 2/25/2026 11:04:40 PM VerifyAbsoluteLayout_HeightProportional Start 2026-02-25T23:05:14.8806660Z >>>>> 2/25/2026 11:05:14 PM VerifyAbsoluteLayout_HeightProportional Stop 2026-02-25T23:05:14.8887040Z Passed VerifyAbsoluteLayout_HeightProportional [34 s] 2026-02-25T23:05:14.8888130Z >>>>> 2/25/2026 11:05:14 PM VerifyAbsoluteLayout_PositionProportional Start 2026-02-25T23:06:15.6010330Z >>>>> 2/25/2026 11:06:15 PM VerifyAbsoluteLayout_PositionProportional Stop 2026-02-25T23:06:15.6100100Z Passed VerifyAbsoluteLayout_PositionProportional [1 m] 2026-02-25T23:06:15.6103270Z >>>>> 2/25/2026 11:06:15 PM VerifyAbsoluteLayout_SizeProportional Start 2026-02-25T23:06:50.1980540Z >>>>> 2/25/2026 11:06:50 PM VerifyAbsoluteLayout_SizeProportional Stop 2026-02-25T23:06:50.2052550Z Passed VerifyAbsoluteLayout_SizeProportional [34 s] 2026-02-25T23:06:50.2054720Z >>>>> 2/25/2026 11:06:50 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Start 2026-02-25T23:07:54.7064000Z >>>>> 2/25/2026 11:07:54 PM VerifyAbsoluteLayout_SizeProportionalAndPositionProportional Stop 2026-02-25T23:07:54.7171830Z Passed VerifyAbsoluteLayout_SizeProportionalAndPositionProportional [1 m 4 s] 2026-02-25T23:07:54.7176840Z >>>>> 2/25/2026 11:07:54 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Start 2026-02-25T23:08:30.5738860Z >>>>> 2/25/2026 11:08:30 PM VerifyAbsoluteLayout_SizeProportionalWithMaximumValue Stop 2026-02-25T23:08:30.5803200Z Passed VerifyAbsoluteLayout_SizeProportionalWithMaximumValue [35 s] 2026-02-25T23:08:30.5806410Z >>>>> 2/25/2026 11:08:30 PM VerifyAbsoluteLayout_Visibility Start 2026-02-25T23:08:46.5843220Z >>>>> 2/25/2026 11:08:46 PM VerifyAbsoluteLayout_Visibility Stop 2026-02-25T23:08:46.6024820Z Passed VerifyAbsoluteLayout_Visibility [16 s] 2026-02-25T23:08:46.6080730Z >>>>> 2/25/2026 11:08:46 PM VerifyAbsoluteLayout_WidthAndHeight Start 2026-02-25T23:09:26.6761760Z >>>>> 2/25/2026 11:09:26 PM VerifyAbsoluteLayout_WidthAndHeight Stop 2026-02-25T23:09:26.6858930Z Passed VerifyAbsoluteLayout_WidthAndHeight [40 s] 2026-02-25T23:09:26.6860430Z >>>>> 2/25/2026 11:09:26 PM VerifyAbsoluteLayout_WidthProportional Start 2026-02-25T23:10:03.3614930Z >>>>> 2/25/2026 11:10:03 PM VerifyAbsoluteLayout_WidthProportional Stop 2026-02-25T23:10:03.3683290Z Passed VerifyAbsoluteLayout_WidthProportional [36 s] 2026-02-25T23:10:03.3685010Z >>>>> 2/25/2026 11:10:03 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Start 2026-02-25T23:10:49.4731380Z >>>>> 2/25/2026 11:10:49 PM VerifyAbsoluteLayout_WidthProportionalAndHeightProportional Stop 2026-02-25T23:10:49.4808570Z Passed VerifyAbsoluteLayout_WidthProportionalAndHeightProportional [46 s] 2026-02-25T23:10:49.4810740Z >>>>> 2/25/2026 11:10:49 PM VerifyAbsoluteLayout_XProportional Start 2026-02-25T23:11:38.5104100Z >>>>> 2/25/2026 11:11:38 PM VerifyAbsoluteLayout_XProportional Stop 2026-02-25T23:11:38.5214880Z Passed VerifyAbsoluteLayout_XProportional [49 s] 2026-02-25T23:11:38.5239410Z >>>>> 2/25/2026 11:11:38 PM VerifyAbsoluteLayout_XProportionalAndYProportional Start 2026-02-25T23:12:44.0293050Z >>>>> 2/25/2026 11:12:44 PM VerifyAbsoluteLayout_XProportionalAndYProportional Stop 2026-02-25T23:12:44.0363640Z Passed VerifyAbsoluteLayout_XProportionalAndYProportional [1 m 5 s] 2026-02-25T23:12:44.0365150Z >>>>> 2/25/2026 11:12:44 PM VerifyAbsoluteLayout_YProportional Start 2026-02-25T23:13:34.7404040Z >>>>> 2/25/2026 11:13:34 PM VerifyAbsoluteLayout_YProportional Stop 2026-02-25T23:13:35.0376130Z Passed VerifyAbsoluteLayout_YProportional [50 s] 2026-02-25T23:13:38.0673600Z >>>>> 2/25/2026 11:13:38 PM FixtureSetup for FlexLayoutFeatureTests(Mac) 2026-02-25T23:13:41.5458410Z >>>>> 2/25/2026 11:13:41 PM FlexLayout_ValidateDefaultValues Start 2026-02-25T23:14:00.2108080Z >>>>> 2/25/2026 11:14:00 PM FlexLayout_ValidateDefaultValues Stop 2026-02-25T23:14:00.2187960Z Passed FlexLayout_ValidateDefaultValues [18 s] 2026-02-25T23:14:00.2190390Z >>>>> 2/25/2026 11:14:00 PM FlexLayout_SetWrapAlignContentStretch Start 2026-02-25T23:14:40.6824720Z >>>>> 2/25/2026 11:14:40 PM FlexLayout_SetWrapAlignContentStretch Stop 2026-02-25T23:14:40.6916640Z Passed FlexLayout_SetWrapAlignContentStretch [40 s] 2026-02-25T23:14:40.6925320Z >>>>> 2/25/2026 11:14:40 PM FlexLayout_SetWrapAlignContentCenter Start 2026-02-25T23:15:19.5167790Z >>>>> 2/25/2026 11:15:19 PM FlexLayout_SetWrapAlignContentCenter Stop 2026-02-25T23:15:19.5272120Z Passed FlexLayout_SetWrapAlignContentCenter [38 s] 2026-02-25T23:15:19.5275450Z >>>>> 2/25/2026 11:15:19 PM FlexLayout_SetWrapAlignContentStart Start 2026-02-25T23:15:52.2993370Z >>>>> 2/25/2026 11:15:52 PM FlexLayout_SetWrapAlignContentStart Stop 2026-02-25T23:15:52.3088440Z Passed FlexLayout_SetWrapAlignContentStart [32 s] 2026-02-25T23:15:52.3092070Z >>>>> 2/25/2026 11:15:52 PM FlexLayout_SetWrapAlignContentEnd Start 2026-02-25T23:16:32.2354130Z >>>>> 2/25/2026 11:16:32 PM FlexLayout_SetWrapAlignContentEnd Stop 2026-02-25T23:16:32.2445000Z Passed FlexLayout_SetWrapAlignContentEnd [39 s] 2026-02-25T23:16:32.2450540Z >>>>> 2/25/2026 11:16:32 PM FlexLayout_SetWrapAlignContentSpaceAround Start 2026-02-25T23:17:07.1204830Z >>>>> 2/25/2026 11:17:07 PM FlexLayout_SetWrapAlignContentSpaceAround Stop 2026-02-25T23:17:07.1291590Z Passed FlexLayout_SetWrapAlignContentSpaceAround [34 s] 2026-02-25T23:17:07.1293190Z >>>>> 2/25/2026 11:17:07 PM FlexLayout_SetWrapAlignContentSpaceBetween Start 2026-02-25T23:17:47.3195250Z >>>>> 2/25/2026 11:17:47 PM FlexLayout_SetWrapAlignContentSpaceBetween Stop 2026-02-25T23:17:47.3295220Z Passed FlexLayout_SetWrapAlignContentSpaceBetween [40 s] 2026-02-25T23:17:47.3301840Z >>>>> 2/25/2026 11:17:47 PM FlexLayout_SetWrapAlignContentSpaceEvenly Start 2026-02-25T23:18:27.1167200Z >>>>> 2/25/2026 11:18:27 PM FlexLayout_SetWrapAlignContentSpaceEvenly Stop 2026-02-25T23:18:27.1380040Z Passed FlexLayout_SetWrapAlignContentSpaceEvenly [39 s] 2026-02-25T23:18:27.1381560Z >>>>> 2/25/2026 11:18:27 PM FlexLayout_SetWrapReverseAlignContentStretch Start 2026-02-25T23:19:09.9611720Z >>>>> 2/25/2026 11:19:09 PM FlexLayout_SetWrapReverseAlignContentStretch Stop 2026-02-25T23:19:09.9768220Z Passed FlexLayout_SetWrapReverseAlignContentStretch [42 s] 2026-02-25T23:19:09.9824170Z >>>>> 2/25/2026 11:19:09 PM FlexLayout_SetWrapReverseAlignContentCenter Start 2026-02-25T23:19:51.2580830Z >>>>> 2/25/2026 11:19:51 PM FlexLayout_SetWrapReverseAlignContentCenter Stop 2026-02-25T23:19:51.2654970Z Passed FlexLayout_SetWrapReverseAlignContentCenter [41 s] 2026-02-25T23:19:51.2658000Z >>>>> 2/25/2026 11:19:51 PM FlexLayout_SetWrapReverseAlignContentStart Start 2026-02-25T23:20:32.1819560Z >>>>> 2/25/2026 11:20:32 PM FlexLayout_SetWrapReverseAlignContentStart Stop 2026-02-25T23:20:32.1934960Z Passed FlexLayout_SetWrapReverseAlignContentStart [40 s] 2026-02-25T23:20:32.1962730Z >>>>> 2/25/2026 11:20:32 PM FlexLayout_SetWrapReverseAlignContentEnd Start 2026-02-25T23:21:12.8479820Z >>>>> 2/25/2026 11:21:12 PM FlexLayout_SetWrapReverseAlignContentEnd Stop 2026-02-25T23:21:12.8569430Z Passed FlexLayout_SetWrapReverseAlignContentEnd [40 s] 2026-02-25T23:21:12.8573240Z >>>>> 2/25/2026 11:21:12 PM FlexLayout_AlignItemsCenter Start 2026-02-25T23:21:42.4559360Z >>>>> 2/25/2026 11:21:42 PM FlexLayout_AlignItemsCenter Stop 2026-02-25T23:21:42.4680650Z Passed FlexLayout_AlignItemsCenter [29 s] 2026-02-25T23:21:42.4682170Z >>>>> 2/25/2026 11:21:42 PM FlexLayout_AlignItemsEnd Start 2026-02-25T23:22:12.2946630Z >>>>> 2/25/2026 11:22:12 PM FlexLayout_AlignItemsEnd Stop 2026-02-25T23:22:12.3070330Z Passed FlexLayout_AlignItemsEnd [29 s] 2026-02-25T23:22:12.3104070Z >>>>> 2/25/2026 11:22:12 PM FlexLayout_AlignItemsStretch Start 2026-02-25T23:22:39.1279960Z >>>>> 2/25/2026 11:22:39 PM FlexLayout_AlignItemsStretch Stop 2026-02-25T23:22:39.1368710Z Passed FlexLayout_AlignItemsStretch [26 s] 2026-02-25T23:22:39.1370750Z >>>>> 2/25/2026 11:22:39 PM FlexLayout_DirectionRowReverse Start 2026-02-25T23:23:03.5633860Z >>>>> 2/25/2026 11:23:03 PM FlexLayout_DirectionRowReverse Stop 2026-02-25T23:23:03.5756960Z Passed FlexLayout_DirectionRowReverse [24 s] 2026-02-25T23:23:03.5758590Z >>>>> 2/25/2026 11:23:03 PM FlexLayout_DirectionColumn Start 2026-02-25T23:23:32.3592110Z >>>>> 2/25/2026 11:23:32 PM FlexLayout_DirectionColumn Stop 2026-02-25T23:23:32.3693230Z Passed FlexLayout_DirectionColumn [28 s] 2026-02-25T23:23:32.3697830Z >>>>> 2/25/2026 11:23:32 PM FlexLayout_DirectionColumnReverse Start 2026-02-25T23:24:00.8993000Z >>>>> 2/25/2026 11:24:00 PM FlexLayout_DirectionColumnReverse Stop 2026-02-25T23:24:00.9102170Z Passed FlexLayout_DirectionColumnReverse [28 s] 2026-02-25T23:24:00.9103680Z >>>>> 2/25/2026 11:24:00 PM FlexLayout_JustifyContentCenter Start 2026-02-25T23:24:27.0030350Z >>>>> 2/25/2026 11:24:27 PM FlexLayout_JustifyContentCenter Stop 2026-02-25T23:24:27.0098600Z Passed FlexLayout_JustifyContentCenter [26 s] 2026-02-25T23:24:27.0099620Z >>>>> 2/25/2026 11:24:27 PM FlexLayout_JustifyContentEnd Start 2026-02-25T23:24:55.1800830Z >>>>> 2/25/2026 11:24:55 PM FlexLayout_JustifyContentEnd Stop 2026-02-25T23:24:55.1896660Z Passed FlexLayout_JustifyContentEnd [28 s] 2026-02-25T23:24:55.1900110Z >>>>> 2/25/2026 11:24:55 PM FlexLayout_JustifyContentSpaceBetween Start 2026-02-25T23:25:26.8386950Z >>>>> 2/25/2026 11:25:26 PM FlexLayout_JustifyContentSpaceBetween Stop 2026-02-25T23:25:26.8455310Z Passed FlexLayout_JustifyContentSpaceBetween [31 s] 2026-02-25T23:25:26.8456530Z >>>>> 2/25/2026 11:25:26 PM FlexLayout_JustifyContentSpaceAround Start 2026-02-25T23:25:52.0830950Z >>>>> 2/25/2026 11:25:52 PM FlexLayout_JustifyContentSpaceAround Stop 2026-02-25T23:25:52.0912480Z Passed FlexLayout_JustifyContentSpaceAround [25 s] 2026-02-25T23:25:52.0914010Z >>>>> 2/25/2026 11:25:52 PM FlexLayout_JustifyContentSpaceEvenly Start 2026-02-25T23:26:19.4119140Z >>>>> 2/25/2026 11:26:19 PM FlexLayout_JustifyContentSpaceEvenly Stop 2026-02-25T23:26:19.4195570Z Passed FlexLayout_JustifyContentSpaceEvenly [27 s] 2026-02-25T23:26:19.4197100Z >>>>> 2/25/2026 11:26:19 PM FlexLayout_AlignSelfStart Start 2026-02-25T23:26:48.2456070Z >>>>> 2/25/2026 11:26:48 PM FlexLayout_AlignSelfStart Stop 2026-02-25T23:26:48.2575020Z Passed FlexLayout_AlignSelfStart [28 s] 2026-02-25T23:26:48.2628460Z >>>>> 2/25/2026 11:26:48 PM FlexLayout_AlignSelfCenter Start 2026-02-25T23:27:12.3191530Z >>>>> 2/25/2026 11:27:12 PM FlexLayout_AlignSelfCenter Stop 2026-02-25T23:27:12.3292110Z Passed FlexLayout_AlignSelfCenter [24 s] 2026-02-25T23:27:12.3295780Z >>>>> 2/25/2026 11:27:12 PM FlexLayout_AlignSelfEnd Start 2026-02-25T23:27:38.3732100Z >>>>> 2/25/2026 11:27:38 PM FlexLayout_AlignSelfEnd Stop 2026-02-25T23:27:38.3819750Z Passed FlexLayout_AlignSelfEnd [26 s] 2026-02-25T23:27:38.3827050Z >>>>> 2/25/2026 11:27:38 PM FlexLayout_AlignSelfStretch Start 2026-02-25T23:28:06.9925090Z >>>>> 2/25/2026 11:28:06 PM FlexLayout_AlignSelfStretch Stop 2026-02-25T23:28:07.0004640Z Passed FlexLayout_AlignSelfStretch [28 s] 2026-02-25T23:28:07.0021270Z >>>>> 2/25/2026 11:28:07 PM FlexLayout_Child1Grow Start 2026-02-25T23:28:43.2435640Z >>>>> 2/25/2026 11:28:43 PM FlexLayout_Child1Grow Stop 2026-02-25T23:28:43.2524600Z Passed FlexLayout_Child1Grow [36 s] 2026-02-25T23:28:43.2526820Z >>>>> 2/25/2026 11:28:43 PM FlexLayout_Child1Shrink Start 2026-02-25T23:29:31.6263460Z >>>>> 2/25/2026 11:29:31 PM FlexLayout_Child1Shrink Stop 2026-02-25T23:29:31.6349230Z Passed FlexLayout_Child1Shrink [48 s] 2026-02-25T23:29:31.6352000Z >>>>> 2/25/2026 11:29:31 PM FlexLayout_Child1Order Start 2026-02-25T23:30:12.3403400Z >>>>> 2/25/2026 11:30:12 PM FlexLayout_Child1Order Stop 2026-02-25T23:30:12.3467870Z Passed FlexLayout_Child1Order [40 s] 2026-02-25T23:30:12.3469970Z >>>>> 2/25/2026 11:30:12 PM FlexLayout_BasisAuto_DirectionRow Start 2026-02-25T23:30:43.7425400Z >>>>> 2/25/2026 11:30:43 PM FlexLayout_BasisAuto_DirectionRow Stop 2026-02-25T23:30:43.7508750Z Passed FlexLayout_BasisAuto_DirectionRow [31 s] 2026-02-25T23:30:43.7510410Z >>>>> 2/25/2026 11:30:43 PM FlexLayout_BasisFixed_DirectionRow Start 2026-02-25T23:31:17.7895620Z >>>>> 2/25/2026 11:31:17 PM FlexLayout_BasisFixed_DirectionRow Stop 2026-02-25T23:31:17.7965140Z Passed FlexLayout_BasisFixed_DirectionRow [34 s] 2026-02-25T23:31:17.7966410Z >>>>> 2/25/2026 11:31:17 PM FlexLayout_BasisPercentage_DirectionRow Start 2026-02-25T23:31:47.0632440Z >>>>> 2/25/2026 11:31:47 PM FlexLayout_BasisPercentage_DirectionRow Stop 2026-02-25T23:31:47.0703220Z Passed FlexLayout_BasisPercentage_DirectionRow [29 s] 2026-02-25T23:31:47.0704640Z >>>>> 2/25/2026 11:31:47 PM FlexLayout_BasisAuto_DirectionRowReverse Start 2026-02-25T23:32:17.9915580Z >>>>> 2/25/2026 11:32:17 PM FlexLayout_BasisAuto_DirectionRowReverse Stop 2026-02-25T23:32:18.0008070Z Passed FlexLayout_BasisAuto_DirectionRowReverse [30 s] 2026-02-25T23:32:18.0012980Z >>>>> 2/25/2026 11:32:17 PM FlexLayout_BasisFixed_DirectionRowReverse Start 2026-02-25T23:32:50.3468830Z >>>>> 2/25/2026 11:32:50 PM FlexLayout_BasisFixed_DirectionRowReverse Stop 2026-02-25T23:32:50.3537540Z Passed FlexLayout_BasisFixed_DirectionRowReverse [32 s] 2026-02-25T23:32:50.3541590Z >>>>> 2/25/2026 11:32:50 PM FlexLayout_BasisPercentage_DirectionRowReverse Start 2026-02-25T23:33:22.0009820Z >>>>> 2/25/2026 11:33:21 PM FlexLayout_BasisPercentage_DirectionRowReverse Stop 2026-02-25T23:33:22.0118810Z Passed FlexLayout_BasisPercentage_DirectionRowReverse [31 s] 2026-02-25T23:33:22.0124520Z >>>>> 2/25/2026 11:33:22 PM FlexLayout_BasisAuto_DirectionColumn Start 2026-02-25T23:33:53.1692220Z >>>>> 2/25/2026 11:33:53 PM FlexLayout_BasisAuto_DirectionColumn Stop 2026-02-25T23:33:53.1782950Z Passed FlexLayout_BasisAuto_DirectionColumn [31 s] 2026-02-25T23:33:53.1810950Z >>>>> 2/25/2026 11:33:53 PM FlexLayout_BasisFixed_DirectionColumn Start 2026-02-25T23:34:24.9149990Z >>>>> 2/25/2026 11:34:24 PM FlexLayout_BasisFixed_DirectionColumn Stop 2026-02-25T23:34:24.9218490Z Passed FlexLayout_BasisFixed_DirectionColumn [31 s] 2026-02-25T23:34:24.9223650Z >>>>> 2/25/2026 11:34:24 PM FlexLayout_BasisPercentage_DirectionColumn Start 2026-02-25T23:35:02.7803420Z >>>>> 2/25/2026 11:35:02 PM FlexLayout_BasisPercentage_DirectionColumn Stop 2026-02-25T23:35:02.7919410Z Passed FlexLayout_BasisPercentage_DirectionColumn [37 s] 2026-02-25T23:35:02.7925660Z >>>>> 2/25/2026 11:35:02 PM FlexLayout_BasisAuto_DirectionColumnReverse Start 2026-02-25T23:35:34.8116120Z >>>>> 2/25/2026 11:35:34 PM FlexLayout_BasisAuto_DirectionColumnReverse Stop 2026-02-25T23:35:34.8202680Z Passed FlexLayout_BasisAuto_DirectionColumnReverse [32 s] 2026-02-25T23:35:34.8204020Z >>>>> 2/25/2026 11:35:34 PM FlexLayout_BasisFixed_DirectionColumnReverse Start 2026-02-25T23:36:07.0656460Z >>>>> 2/25/2026 11:36:07 PM FlexLayout_BasisFixed_DirectionColumnReverse Stop 2026-02-25T23:36:07.0745130Z Passed FlexLayout_BasisFixed_DirectionColumnReverse [32 s] 2026-02-25T23:36:07.0747890Z >>>>> 2/25/2026 11:36:07 PM FlexLayout_BasisPercentage_DirectionColumnReverse Start 2026-02-25T23:36:46.9325000Z >>>>> 2/25/2026 11:36:46 PM FlexLayout_BasisPercentage_DirectionColumnReverse Stop 2026-02-25T23:36:46.9401170Z Passed FlexLayout_BasisPercentage_DirectionColumnReverse [39 s] 2026-02-25T23:36:46.9406170Z >>>>> 2/25/2026 11:36:46 PM FlexLayout_SetAlignItemsCenterWrap Start 2026-02-25T23:37:33.8255690Z >>>>> 2/25/2026 11:37:33 PM FlexLayout_SetAlignItemsCenterWrap Stop 2026-02-25T23:37:33.8340280Z Passed FlexLayout_SetAlignItemsCenterWrap [46 s] 2026-02-25T23:37:33.8345320Z >>>>> 2/25/2026 11:37:33 PM FlexLayout_SetAlignItemsEndWrap Start 2026-02-25T23:38:19.6566950Z >>>>> 2/25/2026 11:38:19 PM FlexLayout_SetAlignItemsEndWrap Stop 2026-02-25T23:38:20.3386850Z Passed FlexLayout_SetAlignItemsEndWrap [45 s] 2026-02-25T23:38:22.8184150Z >>>>> 2/25/2026 11:38:22 PM FixtureSetup for GridFeatureTests(Mac) 2026-02-25T23:38:25.7603460Z >>>>> 2/25/2026 11:38:25 PM VerifyGrid_BackgroundColor Start 2026-02-25T23:38:43.8500350Z >>>>> 2/25/2026 11:38:43 PM VerifyGrid_BackgroundColor Stop 2026-02-25T23:38:43.8584920Z Passed VerifyGrid_BackgroundColor [18 s] 2026-02-25T23:38:43.8591090Z >>>>> 2/25/2026 11:38:43 PM VerifyGrid_ColumnSpacing Start 2026-02-25T23:39:09.6136600Z >>>>> 2/25/2026 11:39:09 PM VerifyGrid_ColumnSpacing Stop 2026-02-25T23:39:09.6204630Z Passed VerifyGrid_ColumnSpacing [25 s] 2026-02-25T23:39:09.6205790Z >>>>> 2/25/2026 11:39:09 PM VerifyGrid_ColumnSpan Start 2026-02-25T23:39:33.4901970Z >>>>> 2/25/2026 11:39:33 PM VerifyGrid_ColumnSpan Stop 2026-02-25T23:39:33.4984210Z Passed VerifyGrid_ColumnSpan [23 s] 2026-02-25T23:39:33.4987890Z >>>>> 2/25/2026 11:39:33 PM VerifyGrid_FlowDirection Start 2026-02-25T23:39:49.3472720Z >>>>> 2/25/2026 11:39:49 PM VerifyGrid_FlowDirection Stop 2026-02-25T23:39:49.3549860Z Passed VerifyGrid_FlowDirection [15 s] 2026-02-25T23:39:49.3551480Z >>>>> 2/25/2026 11:39:49 PM VerifyGrid_HorizontalOptionsCenter Start 2026-02-25T23:40:05.6601240Z >>>>> 2/25/2026 11:40:05 PM VerifyGrid_HorizontalOptionsCenter Stop 2026-02-25T23:40:05.6679790Z Passed VerifyGrid_HorizontalOptionsCenter [16 s] 2026-02-25T23:40:05.6699730Z >>>>> 2/25/2026 11:40:05 PM VerifyGrid_HorizontalOptionsEnd Start 2026-02-25T23:40:25.2763920Z >>>>> 2/25/2026 11:40:25 PM VerifyGrid_HorizontalOptionsEnd Stop 2026-02-25T23:40:25.2823020Z Passed VerifyGrid_HorizontalOptionsEnd [19 s] 2026-02-25T23:40:25.2824480Z >>>>> 2/25/2026 11:40:25 PM VerifyGrid_HorizontalOptionsStart Start 2026-02-25T23:40:41.7236260Z >>>>> 2/25/2026 11:40:41 PM VerifyGrid_HorizontalOptionsStart Stop 2026-02-25T23:40:41.7311490Z Passed VerifyGrid_HorizontalOptionsStart [16 s] 2026-02-25T23:40:41.7314950Z >>>>> 2/25/2026 11:40:41 PM VerifyGrid_IsVisible Start 2026-02-25T23:41:00.4078780Z >>>>> 2/25/2026 11:41:00 PM VerifyGrid_IsVisible Stop 2026-02-25T23:41:00.4163980Z Passed VerifyGrid_IsVisible [18 s] 2026-02-25T23:41:00.4168800Z >>>>> 2/25/2026 11:41:00 PM VerifyGrid_NestedGrid Start 2026-02-25T23:41:17.2344860Z >>>>> 2/25/2026 11:41:17 PM VerifyGrid_NestedGrid Stop 2026-02-25T23:41:17.2417900Z Passed VerifyGrid_NestedGrid [16 s] 2026-02-25T23:41:17.2420280Z >>>>> 2/25/2026 11:41:17 PM VerifyGrid_Padding Start 2026-02-25T23:41:41.2440090Z >>>>> 2/25/2026 11:41:41 PM VerifyGrid_Padding Stop 2026-02-25T23:41:41.2508800Z Passed VerifyGrid_Padding [24 s] 2026-02-25T23:41:41.2510500Z >>>>> 2/25/2026 11:41:41 PM VerifyGrid_RowAndColumnTypeAbsolute Start 2026-02-25T23:42:33.0548850Z >>>>> 2/25/2026 11:42:33 PM VerifyGrid_RowAndColumnTypeAbsolute Stop 2026-02-25T23:42:33.0688050Z Passed VerifyGrid_RowAndColumnTypeAbsolute [51 s] 2026-02-25T23:42:33.0708070Z >>>>> 2/25/2026 11:42:33 PM VerifyGrid_RowSpacing Start 2026-02-25T23:42:56.8442970Z >>>>> 2/25/2026 11:42:56 PM VerifyGrid_RowSpacing Stop 2026-02-25T23:42:56.8542350Z Passed VerifyGrid_RowSpacing [23 s] 2026-02-25T23:42:56.8545690Z >>>>> 2/25/2026 11:42:56 PM VerifyGrid_RowSpan Start 2026-02-25T23:43:23.5170720Z >>>>> 2/25/2026 11:43:23 PM VerifyGrid_RowSpan Stop 2026-02-25T23:43:23.5233720Z Passed VerifyGrid_RowSpan [26 s] 2026-02-25T23:43:23.5234800Z >>>>> 2/25/2026 11:43:23 PM VerifyGrid_SetColumn Start 2026-02-25T23:43:49.6979480Z >>>>> 2/25/2026 11:43:49 PM VerifyGrid_SetColumn Stop 2026-02-25T23:43:49.7060490Z Passed VerifyGrid_SetColumn [26 s] 2026-02-25T23:43:49.7072360Z >>>>> 2/25/2026 11:43:49 PM VerifyGrid_SetColumn_SetColumnSpacing Start 2026-02-25T23:44:37.2243310Z >>>>> 2/25/2026 11:44:37 PM VerifyGrid_SetColumn_SetColumnSpacing Stop 2026-02-25T23:44:37.2336960Z Passed VerifyGrid_SetColumn_SetColumnSpacing [47 s] 2026-02-25T23:44:37.2338480Z >>>>> 2/25/2026 11:44:37 PM VerifyGrid_SetColumn_SetRowSpacing Start 2026-02-25T23:45:25.2108200Z >>>>> 2/25/2026 11:45:25 PM VerifyGrid_SetColumn_SetRowSpacing Stop 2026-02-25T23:45:25.2177030Z Passed VerifyGrid_SetColumn_SetRowSpacing [47 s] 2026-02-25T23:45:25.2180040Z >>>>> 2/25/2026 11:45:25 PM VerifyGrid_SetColumnSpacingAndPadding Start 2026-02-25T23:46:09.7636770Z >>>>> 2/25/2026 11:46:09 PM VerifyGrid_SetColumnSpacingAndPadding Stop 2026-02-25T23:46:09.7698950Z Passed VerifyGrid_SetColumnSpacingAndPadding [44 s] 2026-02-25T23:46:09.7700060Z >>>>> 2/25/2026 11:46:09 PM VerifyGrid_SetPaddingAndBackgroundColor Start 2026-02-25T23:46:40.3112690Z >>>>> 2/25/2026 11:46:40 PM VerifyGrid_SetPaddingAndBackgroundColor Stop 2026-02-25T23:46:40.3177130Z Passed VerifyGrid_SetPaddingAndBackgroundColor [30 s] 2026-02-25T23:46:40.3178580Z >>>>> 2/25/2026 11:46:40 PM VerifyGrid_SetRow Start 2026-02-25T23:47:06.1644210Z >>>>> 2/25/2026 11:47:06 PM VerifyGrid_SetRow Stop 2026-02-25T23:47:06.1717750Z Passed VerifyGrid_SetRow [25 s] 2026-02-25T23:47:06.1721100Z >>>>> 2/25/2026 11:47:06 PM VerifyGrid_SetRow_SetColumnSpacing Start 2026-02-25T23:47:53.0517150Z >>>>> 2/25/2026 11:47:53 PM VerifyGrid_SetRow_SetColumnSpacing Stop 2026-02-25T23:47:53.0641790Z Passed VerifyGrid_SetRow_SetColumnSpacing [46 s] 2026-02-25T23:47:53.0662360Z >>>>> 2/25/2026 11:47:53 PM VerifyGrid_SetRow_SetRowSpacing Start 2026-02-25T23:48:39.8908760Z >>>>> 2/25/2026 11:48:39 PM VerifyGrid_SetRow_SetRowSpacing Stop 2026-02-25T23:48:39.8978560Z Passed VerifyGrid_SetRow_SetRowSpacing [46 s] 2026-02-25T23:48:39.8979720Z >>>>> 2/25/2026 11:48:39 PM VerifyGrid_SetRowAndColumn_BackgroundColor Start 2026-02-25T23:49:27.1843320Z >>>>> 2/25/2026 11:49:27 PM VerifyGrid_SetRowAndColumn_BackgroundColor Stop 2026-02-25T23:49:27.1924530Z Passed VerifyGrid_SetRowAndColumn_BackgroundColor [47 s] 2026-02-25T23:49:27.1926770Z >>>>> 2/25/2026 11:49:27 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Start 2026-02-25T23:50:13.9726950Z >>>>> 2/25/2026 11:50:13 PM VerifyGrid_SetRowAndColumnSpacing_BackgroundColor Stop 2026-02-25T23:50:13.9792680Z Passed VerifyGrid_SetRowAndColumnSpacing_BackgroundColor [46 s] 2026-02-25T23:50:13.9794860Z >>>>> 2/25/2026 11:50:13 PM VerifyGrid_SetRowSpacingAndPadding Start 2026-02-25T23:50:58.7597890Z >>>>> 2/25/2026 11:50:58 PM VerifyGrid_SetRowSpacingAndPadding Stop 2026-02-25T23:50:58.7667270Z Passed VerifyGrid_SetRowSpacingAndPadding [44 s] 2026-02-25T23:50:58.7669750Z >>>>> 2/25/2026 11:50:58 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Start 2026-02-25T23:51:23.7672490Z >>>>> 2/25/2026 11:51:23 PM VerifyGrid_VerticalAndHorizontalOptionsCenter Stop 2026-02-25T23:51:23.7740200Z Passed VerifyGrid_VerticalAndHorizontalOptionsCenter [25 s] 2026-02-25T23:51:23.7741940Z >>>>> 2/25/2026 11:51:23 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Start 2026-02-25T23:51:47.8384290Z >>>>> 2/25/2026 11:51:47 PM VerifyGrid_VerticalAndHorizontalOptionsEnd Stop 2026-02-25T23:51:47.8464520Z Passed VerifyGrid_VerticalAndHorizontalOptionsEnd [24 s] 2026-02-25T23:51:47.8465810Z >>>>> 2/25/2026 11:51:47 PM VerifyGrid_VerticalAndHorizontalOptionsStart Start 2026-02-25T23:52:11.9298570Z >>>>> 2/25/2026 11:52:11 PM VerifyGrid_VerticalAndHorizontalOptionsStart Stop 2026-02-25T23:52:11.9364270Z Passed VerifyGrid_VerticalAndHorizontalOptionsStart [24 s] 2026-02-25T23:52:11.9366590Z >>>>> 2/25/2026 11:52:11 PM VerifyGrid_VerticalOptionsCenter Start 2026-02-25T23:52:30.8697950Z >>>>> 2/25/2026 11:52:30 PM VerifyGrid_VerticalOptionsCenter Stop 2026-02-25T23:52:30.8800790Z Passed VerifyGrid_VerticalOptionsCenter [18 s] 2026-02-25T23:52:30.8802560Z >>>>> 2/25/2026 11:52:30 PM VerifyGrid_VerticalOptionsEnd Start 2026-02-25T23:52:49.5910390Z >>>>> 2/25/2026 11:52:49 PM VerifyGrid_VerticalOptionsEnd Stop 2026-02-25T23:52:49.5999390Z Passed VerifyGrid_VerticalOptionsEnd [18 s] 2026-02-25T23:52:49.6002010Z >>>>> 2/25/2026 11:52:49 PM VerifyGrid_VerticalOptionsStart Start 2026-02-25T23:53:08.1303030Z >>>>> 2/25/2026 11:53:08 PM VerifyGrid_VerticalOptionsStart Stop 2026-02-25T23:53:09.1110320Z Passed VerifyGrid_VerticalOptionsStart [18 s] 2026-02-25T23:53:10.7814940Z >>>>> 2/25/2026 11:53:10 PM FixtureSetup for Issue22075(Mac) 2026-02-25T23:53:10.9098080Z >>>>> 2/25/2026 11:53:10 PM CreateStackWithPadding Start 2026-02-25T23:53:13.5993200Z >>>>> 2/25/2026 11:53:13 PM CreateStackWithPadding Stop 2026-02-25T23:53:13.9517080Z Passed CreateStackWithPadding [2 s] 2026-02-25T23:53:16.3089290Z >>>>> 2/25/2026 11:53:16 PM FixtureSetup for Bugzilla34007(Mac) 2026-02-25T23:53:16.4208660Z >>>>> 2/25/2026 11:53:16 PM Issue34007TestFirstElementHasLowestZOrder Start 2026-02-25T23:53:21.1339270Z >>>>> 2/25/2026 11:53:21 PM Issue34007TestFirstElementHasLowestZOrder Stop 2026-02-25T23:53:22.4125130Z Passed Issue34007TestFirstElementHasLowestZOrder [4 s] 2026-02-25T23:55:32.7857850Z >>>>> 2/25/2026 11:55:32 PM FixtureSetup for Bugzilla34061(Mac) 2026-02-25T23:55:32.8974400Z Bugzilla34061Test: The sample is crashing. More information: https://github.com/dotnet/maui/issues/21204 2026-02-25T23:55:34.4058780Z Skipped Bugzilla34061Test [< 1 ms] 2026-02-25T23:55:34.7520160Z >>>>> 2/25/2026 11:55:34 PM FixtureSetup for Bugzilla40161(Mac) 2026-02-25T23:55:34.8840040Z >>>>> 2/25/2026 11:55:34 PM Issue1Test Start 2026-02-25T23:55:42.4493820Z >>>>> 2/25/2026 11:55:42 PM Issue1Test Stop 2026-02-25T23:55:43.4284960Z Passed Issue1Test [7 s] 2026-02-25T23:55:45.4075080Z >>>>> 2/25/2026 11:55:45 PM FixtureSetup for Bugzilla44176(Mac) 2026-02-25T23:55:45.5416160Z Bugzilla44176Test: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-25T23:55:47.1240570Z Skipped Bugzilla44176Test [< 1 ms] 2026-02-25T23:55:48.5004890Z >>>>> 2/25/2026 11:55:48 PM FixtureSetup for Bugzilla46458(Mac) 2026-02-25T23:55:48.6459220Z >>>>> 2/25/2026 11:55:48 PM GridIsEnabled Start 2026-02-25T23:56:06.4023590Z >>>>> 2/25/2026 11:56:06 PM GridIsEnabled Stop 2026-02-25T23:56:06.6716750Z Passed GridIsEnabled [17 s] 2026-02-25T23:56:09.0189520Z >>>>> 2/25/2026 11:56:09 PM FixtureSetup for Bugzilla51238(Mac) 2026-02-25T23:56:09.1195390Z >>>>> 2/25/2026 11:56:09 PM Issue1Test Start 2026-02-25T23:56:12.0963380Z >>>>> 2/25/2026 11:56:12 PM Issue1Test Stop 2026-02-25T23:56:12.2160640Z Passed Issue1Test [2 s] 2026-02-25T23:56:15.2114730Z >>>>> 2/25/2026 11:56:15 PM FixtureSetup for Bugzilla53445(Mac) 2026-02-25T23:56:15.3219840Z >>>>> 2/25/2026 11:56:15 PM Bugzilla53445Test Start 2026-02-25T23:56:30.5170640Z >>>>> 2/25/2026 11:56:30 PM Bugzilla53445Test Stop 2026-02-25T23:56:31.8109220Z Passed Bugzilla53445Test [15 s] 2026-02-25T23:56:33.6056030Z >>>>> 2/25/2026 11:56:33 PM FixtureSetup for Issue1267(Mac) 2026-02-25T23:56:33.7193420Z >>>>> 2/25/2026 11:56:33 PM StarInGridDoesNotCrash Start 2026-02-25T23:56:35.7012070Z >>>>> 2/25/2026 11:56:35 PM StarInGridDoesNotCrash Stop 2026-02-25T23:56:36.7471860Z Passed StarInGridDoesNotCrash [1 s] 2026-02-25T23:56:38.6847260Z >>>>> 2/25/2026 11:56:38 PM FixtureSetup for Issue15330(Mac) 2026-02-25T23:56:38.8188950Z >>>>> 2/25/2026 11:56:38 PM Issue15330Test Start 2026-02-25T23:56:42.0385030Z >>>>> 2/25/2026 11:56:42 PM Issue15330Test Stop 2026-02-25T23:56:43.3403000Z Passed Issue15330Test [3 s] 2026-02-25T23:56:45.1996140Z >>>>> 2/25/2026 11:56:45 PM FixtureSetup for Issue1601(Mac) 2026-02-25T23:56:45.3265730Z >>>>> 2/25/2026 11:56:45 PM Issue1601Test Start 2026-02-25T23:56:48.3950050Z >>>>> 2/25/2026 11:56:48 PM Issue1601Test Stop 2026-02-25T23:56:49.8172710Z Passed Issue1601Test [3 s] 2026-02-25T23:56:51.1051830Z >>>>> 2/25/2026 11:56:51 PM FixtureSetup for Issue19513(Mac) 2026-02-25T23:56:51.2584570Z >>>>> 2/25/2026 11:56:51 PM NegativeSpacingCrashes Start 2026-02-25T23:56:52.5709630Z >>>>> 2/25/2026 11:56:52 PM NegativeSpacingCrashes Stop 2026-02-25T23:56:52.8858420Z Passed NegativeSpacingCrashes [1 s] 2026-02-25T23:56:55.7136030Z >>>>> 2/25/2026 11:56:55 PM FixtureSetup for Issue21711(Mac) 2026-02-25T23:56:55.8473300Z >>>>> 2/25/2026 11:56:55 PM AddDoesNotCrash Start 2026-02-25T23:57:02.0209300Z >>>>> 2/25/2026 11:57:02 PM AddDoesNotCrash Stop 2026-02-25T23:57:02.0293290Z Passed AddDoesNotCrash [6 s] 2026-02-25T23:57:02.0399240Z >>>>> 2/25/2026 11:57:02 PM InsertDoesNotCrash Start 2026-02-25T23:57:06.0720680Z >>>>> 2/25/2026 11:57:06 PM InsertDoesNotCrash Stop 2026-02-25T23:57:06.0800630Z Passed InsertDoesNotCrash [4 s] 2026-02-25T23:57:06.0803060Z >>>>> 2/25/2026 11:57:06 PM RemoveDoesNotCrash Start 2026-02-25T23:57:09.0292770Z >>>>> 2/25/2026 11:57:09 PM RemoveDoesNotCrash Stop 2026-02-25T23:57:09.0353840Z Passed RemoveDoesNotCrash [2 s] 2026-02-25T23:57:09.0357810Z >>>>> 2/25/2026 11:57:09 PM UpdateDoesNotCrash Start 2026-02-25T23:57:11.9349850Z >>>>> 2/25/2026 11:57:11 PM UpdateDoesNotCrash Stop 2026-02-25T23:57:12.0515690Z Passed UpdateDoesNotCrash [2 s] 2026-02-25T23:57:15.2934960Z >>>>> 2/25/2026 11:57:15 PM FixtureSetup for Issue23484(Mac) 2026-02-25T23:57:15.4355530Z >>>>> 2/25/2026 11:57:15 PM ReusingNavigationPageDoesntBreakLayout Start 2026-02-25T23:57:31.1967000Z >>>>> 2/25/2026 11:57:31 PM ReusingNavigationPageDoesntBreakLayout Stop 2026-02-25T23:57:31.9302210Z Passed ReusingNavigationPageDoesntBreakLayout [15 s] 2026-02-25T23:57:33.9878510Z >>>>> 2/25/2026 11:57:33 PM FixtureSetup for Issue24246(Mac) 2026-02-25T23:57:34.1012010Z >>>>> 2/25/2026 11:57:34 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Start 2026-02-25T23:57:39.7777980Z >>>>> 2/25/2026 11:57:39 PM SafeAreaInsetsCorrectlyForMeasureAndArrangePass Stop 2026-02-25T23:57:40.1249420Z Passed SafeAreaInsetsCorrectlyForMeasureAndArrangePass [5 s] 2026-02-25T23:57:42.5179520Z >>>>> 2/25/2026 11:57:42 PM FixtureSetup for Issue24434(Mac) 2026-02-25T23:57:42.6305260Z >>>>> 2/25/2026 11:57:42 PM ModifyingANonVisibleLayoutWorks Start 2026-02-25T23:57:47.8283800Z >>>>> 2/25/2026 11:57:47 PM ModifyingANonVisibleLayoutWorks Stop 2026-02-25T23:57:48.6273210Z Passed ModifyingANonVisibleLayoutWorks [5 s] 2026-02-25T23:57:50.5882120Z >>>>> 2/25/2026 11:57:50 PM FixtureSetup for Issue24996(Mac) 2026-02-25T23:57:50.7257820Z >>>>> 2/25/2026 11:57:50 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Start 2026-02-25T23:57:54.3128210Z >>>>> 2/25/2026 11:57:54 PM ChangingTranslationShouldNotCauseLayoutPassOnAncestors Stop 2026-02-25T23:57:54.3615020Z >>>>> 2/25/2026 11:57:54 PM Log types: 2026-02-25T23:57:55.2265960Z Failed ChangingTranslationShouldNotCauseLayoutPassOnAncestors [4 s] 2026-02-25T23:57:55.2266790Z Error Message: 2026-02-25T23:57:55.2268280Z Assert.That(condition, Is.True) 2026-02-25T23:57:55.2268950Z Expected: True 2026-02-25T23:57:55.2269580Z But was: False 2026-02-25T23:57:55.2269870Z 2026-02-25T23:57:55.2270270Z Stack Trace: 2026-02-25T23:57:55.2270760Z at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T23:57:55.2271650Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T23:57:55.2272150Z 2026-02-25T23:57:55.2272820Z 1) at NUnit.Framework.Legacy.ClassicAssert.True(Boolean condition) 2026-02-25T23:57:55.2274100Z at Microsoft.Maui.TestCases.Tests.Issues.Issue24996.ChangingTranslationShouldNotCauseLayoutPassOnAncestors() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue24996.cs:line 27 2026-02-25T23:57:55.2274820Z 2026-02-25T23:57:55.2275080Z 2026-02-26T00:00:04.5495410Z >>>>> 2/26/2026 12:00:04 AM FixtureSetup for Issue2653(Mac) 2026-02-26T00:00:04.7090640Z ZIndexWhenInsertingChildren: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-26T00:00:06.5189280Z Skipped ZIndexWhenInsertingChildren [< 1 ms] 2026-02-26T00:00:07.6262920Z >>>>> 2/26/2026 12:00:07 AM FixtureSetup for Issue2767(Mac) 2026-02-26T00:00:07.8135610Z >>>>> 2/26/2026 12:00:07 AM Issue2767Test Start 2026-02-26T00:00:10.3991760Z >>>>> 2/26/2026 12:00:10 AM Issue2767Test Stop 2026-02-26T00:00:10.8872640Z Passed Issue2767Test [2 s] 2026-02-26T00:02:19.9625400Z >>>>> 2/26/2026 12:02:19 AM FixtureSetup for Issue2858(Mac) 2026-02-26T00:02:20.0736360Z CascadeInputTransparentGrids: FailsOnAllPlatformsWhenRunningOnXamarinUITest 2026-02-26T00:02:21.5672840Z Skipped CascadeInputTransparentGrids [< 1 ms] 2026-02-26T00:02:21.8056900Z >>>>> 2/26/2026 12:02:21 AM FixtureSetup for Issue28945(Mac) 2026-02-26T00:02:21.9270750Z >>>>> 2/26/2026 12:02:21 AM MauiViewShouldPropagateFocus Start 2026-02-26T00:02:24.2750330Z >>>>> 2/26/2026 12:02:24 AM MauiViewShouldPropagateFocus Stop 2026-02-26T00:02:24.6827980Z Passed MauiViewShouldPropagateFocus [2 s] 2026-02-26T00:02:27.0241740Z >>>>> 2/26/2026 12:02:27 AM FixtureSetup for Issue29919(Mac) 2026-02-26T00:02:27.1462140Z >>>>> 2/26/2026 12:02:27 AM StackLayoutWindowsCrashWithZeroHeight Start 2026-02-26T00:02:28.1619100Z >>>>> 2/26/2026 12:02:28 AM StackLayoutWindowsCrashWithZeroHeight Stop 2026-02-26T00:02:28.7057640Z Passed StackLayoutWindowsCrashWithZeroHeight [1 s] 2026-02-26T00:02:31.1555550Z >>>>> 2/26/2026 12:02:31 AM FixtureSetup for Issue2993(Mac) 2026-02-26T00:02:31.2810740Z >>>>> 2/26/2026 12:02:31 AM BottomContentVisibleWithBottomBarAndNavigationPage Start 2026-02-26T00:02:32.5856760Z >>>>> 2/26/2026 12:02:32 AM BottomContentVisibleWithBottomBarAndNavigationPage Stop 2026-02-26T00:02:32.7697310Z Passed BottomContentVisibleWithBottomBarAndNavigationPage [1 s] 2026-02-26T00:02:35.5523540Z >>>>> 2/26/2026 12:02:35 AM FixtureSetup for Issue3475(Mac) 2026-02-26T00:02:35.6760750Z >>>>> 2/26/2026 12:02:35 AM Issue3475TestsLayoutCompressionPerformance Start 2026-02-26T00:03:13.1574090Z >>>>> 2/26/2026 12:03:13 AM Issue3475TestsLayoutCompressionPerformance Stop 2026-02-26T00:03:13.2441040Z Passed Issue3475TestsLayoutCompressionPerformance [37 s] 2026-02-26T00:03:15.9040810Z >>>>> 2/26/2026 12:03:15 AM FixtureSetup for Issue6260(Mac) 2026-02-26T00:03:16.0235670Z >>>>> 2/26/2026 12:03:16 AM NonAppCompatBasicSwitchTest Start 2026-02-26T00:03:17.4900810Z >>>>> 2/26/2026 12:03:17 AM NonAppCompatBasicSwitchTest Stop 2026-02-26T00:03:17.5176550Z Passed NonAppCompatBasicSwitchTest [1 s] 2026-02-26T00:03:21.0485110Z >>>>> 2/26/2026 12:03:21 AM FixtureSetup for Issue6932_emptyviewstring(Mac) 2026-02-26T00:03:21.1803400Z >>>>> 2/26/2026 12:03:21 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-26T00:03:47.7637090Z >>>>> 2/26/2026 12:03:47 AM AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-26T00:03:47.7731610Z Passed AEmptyViewStringBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [26 s] 2026-02-26T00:03:47.7737900Z >>>>> 2/26/2026 12:03:47 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-26T00:04:02.2871750Z >>>>> 2/26/2026 12:04:02 AM BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-26T00:04:02.2954270Z Passed BEmptyViewStringBecomesVisibleWhenItemsSourceIsCleared [14 s] 2026-02-26T00:04:02.2955610Z >>>>> 2/26/2026 12:04:02 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Start 2026-02-26T00:04:05.3540170Z >>>>> 2/26/2026 12:04:05 AM CEmptyViewStringHidesWhenItemsSourceIsFilled Stop 2026-02-26T00:04:06.8502490Z Passed CEmptyViewStringHidesWhenItemsSourceIsFilled [3 s] 2026-02-26T00:04:08.5798590Z >>>>> 2/26/2026 12:04:08 AM FixtureSetup for Issue6932_emptyviewtemplate(Mac) 2026-02-26T00:04:08.7150140Z >>>>> 2/26/2026 12:04:08 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Start 2026-02-26T00:04:32.4143050Z >>>>> 2/26/2026 12:04:32 AM AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne Stop 2026-02-26T00:04:32.4221220Z Passed AEmptyViewTemplateBecomesVisibleWhenItemsSourceIsEmptiedOneByOne [23 s] 2026-02-26T00:04:32.4222320Z >>>>> 2/26/2026 12:04:32 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Start 2026-02-26T00:04:45.5108720Z >>>>> 2/26/2026 12:04:45 AM BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared Stop 2026-02-26T00:04:45.5432860Z Passed BEmptyViewTemplateBecomesVisibleWhenItemsSourceIsCleared [13 s] 2026-02-26T00:04:45.5467730Z >>>>> 2/26/2026 12:04:45 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Start 2026-02-26T00:04:48.4873280Z >>>>> 2/26/2026 12:04:48 AM CEmptyViewTemplateHidesWhenItemsSourceIsFilled Stop 2026-02-26T00:04:48.5946720Z Passed CEmptyViewTemplateHidesWhenItemsSourceIsFilled [2 s] 2026-02-26T00:04:51.3267580Z >>>>> 2/26/2026 12:04:51 AM FixtureSetup for Issue6945(Mac) 2026-02-26T00:04:51.4543710Z >>>>> 2/26/2026 12:04:51 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Start 2026-02-26T00:04:56.8613850Z >>>>> 2/26/2026 12:04:56 AM WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor Stop 2026-02-26T00:04:57.4920100Z Passed WrongTranslationBehaviorWhenChangingHeightRequestAndSettingAnchor [5 s] 2026-02-26T00:05:00.3491170Z >>>>> 2/26/2026 12:05:00 AM FixtureSetup for Issue9075(Mac) 2026-02-26T00:05:00.4881140Z >>>>> 2/26/2026 12:05:00 AM FlexLayoutCycleException Start 2026-02-26T00:05:02.1253520Z >>>>> 2/26/2026 12:05:02 AM FlexLayoutCycleException Stop 2026-02-26T00:05:03.4825070Z Passed FlexLayoutCycleException [1 s] 2026-02-26T00:05:05.3558410Z >>>>> 2/26/2026 12:05:05 AM FixtureSetup for StackLayoutIssue(Mac) 2026-02-26T00:05:05.4983640Z >>>>> 2/26/2026 12:05:05 AM StackLayoutIssueTestsAllElementsPresent Start 2026-02-26T00:05:11.1258280Z >>>>> 2/26/2026 12:05:11 AM StackLayoutIssueTestsAllElementsPresent Stop 2026-02-26T00:05:11.5181870Z Passed StackLayoutIssueTestsAllElementsPresent [5 s] 2026-02-26T00:05:14.3210640Z >>>>> 2/26/2026 12:05:14 AM FixtureSetup for StackLayoutFeatureTests(Mac) 2026-02-26T00:05:17.6546440Z >>>>> 2/26/2026 12:05:17 AM HorizontalStackLayout_IsVisible Start 2026-02-26T00:05:29.9272730Z >>>>> 2/26/2026 12:05:29 AM HorizontalStackLayout_IsVisible Stop 2026-02-26T00:05:29.9346720Z Passed HorizontalStackLayout_IsVisible [12 s] 2026-02-26T00:05:29.9348900Z >>>>> 2/26/2026 12:05:29 AM HorizontalStackLayout_RTLFlowDirection Start 2026-02-26T00:05:42.4201700Z >>>>> 2/26/2026 12:05:42 AM HorizontalStackLayout_RTLFlowDirection Stop 2026-02-26T00:05:42.4278050Z Passed HorizontalStackLayout_RTLFlowDirection [12 s] 2026-02-26T00:05:42.4279130Z >>>>> 2/26/2026 12:05:42 AM HorizontalStackLayout_RTLFlowDirection_With_Height Start 2026-02-26T00:06:02.5381540Z >>>>> 2/26/2026 12:06:02 AM HorizontalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-26T00:06:02.5449450Z Passed HorizontalStackLayout_RTLFlowDirection_With_Height [20 s] 2026-02-26T00:06:02.5451490Z >>>>> 2/26/2026 12:06:02 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-26T00:06:31.7637410Z >>>>> 2/26/2026 12:06:31 AM HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-26T00:06:31.7645060Z Passed HorizontalStackLayout_RTLFlowDirection_With_HeightAndWidth [29 s] 2026-02-26T00:06:31.7683290Z >>>>> 2/26/2026 12:06:31 AM HorizontalStackLayout_RTLFlowDirection_With_Width Start 2026-02-26T00:06:54.1781620Z >>>>> 2/26/2026 12:06:54 AM HorizontalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-26T00:06:54.1866500Z Passed HorizontalStackLayout_RTLFlowDirection_With_Width [22 s] 2026-02-26T00:06:54.1868180Z >>>>> 2/26/2026 12:06:54 AM HorizontalStackLayout_Spacing_With_Height Start 2026-02-26T00:07:19.5208960Z >>>>> 2/26/2026 12:07:19 AM HorizontalStackLayout_Spacing_With_Height Stop 2026-02-26T00:07:19.5279960Z Passed HorizontalStackLayout_Spacing_With_Height [25 s] 2026-02-26T00:07:19.5281320Z >>>>> 2/26/2026 12:07:19 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-26T00:07:51.6368050Z >>>>> 2/26/2026 12:07:51 AM HorizontalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-26T00:07:51.6447900Z Passed HorizontalStackLayout_Spacing_With_HeightAndWidth [32 s] 2026-02-26T00:07:51.6454500Z >>>>> 2/26/2026 12:07:51 AM HorizontalStackLayout_Spacing_With_RTL Start 2026-02-26T00:08:14.5482550Z >>>>> 2/26/2026 12:08:14 AM HorizontalStackLayout_Spacing_With_RTL Stop 2026-02-26T00:08:14.5564210Z Passed HorizontalStackLayout_Spacing_With_RTL [22 s] 2026-02-26T00:08:14.5565710Z >>>>> 2/26/2026 12:08:14 AM HorizontalStackLayout_Spacing_With_Width Start 2026-02-26T00:08:38.8943930Z >>>>> 2/26/2026 12:08:38 AM HorizontalStackLayout_Spacing_With_Width Stop 2026-02-26T00:08:38.9011790Z Passed HorizontalStackLayout_Spacing_With_Width [24 s] 2026-02-26T00:08:38.9012880Z >>>>> 2/26/2026 12:08:38 AM VerticalStackLayout_IsVisible Start 2026-02-26T00:08:51.4262590Z >>>>> 2/26/2026 12:08:51 AM VerticalStackLayout_IsVisible Stop 2026-02-26T00:08:51.4335900Z Passed VerticalStackLayout_IsVisible [12 s] 2026-02-26T00:08:51.4337030Z >>>>> 2/26/2026 12:08:51 AM VerticalStackLayout_RTLFlowDirection Start 2026-02-26T00:09:08.5171680Z >>>>> 2/26/2026 12:09:08 AM VerticalStackLayout_RTLFlowDirection Stop 2026-02-26T00:09:08.5241470Z Passed VerticalStackLayout_RTLFlowDirection [17 s] 2026-02-26T00:09:08.5245870Z >>>>> 2/26/2026 12:09:08 AM VerticalStackLayout_RTLFlowDirection_With_Height Start 2026-02-26T00:09:35.3850160Z >>>>> 2/26/2026 12:09:35 AM VerticalStackLayout_RTLFlowDirection_With_Height Stop 2026-02-26T00:09:35.4260590Z Passed VerticalStackLayout_RTLFlowDirection_With_Height [26 s] 2026-02-26T00:09:35.4395080Z >>>>> 2/26/2026 12:09:35 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Start 2026-02-26T00:10:08.5281320Z >>>>> 2/26/2026 12:10:08 AM VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth Stop 2026-02-26T00:10:08.5347120Z Passed VerticalStackLayout_RTLFlowDirection_With_HeightAndWidth [33 s] 2026-02-26T00:10:08.5348900Z >>>>> 2/26/2026 12:10:08 AM VerticalStackLayout_RTLFlowDirection_With_Width Start 2026-02-26T00:10:32.1514320Z >>>>> 2/26/2026 12:10:32 AM VerticalStackLayout_RTLFlowDirection_With_Width Stop 2026-02-26T00:10:32.1625180Z Passed VerticalStackLayout_RTLFlowDirection_With_Width [23 s] 2026-02-26T00:10:32.1644820Z >>>>> 2/26/2026 12:10:32 AM VerticalStackLayout_Spacing_With_Height Start 2026-02-26T00:11:02.4304680Z >>>>> 2/26/2026 12:11:02 AM VerticalStackLayout_Spacing_With_Height Stop 2026-02-26T00:11:02.4388650Z Passed VerticalStackLayout_Spacing_With_Height [30 s] 2026-02-26T00:11:02.4390230Z >>>>> 2/26/2026 12:11:02 AM VerticalStackLayout_Spacing_With_HeightAndWidth Start 2026-02-26T00:11:38.1567070Z >>>>> 2/26/2026 12:11:38 AM VerticalStackLayout_Spacing_With_HeightAndWidth Stop 2026-02-26T00:11:38.1640560Z Passed VerticalStackLayout_Spacing_With_HeightAndWidth [35 s] 2026-02-26T00:11:38.1641830Z >>>>> 2/26/2026 12:11:38 AM VerticalStackLayout_Spacing_With_RTL Start 2026-02-26T00:12:01.3778190Z >>>>> 2/26/2026 12:12:01 AM VerticalStackLayout_Spacing_With_RTL Stop 2026-02-26T00:12:01.3861650Z Passed VerticalStackLayout_Spacing_With_RTL [23 s] 2026-02-26T00:12:01.3866580Z >>>>> 2/26/2026 12:12:01 AM VerticalStackLayout_Spacing_With_Width Start 2026-02-26T00:12:31.1682630Z >>>>> 2/26/2026 12:12:31 AM VerticalStackLayout_Spacing_With_Width Stop 2026-02-26T00:12:31.4500000Z Passed VerticalStackLayout_Spacing_With_Width [29 s] 2026-02-26T00:12:34.9140050Z >>>>> 2/26/2026 12:12:34 AM FixtureSetup for TwoPaneViewFeatureTests(Mac) 2026-02-26T00:12:38.1831690Z >>>>> 2/26/2026 12:12:38 AM TwoPaneView_WideMode Start 2026-02-26T00:12:50.1631590Z >>>>> 2/26/2026 12:12:50 AM TwoPaneView_WideMode Stop 2026-02-26T00:12:50.1712930Z Passed TwoPaneView_WideMode [11 s] 2026-02-26T00:12:50.1714250Z >>>>> 2/26/2026 12:12:50 AM TwoPaneView_IsTall_UsingRect Start 2026-02-26T00:13:13.9950520Z >>>>> 2/26/2026 12:13:13 AM TwoPaneView_IsTall_UsingRect Stop 2026-02-26T00:13:14.0043090Z Passed TwoPaneView_IsTall_UsingRect [23 s] 2026-02-26T00:13:14.0046060Z >>>>> 2/26/2026 12:13:14 AM TwoPaneView_Wide_UsingRect Start 2026-02-26T00:13:30.1211080Z >>>>> 2/26/2026 12:13:30 AM TwoPaneView_Wide_UsingRect Stop 2026-02-26T00:13:30.1304170Z Passed TwoPaneView_Wide_UsingRect [16 s] 2026-02-26T00:13:30.1314920Z >>>>> 2/26/2026 12:13:30 AM TwoPaneView_TallMode Start 2026-02-26T00:13:43.7269160Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-26T00:13:43.7795990Z ##[error]The operation was canceled. 2026-02-26T00:13:43.7806020Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7818360Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7819100Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7823410Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7826190Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7826840Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7831090Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7832020Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7832680Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7836720Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7837650Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7838130Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7844730Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7845860Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7846450Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7851380Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7852280Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7853170Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7857300Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7858230Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7858780Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7862680Z ##[section]Async Command Start: Update Build Number 2026-02-26T00:13:43.7863690Z Update build number to 11.0.0-ci+pr.34203.azdo.1310078 for build 1310078 2026-02-26T00:13:43.7864180Z ##[section]Async Command End: Update Build Number 2026-02-26T00:13:43.7868300Z ##[section]Finishing: Controls Layout