2026-03-07T03:16:48.3313970Z ##[section]Starting: Controls CollectionView 2026-03-07T03:16:48.3324910Z ============================================================================== 2026-03-07T03:16:48.3325160Z Task : PowerShell 2026-03-07T03:16:48.3325320Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-07T03:16:48.3325530Z Version : 2.268.1 2026-03-07T03:16:48.3325660Z Author : Microsoft Corporation 2026-03-07T03:16:48.3325820Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-07T03:16:48.3326020Z ============================================================================== 2026-03-07T03:16:48.4753220Z Generating script. 2026-03-07T03:16:48.4761730Z ========================== Starting Command Output =========================== 2026-03-07T03:16:48.4774950Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/0386e96e-61ea-4800-baf4-787e682337fe.ps1' 2026-03-07T03:16:48.8911860Z $ErrorActionPreference = 'stop' 2026-03-07T03:16:48.8914170Z $ProgressPreference = 'silentlyContinue' 2026-03-07T03:16:48.8915340Z Get-Content $PSCommandPath 2026-03-07T03:16:48.8916720Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-07T03:16:48.8917810Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T03:16:48.8918500Z $command += " --runtimevariant=""Mono""" 2026-03-07T03:16:48.8919720Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T03:16:48.8920030Z 2026-03-07T03:16:48.8920860Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T03:16:48.8921910Z $deviceType = "" 2026-03-07T03:16:48.8922760Z if ($deviceType) { 2026-03-07T03:16:48.8923350Z $command += " --skin=""$deviceType""" 2026-03-07T03:16:48.8923760Z } 2026-03-07T03:16:48.8924210Z 2026-03-07T03:16:48.8925160Z $testFilter = "" 2026-03-07T03:16:48.8925520Z $testConfigrationArgs = "" 2026-03-07T03:16:48.8926040Z 2026-03-07T03:16:48.8926840Z "CollectionView".Split(",") | ForEach { 2026-03-07T03:16:48.8927650Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T03:16:48.8928000Z } 2026-03-07T03:16:48.8928340Z 2026-03-07T03:16:48.8929360Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T03:16:48.8929780Z 2026-03-07T03:16:48.8930690Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T03:16:48.8931150Z if ($testConfigrationArgs) { 2026-03-07T03:16:48.8931770Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T03:16:48.8932150Z } 2026-03-07T03:16:48.8932470Z if ($testFilter) { 2026-03-07T03:16:48.8932860Z $command += " --test-filter ""$testFilter""" 2026-03-07T03:16:48.8933190Z } 2026-03-07T03:16:48.8933320Z 2026-03-07T03:16:48.8933670Z $headless = true 2026-03-07T03:16:48.8933980Z if ($headless) { 2026-03-07T03:16:48.8934310Z $command += " --headless ""$headless""" 2026-03-07T03:16:48.8934630Z } 2026-03-07T03:16:48.8935080Z 2026-03-07T03:16:48.8935400Z Write-Host "Running command: $command" 2026-03-07T03:16:48.8935540Z 2026-03-07T03:16:48.8935860Z Invoke-Expression $command 2026-03-07T03:16:48.8936320Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T03:16:48.8937330Z } else { 2026-03-07T03:16:48.8938150Z exit $LASTEXITCODE 2026-03-07T03:16:48.8938440Z } 2026-03-07T03:16:48.9917100Z 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=CollectionView" 2026-03-07T03:16:49.3775770Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:16:49.7397780Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:16:50.1589050Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:16:50.5308680Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:16:51.0644220Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:16:51.7686690Z Looking for modules... 2026-03-07T03:16:55.0643150Z No modules found to install. 2026-03-07T03:16:55.0698740Z Module directory does not exist. 2026-03-07T03:16:55.0759720Z Analyzing build script... 2026-03-07T03:16:55.0781090Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T03:16:55.0796220Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T03:16:55.0803050Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T03:16:55.2771570Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T03:16:56.5327450Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T03:16:57.1729840Z Processing build script... 2026-03-07T03:16:57.1752360Z Installing addins... 2026-03-07T03:16:57.3556250Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T03:16:57.3764860Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T03:16:57.3934600Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T03:16:57.5570450Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T03:16:57.5571380Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T03:16:57.5572160Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T03:16:57.5573410Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T03:16:57.5580110Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:16:57.5582310Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:16:57.8529410Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T03:16:57.8531300Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T03:16:57.8532580Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T03:16:57.8533190Z Adding assembly reference to System.Runtime.dll... 2026-03-07T03:16:57.8533820Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T03:16:57.8534400Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T03:16:57.8535040Z Adding assembly reference to System.Threading.dll... 2026-03-07T03:16:57.8536200Z Adding assembly reference to System.Linq.dll... 2026-03-07T03:16:57.8536790Z Adding assembly reference to System.Collections.dll... 2026-03-07T03:16:57.8537380Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T03:16:57.8538090Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T03:16:57.8538880Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T03:16:57.8539690Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T03:16:57.8540730Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T03:16:57.8541770Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T03:16:57.8542530Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T03:16:57.8543170Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T03:16:57.8544530Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T03:16:57.8545520Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T03:16:57.8546760Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T03:16:57.8548010Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T03:16:57.8549060Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T03:16:57.8550210Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T03:16:57.8551330Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T03:16:57.8552380Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T03:16:57.8553500Z Adding assembly reference to mscorlib.dll... 2026-03-07T03:16:57.8554540Z Adding assembly reference to netstandard.dll... 2026-03-07T03:16:57.8555750Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T03:16:57.8556870Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T03:16:57.8557830Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T03:16:57.8558810Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T03:16:57.8559930Z Adding assembly reference to System.Memory.dll... 2026-03-07T03:16:57.8560950Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T03:16:57.8562140Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T03:16:57.8563650Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T03:16:57.8564710Z Adding assembly reference to System.Console.dll... 2026-03-07T03:16:57.8565680Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T03:16:57.8566700Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T03:16:57.8568060Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T03:16:57.8569300Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T03:16:57.8570550Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T03:16:57.8571710Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T03:16:57.8572370Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T03:16:57.8573030Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T03:16:57.8573650Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T03:16:57.8574290Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T03:16:57.8574910Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T03:16:57.8575530Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T03:16:57.8576550Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T03:16:57.8577470Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T03:16:57.8578420Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T03:16:57.8579550Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T03:16:57.8580480Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T03:16:57.8581270Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T03:16:57.8582050Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T03:16:57.8583180Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T03:16:57.8584390Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T03:16:57.8585550Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T03:16:57.8586750Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T03:16:57.8587990Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T03:16:57.8589220Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T03:16:57.8590400Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T03:16:57.8591470Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T03:16:57.8592440Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T03:16:57.8593560Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T03:16:57.8594650Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T03:16:57.8595260Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T03:16:57.8595870Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T03:16:57.8596760Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T03:16:57.8597920Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T03:16:57.8598790Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T03:16:57.8599440Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T03:16:57.8600180Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T03:16:57.8600890Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T03:16:57.8601560Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T03:16:57.8602560Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T03:16:57.8603160Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T03:16:57.8603800Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T03:16:57.8604430Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T03:16:57.8605000Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T03:16:57.8605560Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T03:16:57.8606910Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T03:16:57.8608040Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T03:16:57.8609230Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T03:16:57.8610260Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T03:16:57.8611370Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T03:16:57.8612490Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T03:16:57.8613510Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T03:16:57.8614540Z Adding assembly reference to System.AppContext.dll... 2026-03-07T03:16:57.8615480Z Adding assembly reference to System.Buffers.dll... 2026-03-07T03:16:57.8616530Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T03:16:57.8617490Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T03:16:57.8618420Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T03:16:57.8619260Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T03:16:57.8620320Z Adding assembly reference to System.Configuration.dll... 2026-03-07T03:16:57.8621330Z Adding assembly reference to System.Core.dll... 2026-03-07T03:16:57.8622110Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T03:16:57.8622730Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T03:16:57.8623270Z Adding assembly reference to System.Data.dll... 2026-03-07T03:16:57.8624130Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T03:16:57.8625000Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T03:16:57.8625930Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T03:16:57.8627300Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T03:16:57.8628110Z Adding assembly reference to System.dll... 2026-03-07T03:16:57.8628760Z Adding assembly reference to System.Drawing.dll... 2026-03-07T03:16:57.8629340Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T03:16:57.8629880Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T03:16:57.8630460Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T03:16:57.8631130Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T03:16:57.8632940Z Adding assembly reference to System.Globalization.dll... 2026-03-07T03:16:57.8634030Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T03:16:57.8635070Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T03:16:57.8636130Z Adding assembly reference to System.IO.dll... 2026-03-07T03:16:57.8637100Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T03:16:57.8637700Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T03:16:57.8638260Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T03:16:57.8638870Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T03:16:57.8639450Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T03:16:57.8640020Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T03:16:57.8640570Z Adding assembly reference to System.Net.dll... 2026-03-07T03:16:57.8641090Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T03:16:57.8641640Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T03:16:57.8642190Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T03:16:57.8642760Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T03:16:57.8643300Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T03:16:57.8643840Z Adding assembly reference to System.Numerics.dll... 2026-03-07T03:16:57.8644460Z Adding assembly reference to System.Reflection.dll... 2026-03-07T03:16:57.8645070Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T03:16:57.8645660Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T03:16:57.8646230Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T03:16:57.8646870Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T03:16:57.8647510Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T03:16:57.8648090Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T03:16:57.8648640Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T03:16:57.8649290Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T03:16:57.8649940Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T03:16:57.8650870Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T03:16:57.8651530Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T03:16:57.8652130Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T03:16:57.8652970Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T03:16:57.8654110Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T03:16:57.8655230Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T03:16:57.8656480Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T03:16:57.8657160Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T03:16:57.8657830Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T03:16:57.8658400Z Adding assembly reference to System.Security.dll... 2026-03-07T03:16:57.8658950Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T03:16:57.8659530Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T03:16:57.8660120Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T03:16:57.8660660Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T03:16:57.8661230Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T03:16:57.8661790Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T03:16:57.8662380Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T03:16:57.8662950Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T03:16:57.8663510Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T03:16:57.8664100Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T03:16:57.8664670Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T03:16:57.8665240Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T03:16:57.8665790Z Adding assembly reference to System.Transactions.dll... 2026-03-07T03:16:57.8666360Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T03:16:57.8666890Z Adding assembly reference to System.Web.dll... 2026-03-07T03:16:57.8667410Z Adding assembly reference to System.Windows.dll... 2026-03-07T03:16:57.8667930Z Adding assembly reference to System.Xml.dll... 2026-03-07T03:16:57.8668480Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T03:16:57.8669000Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T03:16:57.8669550Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T03:16:57.8670190Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T03:16:57.8671190Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T03:16:57.8671800Z Adding assembly reference to WindowsBase.dll... 2026-03-07T03:16:57.8672510Z Adding assembly reference to Cake.Core.dll... 2026-03-07T03:16:57.8673050Z Adding assembly reference to Cake.Common.dll... 2026-03-07T03:16:57.8673570Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T03:16:57.8674110Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T03:16:57.8674640Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T03:16:57.8675200Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T03:16:57.8675690Z Importing namespace Cake.Common... 2026-03-07T03:16:57.8676170Z Importing namespace Cake.Common.Build... 2026-03-07T03:16:57.8676920Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T03:16:57.8677530Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T03:16:57.8678090Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T03:16:57.8678680Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T03:16:57.8679250Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T03:16:57.8679780Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T03:16:57.8680330Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T03:16:57.8680900Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T03:16:57.8681550Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T03:16:57.8682080Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T03:16:57.8682620Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T03:16:57.8683160Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T03:16:57.8683740Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T03:16:57.8684290Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T03:16:57.8684840Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T03:16:57.8685370Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T03:16:57.8685930Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T03:16:57.8686440Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T03:16:57.8686970Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T03:16:57.8687530Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T03:16:57.8688060Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T03:16:57.8688580Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T03:16:57.8689100Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T03:16:57.8689670Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T03:16:57.8690190Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T03:16:57.8690690Z Importing namespace Cake.Common.IO... 2026-03-07T03:16:57.8691200Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T03:16:57.8691740Z Importing namespace Cake.Common.Net... 2026-03-07T03:16:57.8692240Z Importing namespace Cake.Common.Security... 2026-03-07T03:16:57.8692890Z Importing namespace Cake.Common.Solution... 2026-03-07T03:16:57.8693420Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T03:16:57.8693990Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T03:16:57.8694570Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T03:16:57.8695090Z Importing namespace Cake.Common.Text... 2026-03-07T03:16:57.8695610Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T03:16:57.8696160Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T03:16:57.8696910Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T03:16:57.8697470Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T03:16:57.8698080Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T03:16:57.8698630Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T03:16:57.8699190Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T03:16:57.8699740Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T03:16:57.8700320Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T03:16:57.8700860Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T03:16:57.8701410Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T03:16:57.8701970Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T03:16:57.8702550Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T03:16:57.8703110Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T03:16:57.8703670Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T03:16:57.8704230Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T03:16:57.8704760Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T03:16:57.8705310Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T03:16:57.8706610Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T03:16:57.8707190Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T03:16:57.8707740Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T03:16:57.8708260Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T03:16:57.8708800Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T03:16:57.8709380Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T03:16:57.8709930Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T03:16:57.8710470Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T03:16:57.8711010Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T03:16:57.8711570Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T03:16:57.8712130Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T03:16:57.8712680Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T03:16:57.8713290Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T03:16:57.8714010Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T03:16:57.8714560Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T03:16:57.8715120Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T03:16:57.8715690Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T03:16:57.8716230Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T03:16:57.8716780Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T03:16:57.8717540Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T03:16:57.8718110Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T03:16:57.8718640Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T03:16:57.8719200Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T03:16:57.8719760Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T03:16:57.8720370Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T03:16:57.8720930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T03:16:57.8721500Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T03:16:57.8722100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T03:16:57.8722670Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T03:16:57.8723260Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T03:16:57.8723800Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T03:16:57.8724360Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T03:16:57.8724890Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T03:16:57.8725420Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T03:16:57.8725990Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T03:16:57.8726600Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T03:16:57.8727300Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T03:16:57.8727910Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T03:16:57.8728520Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T03:16:57.8729090Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T03:16:57.8729670Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T03:16:57.8730240Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T03:16:57.8730820Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T03:16:57.8731380Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T03:16:57.8731910Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T03:16:57.8732470Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T03:16:57.8732990Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T03:16:57.8733710Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T03:16:57.8734240Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T03:16:57.8734800Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T03:16:57.8735320Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T03:16:57.8735840Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T03:16:57.8736370Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T03:16:57.8736890Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T03:16:57.8737620Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T03:16:57.8738160Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T03:16:57.8738730Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T03:16:57.8739270Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T03:16:57.8739790Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T03:16:57.8740320Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T03:16:57.8740880Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T03:16:57.8741420Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T03:16:57.8741980Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T03:16:57.8742520Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T03:16:57.8743080Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T03:16:57.8743600Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T03:16:57.8744120Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T03:16:57.8744680Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T03:16:57.8745250Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T03:16:57.8745910Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T03:16:57.8746870Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T03:16:57.8747410Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T03:16:57.8747950Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T03:16:57.8748530Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T03:16:57.8749160Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T03:16:57.8749760Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T03:16:57.8750310Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T03:16:57.8750860Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T03:16:57.8751390Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T03:16:57.8751940Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T03:16:57.8752490Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T03:16:57.8753080Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T03:16:57.8753660Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T03:16:57.8754350Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T03:16:57.8754880Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T03:16:57.8755440Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T03:16:57.8755950Z Importing namespace Cake.Common.Xml... 2026-03-07T03:16:57.8756420Z Importing namespace Cake.Core... 2026-03-07T03:16:57.8757000Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T03:16:57.8757500Z Importing namespace Cake.Core.IO... 2026-03-07T03:16:57.8758000Z Importing namespace Cake.Core.Scripting... 2026-03-07T03:16:57.8758740Z Importing namespace Cake.Core.Tooling... 2026-03-07T03:16:57.8759270Z Importing namespace Cake.FileHelpers... 2026-03-07T03:16:57.8759750Z Importing namespace NuGet.Common... 2026-03-07T03:16:57.8760270Z Importing namespace NuGet.Configuration... 2026-03-07T03:16:57.8777750Z Importing namespace NuGet.Protocol... 2026-03-07T03:16:57.8778300Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T03:16:57.8778860Z Importing namespace NuGet.Versioning... 2026-03-07T03:16:57.8779340Z Importing namespace System... 2026-03-07T03:16:57.8779830Z Importing namespace System.Collections.Generic... 2026-03-07T03:16:57.8780460Z Importing namespace System.IO... 2026-03-07T03:16:57.8780930Z Importing namespace System.Linq... 2026-03-07T03:16:57.8781410Z Importing namespace System.Text... 2026-03-07T03:16:57.8781910Z Importing namespace System.Threading.Tasks... 2026-03-07T03:16:57.8782320Z .NETStandard,Version=v2.0 2026-03-07T03:16:57.9088810Z Compiling build script... 2026-03-07T03:17:00.4900940Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-07T03:17:01.6564310Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:17:01.6566270Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:17:01.6581650Z Host OS System Arch: X64 2026-03-07T03:17:01.6584610Z Host Processor System Arch: X64 2026-03-07T03:17:01.6585130Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:17:01.6585700Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T03:17:01.6586680Z Build Configuration: Release 2026-03-07T03:17:01.6587120Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T03:17:01.6587790Z Build Target Framework: net10.0-maccatalyst 2026-03-07T03:17:01.6588390Z Test Device: mac 2026-03-07T03:17:01.6588810Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T03:17:01.6678840Z 2026-03-07T03:17:01.6680150Z ======================================== 2026-03-07T03:17:01.6681110Z uitest 2026-03-07T03:17:01.6681850Z ======================================== 2026-03-07T03:17:01.6682640Z Executing task: uitest 2026-03-07T03:17:01.6695170Z Starting UI Tests... 2026-03-07T03:17:01.6699530Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:17:01.6701570Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:17:01.6743270Z Testing Device: mac 2026-03-07T03:17:01.6743820Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T03:17:01.6744590Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T03:17:01.6745830Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T03:17:01.6766660Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-07T03:17:01.7210990Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:17:01.7255970Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-07T03:17:05.3340980Z Determining projects to restore... 2026-03-07T03:17:14.6199930Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 2.22 sec). 2026-03-07T03:17:14.7630190Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 2.64 sec). 2026-03-07T03:17:20.8662670Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 8.75 sec). 2026-03-07T03:17:22.2346060Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 1.05 sec). 2026-03-07T03:17:22.2623810Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 7.48 sec). 2026-03-07T03:17:22.2713300Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1 ms). 2026-03-07T03:17:22.2820970Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-03-07T03:17:22.2968830Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 6 ms). 2026-03-07T03:17:22.4875870Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 7.83 sec). 2026-03-07T03:17:22.5564300Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 33 ms). 2026-03-07T03:17:22.6166920Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 10.45 sec). 2026-03-07T03:17:22.7223760Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 443 ms). 2026-03-07T03:17:24.0225730Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 1.71 sec). 2026-03-07T03:17:35.5898640Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T03:17:37.7067010Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T03:17:39.3065390Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T03:17:47.1313580Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T03:17:47.6934650Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T03:18:22.4951210Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T03:18:22.6750630Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T03:18:22.6762190Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T03:18:22.8098870Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T03:18:23.3236230Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T03:18:23.3456430Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T03:18:23.5817290Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T03:18:33.1590850Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T03:18:33.2198810Z 2026-03-07T03:18:33.2203380Z Build succeeded. 2026-03-07T03:18:33.2206080Z 0 Warning(s) 2026-03-07T03:18:33.2208480Z 0 Error(s) 2026-03-07T03:18:33.2211060Z 2026-03-07T03:18:33.2216360Z Time Elapsed 00:01:30.62 2026-03-07T03:18:33.2888560Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-07T03:18:33.2890220Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:18:33.2895990Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T03:18:33.2897870Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T03:18:33.2898410Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T03:18:33.2900180Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T03:18:33.2901940Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:18:33.2903480Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:18:33.2904250Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:18:33.2904980Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T03:18:33.2905680Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T03:18:33.2906440Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T03:18:33.2908270Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-07T03:18:33.2909790Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T03:18:33.2954070Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-07T03:18:33.2988840Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-07T03:18:33.5187420Z Downloading file: 15% 2026-03-07T03:18:33.5188680Z Downloading file: 50% 2026-03-07T03:18:33.5351410Z Downloading file: 100% 2026-03-07T03:18:33.5396650Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-07T03:18:33.5427680Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-03-07T03:18:33.5430970Z 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=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.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-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-03-07T03:18:35.0783050Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-07T03:18:35.1811280Z VSTest version 18.0.1 (x64) 2026-03-07T03:18:35.1820720Z 2026-03-07T03:18:35.3415340Z Starting test execution, please wait... 2026-03-07T03:18:35.3840430Z A total of 1 test files matched the specified pattern. 2026-03-07T03:18:35.8743520Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T03:18:35.9913970Z [xUnit.net 00:00:00.13] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T03:18:36.2019070Z [xUnit.net 00:00:00.34] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T03:18:36.2160410Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T03:18:36.2425470Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T03:18:36.9890320Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T03:19:40.4566500Z >>>>> 3/7/2026 3:19:40 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T03:19:44.1164800Z >>>>> 3/7/2026 3:19:43 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T03:20:14.4935110Z >>>>> 3/7/2026 3:20:14 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T03:20:14.6007910Z Passed ValidateDynamicItemTemplateDisplayed [30 s] 2026-03-07T03:20:14.6018600Z >>>>> 3/7/2026 3:20:14 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T03:20:36.3043170Z >>>>> 3/7/2026 3:20:36 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T03:20:36.3974780Z Passed ValidateDynamicEmptyViewGridDisplayed [21 s] 2026-03-07T03:20:36.4184390Z >>>>> 3/7/2026 3:20:36 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T03:20:58.9084530Z >>>>> 3/7/2026 3:20:58 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T03:20:59.0030570Z Passed ValidateDynamicEmptyViewStringDisplayed [22 s] 2026-03-07T03:20:59.0808960Z >>>>> 3/7/2026 3:20:59 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T03:21:25.9992840Z >>>>> 3/7/2026 3:21:25 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T03:21:26.0686630Z Passed ValidateDynamicEmptyViewTemplateDisplayed [27 s] 2026-03-07T03:21:26.0755450Z >>>>> 3/7/2026 3:21:26 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T03:21:49.5632760Z >>>>> 3/7/2026 3:21:49 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T03:21:49.6278520Z Passed ValidateDynamicFooterGridDisplayed [23 s] 2026-03-07T03:21:49.7373940Z >>>>> 3/7/2026 3:21:49 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T03:22:12.3067910Z >>>>> 3/7/2026 3:22:12 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T03:22:12.3183900Z Passed ValidateDynamicFooterStringDisplayed [22 s] 2026-03-07T03:22:12.3200890Z >>>>> 3/7/2026 3:22:12 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T03:22:34.4505370Z >>>>> 3/7/2026 3:22:34 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T03:22:34.4869060Z Passed ValidateDynamicFooterTemplateDisplayed [22 s] 2026-03-07T03:22:34.5038280Z >>>>> 3/7/2026 3:22:34 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T03:23:09.2257950Z >>>>> 3/7/2026 3:23:09 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T03:23:09.2636120Z Passed ValidateDynamicGroupFooterTemplateDisplayed [34 s] 2026-03-07T03:23:09.2693840Z >>>>> 3/7/2026 3:23:09 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T03:23:41.6574280Z >>>>> 3/7/2026 3:23:41 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T03:23:42.1202070Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [32 s] 2026-03-07T03:23:42.2206400Z >>>>> 3/7/2026 3:23:42 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T03:24:07.3391240Z >>>>> 3/7/2026 3:24:07 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T03:24:07.3694360Z Passed ValidateDynamicHeaderGridDisplayed [25 s] 2026-03-07T03:24:07.3709710Z >>>>> 3/7/2026 3:24:07 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T03:24:29.6832870Z >>>>> 3/7/2026 3:24:29 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T03:24:29.7272040Z Passed ValidateDynamicHeaderStringDisplayed [22 s] 2026-03-07T03:24:29.7455130Z >>>>> 3/7/2026 3:24:29 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T03:24:52.4199350Z >>>>> 3/7/2026 3:24:52 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T03:24:53.7406290Z Passed ValidateDynamicHeaderTemplateDisplayed [22 s] 2026-03-07T03:24:55.3332890Z >>>>> 3/7/2026 3:24:55 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T03:24:58.6439310Z >>>>> 3/7/2026 3:24:58 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T03:25:14.9973320Z >>>>> 3/7/2026 3:25:14 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T03:25:15.3977610Z Passed ValidateEmptyViewStringDisplayed [16 s] 2026-03-07T03:25:15.5217940Z >>>>> 3/7/2026 3:25:15 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T03:25:26.2386670Z >>>>> 3/7/2026 3:25:26 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T03:25:26.2886620Z Passed ValidateCustomEmptyViewDisplayed [10 s] 2026-03-07T03:25:26.2953150Z >>>>> 3/7/2026 3:25:26 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T03:25:40.3502650Z >>>>> 3/7/2026 3:25:40 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T03:25:40.3605220Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [14 s] 2026-03-07T03:25:40.3647320Z >>>>> 3/7/2026 3:25:40 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T03:25:53.9917440Z >>>>> 3/7/2026 3:25:53 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T03:25:54.1876680Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T03:25:54.1924160Z >>>>> 3/7/2026 3:25:54 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T03:26:08.3873980Z >>>>> 3/7/2026 3:26:08 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T03:26:08.4097020Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-07T03:26:08.4185180Z >>>>> 3/7/2026 3:26:08 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T03:26:23.8270300Z >>>>> 3/7/2026 3:26:23 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T03:26:23.8371400Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [15 s] 2026-03-07T03:26:23.8394580Z >>>>> 3/7/2026 3:26:23 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T03:26:43.7877660Z >>>>> 3/7/2026 3:26:43 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T03:26:43.8197680Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [19 s] 2026-03-07T03:26:43.8252000Z >>>>> 3/7/2026 3:26:43 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T03:26:58.8085500Z >>>>> 3/7/2026 3:26:58 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T03:26:59.1637150Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [15 s] 2026-03-07T03:26:59.2044870Z >>>>> 3/7/2026 3:26:59 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:27:14.0244100Z >>>>> 3/7/2026 3:27:14 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:27:14.0417600Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-07T03:27:14.0485670Z >>>>> 3/7/2026 3:27:14 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:27:27.2906270Z >>>>> 3/7/2026 3:27:27 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:27:27.3214060Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T03:27:27.3258050Z >>>>> 3/7/2026 3:27:27 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:27:45.4203110Z >>>>> 3/7/2026 3:27:45 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:27:46.0210730Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [18 s] 2026-03-07T03:27:46.1212300Z >>>>> 3/7/2026 3:27:45 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T03:28:01.8936070Z >>>>> 3/7/2026 3:28:01 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T03:28:01.8989350Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-07T03:28:01.9037790Z >>>>> 3/7/2026 3:28:01 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T03:28:17.3529380Z >>>>> 3/7/2026 3:28:17 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T03:28:17.3592960Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [15 s] 2026-03-07T03:28:17.3602490Z >>>>> 3/7/2026 3:28:17 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T03:28:26.6785310Z >>>>> 3/7/2026 3:28:26 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T03:28:26.6846140Z Passed ValidateCustomEmptyViewSizeDisplayed [9 s] 2026-03-07T03:28:26.6862690Z >>>>> 3/7/2026 3:28:26 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T03:28:40.0617400Z >>>>> 3/7/2026 3:28:40 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T03:28:40.0732670Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [13 s] 2026-03-07T03:28:40.0754830Z >>>>> 3/7/2026 3:28:40 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T03:28:54.1249810Z >>>>> 3/7/2026 3:28:54 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T03:28:54.1329930Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [14 s] 2026-03-07T03:28:54.1334920Z >>>>> 3/7/2026 3:28:54 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T03:29:08.2049270Z >>>>> 3/7/2026 3:29:08 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T03:29:08.2139730Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [14 s] 2026-03-07T03:29:08.2173610Z >>>>> 3/7/2026 3:29:08 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T03:29:22.1402700Z >>>>> 3/7/2026 3:29:22 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T03:29:22.1470820Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T03:29:22.1481680Z >>>>> 3/7/2026 3:29:22 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T03:29:36.1440680Z >>>>> 3/7/2026 3:29:36 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T03:29:36.1512750Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [14 s] 2026-03-07T03:29:36.1517330Z >>>>> 3/7/2026 3:29:36 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T03:29:50.3881840Z >>>>> 3/7/2026 3:29:50 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T03:29:50.3998280Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-07T03:29:50.4007100Z >>>>> 3/7/2026 3:29:50 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T03:30:04.5408240Z >>>>> 3/7/2026 3:30:04 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T03:30:04.5513460Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [14 s] 2026-03-07T03:30:04.5568770Z >>>>> 3/7/2026 3:30:04 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T03:30:17.0781150Z >>>>> 3/7/2026 3:30:17 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T03:30:17.0827900Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [12 s] 2026-03-07T03:30:17.0829840Z >>>>> 3/7/2026 3:30:17 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T03:30:29.5519890Z >>>>> 3/7/2026 3:30:29 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T03:30:29.5562180Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [12 s] 2026-03-07T03:30:29.5564530Z >>>>> 3/7/2026 3:30:29 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:30:41.8244980Z >>>>> 3/7/2026 3:30:41 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:30:41.8299080Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T03:30:41.8300290Z >>>>> 3/7/2026 3:30:41 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:30:54.2534530Z >>>>> 3/7/2026 3:30:54 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:30:54.2576300Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T03:30:54.2577640Z >>>>> 3/7/2026 3:30:54 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:31:06.3143620Z >>>>> 3/7/2026 3:31:06 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:31:06.3205350Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [12 s] 2026-03-07T03:31:06.3206820Z >>>>> 3/7/2026 3:31:06 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T03:31:18.5395780Z >>>>> 3/7/2026 3:31:18 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T03:31:18.5447450Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [12 s] 2026-03-07T03:31:18.5460880Z >>>>> 3/7/2026 3:31:18 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T03:31:31.0134720Z >>>>> 3/7/2026 3:31:31 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T03:31:31.0188050Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [12 s] 2026-03-07T03:31:31.0189370Z >>>>> 3/7/2026 3:31:31 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T03:31:40.1163060Z >>>>> 3/7/2026 3:31:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T03:31:40.1209440Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [9 s] 2026-03-07T03:31:40.1211290Z >>>>> 3/7/2026 3:31:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T03:31:52.3590600Z >>>>> 3/7/2026 3:31:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T03:31:52.3632020Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [12 s] 2026-03-07T03:31:52.3633490Z >>>>> 3/7/2026 3:31:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T03:32:04.5126520Z >>>>> 3/7/2026 3:32:04 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T03:32:04.5170030Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-07T03:32:04.5172080Z >>>>> 3/7/2026 3:32:04 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T03:32:16.6186410Z >>>>> 3/7/2026 3:32:16 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T03:32:16.6244630Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [12 s] 2026-03-07T03:32:16.6246230Z >>>>> 3/7/2026 3:32:16 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T03:32:28.6131730Z >>>>> 3/7/2026 3:32:28 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T03:32:28.6201770Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [11 s] 2026-03-07T03:32:28.6203160Z >>>>> 3/7/2026 3:32:28 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T03:32:40.7556810Z >>>>> 3/7/2026 3:32:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T03:32:40.7596100Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [12 s] 2026-03-07T03:32:40.7597100Z >>>>> 3/7/2026 3:32:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T03:32:53.0730950Z >>>>> 3/7/2026 3:32:53 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T03:32:53.0780230Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [12 s] 2026-03-07T03:32:53.0783630Z >>>>> 3/7/2026 3:32:53 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T03:33:09.5338670Z >>>>> 3/7/2026 3:33:09 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T03:33:09.5393770Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-07T03:33:09.5395160Z >>>>> 3/7/2026 3:33:09 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T03:33:22.4697230Z >>>>> 3/7/2026 3:33:22 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T03:33:22.4741250Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [12 s] 2026-03-07T03:33:22.4745010Z >>>>> 3/7/2026 3:33:22 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T03:33:34.6526890Z >>>>> 3/7/2026 3:33:34 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T03:33:34.6567220Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [12 s] 2026-03-07T03:33:34.6568090Z >>>>> 3/7/2026 3:33:34 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:33:46.8076630Z >>>>> 3/7/2026 3:33:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:33:46.8134800Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T03:33:46.8136520Z >>>>> 3/7/2026 3:33:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:33:58.8596350Z >>>>> 3/7/2026 3:33:58 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:33:58.8646560Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T03:33:58.8647600Z >>>>> 3/7/2026 3:33:58 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:34:14.8011120Z >>>>> 3/7/2026 3:34:14 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:34:14.8082610Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [15 s] 2026-03-07T03:34:14.8094210Z >>>>> 3/7/2026 3:34:14 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T03:34:28.0595310Z >>>>> 3/7/2026 3:34:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T03:34:28.0660700Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-07T03:34:28.0669380Z >>>>> 3/7/2026 3:34:28 AM ValidateEmptyViewSize Start 2026-03-07T03:34:38.1912950Z >>>>> 3/7/2026 3:34:38 AM ValidateEmptyViewSize Stop 2026-03-07T03:34:38.1971360Z Passed ValidateEmptyViewSize [10 s] 2026-03-07T03:34:38.1989520Z >>>>> 3/7/2026 3:34:38 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T03:34:50.2453910Z >>>>> 3/7/2026 3:34:50 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T03:34:50.2535740Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [12 s] 2026-03-07T03:34:50.2537510Z >>>>> 3/7/2026 3:34:50 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T03:35:03.2255330Z >>>>> 3/7/2026 3:35:03 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T03:35:03.2306320Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [12 s] 2026-03-07T03:35:03.2307920Z >>>>> 3/7/2026 3:35:03 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T03:35:15.3050470Z >>>>> 3/7/2026 3:35:15 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T03:35:15.3113500Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [12 s] 2026-03-07T03:35:15.3128280Z >>>>> 3/7/2026 3:35:15 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T03:35:27.5023170Z >>>>> 3/7/2026 3:35:27 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T03:35:27.5070210Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [12 s] 2026-03-07T03:35:27.5198180Z >>>>> 3/7/2026 3:35:27 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T03:35:40.4598930Z >>>>> 3/7/2026 3:35:40 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T03:35:40.4646860Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [12 s] 2026-03-07T03:35:40.4648610Z >>>>> 3/7/2026 3:35:40 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T03:35:52.5363580Z >>>>> 3/7/2026 3:35:52 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T03:35:52.5415640Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [12 s] 2026-03-07T03:35:52.5417960Z >>>>> 3/7/2026 3:35:52 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T03:36:06.4761790Z >>>>> 3/7/2026 3:36:06 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T03:36:06.4820060Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [13 s] 2026-03-07T03:36:06.4821280Z >>>>> 3/7/2026 3:36:06 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T03:36:22.5033060Z >>>>> 3/7/2026 3:36:22 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T03:36:22.5084080Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [16 s] 2026-03-07T03:36:22.5085260Z >>>>> 3/7/2026 3:36:22 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T03:36:35.4946230Z >>>>> 3/7/2026 3:36:35 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T03:36:35.4990460Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [12 s] 2026-03-07T03:36:35.4992340Z >>>>> 3/7/2026 3:36:35 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:36:51.1418140Z >>>>> 3/7/2026 3:36:51 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:36:51.1496700Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [15 s] 2026-03-07T03:36:51.1497990Z >>>>> 3/7/2026 3:36:51 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T03:37:04.5087940Z >>>>> 3/7/2026 3:37:04 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T03:37:04.5142560Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [13 s] 2026-03-07T03:37:04.5145510Z >>>>> 3/7/2026 3:37:04 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:37:16.6972340Z >>>>> 3/7/2026 3:37:16 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:37:16.7017790Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T03:37:16.7018800Z >>>>> 3/7/2026 3:37:16 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T03:37:28.9003170Z >>>>> 3/7/2026 3:37:28 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T03:37:28.9041280Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [12 s] 2026-03-07T03:37:28.9049560Z >>>>> 3/7/2026 3:37:28 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T03:37:38.2096550Z >>>>> 3/7/2026 3:37:38 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T03:37:38.2145210Z Passed ValidateEmptyViewTemplateDisplayed [9 s] 2026-03-07T03:37:38.2146560Z >>>>> 3/7/2026 3:37:38 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T03:37:54.5189710Z >>>>> 3/7/2026 3:37:54 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T03:37:54.5328030Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [16 s] 2026-03-07T03:37:54.5350310Z >>>>> 3/7/2026 3:37:54 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T03:38:15.5906690Z >>>>> 3/7/2026 3:38:15 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T03:38:15.5991570Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [21 s] 2026-03-07T03:38:15.5996170Z >>>>> 3/7/2026 3:38:15 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T03:38:35.1516250Z >>>>> 3/7/2026 3:38:35 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T03:38:35.1633700Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [19 s] 2026-03-07T03:38:35.1638900Z >>>>> 3/7/2026 3:38:35 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T03:38:56.2426790Z >>>>> 3/7/2026 3:38:56 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T03:38:56.2511980Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [21 s] 2026-03-07T03:38:56.2513960Z >>>>> 3/7/2026 3:38:56 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T03:39:13.3006610Z >>>>> 3/7/2026 3:39:13 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T03:39:13.3068480Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [17 s] 2026-03-07T03:39:13.3070540Z >>>>> 3/7/2026 3:39:13 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T03:39:37.5466670Z >>>>> 3/7/2026 3:39:37 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T03:39:37.5567550Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [24 s] 2026-03-07T03:39:37.5571660Z >>>>> 3/7/2026 3:39:37 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T03:40:06.4726260Z >>>>> 3/7/2026 3:40:06 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T03:40:06.4881400Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [28 s] 2026-03-07T03:40:06.4887220Z >>>>> 3/7/2026 3:40:06 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T03:40:23.5827460Z >>>>> 3/7/2026 3:40:23 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T03:40:23.5991770Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [17 s] 2026-03-07T03:40:23.5994060Z >>>>> 3/7/2026 3:40:23 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:40:38.9489430Z >>>>> 3/7/2026 3:40:38 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:40:38.9564140Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-07T03:40:38.9570150Z >>>>> 3/7/2026 3:40:38 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:40:55.2286740Z >>>>> 3/7/2026 3:40:55 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:40:55.2445340Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [16 s] 2026-03-07T03:40:55.2487290Z >>>>> 3/7/2026 3:40:55 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:41:18.5286240Z >>>>> 3/7/2026 3:41:18 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:41:18.5351780Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [23 s] 2026-03-07T03:41:18.5354460Z >>>>> 3/7/2026 3:41:18 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T03:41:35.0488110Z >>>>> 3/7/2026 3:41:35 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T03:41:35.0558410Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [16 s] 2026-03-07T03:41:35.0560260Z >>>>> 3/7/2026 3:41:35 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T03:41:54.0300930Z >>>>> 3/7/2026 3:41:54 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T03:41:54.0397800Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [18 s] 2026-03-07T03:41:54.0399240Z >>>>> 3/7/2026 3:41:54 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T03:42:11.5448170Z >>>>> 3/7/2026 3:42:11 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T03:42:11.5535650Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T03:42:11.5537530Z >>>>> 3/7/2026 3:42:11 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T03:42:31.2783540Z >>>>> 3/7/2026 3:42:31 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T03:42:31.2849740Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [19 s] 2026-03-07T03:42:31.2851020Z >>>>> 3/7/2026 3:42:31 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T03:42:53.6142100Z >>>>> 3/7/2026 3:42:53 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T03:42:53.6224380Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [22 s] 2026-03-07T03:42:53.6225990Z >>>>> 3/7/2026 3:42:53 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T03:43:12.6199610Z >>>>> 3/7/2026 3:43:12 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T03:43:12.6283540Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [19 s] 2026-03-07T03:43:12.6285520Z >>>>> 3/7/2026 3:43:12 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T03:43:35.2659790Z >>>>> 3/7/2026 3:43:35 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T03:43:35.4862940Z >>>>> 3/7/2026 3:43:35 AM Log types: 2026-03-07T03:43:36.3335910Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [23 s] 2026-03-07T03:43:36.3338870Z Error Message: 2026-03-07T03:43:36.3339500Z VisualTestUtils.VisualTestFailedException : 2026-03-07T03:43:36.3341010Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T03:43:36.3341770Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T03:43:36.3342260Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T03:43:36.3342490Z 2026-03-07T03:43:36.3342840Z More info: https://aka.ms/visual-test-workflow 2026-03-07T03:43:36.3343180Z 2026-03-07T03:43:36.3343520Z Stack Trace: 2026-03-07T03:43:36.3344070Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T03:43:36.3345610Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T03:43:36.3346470Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T03:43:36.3347420Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T03:43:36.3349360Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 766 2026-03-07T03:43:36.3350950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T03:43:36.3352070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T03:43:36.3353230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T03:43:36.3354170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T03:43:36.3354610Z 2026-03-07T03:43:36.3355850Z >>>>> 3/7/2026 3:43:36 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T03:43:51.6259880Z >>>>> 3/7/2026 3:43:51 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T03:43:51.6313890Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T03:43:51.6315650Z >>>>> 3/7/2026 3:43:51 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T03:44:09.9242960Z >>>>> 3/7/2026 3:44:09 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T03:44:09.9394930Z >>>>> 3/7/2026 3:44:09 AM Log types: 2026-03-07T03:44:11.1787730Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-07T03:44:11.1788830Z Error Message: 2026-03-07T03:44:11.1789380Z VisualTestUtils.VisualTestFailedException : 2026-03-07T03:44:11.1790690Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T03:44:11.1791720Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T03:44:11.1792630Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T03:44:11.1793250Z 2026-03-07T03:44:11.1793930Z More info: https://aka.ms/visual-test-workflow 2026-03-07T03:44:11.1795920Z 2026-03-07T03:44:11.1796680Z Stack Trace: 2026-03-07T03:44:11.1798060Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T03:44:11.1799650Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T03:44:11.1801300Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T03:44:11.1803810Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T03:44:11.1806980Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-03-07T03:44:11.1808350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T03:44:11.1809130Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T03:44:11.1810040Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T03:44:11.1811260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T03:44:11.1811830Z 2026-03-07T03:44:13.5884800Z >>>>> 3/7/2026 3:44:13 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T03:44:16.2636390Z >>>>> 3/7/2026 3:44:16 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T03:44:38.6654930Z >>>>> 3/7/2026 3:44:38 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T03:44:38.6713290Z Passed VerifyGroupFooterTemplate_WithFooterString [22 s] 2026-03-07T03:44:38.6714140Z >>>>> 3/7/2026 3:44:38 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T03:45:03.4856800Z >>>>> 3/7/2026 3:45:03 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T03:45:03.4947170Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [24 s] 2026-03-07T03:45:03.4952020Z >>>>> 3/7/2026 3:45:03 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T03:45:33.7438960Z >>>>> 3/7/2026 3:45:33 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T03:45:33.7481130Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [30 s] 2026-03-07T03:45:33.7482040Z >>>>> 3/7/2026 3:45:33 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T03:45:59.8339730Z >>>>> 3/7/2026 3:45:59 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T03:45:59.8382540Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [26 s] 2026-03-07T03:45:59.8383380Z >>>>> 3/7/2026 3:45:59 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T03:46:27.5348400Z >>>>> 3/7/2026 3:46:27 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T03:46:27.6374000Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [27 s] 2026-03-07T03:46:27.6385920Z >>>>> 3/7/2026 3:46:27 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T03:46:53.7963080Z >>>>> 3/7/2026 3:46:53 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T03:46:53.8020400Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [26 s] 2026-03-07T03:46:53.8021590Z >>>>> 3/7/2026 3:46:53 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T03:47:23.3329380Z >>>>> 3/7/2026 3:47:23 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T03:47:23.3401670Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [29 s] 2026-03-07T03:47:23.3405230Z >>>>> 3/7/2026 3:47:23 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T03:47:50.5896600Z >>>>> 3/7/2026 3:47:50 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T03:47:50.5970760Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [27 s] 2026-03-07T03:47:50.5973850Z >>>>> 3/7/2026 3:47:50 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T03:48:20.1251800Z >>>>> 3/7/2026 3:48:20 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T03:48:20.1299500Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [29 s] 2026-03-07T03:48:20.1300640Z >>>>> 3/7/2026 3:48:20 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T03:48:35.4043260Z >>>>> 3/7/2026 3:48:35 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T03:48:35.4090180Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [15 s] 2026-03-07T03:48:35.4091090Z >>>>> 3/7/2026 3:48:35 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T03:48:50.6140540Z >>>>> 3/7/2026 3:48:50 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T03:48:50.6217670Z Passed VerifyGroupFooterTemplate_WithHeaderString [15 s] 2026-03-07T03:48:50.6219590Z >>>>> 3/7/2026 3:48:50 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T03:49:08.0505260Z >>>>> 3/7/2026 3:49:08 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T03:49:08.0544480Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [17 s] 2026-03-07T03:49:08.0545630Z >>>>> 3/7/2026 3:49:08 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T03:49:21.3819450Z >>>>> 3/7/2026 3:49:21 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T03:49:21.3865310Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [13 s] 2026-03-07T03:49:21.3871340Z >>>>> 3/7/2026 3:49:21 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T03:49:37.3896890Z >>>>> 3/7/2026 3:49:37 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T03:49:37.3935430Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [16 s] 2026-03-07T03:49:37.3936340Z >>>>> 3/7/2026 3:49:37 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T03:49:52.9621230Z >>>>> 3/7/2026 3:49:52 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T03:49:52.9682300Z Passed VerifyGroupHeaderTemplate_WithFooterString [15 s] 2026-03-07T03:49:52.9690230Z >>>>> 3/7/2026 3:49:52 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T03:50:10.2526780Z >>>>> 3/7/2026 3:50:10 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T03:50:10.2579350Z Passed VerifyGroupHeaderTemplate_WithHeaderString [17 s] 2026-03-07T03:50:10.2581590Z >>>>> 3/7/2026 3:50:10 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T03:50:27.0438430Z >>>>> 3/7/2026 3:50:27 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T03:50:27.0491850Z Passed VerifyIsGrouped_WithFooterString [16 s] 2026-03-07T03:50:27.0495530Z >>>>> 3/7/2026 3:50:27 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T03:50:40.7479020Z >>>>> 3/7/2026 3:50:40 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T03:50:40.7527450Z Passed VerifyIsGrouped_WithHeaderString [13 s] 2026-03-07T03:50:40.7528630Z >>>>> 3/7/2026 3:50:40 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T03:50:51.4462050Z >>>>> 3/7/2026 3:50:51 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T03:50:51.4521200Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [10 s] 2026-03-07T03:50:51.4535700Z >>>>> 3/7/2026 3:50:51 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T03:51:07.8421320Z >>>>> 3/7/2026 3:51:07 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T03:51:07.8474290Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [16 s] 2026-03-07T03:51:07.8475270Z >>>>> 3/7/2026 3:51:07 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T03:51:17.9991900Z >>>>> 3/7/2026 3:51:17 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T03:51:18.5034860Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [10 s] 2026-03-07T03:51:20.5082190Z >>>>> 3/7/2026 3:51:20 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T03:51:22.8780210Z >>>>> 3/7/2026 3:51:22 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T03:51:36.4908670Z >>>>> 3/7/2026 3:51:36 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T03:51:36.4966400Z Passed VerifyStringItemsObservableCollectionWhenAddItems [13 s] 2026-03-07T03:51:36.4968810Z >>>>> 3/7/2026 3:51:36 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T03:51:49.6031980Z >>>>> 3/7/2026 3:51:49 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T03:51:49.6098160Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [13 s] 2026-03-07T03:51:49.6099510Z >>>>> 3/7/2026 3:51:49 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T03:52:02.2628990Z >>>>> 3/7/2026 3:52:02 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T03:52:02.2662890Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [12 s] 2026-03-07T03:52:02.2664650Z >>>>> 3/7/2026 3:52:02 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T03:52:14.7199690Z >>>>> 3/7/2026 3:52:14 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T03:52:14.7252590Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [12 s] 2026-03-07T03:52:14.7254140Z >>>>> 3/7/2026 3:52:14 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T03:52:27.1529810Z >>>>> 3/7/2026 3:52:27 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T03:52:27.1586600Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [12 s] 2026-03-07T03:52:27.1591690Z >>>>> 3/7/2026 3:52:27 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T03:52:51.1618120Z >>>>> 3/7/2026 3:52:51 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T03:52:51.1837150Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [24 s] 2026-03-07T03:52:51.1867670Z >>>>> 3/7/2026 3:52:51 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T03:53:08.7462550Z >>>>> 3/7/2026 3:53:08 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T03:53:08.7514350Z Passed VerifyModelItemsGroupedListWhenAddItems [17 s] 2026-03-07T03:53:08.7515500Z >>>>> 3/7/2026 3:53:08 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T03:53:35.5762830Z >>>>> 3/7/2026 3:53:35 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T03:53:35.5805250Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [26 s] 2026-03-07T03:53:35.5806590Z >>>>> 3/7/2026 3:53:35 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T03:53:55.6454360Z >>>>> 3/7/2026 3:53:55 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T03:53:55.6504100Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [20 s] 2026-03-07T03:53:55.6505100Z >>>>> 3/7/2026 3:53:55 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T03:54:12.8102130Z >>>>> 3/7/2026 3:54:12 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T03:54:12.8164090Z Passed VerifyModelItemsGroupedListWhenRemoveItems [17 s] 2026-03-07T03:54:12.8167060Z >>>>> 3/7/2026 3:54:12 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T03:54:39.0781810Z >>>>> 3/7/2026 3:54:39 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T03:54:39.0831000Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [26 s] 2026-03-07T03:54:39.0831990Z >>>>> 3/7/2026 3:54:39 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T03:54:49.6055010Z >>>>> 3/7/2026 3:54:49 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T03:54:49.6104850Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [10 s] 2026-03-07T03:54:49.6105950Z >>>>> 3/7/2026 3:54:49 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T03:54:59.7043800Z >>>>> 3/7/2026 3:54:59 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T03:54:59.7094660Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [10 s] 2026-03-07T03:54:59.7095960Z >>>>> 3/7/2026 3:54:59 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T03:55:12.6474630Z >>>>> 3/7/2026 3:55:12 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T03:55:12.6525300Z Passed VerifyModelItemsListWhenAddItems [12 s] 2026-03-07T03:55:12.6526450Z >>>>> 3/7/2026 3:55:12 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T03:55:26.4860580Z >>>>> 3/7/2026 3:55:26 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T03:55:26.4905430Z Passed VerifyModelItemsListWhenRemoveItems [13 s] 2026-03-07T03:55:26.4907680Z >>>>> 3/7/2026 3:55:26 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T03:55:42.4982130Z >>>>> 3/7/2026 3:55:42 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T03:55:42.5039110Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [16 s] 2026-03-07T03:55:42.5040080Z >>>>> 3/7/2026 3:55:42 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T03:55:55.8816880Z >>>>> 3/7/2026 3:55:55 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T03:55:55.8871180Z Passed VerifyModelItemsObservableCollectionWhenAddItems [13 s] 2026-03-07T03:55:55.8872150Z >>>>> 3/7/2026 3:55:55 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T03:56:18.9019170Z >>>>> 3/7/2026 3:56:18 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T03:56:18.9120180Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [23 s] 2026-03-07T03:56:18.9125020Z >>>>> 3/7/2026 3:56:18 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T03:56:35.3082960Z >>>>> 3/7/2026 3:56:35 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T03:56:35.3139110Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-07T03:56:35.3140010Z >>>>> 3/7/2026 3:56:35 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T03:56:49.1779900Z >>>>> 3/7/2026 3:56:49 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T03:56:49.1821770Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-07T03:56:49.1823920Z >>>>> 3/7/2026 3:56:49 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T03:57:12.1466140Z >>>>> 3/7/2026 3:57:12 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T03:57:12.1515550Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [22 s] 2026-03-07T03:57:12.1516430Z >>>>> 3/7/2026 3:57:12 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T03:57:22.8646860Z >>>>> 3/7/2026 3:57:22 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T03:57:22.8710450Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [10 s] 2026-03-07T03:57:22.8712490Z >>>>> 3/7/2026 3:57:22 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T03:57:33.0778520Z >>>>> 3/7/2026 3:57:33 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T03:57:33.0820930Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [10 s] 2026-03-07T03:57:33.0821820Z >>>>> 3/7/2026 3:57:33 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T03:57:43.3104440Z >>>>> 3/7/2026 3:57:43 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T03:57:43.3153080Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [10 s] 2026-03-07T03:57:43.3153920Z >>>>> 3/7/2026 3:57:43 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T03:57:53.6763920Z >>>>> 3/7/2026 3:57:53 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T03:57:53.6814530Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [10 s] 2026-03-07T03:57:53.6817870Z >>>>> 3/7/2026 3:57:53 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T03:58:11.9746140Z >>>>> 3/7/2026 3:58:11 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T03:58:11.9794870Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [18 s] 2026-03-07T03:58:11.9795800Z >>>>> 3/7/2026 3:58:11 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T03:58:27.5687590Z >>>>> 3/7/2026 3:58:27 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T03:58:27.5742020Z Passed VerifyStringItemsGroupedListWhenAddItems [15 s] 2026-03-07T03:58:27.5744260Z >>>>> 3/7/2026 3:58:27 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T03:58:53.9476150Z >>>>> 3/7/2026 3:58:53 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T03:58:53.9534970Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [26 s] 2026-03-07T03:58:53.9538760Z >>>>> 3/7/2026 3:58:53 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T03:59:13.5203790Z >>>>> 3/7/2026 3:59:13 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T03:59:13.5248570Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [19 s] 2026-03-07T03:59:13.5249520Z >>>>> 3/7/2026 3:59:13 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T03:59:29.7620780Z >>>>> 3/7/2026 3:59:29 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T03:59:29.7672860Z Passed VerifyStringItemsGroupedListWhenRemoveItems [16 s] 2026-03-07T03:59:29.7673770Z >>>>> 3/7/2026 3:59:29 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T03:59:54.5702610Z >>>>> 3/7/2026 3:59:54 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T03:59:54.5742360Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [24 s] 2026-03-07T03:59:54.5743220Z >>>>> 3/7/2026 3:59:54 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T04:00:03.2231780Z >>>>> 3/7/2026 4:00:03 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T04:00:03.2279580Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [8 s] 2026-03-07T04:00:03.2280620Z >>>>> 3/7/2026 4:00:03 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T04:00:11.0672750Z >>>>> 3/7/2026 4:00:11 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T04:00:11.0720800Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [7 s] 2026-03-07T04:00:11.0722230Z >>>>> 3/7/2026 4:00:11 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T04:00:22.0780420Z >>>>> 3/7/2026 4:00:22 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T04:00:22.0821470Z Passed VerifyStringItemsListWhenAddItems [11 s] 2026-03-07T04:00:22.0822440Z >>>>> 3/7/2026 4:00:22 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T04:00:33.9717360Z >>>>> 3/7/2026 4:00:33 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T04:00:33.9763950Z Passed VerifyStringItemsListWhenRemoveItems [11 s] 2026-03-07T04:00:33.9766490Z >>>>> 3/7/2026 4:00:33 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T04:00:53.4779540Z >>>>> 3/7/2026 4:00:53 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T04:00:53.4819750Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [19 s] 2026-03-07T04:00:53.4820620Z >>>>> 3/7/2026 4:00:53 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T04:01:14.1154200Z >>>>> 3/7/2026 4:01:14 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T04:01:14.1202220Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [20 s] 2026-03-07T04:01:14.1203200Z >>>>> 3/7/2026 4:01:14 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T04:01:28.3921140Z >>>>> 3/7/2026 4:01:28 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T04:01:28.3973860Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [14 s] 2026-03-07T04:01:28.3974850Z >>>>> 3/7/2026 4:01:28 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T04:01:39.7498240Z >>>>> 3/7/2026 4:01:39 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T04:01:39.7587680Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [11 s] 2026-03-07T04:01:39.7594280Z >>>>> 3/7/2026 4:01:39 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T04:02:00.1628530Z >>>>> 3/7/2026 4:02:00 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T04:02:00.7651710Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [20 s] 2026-03-07T04:02:02.5691600Z >>>>> 3/7/2026 4:02:02 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T04:02:04.9783030Z >>>>> 3/7/2026 4:02:04 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T04:02:23.2725080Z >>>>> 3/7/2026 4:02:23 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:02:23.2785570Z Passed VerifyMeasureAllItemsWithObservableCollection [18 s] 2026-03-07T04:02:23.2786910Z >>>>> 3/7/2026 4:02:23 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:02:42.8369430Z >>>>> 3/7/2026 4:02:42 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:02:42.8419250Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [19 s] 2026-03-07T04:02:42.8420400Z >>>>> 3/7/2026 4:02:42 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:02:59.9673400Z >>>>> 3/7/2026 4:02:59 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:02:59.9740990Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [17 s] 2026-03-07T04:02:59.9742140Z >>>>> 3/7/2026 4:02:59 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T04:03:36.7323620Z >>>>> 3/7/2026 4:03:36 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:03:36.7373960Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [36 s] 2026-03-07T04:03:36.7376580Z >>>>> 3/7/2026 4:03:36 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:03:57.1679210Z >>>>> 3/7/2026 4:03:57 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:03:57.1725570Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [20 s] 2026-03-07T04:03:57.1726870Z >>>>> 3/7/2026 4:03:57 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:04:14.7389410Z >>>>> 3/7/2026 4:04:14 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:04:14.7437070Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [17 s] 2026-03-07T04:04:14.7439820Z >>>>> 3/7/2026 4:04:14 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T04:04:48.6711680Z >>>>> 3/7/2026 4:04:48 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:04:48.6765620Z Passed VerifyKeepScrollOffsetWithGroupedList [33 s] 2026-03-07T04:04:48.6766840Z >>>>> 3/7/2026 4:04:48 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T04:05:16.9335220Z >>>>> 3/7/2026 4:05:16 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T04:05:16.9375960Z Passed VerifyKeepScrollOffsetWithObservableList [28 s] 2026-03-07T04:05:16.9376780Z >>>>> 3/7/2026 4:05:16 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T04:05:35.0139420Z >>>>> 3/7/2026 4:05:35 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T04:05:36.4420270Z Passed VerifyMeasureAllItemsWithGroupedList [18 s] 2026-03-07T04:05:37.4195030Z >>>>> 3/7/2026 4:05:37 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T04:05:39.8938250Z >>>>> 3/7/2026 4:05:39 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T04:05:58.0003960Z >>>>> 3/7/2026 4:05:57 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T04:05:58.0056890Z Passed VerifySelectionModeNoneWhenItemsSourceNone [18 s] 2026-03-07T04:05:58.0058320Z >>>>> 3/7/2026 4:05:58 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T04:06:15.2208520Z >>>>> 3/7/2026 4:06:15 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T04:06:15.2264340Z Passed VerifySelecctionModeSingleWhenCurrentSelection [17 s] 2026-03-07T04:06:15.2265190Z >>>>> 3/7/2026 4:06:15 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T04:06:28.9216710Z >>>>> 3/7/2026 4:06:28 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T04:06:28.9261950Z Passed VerifySelectionModeNoneWhenCurrentSelection [13 s] 2026-03-07T04:06:28.9262900Z >>>>> 3/7/2026 4:06:28 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T04:06:44.8243760Z >>>>> 3/7/2026 4:06:44 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T04:06:44.8314890Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [15 s] 2026-03-07T04:06:44.8317190Z >>>>> 3/7/2026 4:06:44 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T04:07:02.6892910Z >>>>> 3/7/2026 4:07:02 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:07:02.6941960Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [17 s] 2026-03-07T04:07:02.6945780Z >>>>> 3/7/2026 4:07:02 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T04:07:20.1837030Z >>>>> 3/7/2026 4:07:20 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T04:07:20.1891950Z Passed VerifySelectionModeNoneWhenPreviousSelection [17 s] 2026-03-07T04:07:20.1893350Z >>>>> 3/7/2026 4:07:20 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T04:07:38.8159200Z >>>>> 3/7/2026 4:07:38 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T04:07:38.8235040Z Passed VerifySelectionModeNoneWithFooterString [18 s] 2026-03-07T04:07:38.8237680Z >>>>> 3/7/2026 4:07:38 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T04:08:01.1450330Z >>>>> 3/7/2026 4:08:01 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T04:08:01.1494010Z Passed VerifySelectionModeNoneWithFooterTemplateView [22 s] 2026-03-07T04:08:01.1496140Z >>>>> 3/7/2026 4:08:01 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T04:08:20.2705280Z >>>>> 3/7/2026 4:08:20 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T04:08:20.2748910Z Passed VerifySelectionModeNoneWithFooterView [19 s] 2026-03-07T04:08:20.2751220Z >>>>> 3/7/2026 4:08:20 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T04:08:39.1978720Z >>>>> 3/7/2026 4:08:39 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T04:08:39.2085150Z Passed VerifySelectionModeNoneWithHeaderString [18 s] 2026-03-07T04:08:39.2086180Z >>>>> 3/7/2026 4:08:39 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T04:09:01.5276810Z >>>>> 3/7/2026 4:09:01 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T04:09:01.5318570Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [22 s] 2026-03-07T04:09:01.5320100Z >>>>> 3/7/2026 4:09:01 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T04:09:24.3691500Z >>>>> 3/7/2026 4:09:24 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T04:09:24.3740630Z Passed VerifySelectionModeNoneWithHeaderTemplateView [22 s] 2026-03-07T04:09:24.3743240Z >>>>> 3/7/2026 4:09:24 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T04:09:53.8011990Z >>>>> 3/7/2026 4:09:53 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T04:09:53.8063630Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [29 s] 2026-03-07T04:09:53.8065290Z >>>>> 3/7/2026 4:09:53 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-07T04:10:12.8546070Z >>>>> 3/7/2026 4:10:12 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-07T04:10:12.8587210Z Passed VerifySelectionModeNoneWithHeaderView [19 s] 2026-03-07T04:10:12.8588100Z >>>>> 3/7/2026 4:10:12 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-07T04:10:35.7631150Z >>>>> 3/7/2026 4:10:35 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-07T04:10:35.7678970Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [22 s] 2026-03-07T04:10:35.7681670Z >>>>> 3/7/2026 4:10:35 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-07T04:10:58.9787130Z >>>>> 3/7/2026 4:10:58 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-07T04:10:58.9830080Z Passed VerifySelectionModeSingleSelectionChangedEventCount [23 s] 2026-03-07T04:10:58.9831500Z >>>>> 3/7/2026 4:10:58 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-07T04:11:18.8270850Z >>>>> 3/7/2026 4:11:18 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-07T04:11:18.8335170Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [19 s] 2026-03-07T04:11:18.8336300Z >>>>> 3/7/2026 4:11:18 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-07T04:11:34.4639240Z >>>>> 3/7/2026 4:11:34 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-07T04:11:34.4683070Z Passed VerifySelectionModeSingleWhenItemsSourceNone [15 s] 2026-03-07T04:11:34.4683850Z >>>>> 3/7/2026 4:11:34 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-07T04:11:49.6204340Z >>>>> 3/7/2026 4:11:49 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:11:49.6382340Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [15 s] 2026-03-07T04:11:49.6535760Z >>>>> 3/7/2026 4:11:49 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-07T04:12:08.5390760Z >>>>> 3/7/2026 4:12:08 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-07T04:12:08.5434860Z Passed VerifySelectionModeSingleWhenPreviousSelection [18 s] 2026-03-07T04:12:08.5436650Z >>>>> 3/7/2026 4:12:08 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-07T04:12:27.4757080Z >>>>> 3/7/2026 4:12:27 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-07T04:12:27.4812630Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [18 s] 2026-03-07T04:12:27.4814320Z >>>>> 3/7/2026 4:12:27 AM VerifySelectionModeSingleWithFooterString Start 2026-03-07T04:12:49.7040940Z >>>>> 3/7/2026 4:12:49 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-07T04:12:49.7086370Z Passed VerifySelectionModeSingleWithFooterString [22 s] 2026-03-07T04:12:49.7087340Z >>>>> 3/7/2026 4:12:49 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-07T04:13:16.1350740Z >>>>> 3/7/2026 4:13:16 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-07T04:13:16.1411860Z Passed VerifySelectionModeSingleWithFooterTemplateView [26 s] 2026-03-07T04:13:16.1419560Z >>>>> 3/7/2026 4:13:16 AM VerifySelectionModeSingleWithFooterView Start 2026-03-07T04:13:38.4553610Z >>>>> 3/7/2026 4:13:38 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-07T04:13:38.4612380Z Passed VerifySelectionModeSingleWithFooterView [22 s] 2026-03-07T04:13:38.4613360Z >>>>> 3/7/2026 4:13:38 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-07T04:14:01.4573040Z >>>>> 3/7/2026 4:14:01 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-07T04:14:01.4626530Z Passed VerifySelectionModeSingleWithHeaderString [23 s] 2026-03-07T04:14:01.4627480Z >>>>> 3/7/2026 4:14:01 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-07T04:14:26.7889840Z >>>>> 3/7/2026 4:14:26 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-07T04:14:26.7944900Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [25 s] 2026-03-07T04:14:26.7946070Z >>>>> 3/7/2026 4:14:26 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-07T04:14:54.8070750Z >>>>> 3/7/2026 4:14:54 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-07T04:14:54.8138470Z Passed VerifySelectionModeSingleWithHeaderTemplateView [28 s] 2026-03-07T04:14:54.8139850Z >>>>> 3/7/2026 4:14:54 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T04:15:32.2956620Z >>>>> 3/7/2026 4:15:32 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T04:15:32.3021900Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [37 s] 2026-03-07T04:15:32.3023250Z >>>>> 3/7/2026 4:15:32 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-07T04:15:57.9218580Z >>>>> 3/7/2026 4:15:57 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-07T04:15:57.9258950Z Passed VerifySelectionModeSingleWithHeaderView [25 s] 2026-03-07T04:15:57.9260210Z >>>>> 3/7/2026 4:15:57 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-07T04:16:26.1219870Z >>>>> 3/7/2026 4:16:26 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-07T04:16:26.4299270Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [28 s] 2026-03-07T04:16:28.7879310Z >>>>> 3/7/2026 4:16:28 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-07T04:16:28.7884180Z >>>>> 3/7/2026 4:16:28 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-07T04:16:39.2849620Z >>>>> 3/7/2026 4:16:39 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-07T04:16:41.6693490Z Passed EmptyViewItemsSourceNullStringWorks [12 s] 2026-03-07T04:16:41.6705380Z >>>>> 3/7/2026 4:16:41 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-07T04:16:41.6707140Z >>>>> 3/7/2026 4:16:41 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-07T04:16:51.9865220Z >>>>> 3/7/2026 4:16:51 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-07T04:16:55.2354810Z Passed EmptyViewItemsSourceNullViewWorks [12 s] 2026-03-07T04:16:56.9657040Z >>>>> 3/7/2026 4:16:56 AM GroupingAndHeaderWorks Start 2026-03-07T04:16:56.9735500Z >>>>> 3/7/2026 4:16:56 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-07T04:17:14.2785090Z >>>>> 3/7/2026 4:17:14 AM GroupingAndHeaderWorks Stop 2026-03-07T04:17:17.9842210Z Passed GroupingAndHeaderWorks [19 s] 2026-03-07T04:17:19.1715220Z >>>>> 3/7/2026 4:17:19 AM HeaderFooterStringWorks Start 2026-03-07T04:17:19.1718730Z >>>>> 3/7/2026 4:17:19 AM FixtureSetup for HeaderFooterStringWorks 2026-03-07T04:17:30.4575140Z >>>>> 3/7/2026 4:17:30 AM HeaderFooterStringWorks Stop 2026-03-07T04:17:33.0482430Z Passed HeaderFooterStringWorks [13 s] 2026-03-07T04:17:35.2621960Z >>>>> 3/7/2026 4:17:35 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-07T04:17:37.7373720Z >>>>> 3/7/2026 4:17:37 AM SelectionShouldUpdateBinding Start 2026-03-07T04:17:49.2251980Z >>>>> 3/7/2026 4:17:49 AM SelectionShouldUpdateBinding Stop 2026-03-07T04:17:49.7385440Z Passed SelectionShouldUpdateBinding [11 s] 2026-03-07T04:17:51.5530280Z >>>>> 3/7/2026 4:17:51 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-07T04:17:51.6341770Z >>>>> 3/7/2026 4:17:51 AM ClearingGroupedNoCrash Start 2026-03-07T04:17:54.2980160Z >>>>> 3/7/2026 4:17:54 AM ClearingGroupedNoCrash Stop 2026-03-07T04:17:54.6310110Z Passed ClearingGroupedNoCrash [2 s] 2026-03-07T04:17:57.5151430Z >>>>> 3/7/2026 4:17:57 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-07T04:17:57.5940410Z >>>>> 3/7/2026 4:17:57 AM NoBindingErrors Start 2026-03-07T04:18:05.7660850Z >>>>> 3/7/2026 4:18:05 AM NoBindingErrors Stop 2026-03-07T04:18:06.6314480Z Passed NoBindingErrors [8 s] 2026-03-07T04:18:08.0155380Z >>>>> 3/7/2026 4:18:08 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-07T04:18:08.0927760Z >>>>> 3/7/2026 4:18:08 AM DynamicallyLoadCollectionView Start 2026-03-07T04:18:08.7501920Z >>>>> 3/7/2026 4:18:08 AM DynamicallyLoadCollectionView Stop 2026-03-07T04:18:09.7286720Z Passed DynamicallyLoadCollectionView [661 ms] 2026-03-07T04:18:11.0238250Z >>>>> 3/7/2026 4:18:11 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-07T04:18:11.1130230Z >>>>> 3/7/2026 4:18:11 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-07T04:18:11.1499110Z >>>>> 3/7/2026 4:18:11 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-07T04:18:11.1553910Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-07T04:18:11.2680630Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [42 ms] 2026-03-07T04:18:13.7355800Z >>>>> 3/7/2026 4:18:13 AM KeepItemsInView Start 2026-03-07T04:18:13.7386750Z >>>>> 3/7/2026 4:18:13 AM FixtureSetup for KeepItemsInView 2026-03-07T04:19:13.2130180Z >>>>> 3/7/2026 4:19:13 AM KeepItemsInView Stop 2026-03-07T04:19:16.7441050Z Passed KeepItemsInView [1 m 1 s] 2026-03-07T04:19:18.0290910Z >>>>> 3/7/2026 4:19:18 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-07T04:19:18.0292490Z >>>>> 3/7/2026 4:19:18 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-07T04:19:23.0402530Z >>>>> 3/7/2026 4:19:23 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-07T04:19:25.3635730Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [7 s] 2026-03-07T04:19:25.3638060Z >>>>> 3/7/2026 4:19:25 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-07T04:19:25.3640870Z >>>>> 3/7/2026 4:19:25 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-07T04:19:30.3261020Z >>>>> 3/7/2026 4:19:30 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-07T04:19:32.8962390Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [7 s] 2026-03-07T04:19:34.9620910Z >>>>> 3/7/2026 4:19:34 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-07T04:19:35.0628010Z >>>>> 3/7/2026 4:19:35 AM EmptyViewShouldNotCrash Start 2026-03-07T04:19:35.8558540Z >>>>> 3/7/2026 4:19:35 AM EmptyViewShouldNotCrash Stop 2026-03-07T04:19:36.5810940Z Passed EmptyViewShouldNotCrash [799 ms] 2026-03-07T04:19:38.1309870Z >>>>> 3/7/2026 4:19:38 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-07T04:19:38.2180860Z >>>>> 3/7/2026 4:19:38 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T04:19:38.8999930Z >>>>> 3/7/2026 4:19:38 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T04:19:39.7137910Z Passed CollectionShouldInvalidateOnVisibilityChange [686 ms] 2026-03-07T04:19:41.8860340Z >>>>> 3/7/2026 4:19:41 AM FixtureSetup for Issue10454(Mac) 2026-03-07T04:19:41.9674160Z >>>>> 3/7/2026 4:19:41 AM ChildAddedShouldFire Start 2026-03-07T04:19:45.1430460Z >>>>> 3/7/2026 4:19:45 AM ChildAddedShouldFire Stop 2026-03-07T04:19:46.5452750Z Passed ChildAddedShouldFire [3 s] 2026-03-07T04:19:47.5204560Z >>>>> 3/7/2026 4:19:47 AM FixtureSetup for Issue10947(Mac) 2026-03-07T04:19:47.6252640Z >>>>> 3/7/2026 4:19:47 AM CollectionViewHeaderShouldNotScroll Start 2026-03-07T04:19:56.2360420Z >>>>> 3/7/2026 4:19:56 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-07T04:19:57.0767980Z Passed CollectionViewHeaderShouldNotScroll [8 s] 2026-03-07T04:19:58.4977670Z >>>>> 3/7/2026 4:19:58 AM FixtureSetup for Issue11311(Mac) 2026-03-07T04:19:58.5746720Z >>>>> 3/7/2026 4:19:58 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-07T04:19:59.2838840Z >>>>> 3/7/2026 4:19:59 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-07T04:20:00.1345180Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [714 ms] 2026-03-07T04:20:01.6102450Z >>>>> 3/7/2026 4:20:01 AM FixtureSetup for Issue11853(Mac) 2026-03-07T04:20:01.6882260Z >>>>> 3/7/2026 4:20:01 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-07T04:20:05.6974800Z >>>>> 3/7/2026 4:20:05 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-07T04:20:06.2430240Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [4 s] 2026-03-07T04:20:08.0303940Z >>>>> 3/7/2026 4:20:08 AM FixtureSetup for Issue11896(Mac) 2026-03-07T04:20:08.1040370Z >>>>> 3/7/2026 4:20:08 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-07T04:20:15.0843540Z >>>>> 3/7/2026 4:20:15 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-07T04:20:15.0890200Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [6 s] 2026-03-07T04:20:15.0895420Z >>>>> 3/7/2026 4:20:15 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-07T04:20:23.2169020Z >>>>> 3/7/2026 4:20:23 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-07T04:20:24.0982810Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [8 s] 2026-03-07T04:20:25.5411140Z >>>>> 3/7/2026 4:20:25 AM FixtureSetup for Issue12374(Mac) 2026-03-07T04:20:25.6168840Z >>>>> 3/7/2026 4:20:25 AM Issue12374Test Start 2026-03-07T04:20:32.0339280Z >>>>> 3/7/2026 4:20:32 AM Issue12374Test Stop 2026-03-07T04:20:33.1105720Z Passed Issue12374Test [6 s] 2026-03-07T04:20:34.3121740Z >>>>> 3/7/2026 4:20:34 AM FixtureSetup for Issue12714(Mac) 2026-03-07T04:20:34.3993780Z >>>>> 3/7/2026 4:20:34 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-07T04:20:36.5650460Z >>>>> 3/7/2026 4:20:36 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-07T04:20:37.6256920Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-07T04:20:38.8769170Z >>>>> 3/7/2026 4:20:38 AM FixtureSetup for Issue13126_2(Mac) 2026-03-07T04:20:38.9490980Z >>>>> 3/7/2026 4:20:38 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-07T04:20:39.6686560Z >>>>> 3/7/2026 4:20:39 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-07T04:20:40.7287460Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [724 ms] 2026-03-07T04:20:41.8917210Z >>>>> 3/7/2026 4:20:41 AM FixtureSetup for Issue13203(Mac) 2026-03-07T04:20:41.9682930Z >>>>> 3/7/2026 4:20:41 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T04:20:42.6433870Z >>>>> 3/7/2026 4:20:42 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T04:20:43.7677440Z Passed CollectionShouldInvalidateOnVisibilityChange [682 ms] 2026-03-07T04:20:44.9324900Z >>>>> 3/7/2026 4:20:44 AM FixtureSetup for Issue13551(Mac) 2026-03-07T04:20:45.0604040Z >>>>> 3/7/2026 4:20:45 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-07T04:20:46.1606310Z >>>>> 3/7/2026 4:20:46 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-07T04:20:46.7681770Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-07T04:20:48.5063290Z >>>>> 3/7/2026 4:20:48 AM FixtureSetup for Issue14557(Mac) 2026-03-07T04:20:48.6042700Z >>>>> 3/7/2026 4:20:48 AM HeaderAndFooterRender Start 2026-03-07T04:20:50.9845920Z >>>>> 3/7/2026 4:20:50 AM HeaderAndFooterRender Stop 2026-03-07T04:20:51.6330330Z Passed HeaderAndFooterRender [2 s] 2026-03-07T04:20:53.2977970Z >>>>> 3/7/2026 4:20:53 AM FixtureSetup for Issue15778(Mac) 2026-03-07T04:20:53.3732310Z >>>>> 3/7/2026 4:20:53 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-07T04:20:56.6571790Z >>>>> 3/7/2026 4:20:56 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-07T04:20:57.8664430Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-07T04:20:58.9921010Z >>>>> 3/7/2026 4:20:58 AM FixtureSetup for Issue15815(Mac) 2026-03-07T04:20:59.0779280Z >>>>> 3/7/2026 4:20:59 AM LastItemIsVisilbe Start 2026-03-07T04:21:00.3137800Z >>>>> 3/7/2026 4:21:00 AM LastItemIsVisilbe Stop 2026-03-07T04:21:00.9285260Z Passed LastItemIsVisilbe [1 s] 2026-03-07T04:21:02.6089870Z >>>>> 3/7/2026 4:21:02 AM FixtureSetup for Issue16320(Mac) 2026-03-07T04:21:02.6869490Z >>>>> 3/7/2026 4:21:02 AM Issue16320Test Start 2026-03-07T04:21:04.9933560Z >>>>> 3/7/2026 4:21:04 AM Issue16320Test Stop 2026-03-07T04:21:05.6846380Z Passed Issue16320Test [2 s] 2026-03-07T04:21:07.2029820Z >>>>> 3/7/2026 4:21:07 AM FixtureSetup for Issue16787(Mac) 2026-03-07T04:21:07.2938870Z >>>>> 3/7/2026 4:21:07 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-07T04:21:08.3566310Z >>>>> 3/7/2026 4:21:08 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-07T04:21:08.8344410Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-07T04:21:10.8595780Z >>>>> 3/7/2026 4:21:10 AM FixtureSetup for Issue17400(Mac) 2026-03-07T04:21:10.9366120Z >>>>> 3/7/2026 4:21:10 AM Issue17400Test Start 2026-03-07T04:21:17.0647400Z >>>>> 3/7/2026 4:21:17 AM Issue17400Test Stop 2026-03-07T04:21:18.5042420Z Passed Issue17400Test [6 s] 2026-03-07T04:21:19.3490670Z >>>>> 3/7/2026 4:21:19 AM FixtureSetup for Issue17823(Mac) 2026-03-07T04:21:19.4209580Z >>>>> 3/7/2026 4:21:19 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-07T04:21:24.2765170Z >>>>> 3/7/2026 4:21:24 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-07T04:21:24.2819400Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [4 s] 2026-03-07T04:21:24.2829430Z >>>>> 3/7/2026 4:21:24 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-07T04:21:28.6878290Z >>>>> 3/7/2026 4:21:28 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-07T04:21:28.8002940Z Passed ReorderingLastItemWithHeaderDoesNotCrash [4 s] 2026-03-07T04:21:31.2430570Z >>>>> 3/7/2026 4:21:31 AM FixtureSetup for Issue17865(Mac) 2026-03-07T04:21:31.3268470Z >>>>> 3/7/2026 4:21:31 AM Issue17865Test Start 2026-03-07T04:21:37.0408380Z >>>>> 3/7/2026 4:21:37 AM Issue17865Test Stop 2026-03-07T04:21:37.3453880Z Passed Issue17865Test [5 s] 2026-03-07T04:21:39.4337310Z >>>>> 3/7/2026 4:21:39 AM FixtureSetup for Issue17969(Mac) 2026-03-07T04:21:39.5178840Z >>>>> 3/7/2026 4:21:39 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-07T04:21:46.0327870Z >>>>> 3/7/2026 4:21:46 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-07T04:21:46.0382640Z Passed CollectionViewAddGroupWhenViewIsEmpty [6 s] 2026-03-07T04:21:46.0384240Z >>>>> 3/7/2026 4:21:46 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-07T04:21:52.0788250Z >>>>> 3/7/2026 4:21:52 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-07T04:21:52.1441280Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [6 s] 2026-03-07T04:21:54.7130110Z >>>>> 3/7/2026 4:21:54 AM FixtureSetup for Issue18389(Mac) 2026-03-07T04:21:54.7991360Z >>>>> 3/7/2026 4:21:54 AM VerifyScrollToIndexWithHeader Start 2026-03-07T04:22:07.8031890Z >>>>> 3/7/2026 4:22:07 AM VerifyScrollToIndexWithHeader Stop 2026-03-07T04:22:08.2961520Z Passed VerifyScrollToIndexWithHeader [13 s] 2026-03-07T04:22:10.1626710Z >>>>> 3/7/2026 4:22:10 AM FixtureSetup for Issue18702(Mac) 2026-03-07T04:22:10.2462930Z >>>>> 3/7/2026 4:22:10 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-07T04:22:12.7496820Z >>>>> 3/7/2026 4:22:12 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-07T04:22:13.3022410Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [2 s] 2026-03-07T04:22:15.2197130Z >>>>> 3/7/2026 4:22:15 AM FixtureSetup for Issue18751(Mac) 2026-03-07T04:22:15.3144200Z >>>>> 3/7/2026 4:22:15 AM Issue18751Test Start 2026-03-07T04:22:18.7556320Z >>>>> 3/7/2026 4:22:18 AM Issue18751Test Stop 2026-03-07T04:22:19.8069620Z Passed Issue18751Test [3 s] 2026-03-07T04:22:21.0254010Z >>>>> 3/7/2026 4:22:21 AM FixtureSetup for Issue19338(Mac) 2026-03-07T04:22:21.1074890Z >>>>> 3/7/2026 4:22:21 AM HeaderAndFooterShouldBeVisible Start 2026-03-07T04:22:23.2683460Z >>>>> 3/7/2026 4:22:23 AM HeaderAndFooterShouldBeVisible Stop 2026-03-07T04:22:24.3244710Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-07T04:22:25.5829280Z >>>>> 3/7/2026 4:22:25 AM FixtureSetup for Issue19379(Mac) 2026-03-07T04:22:25.6683670Z >>>>> 3/7/2026 4:22:25 AM UpdateCollectionViewHeaderTest Start 2026-03-07T04:22:29.8589200Z >>>>> 3/7/2026 4:22:29 AM UpdateCollectionViewHeaderTest Stop 2026-03-07T04:22:30.3844120Z Passed UpdateCollectionViewHeaderTest [4 s] 2026-03-07T04:22:32.0743390Z >>>>> 3/7/2026 4:22:32 AM FixtureSetup for Issue19609(Mac) 2026-03-07T04:22:32.1490010Z >>>>> 3/7/2026 4:22:32 AM CanTapButtonOnEmptyView Start 2026-03-07T04:22:34.9407480Z >>>>> 3/7/2026 4:22:34 AM CanTapButtonOnEmptyView Stop 2026-03-07T04:22:35.1477010Z Passed CanTapButtonOnEmptyView [2 s] 2026-03-07T04:22:37.2954020Z >>>>> 3/7/2026 4:22:37 AM FixtureSetup for Issue19771(Mac) 2026-03-07T04:22:37.3773730Z >>>>> 3/7/2026 4:22:37 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-07T04:22:45.0090970Z >>>>> 3/7/2026 4:22:45 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-07T04:22:46.3974860Z Passed CollectionViewIsEnabledFalsePreventsInteractions [7 s] 2026-03-07T04:22:47.3267530Z >>>>> 3/7/2026 4:22:47 AM FixtureSetup for Issue19803(Mac) 2026-03-07T04:22:47.4087760Z >>>>> 3/7/2026 4:22:47 AM NoNREWhenChangingGridItemsLayout Start 2026-03-07T04:22:50.1086570Z >>>>> 3/7/2026 4:22:50 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-07T04:22:50.9976410Z Passed NoNREWhenChangingGridItemsLayout [2 s] 2026-03-07T04:22:52.5856960Z >>>>> 3/7/2026 4:22:52 AM FixtureSetup for Issue20294(Mac) 2026-03-07T04:22:52.6878890Z >>>>> 3/7/2026 4:22:52 AM ScrollToEndDoesntCrash Start 2026-03-07T04:23:15.0417400Z >>>>> 3/7/2026 4:23:15 AM ScrollToEndDoesntCrash Stop 2026-03-07T04:23:15.2039470Z Passed ScrollToEndDoesntCrash [22 s] 2026-03-07T04:23:17.5657480Z >>>>> 3/7/2026 4:23:17 AM FixtureSetup for Issue20443(Mac) 2026-03-07T04:23:17.6535010Z >>>>> 3/7/2026 4:23:17 AM RefreshShouldNotChangeSize Start 2026-03-07T04:23:31.6147500Z >>>>> 3/7/2026 4:23:31 AM RefreshShouldNotChangeSize Stop 2026-03-07T04:23:32.6475370Z Passed RefreshShouldNotChangeSize [13 s] 2026-03-07T04:23:34.4638270Z >>>>> 3/7/2026 4:23:34 AM FixtureSetup for Issue20842(Mac) 2026-03-07T04:23:34.5395240Z >>>>> 3/7/2026 4:23:34 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-07T04:23:57.1560230Z >>>>> 3/7/2026 4:23:57 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-07T04:23:58.5628210Z Passed VerifyCollectionViewItemsAfterScrolling [22 s] 2026-03-07T04:23:59.3902970Z >>>>> 3/7/2026 4:23:59 AM FixtureSetup for Issue21728(Mac) 2026-03-07T04:23:59.4790420Z >>>>> 3/7/2026 4:23:59 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-07T04:24:01.5677250Z >>>>> 3/7/2026 4:24:01 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-07T04:24:01.6769650Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-07T04:24:03.8743430Z >>>>> 3/7/2026 4:24:03 AM FixtureSetup for Issue21967(Mac) 2026-03-07T04:24:03.9499320Z >>>>> 3/7/2026 4:24:03 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-07T04:24:05.5870460Z >>>>> 3/7/2026 4:24:05 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-07T04:24:05.5928880Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [1 s] 2026-03-07T04:24:05.5942620Z >>>>> 3/7/2026 4:24:05 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-07T04:24:12.7189340Z >>>>> 3/7/2026 4:24:12 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-07T04:24:13.0969110Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [7 s] 2026-03-07T04:24:15.0379150Z >>>>> 3/7/2026 4:24:15 AM FixtureSetup for Issue22104(Mac) 2026-03-07T04:24:15.1108740Z >>>>> 3/7/2026 4:24:15 AM VerifyCollectionViewVisualState Start 2026-03-07T04:24:19.2086180Z >>>>> 3/7/2026 4:24:19 AM VerifyCollectionViewVisualState Stop 2026-03-07T04:24:19.6099110Z Passed VerifyCollectionViewVisualState [4 s] 2026-03-07T04:24:21.3928120Z >>>>> 3/7/2026 4:24:21 AM FixtureSetup for Issue22320(Mac) 2026-03-07T04:24:21.4765680Z >>>>> 3/7/2026 4:24:21 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-07T04:24:22.4918780Z >>>>> 3/7/2026 4:24:22 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-07T04:24:22.5091600Z >>>>> 3/7/2026 4:24:22 AM Log types: 2026-03-07T04:24:22.9690130Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-07T04:24:22.9692170Z Error Message: 2026-03-07T04:24:22.9693760Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-07T04:24:22.9694600Z Stack Trace: 2026-03-07T04:24:22.9699480Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-07T04:24:22.9704600Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-07T04:24:22.9706340Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-07T04:24:22.9707280Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T04:24:22.9709570Z --- End of stack trace from previous location --- 2026-03-07T04:24:22.9711400Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T04:24:22.9713250Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-07T04:24:22.9714390Z --- End of stack trace from previous location --- 2026-03-07T04:24:22.9721250Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-07T04:24:22.9721950Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-07T04:24:22.9722660Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-07T04:24:22.9723450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:24:22.9724150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:24:22.9724760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:24:22.9725360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:24:22.9725640Z 2026-03-07T04:24:25.2301780Z >>>>> 3/7/2026 4:24:25 AM FixtureSetup for Issue22467(Mac) 2026-03-07T04:24:25.3216650Z >>>>> 3/7/2026 4:24:25 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-07T04:24:32.0108880Z >>>>> 3/7/2026 4:24:32 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-07T04:24:32.8180450Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [6 s] 2026-03-07T04:24:34.2722690Z >>>>> 3/7/2026 4:24:34 AM FixtureSetup for Issue22674(Mac) 2026-03-07T04:24:34.3541820Z >>>>> 3/7/2026 4:24:34 AM RemoveItemWhenSelectionChanged Start 2026-03-07T04:24:36.1901700Z >>>>> 3/7/2026 4:24:36 AM RemoveItemWhenSelectionChanged Stop 2026-03-07T04:24:37.3615200Z Passed RemoveItemWhenSelectionChanged [2 s] 2026-03-07T04:24:39.0721180Z >>>>> 3/7/2026 4:24:39 AM FixtureSetup for Issue23702(Mac) 2026-03-07T04:24:39.1545780Z >>>>> 3/7/2026 4:24:39 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-07T04:24:43.3260920Z >>>>> 3/7/2026 4:24:43 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-07T04:24:43.6652650Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [4 s] 2026-03-07T04:24:45.6559440Z >>>>> 3/7/2026 4:24:45 AM FixtureSetup for Issue25181(Mac) 2026-03-07T04:24:45.7383020Z >>>>> 3/7/2026 4:24:45 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-07T04:24:47.7031320Z >>>>> 3/7/2026 4:24:47 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-07T04:24:48.7315810Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [1 s] 2026-03-07T04:24:50.1815830Z >>>>> 3/7/2026 4:24:50 AM FixtureSetup for Issue25191(Mac) 2026-03-07T04:24:50.2752540Z >>>>> 3/7/2026 4:24:50 AM CollectionViewMeasureFirstItem Start 2026-03-07T04:24:53.8008430Z >>>>> 3/7/2026 4:24:53 AM CollectionViewMeasureFirstItem Stop 2026-03-07T04:24:54.7838420Z Passed CollectionViewMeasureFirstItem [3 s] 2026-03-07T04:24:56.1540370Z >>>>> 3/7/2026 4:24:56 AM FixtureSetup for Issue25224(Mac) 2026-03-07T04:24:56.2362410Z >>>>> 3/7/2026 4:24:56 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-07T04:24:59.6914950Z >>>>> 3/7/2026 4:24:59 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-07T04:24:59.6955670Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 s] 2026-03-07T04:24:59.6966020Z >>>>> 3/7/2026 4:24:59 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-07T04:25:02.2076430Z >>>>> 3/7/2026 4:25:02 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-07T04:25:02.6993720Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-07T04:25:04.6893720Z >>>>> 3/7/2026 4:25:04 AM FixtureSetup for Issue25362(Mac) 2026-03-07T04:25:04.7698860Z >>>>> 3/7/2026 4:25:04 AM HeaderShouldNotCollapseWithItems Start 2026-03-07T04:25:12.3534720Z >>>>> 3/7/2026 4:25:12 AM HeaderShouldNotCollapseWithItems Stop 2026-03-07T04:25:13.8371870Z Passed HeaderShouldNotCollapseWithItems [7 s] 2026-03-07T04:25:14.6619390Z >>>>> 3/7/2026 4:25:14 AM FixtureSetup for Issue25433(Mac) 2026-03-07T04:25:14.7444170Z >>>>> 3/7/2026 4:25:14 AM CollectionViewHorizontalItemSpacing Start 2026-03-07T04:25:16.9183350Z >>>>> 3/7/2026 4:25:16 AM CollectionViewHorizontalItemSpacing Stop 2026-03-07T04:25:16.9718620Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-07T04:25:19.1702500Z >>>>> 3/7/2026 4:25:19 AM FixtureSetup for Issue25514(Mac) 2026-03-07T04:25:19.2489790Z >>>>> 3/7/2026 4:25:19 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-07T04:25:21.1922700Z >>>>> 3/7/2026 4:25:21 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-07T04:25:22.3050270Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [1 s] 2026-03-07T04:25:23.9074830Z >>>>> 3/7/2026 4:25:23 AM FixtureSetup for Issue25551(Mac) 2026-03-07T04:25:24.0159570Z >>>>> 3/7/2026 4:25:24 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-07T04:25:31.5461230Z >>>>> 3/7/2026 4:25:31 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-07T04:25:31.6542310Z Passed CollectionViewPreSelectionShouldUpdate [7 s] 2026-03-07T04:25:34.3032140Z >>>>> 3/7/2026 4:25:34 AM FixtureSetup for Issue25649(Mac) 2026-03-07T04:25:34.3830970Z >>>>> 3/7/2026 4:25:34 AM Issue25649Test Start 2026-03-07T04:25:45.7800240Z >>>>> 3/7/2026 4:25:45 AM Issue25649Test Stop 2026-03-07T04:25:46.3775440Z Passed Issue25649Test [11 s] 2026-03-07T04:25:48.1025950Z >>>>> 3/7/2026 4:25:48 AM FixtureSetup for Issue25724(Mac) 2026-03-07T04:25:48.1815950Z >>>>> 3/7/2026 4:25:48 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-07T04:25:52.2511990Z >>>>> 3/7/2026 4:25:52 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-07T04:25:52.6750560Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-07T04:25:54.6746590Z >>>>> 3/7/2026 4:25:54 AM FixtureSetup for Issue25859(Mac) 2026-03-07T04:25:54.7607600Z >>>>> 3/7/2026 4:25:54 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-07T04:25:57.9337720Z >>>>> 3/7/2026 4:25:57 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-07T04:25:59.3073000Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-07T04:26:00.4147950Z >>>>> 3/7/2026 4:26:00 AM FixtureSetup for Issue25889(Mac) 2026-03-07T04:26:00.5008870Z >>>>> 3/7/2026 4:26:00 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-07T04:26:13.6580520Z >>>>> 3/7/2026 4:26:13 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-07T04:26:14.3645030Z Passed RemainingItemsThresholdReachedCommandFired [13 s] 2026-03-07T04:26:16.0947670Z >>>>> 3/7/2026 4:26:16 AM FixtureSetup for Issue26066(Mac) 2026-03-07T04:26:16.1737740Z >>>>> 3/7/2026 4:26:16 AM CollectionView2ShouldFindAncestorType Start 2026-03-07T04:26:21.8976280Z >>>>> 3/7/2026 4:26:21 AM CollectionView2ShouldFindAncestorType Stop 2026-03-07T04:26:22.1835540Z Passed CollectionView2ShouldFindAncestorType [5 s] 2026-03-07T04:26:24.2808750Z >>>>> 3/7/2026 4:26:24 AM FixtureSetup for Issue26083(Mac) 2026-03-07T04:26:24.3668000Z >>>>> 3/7/2026 4:26:24 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-07T04:26:29.8628990Z >>>>> 3/7/2026 4:26:29 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-07T04:26:30.3649060Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [5 s] 2026-03-07T04:26:32.1688400Z >>>>> 3/7/2026 4:26:32 AM FixtureSetup for Issue26187(Mac) 2026-03-07T04:26:32.2538880Z >>>>> 3/7/2026 4:26:32 AM SelectedItemVisualIsCleared Start 2026-03-07T04:26:39.2954860Z >>>>> 3/7/2026 4:26:39 AM SelectedItemVisualIsCleared Stop 2026-03-07T04:26:39.7605500Z Passed SelectedItemVisualIsCleared [7 s] 2026-03-07T04:26:41.7260970Z >>>>> 3/7/2026 4:26:41 AM FixtureSetup for Issue26817_2(Mac) 2026-03-07T04:26:41.8030050Z >>>>> 3/7/2026 4:26:41 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T04:26:58.1904830Z >>>>> 3/7/2026 4:26:58 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T04:26:58.3689270Z Passed AccessibilityTraitsSetCorrectly [16 s] 2026-03-07T04:27:00.6022860Z >>>>> 3/7/2026 4:27:00 AM FixtureSetup for Issue26817(Mac) 2026-03-07T04:27:00.6843460Z >>>>> 3/7/2026 4:27:00 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T04:27:17.5313370Z >>>>> 3/7/2026 4:27:17 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T04:27:18.6804620Z Passed AccessibilityTraitsSetCorrectly [16 s] 2026-03-07T04:27:20.0129320Z >>>>> 3/7/2026 4:27:20 AM FixtureSetup for Issue26997(Mac) 2026-03-07T04:27:20.1130260Z >>>>> 3/7/2026 4:27:20 AM CollectionViewShouldNotCrash Start 2026-03-07T04:27:20.8187060Z >>>>> 3/7/2026 4:27:20 AM CollectionViewShouldNotCrash Stop 2026-03-07T04:27:21.7660320Z Passed CollectionViewShouldNotCrash [713 ms] 2026-03-07T04:27:23.6466060Z >>>>> 3/7/2026 4:27:23 AM FixtureSetup for Issue27117(Mac) 2026-03-07T04:27:23.7355640Z >>>>> 3/7/2026 4:27:23 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-07T04:27:43.5213700Z >>>>> 3/7/2026 4:27:43 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-07T04:27:44.7867390Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [19 s] 2026-03-07T04:27:46.0363930Z >>>>> 3/7/2026 4:27:46 AM FixtureSetup for Issue27200(Mac) 2026-03-07T04:27:46.1223180Z >>>>> 3/7/2026 4:27:46 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-07T04:27:50.6214710Z >>>>> 3/7/2026 4:27:50 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-07T04:27:50.8648870Z Passed CollectionViewHeaderSizewithIsVisibleBinding [4 s] 2026-03-07T04:27:53.1019400Z >>>>> 3/7/2026 4:27:53 AM FixtureSetup for Issue27766(Mac) 2026-03-07T04:27:53.1772190Z >>>>> 3/7/2026 4:27:53 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-07T04:27:58.9979490Z >>>>> 3/7/2026 4:27:58 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-07T04:27:59.2369320Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [5 s] 2026-03-07T04:28:01.3380090Z >>>>> 3/7/2026 4:28:01 AM FixtureSetup for Issue2777(Mac) 2026-03-07T04:28:01.4226180Z >>>>> 3/7/2026 4:28:01 AM Issue2777Test Start 2026-03-07T04:28:02.3912650Z >>>>> 3/7/2026 4:28:02 AM Issue2777Test Stop 2026-03-07T04:28:02.9527500Z Passed Issue2777Test [979 ms] 2026-03-07T04:28:04.7558960Z >>>>> 3/7/2026 4:28:04 AM FixtureSetup for Issue27797(Mac) 2026-03-07T04:28:04.8424500Z >>>>> 3/7/2026 4:28:04 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-07T04:28:11.8809930Z >>>>> 3/7/2026 4:28:11 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-07T04:28:12.3440430Z Passed AppShouldNotCrashWhenModifyingCollectionView [7 s] 2026-03-07T04:28:14.1453060Z >>>>> 3/7/2026 4:28:14 AM FixtureSetup for Issue27808(Mac) 2026-03-07T04:28:14.2285670Z >>>>> 3/7/2026 4:28:14 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-07T04:28:15.0148790Z >>>>> 3/7/2026 4:28:15 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-07T04:28:15.7497260Z Passed CollectionViewShouldHaveCorrectHeight [792 ms] 2026-03-07T04:28:17.3005120Z >>>>> 3/7/2026 4:28:17 AM FixtureSetup for Issue28162(Mac) 2026-03-07T04:28:17.3804230Z >>>>> 3/7/2026 4:28:17 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-07T04:28:19.6045600Z >>>>> 3/7/2026 4:28:19 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-07T04:28:20.3725750Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-07T04:28:21.9224850Z >>>>> 3/7/2026 4:28:21 AM FixtureSetup for Issue28212(Mac) 2026-03-07T04:28:22.0051620Z >>>>> 3/7/2026 4:28:22 AM Issue28212_CollectionView Start 2026-03-07T04:28:30.7252290Z >>>>> 3/7/2026 4:28:30 AM Issue28212_CollectionView Stop 2026-03-07T04:28:31.0128420Z Passed Issue28212_CollectionView [8 s] 2026-03-07T04:28:33.0882780Z >>>>> 3/7/2026 4:28:33 AM FixtureSetup for Issue28509(Mac) 2026-03-07T04:28:33.1755070Z >>>>> 3/7/2026 4:28:33 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-07T04:28:42.3145170Z >>>>> 3/7/2026 4:28:42 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-07T04:28:42.3212500Z Passed UpdateGroupHeaderAndFooterDynamically [9 s] 2026-03-07T04:28:42.3280940Z >>>>> 3/7/2026 4:28:42 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-07T04:28:52.4834050Z >>>>> 3/7/2026 4:28:52 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-07T04:28:52.4888590Z Passed UpdateHeaderFooterTemplateDynamically [10 s] 2026-03-07T04:28:52.4889730Z >>>>> 3/7/2026 4:28:52 AM UpdateHeaderFooterDynamically Start 2026-03-07T04:29:01.2024910Z >>>>> 3/7/2026 4:29:01 AM UpdateHeaderFooterDynamically Stop 2026-03-07T04:29:01.4984750Z Passed UpdateHeaderFooterDynamically [8 s] 2026-03-07T04:29:03.5665440Z >>>>> 3/7/2026 4:29:03 AM FixtureSetup for Issue28530(Mac) 2026-03-07T04:29:03.6623730Z >>>>> 3/7/2026 4:29:03 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-07T04:29:09.4830890Z >>>>> 3/7/2026 4:29:09 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-07T04:29:09.7321610Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [5 s] 2026-03-07T04:29:11.8090950Z >>>>> 3/7/2026 4:29:11 AM FixtureSetup for Issue28580(Mac) 2026-03-07T04:29:11.8992540Z >>>>> 3/7/2026 4:29:11 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-07T04:29:14.1833690Z >>>>> 3/7/2026 4:29:14 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-07T04:29:14.8965140Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-07T04:29:16.5124980Z >>>>> 3/7/2026 4:29:16 AM FixtureSetup for Issue28604(Mac) 2026-03-07T04:29:16.5949540Z >>>>> 3/7/2026 4:29:16 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-07T04:29:18.7768920Z >>>>> 3/7/2026 4:29:18 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-07T04:29:19.6476310Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-07T04:29:21.1854540Z >>>>> 3/7/2026 4:29:21 AM FixtureSetup for Issue28656(Mac) 2026-03-07T04:29:21.2648710Z >>>>> 3/7/2026 4:29:21 AM CollectionViewShouldChangeItemsLayout Start 2026-03-07T04:29:29.2846200Z >>>>> 3/7/2026 4:29:29 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-07T04:29:29.2933450Z >>>>> 3/7/2026 4:29:29 AM Log types: 2026-03-07T04:29:30.2707280Z Failed CollectionViewShouldChangeItemsLayout [8 s] 2026-03-07T04:29:30.2707880Z Error Message: 2026-03-07T04:29:30.2708240Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:29:30.2708740Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.26% difference) 2026-03-07T04:29:30.2709250Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:29:30.2709820Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:29:30.2710560Z 2026-03-07T04:29:30.2710900Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:29:30.2711050Z 2026-03-07T04:29:30.2711380Z Stack Trace: 2026-03-07T04:29:30.2711880Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:29:30.2712680Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:29:30.2713550Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T04:29:30.2714430Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T04:29:30.2715310Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-07T04:29:30.2716050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:29:30.2716750Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:29:30.2717340Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:29:30.2717940Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:29:30.2718210Z 2026-03-07T04:29:32.0043810Z >>>>> 3/7/2026 4:29:32 AM FixtureSetup for Issue28678(Mac) 2026-03-07T04:29:32.0901330Z >>>>> 3/7/2026 4:29:32 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-07T04:29:37.2542140Z >>>>> 3/7/2026 4:29:37 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-07T04:29:38.0851360Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [5 s] 2026-03-07T04:29:40.0827410Z >>>>> 3/7/2026 4:29:40 AM FixtureSetup for Issue28716(Mac) 2026-03-07T04:29:40.1706730Z >>>>> 3/7/2026 4:29:40 AM KeepLastItemInViewShouldWork Start 2026-03-07T04:29:49.7295540Z >>>>> 3/7/2026 4:29:49 AM KeepLastItemInViewShouldWork Stop 2026-03-07T04:29:50.7177530Z Passed KeepLastItemInViewShouldWork [9 s] 2026-03-07T04:29:52.1117920Z >>>>> 3/7/2026 4:29:52 AM FixtureSetup for Issue28765(Mac) 2026-03-07T04:29:52.2055390Z >>>>> 3/7/2026 4:29:52 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-07T04:29:52.9898800Z >>>>> 3/7/2026 4:29:52 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-07T04:29:52.9958800Z >>>>> 3/7/2026 4:29:52 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-07T04:29:53.3432970Z >>>>> 3/7/2026 4:29:53 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-07T04:29:53.7972960Z Passed EmptyViewStringWithHeaderAndFooterAsView [789 ms] 2026-03-07T04:29:53.7975360Z Passed EmptyViewStringWithHeaderAndFooterString [352 ms] 2026-03-07T04:29:55.7526310Z >>>>> 3/7/2026 4:29:55 AM FixtureSetup for Issue29130(Mac) 2026-03-07T04:29:55.8398910Z >>>>> 3/7/2026 4:29:55 AM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-07T04:30:00.4882580Z >>>>> 3/7/2026 4:30:00 AM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-07T04:30:00.4932650Z Passed ItemSizeShouldRespondForItemSizingStrategy [4 s] 2026-03-07T04:30:00.4933580Z >>>>> 3/7/2026 4:30:00 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-07T04:30:09.2324580Z >>>>> 3/7/2026 4:30:09 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-07T04:30:09.5133150Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [8 s] 2026-03-07T04:30:11.8344310Z >>>>> 3/7/2026 4:30:11 AM FixtureSetup for Issue29141(Mac) 2026-03-07T04:30:11.9208480Z >>>>> 3/7/2026 4:30:11 AM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-07T04:30:18.6120960Z >>>>> 3/7/2026 4:30:18 AM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-07T04:30:18.6181660Z Passed VerifyCVGroupHFTemplateWithObservableCollection [6 s] 2026-03-07T04:30:18.6182690Z >>>>> 3/7/2026 4:30:18 AM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-07T04:30:24.0269880Z >>>>> 3/7/2026 4:30:24 AM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-07T04:30:24.0323090Z Passed VerifyCVGroupHFTemplateWithStringCollection [5 s] 2026-03-07T04:30:24.0323910Z >>>>> 3/7/2026 4:30:24 AM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-07T04:30:34.2984720Z >>>>> 3/7/2026 4:30:34 AM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-07T04:30:34.5344060Z Passed VerifyCVNoSectionCrashOnAddFlatItem [10 s] 2026-03-07T04:30:36.7814250Z >>>>> 3/7/2026 4:30:36 AM FixtureSetup for Issue29491(Mac) 2026-03-07T04:30:36.8822520Z >>>>> 3/7/2026 4:30:36 AM VerifyDataTemplateParentIsNotNull Start 2026-03-07T04:30:43.9481140Z >>>>> 3/7/2026 4:30:43 AM VerifyDataTemplateParentIsNotNull Stop 2026-03-07T04:30:44.3973720Z Passed VerifyDataTemplateParentIsNotNull [7 s] 2026-03-07T04:30:46.2399930Z >>>>> 3/7/2026 4:30:46 AM FixtureSetup for Issue29634(Mac) 2026-03-07T04:30:46.3152160Z >>>>> 3/7/2026 4:30:46 AM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-07T04:30:48.5812670Z >>>>> 3/7/2026 4:30:48 AM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-07T04:30:49.3113190Z Passed VerifyEmptyViewResizesWhenBoundsChange [2 s] 2026-03-07T04:30:51.0059550Z >>>>> 3/7/2026 4:30:51 AM FixtureSetup for Issue29882(Mac) 2026-03-07T04:30:51.0978220Z >>>>> 3/7/2026 4:30:51 AM SettingItemSourceToNullShouldNotCrash Start 2026-03-07T04:30:54.5370560Z >>>>> 3/7/2026 4:30:54 AM SettingItemSourceToNullShouldNotCrash Stop 2026-03-07T04:30:55.6073010Z Passed SettingItemSourceToNullShouldNotCrash [3 s] 2026-03-07T04:30:56.9048870Z >>>>> 3/7/2026 4:30:56 AM FixtureSetup for Issue29937(Mac) 2026-03-07T04:30:56.9999270Z >>>>> 3/7/2026 4:30:56 AM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-07T04:30:59.7497600Z >>>>> 3/7/2026 4:30:59 AM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-07T04:31:00.1384150Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [2 s] 2026-03-07T04:31:02.1430200Z >>>>> 3/7/2026 4:31:02 AM FixtureSetup for Issue30363(Mac) 2026-03-07T04:31:02.2452340Z >>>>> 3/7/2026 4:31:02 AM CollectionViewSelectionShouldClear Start 2026-03-07T04:31:09.9747390Z >>>>> 3/7/2026 4:31:09 AM CollectionViewSelectionShouldClear Stop 2026-03-07T04:31:09.9849540Z >>>>> 3/7/2026 4:31:09 AM Log types: 2026-03-07T04:31:11.2413020Z Failed CollectionViewSelectionShouldClear [8 s] 2026-03-07T04:31:11.2414460Z Error Message: 2026-03-07T04:31:11.2414900Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:31:11.2415650Z Baseline snapshot not yet created: /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/snapshots/mac/CollectionViewSelectionShouldClear.png 2026-03-07T04:31:11.2417010Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-07T04:31:11.2417540Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-07T04:31:11.2417990Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:31:11.2418210Z 2026-03-07T04:31:11.2418560Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:31:11.2418750Z 2026-03-07T04:31:11.2419030Z Stack Trace: 2026-03-07T04:31:11.2419710Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 295 2026-03-07T04:31:11.2420790Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-07T04:31:11.2421560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:31:11.2422270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:31:11.2422900Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:31:11.2423500Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:31:11.2423770Z 2026-03-07T04:31:12.6733800Z >>>>> 3/7/2026 4:31:12 AM FixtureSetup for Issue30868(Mac) 2026-03-07T04:31:12.7708180Z >>>>> 3/7/2026 4:31:12 AM CollectionViewSelectionModeOnDarkTheme Start 2026-03-07T04:31:16.3465380Z >>>>> 3/7/2026 4:31:16 AM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-07T04:31:16.3515780Z Passed CollectionViewSelectionModeOnDarkTheme [3 s] 2026-03-07T04:31:16.3526110Z >>>>> 3/7/2026 4:31:16 AM CollectionViewSelectionModeOnLightTheme Start 2026-03-07T04:31:18.0720760Z >>>>> 3/7/2026 4:31:18 AM CollectionViewSelectionModeOnLightTheme Stop 2026-03-07T04:31:19.3546760Z Passed CollectionViewSelectionModeOnLightTheme [1 s] 2026-03-07T04:31:20.3172680Z >>>>> 3/7/2026 4:31:20 AM FixtureSetup for Issue30953(Mac) 2026-03-07T04:31:20.3962840Z >>>>> 3/7/2026 4:31:20 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T04:31:23.0673460Z >>>>> 3/7/2026 4:31:23 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T04:31:23.9339090Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [2 s] 2026-03-07T04:31:25.4155370Z >>>>> 3/7/2026 4:31:25 AM FixtureSetup for Issue31096(Mac) 2026-03-07T04:31:25.5069800Z >>>>> 3/7/2026 4:31:25 AM ChangingIsGroupedOnRuntime Start 2026-03-07T04:31:32.6132700Z >>>>> 3/7/2026 4:31:32 AM ChangingIsGroupedOnRuntime Stop 2026-03-07T04:31:33.0346120Z Passed ChangingIsGroupedOnRuntime [7 s] 2026-03-07T04:31:36.0201830Z >>>>> 3/7/2026 4:31:36 AM FixtureSetup for Issue31351(Mac) 2026-03-07T04:31:36.1131260Z >>>>> 3/7/2026 4:31:36 AM CustomCollectionViewShouldScroll Start 2026-03-07T04:31:49.0169120Z >>>>> 3/7/2026 4:31:49 AM CustomCollectionViewShouldScroll Stop 2026-03-07T04:31:49.6309850Z Passed CustomCollectionViewShouldScroll [12 s] 2026-03-07T04:31:51.3615170Z >>>>> 3/7/2026 4:31:51 AM FixtureSetup for Issue31465(Mac) 2026-03-07T04:31:51.4388750Z >>>>> 3/7/2026 4:31:51 AM VerifyCollectionViewEmptyView Start 2026-03-07T04:31:55.3823970Z >>>>> 3/7/2026 4:31:55 AM VerifyCollectionViewEmptyView Stop 2026-03-07T04:31:55.9326400Z Passed VerifyCollectionViewEmptyView [3 s] 2026-03-07T04:31:57.8541770Z >>>>> 3/7/2026 4:31:57 AM FixtureSetup for Issue31897(Mac) 2026-03-07T04:31:57.9336710Z >>>>> 3/7/2026 4:31:57 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T04:32:21.5857140Z >>>>> 3/7/2026 4:32:21 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T04:32:21.9340560Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [23 s] 2026-03-07T04:32:24.0284180Z >>>>> 3/7/2026 4:32:24 AM FixtureSetup for Issue31899(Mac) 2026-03-07T04:32:24.1202410Z >>>>> 3/7/2026 4:32:24 AM RemoveHeaderFooterAtRuntime Start 2026-03-07T04:32:29.4933100Z >>>>> 3/7/2026 4:32:29 AM RemoveHeaderFooterAtRuntime Stop 2026-03-07T04:32:29.4991820Z Passed RemoveHeaderFooterAtRuntime [5 s] 2026-03-07T04:32:29.5002260Z >>>>> 3/7/2026 4:32:29 AM AddHeaderFooterAtRuntime Start 2026-03-07T04:32:34.4196860Z >>>>> 3/7/2026 4:32:34 AM AddHeaderFooterAtRuntime Stop 2026-03-07T04:32:35.5007730Z Passed AddHeaderFooterAtRuntime [4 s] 2026-03-07T04:32:36.7393220Z >>>>> 3/7/2026 4:32:36 AM FixtureSetup for Issue31911(Mac) 2026-03-07T04:32:36.8163420Z >>>>> 3/7/2026 4:32:36 AM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-07T04:32:40.8339230Z >>>>> 3/7/2026 4:32:40 AM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-07T04:32:40.8366260Z Passed HeaderShouldBeRemovedWhenSetToNull [4 s] 2026-03-07T04:32:40.8367340Z >>>>> 3/7/2026 4:32:40 AM FooterShouldBeRemovedWhenSetToNull Start 2026-03-07T04:32:44.0341570Z >>>>> 3/7/2026 4:32:44 AM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-07T04:32:45.3392100Z Passed FooterShouldBeRemovedWhenSetToNull [3 s] 2026-03-07T04:32:46.3578720Z >>>>> 3/7/2026 4:32:46 AM FixtureSetup for Issue32223(Mac) 2026-03-07T04:32:46.4429600Z >>>>> 3/7/2026 4:32:46 AM CanReorderWithItemDataTemplateSelector Start 2026-03-07T04:32:51.6260210Z >>>>> 3/7/2026 4:32:51 AM CanReorderWithItemDataTemplateSelector Stop 2026-03-07T04:32:52.8401530Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-07T04:32:53.9624750Z >>>>> 3/7/2026 4:32:53 AM FixtureSetup for Issue32348(Mac) 2026-03-07T04:32:54.0395730Z >>>>> 3/7/2026 4:32:54 AM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-07T04:33:00.9587410Z >>>>> 3/7/2026 4:33:00 AM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-07T04:33:01.8938490Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [6 s] 2026-03-07T04:33:03.4924240Z >>>>> 3/7/2026 4:33:03 AM FixtureSetup for Issue32359(Mac) 2026-03-07T04:33:03.5679740Z >>>>> 3/7/2026 4:33:03 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-07T04:33:24.3764190Z >>>>> 3/7/2026 4:33:24 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-07T04:33:24.3829800Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [20 s] 2026-03-07T04:33:24.3830780Z >>>>> 3/7/2026 4:33:24 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-07T04:33:34.0367310Z >>>>> 3/7/2026 4:33:34 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-07T04:33:34.9050790Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [9 s] 2026-03-07T04:33:36.3907430Z >>>>> 3/7/2026 4:33:36 AM FixtureSetup for Issue32932(Mac) 2026-03-07T04:33:36.4875820Z >>>>> 3/7/2026 4:33:36 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-07T04:33:37.5079240Z >>>>> 3/7/2026 4:33:37 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-07T04:33:37.9980370Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-07T04:33:40.0106580Z >>>>> 3/7/2026 4:33:40 AM FixtureSetup for Issue33130(Mac) 2026-03-07T04:33:40.1062650Z >>>>> 3/7/2026 4:33:40 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-07T04:33:51.8634860Z >>>>> 3/7/2026 4:33:51 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-07T04:33:52.1735740Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [11 s] 2026-03-07T04:33:54.2359420Z >>>>> 3/7/2026 4:33:54 AM FixtureSetup for Issue33324(Mac) 2026-03-07T04:33:54.3235490Z >>>>> 3/7/2026 4:33:54 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-07T04:34:02.7360380Z >>>>> 3/7/2026 4:34:02 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-07T04:34:02.7455000Z >>>>> 3/7/2026 4:34:02 AM Log types: 2026-03-07T04:34:03.3350090Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [8 s] 2026-03-07T04:34:03.3353090Z Error Message: 2026-03-07T04:34:03.3353530Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:34:03.3354780Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-07T04:34:03.3355720Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:34:03.3356260Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:34:03.3357030Z 2026-03-07T04:34:03.3358090Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:34:03.3358730Z 2026-03-07T04:34:03.3359740Z Stack Trace: 2026-03-07T04:34:03.3361120Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:34:03.3362420Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:34:03.3365060Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T04:34:03.3370370Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T04:34:03.3371830Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-07T04:34:03.3374810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:34:03.3376700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:34:03.3377370Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:34:03.3378850Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:34:03.3379270Z 2026-03-07T04:34:05.7856860Z >>>>> 3/7/2026 4:34:05 AM FixtureSetup for Issue33333(Mac) 2026-03-07T04:34:05.8769280Z >>>>> 3/7/2026 4:34:05 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-07T04:34:10.5972480Z >>>>> 3/7/2026 4:34:10 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-07T04:34:11.8696350Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [4 s] 2026-03-07T04:34:13.0188970Z >>>>> 3/7/2026 4:34:13 AM FixtureSetup for Issue33852(Mac) 2026-03-07T04:34:13.1009960Z >>>>> 3/7/2026 4:34:13 AM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-07T04:34:17.6276170Z >>>>> 3/7/2026 4:34:17 AM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-07T04:34:17.9046530Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [4 s] 2026-03-07T04:34:20.0226580Z >>>>> 3/7/2026 4:34:20 AM FixtureSetup for Issue34247(Mac) 2026-03-07T04:34:20.0953240Z >>>>> 3/7/2026 4:34:20 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-07T04:34:23.4997040Z >>>>> 3/7/2026 4:34:23 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-07T04:34:24.6107130Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [3 s] 2026-03-07T04:34:26.0157910Z >>>>> 3/7/2026 4:34:26 AM FixtureSetup for Issue4600(Mac) 2026-03-07T04:34:26.1024490Z >>>>> 3/7/2026 4:34:26 AM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-07T04:34:30.1868730Z >>>>> 3/7/2026 4:34:30 AM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-07T04:34:30.6118790Z Passed InitiallyEmptySourceDisplaysAddedItem [4 s] 2026-03-07T04:34:32.9211410Z >>>>> 3/7/2026 4:34:32 AM FixtureSetup for Issue5535(Mac) 2026-03-07T04:34:32.9970410Z >>>>> 3/7/2026 4:34:32 AM SwappingEmptyViews Start 2026-03-07T04:34:46.6347020Z >>>>> 3/7/2026 4:34:46 AM SwappingEmptyViews Stop 2026-03-07T04:34:48.0046700Z Passed SwappingEmptyViews [13 s] 2026-03-07T04:34:49.1041780Z >>>>> 3/7/2026 4:34:49 AM FixtureSetup for Issue5765(Mac) 2026-03-07T04:34:49.1825150Z >>>>> 3/7/2026 4:34:49 AM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-07T04:34:50.0858770Z >>>>> 3/7/2026 4:34:50 AM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-07T04:34:51.0374790Z Passed FlexLayoutsInFramesShouldSizeCorrectly [909 ms] 2026-03-07T04:34:52.9906260Z >>>>> 3/7/2026 4:34:52 AM FixtureSetup for Issue5793(Mac) 2026-03-07T04:34:53.0853160Z >>>>> 3/7/2026 4:34:53 AM CollectionViewResetTest Start 2026-03-07T04:35:01.4530050Z >>>>> 3/7/2026 4:35:01 AM CollectionViewResetTest Stop 2026-03-07T04:35:02.1419010Z Passed CollectionViewResetTest [8 s] 2026-03-07T04:35:04.0532250Z >>>>> 3/7/2026 4:35:04 AM FixtureSetup for Issue5949(Mac) 2026-03-07T04:35:04.1428860Z >>>>> 3/7/2026 4:35:04 AM DoNotAccessDisposedCollectionView Start 2026-03-07T04:35:09.1330590Z >>>>> 3/7/2026 4:35:09 AM DoNotAccessDisposedCollectionView Stop 2026-03-07T04:35:10.1907080Z Passed DoNotAccessDisposedCollectionView [4 s] 2026-03-07T04:35:11.5357730Z >>>>> 3/7/2026 4:35:11 AM FixtureSetup for Issue6077(Mac) 2026-03-07T04:35:11.6160580Z >>>>> 3/7/2026 4:35:11 AM LastColumnShouldBeVisible Start 2026-03-07T04:35:12.4986870Z >>>>> 3/7/2026 4:35:12 AM LastColumnShouldBeVisible Stop 2026-03-07T04:35:13.2368070Z Passed LastColumnShouldBeVisible [892 ms] 2026-03-07T04:35:15.0639440Z >>>>> 3/7/2026 4:35:15 AM FixtureSetup for Issue6609(Mac) 2026-03-07T04:35:15.1396230Z >>>>> 3/7/2026 4:35:15 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-07T04:35:19.4580350Z >>>>> 3/7/2026 4:35:19 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-07T04:35:19.7041870Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [4 s] 2026-03-07T04:35:21.8607560Z >>>>> 3/7/2026 4:35:21 AM FixtureSetup for Issue6932(Mac) 2026-03-07T04:35:21.9412860Z >>>>> 3/7/2026 4:35:21 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-07T04:35:25.3844550Z >>>>> 3/7/2026 4:35:25 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-07T04:35:25.3893640Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [3 s] 2026-03-07T04:35:25.3896190Z >>>>> 3/7/2026 4:35:25 AM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-07T04:35:29.8490140Z >>>>> 3/7/2026 4:35:29 AM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-07T04:35:29.9497730Z Passed EmptyViewHidesWhenItemsSourceIsFilled [4 s] 2026-03-07T04:35:32.5375220Z >>>>> 3/7/2026 4:35:32 AM FixtureSetup for Issue6963(Mac) 2026-03-07T04:35:32.6324000Z >>>>> 3/7/2026 4:35:32 AM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-07T04:35:34.8428910Z >>>>> 3/7/2026 4:35:34 AM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-07T04:35:35.6729930Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-07T04:35:37.6175080Z >>>>> 3/7/2026 4:35:37 AM FixtureSetup for Issue7102(Mac) 2026-03-07T04:35:37.6956520Z >>>>> 3/7/2026 4:35:37 AM HeaderDoesNotBreakIndexes Start 2026-03-07T04:35:53.6286220Z >>>>> 3/7/2026 4:35:53 AM HeaderDoesNotBreakIndexes Stop 2026-03-07T04:35:54.2029560Z Passed HeaderDoesNotBreakIndexes [15 s] 2026-03-07T04:35:55.9328600Z >>>>> 3/7/2026 4:35:55 AM FixtureSetup for Issue7338(Mac) 2026-03-07T04:35:56.0062520Z >>>>> 3/7/2026 4:35:56 AM Issue7338Test Start 2026-03-07T04:35:56.7679140Z >>>>> 3/7/2026 4:35:56 AM Issue7338Test Stop 2026-03-07T04:35:57.5037150Z Passed Issue7338Test [766 ms] 2026-03-07T04:35:59.0224910Z >>>>> 3/7/2026 4:35:59 AM FixtureSetup for Issue7393(Mac) 2026-03-07T04:35:59.1196770Z >>>>> 3/7/2026 4:35:59 AM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-07T04:36:01.2286500Z >>>>> 3/7/2026 4:36:01 AM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-07T04:36:02.1175560Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T04:36:03.6641740Z >>>>> 3/7/2026 4:36:03 AM FixtureSetup for Issue7562(Mac) 2026-03-07T04:36:03.7536990Z >>>>> 3/7/2026 4:36:03 AM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-07T04:36:04.4916570Z >>>>> 3/7/2026 4:36:04 AM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-07T04:36:05.2533560Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [742 ms] 2026-03-07T04:36:07.1753170Z >>>>> 3/7/2026 4:36:07 AM FixtureSetup for Issue8308(Mac) 2026-03-07T04:36:07.2717770Z >>>>> 3/7/2026 4:36:07 AM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-07T04:36:16.3490940Z >>>>> 3/7/2026 4:36:16 AM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-07T04:36:17.7742650Z Passed NavigatingBackToCollectionViewShouldNotCrash [9 s] 2026-03-07T04:36:18.8166920Z >>>>> 3/7/2026 4:36:18 AM FixtureSetup for Issue8715(Mac) 2026-03-07T04:36:18.8946130Z >>>>> 3/7/2026 4:36:18 AM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-07T04:36:34.6922010Z >>>>> 3/7/2026 4:36:34 AM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-07T04:36:35.8076370Z Passed ReappearingCollectionViewShouldNotThrowNRE [15 s] 2026-03-07T04:36:37.0246780Z >>>>> 3/7/2026 4:36:37 AM FixtureSetup for Issue8761(Mac) 2026-03-07T04:36:37.1211400Z >>>>> 3/7/2026 4:36:37 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-07T04:36:46.0816710Z >>>>> 3/7/2026 4:36:46 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-07T04:36:46.3720600Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [8 s] 2026-03-07T04:36:48.6907020Z >>>>> 3/7/2026 4:36:48 AM FixtureSetup for Issue8814(Mac) 2026-03-07T04:36:48.7747370Z >>>>> 3/7/2026 4:36:48 AM CollectionViewInShellShouldBeVisible Start 2026-03-07T04:36:49.6595760Z >>>>> 3/7/2026 4:36:49 AM CollectionViewInShellShouldBeVisible Stop 2026-03-07T04:36:50.2699550Z Passed CollectionViewInShellShouldBeVisible [890 ms] 2026-03-07T04:36:52.0008540Z >>>>> 3/7/2026 4:36:52 AM FixtureSetup for Issue8899(Mac) 2026-03-07T04:36:52.0987380Z >>>>> 3/7/2026 4:36:52 AM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-07T04:36:54.8405750Z >>>>> 3/7/2026 4:36:54 AM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-07T04:36:55.0961570Z Passed ClearingGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T04:36:57.1019760Z >>>>> 3/7/2026 4:36:57 AM FixtureSetup for Issue9087(Mac) 2026-03-07T04:36:57.1912480Z >>>>> 3/7/2026 4:36:57 AM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-07T04:36:57.9149510Z >>>>> 3/7/2026 4:36:57 AM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-07T04:36:58.7034790Z Passed BindablePropertiesAvailableAtOnElementChanged [727 ms] 2026-03-07T04:37:00.1783430Z >>>>> 3/7/2026 4:37:00 AM FixtureSetup for Issue9196(Mac) 2026-03-07T04:37:00.2705970Z >>>>> 3/7/2026 4:37:00 AM EmptyViewShouldNotCrash Start 2026-03-07T04:37:00.9618930Z >>>>> 3/7/2026 4:37:00 AM EmptyViewShouldNotCrash Stop 2026-03-07T04:37:01.7700270Z Passed EmptyViewShouldNotCrash [696 ms] 2026-03-07T04:37:03.3681440Z >>>>> 3/7/2026 4:37:03 AM FixtureSetup for Issue9580(Mac) 2026-03-07T04:37:03.4456100Z >>>>> 3/7/2026 4:37:03 AM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-07T04:37:06.2315990Z >>>>> 3/7/2026 4:37:06 AM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-07T04:37:06.5096640Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [2 s] 2026-03-07T04:37:08.5528660Z >>>>> 3/7/2026 4:37:08 AM FixtureSetup for Issue9686(Mac) 2026-03-07T04:37:08.6331430Z >>>>> 3/7/2026 4:37:08 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-07T04:37:13.6925170Z >>>>> 3/7/2026 4:37:13 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-07T04:37:14.6363890Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [5 s] 2026-03-07T04:37:18.0653860Z >>>>> 3/7/2026 4:37:18 AM FixtureSetup for NestedCollectionView(Mac) 2026-03-07T04:37:18.1473220Z >>>>> 3/7/2026 4:37:18 AM NestedCollectionViewsShouldNotCrash Start 2026-03-07T04:37:26.2705110Z >>>>> 3/7/2026 4:37:26 AM NestedCollectionViewsShouldNotCrash Stop 2026-03-07T04:37:27.1379700Z Passed NestedCollectionViewsShouldNotCrash [8 s] 2026-03-07T04:37:29.0018580Z >>>>> 3/7/2026 4:37:29 AM FixtureSetup for ScrollToGroup(Mac) 2026-03-07T04:37:29.1003910Z >>>>> 3/7/2026 4:37:29 AM InvalidScrollToIndexShouldNotCrash Start 2026-03-07T04:37:56.3810880Z >>>>> 3/7/2026 4:37:56 AM InvalidScrollToIndexShouldNotCrash Stop 2026-03-07T04:37:56.3861960Z Passed InvalidScrollToIndexShouldNotCrash [27 s] 2026-03-07T04:37:56.3863380Z >>>>> 3/7/2026 4:37:56 AM CanScrollToGroupAndItemIndex Start 2026-03-07T04:38:23.5852190Z >>>>> 3/7/2026 4:38:23 AM CanScrollToGroupAndItemIndex Stop 2026-03-07T04:38:23.5899650Z Passed CanScrollToGroupAndItemIndex [27 s] 2026-03-07T04:38:23.5901030Z >>>>> 3/7/2026 4:38:23 AM CanScrollToGroupAndItem Start 2026-03-07T04:38:49.2124650Z >>>>> 3/7/2026 4:38:49 AM CanScrollToGroupAndItem Stop 2026-03-07T04:38:50.6001030Z Passed CanScrollToGroupAndItem [25 s] 2026-03-07T04:38:51.5299640Z >>>>> 3/7/2026 4:38:51 AM FixtureSetup for Issue29588(Mac) 2026-03-07T04:38:51.6092970Z >>>>> 3/7/2026 4:38:51 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-07T04:39:05.0340840Z >>>>> 3/7/2026 4:39:05 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-07T04:39:05.6293190Z Passed RemainingItemsThresholdReachedEventShouldTrigger [13 s] 2026-03-07T04:39:07.5007390Z >>>>> 3/7/2026 4:39:07 AM VisitAndUpdateItemsSource Start 2026-03-07T04:39:07.5010760Z >>>>> 3/7/2026 4:39:07 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:39:35.7576870Z >>>>> 3/7/2026 4:39:35 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:39:38.2048620Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [30 s] 2026-03-07T04:39:38.2066480Z >>>>> 3/7/2026 4:39:38 AM VisitAndUpdateItemsSource Start 2026-03-07T04:39:38.2085840Z >>>>> 3/7/2026 4:39:38 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:40:13.7569540Z >>>>> 3/7/2026 4:40:13 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:40:16.1798380Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [37 s] 2026-03-07T04:40:16.1806140Z >>>>> 3/7/2026 4:40:16 AM VisitAndUpdateItemsSource Start 2026-03-07T04:40:16.1856700Z >>>>> 3/7/2026 4:40:16 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:40:47.9828310Z >>>>> 3/7/2026 4:40:47 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:40:50.4023500Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [34 s] 2026-03-07T04:40:50.4027690Z >>>>> 3/7/2026 4:40:50 AM VisitAndUpdateItemsSource Start 2026-03-07T04:40:50.4032570Z >>>>> 3/7/2026 4:40:50 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:41:16.8628690Z >>>>> 3/7/2026 4:41:16 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:41:19.3733860Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [28 s] 2026-03-07T04:41:19.3766620Z >>>>> 3/7/2026 4:41:19 AM VisitAndUpdateItemsSource Start 2026-03-07T04:41:19.3773210Z >>>>> 3/7/2026 4:41:19 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:42:18.1668310Z >>>>> 3/7/2026 4:42:18 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:42:20.6307440Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 1 s] 2026-03-07T04:42:20.6310320Z >>>>> 3/7/2026 4:42:20 AM VisitAndUpdateItemsSource Start 2026-03-07T04:42:20.6317460Z >>>>> 3/7/2026 4:42:20 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:43:02.5818070Z >>>>> 3/7/2026 4:43:02 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:43:05.0922410Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [44 s] 2026-03-07T04:43:05.0926580Z >>>>> 3/7/2026 4:43:05 AM VisitAndUpdateItemsSource Start 2026-03-07T04:43:05.0931890Z >>>>> 3/7/2026 4:43:05 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:43:26.1223800Z >>>>> 3/7/2026 4:43:26 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:43:28.5792510Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [23 s] 2026-03-07T04:43:28.5805660Z >>>>> 3/7/2026 4:43:28 AM VisitAndUpdateItemsSource Start 2026-03-07T04:43:28.5830120Z >>>>> 3/7/2026 4:43:28 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:43:50.0940160Z >>>>> 3/7/2026 4:43:50 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:43:52.5998610Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [24 s] 2026-03-07T04:43:52.6003580Z >>>>> 3/7/2026 4:43:52 AM VisitAndUpdateItemsSource Start 2026-03-07T04:43:52.6011350Z >>>>> 3/7/2026 4:43:52 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:44:27.5710700Z >>>>> 3/7/2026 4:44:27 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:44:30.0486770Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [37 s] 2026-03-07T04:44:30.0489170Z >>>>> 3/7/2026 4:44:30 AM VisitAndUpdateItemsSource Start 2026-03-07T04:44:30.0490780Z >>>>> 3/7/2026 4:44:30 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T04:45:03.1287400Z >>>>> 3/7/2026 4:45:03 AM VisitAndUpdateItemsSource Stop 2026-03-07T04:45:06.1100220Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [35 s] 2026-03-07T04:45:06.8516730Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-07T04:45:07.4222510Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T04:45:07.4239560Z 2026-03-07T04:45:07.4415890Z Test Run Failed. 2026-03-07T04:45:07.4436740Z Total tests: 350 2026-03-07T04:45:07.4439780Z Passed: 343 2026-03-07T04:45:07.4442320Z Failed: 6 2026-03-07T04:45:07.4444430Z Skipped: 1 2026-03-07T04:45:07.4504580Z Total time: 1.4422 Hours 2026-03-07T04:45:09.1440840Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T04:45:09.2362030Z An error occurred when executing task 'uitest'. 2026-03-07T04:45:09.3483420Z Completed in 01:28:07.6263175 2026-03-07T04:45:09.8940750Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-07T04:45:09.8979420Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-07T04:45:09.8993670Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-03-07T04:45:09.9025450Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-03-07T04:45:09.9055510Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-03-07T04:45:09.9067470Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-03-07T04:45:09.9221180Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-03-07T04:45:09.9233530Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-07T04:45:09.9262230Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-07T04:45:09.9280590Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-07T04:45:09.9292080Z at Submission#0.<>b__0_24() 2026-03-07T04:45:09.9342770Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-07T04:45:09.9352760Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-03-07T04:45:09.9357420Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-07T04:45:09.9400490Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-07T04:45:09.9412610Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-03-07T04:45:09.9463850Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-03-07T04:45:09.9475660Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-03-07T04:45:09.9504350Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-03-07T04:45:09.9526260Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-03-07T04:45:09.9536970Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-07T04:45:09.9621850Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-07T04:45:09.9631210Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-07T04:45:09.9765200Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-07T04:45:09.9812140Z at Submission#0.<>d__0.MoveNext() 2026-03-07T04:45:09.9878820Z --- End of stack trace from previous location --- 2026-03-07T04:45:09.9893780Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T04:45:09.9948740Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T04:45:09.9962480Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-07T04:45:10.0009690Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-07T04:45:10.0021850Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-07T04:45:10.0050460Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-07T04:45:10.0052600Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-07T04:45:12.9231970Z 2026-03-07T04:45:13.0630500Z ##[error]PowerShell exited with code '1'. 2026-03-07T04:45:13.2570480Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-07T04:45:15.4620570Z Generating script. 2026-03-07T04:45:15.4633510Z ========================== Starting Command Output =========================== 2026-03-07T04:45:15.5067130Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/b8901f1b-d329-4990-b1f3-64612fc1bd6c.ps1' 2026-03-07T04:45:17.4217290Z $ErrorActionPreference = 'stop' 2026-03-07T04:45:17.4218990Z $ProgressPreference = 'silentlyContinue' 2026-03-07T04:45:17.4219680Z Get-Content $PSCommandPath 2026-03-07T04:45:17.4221450Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-07T04:45:17.4222670Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T04:45:17.4223620Z $command += " --runtimevariant=""Mono""" 2026-03-07T04:45:17.4224110Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T04:45:17.4224380Z 2026-03-07T04:45:17.4224810Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T04:45:17.4225320Z $deviceType = "" 2026-03-07T04:45:17.4228270Z if ($deviceType) { 2026-03-07T04:45:17.4229170Z $command += " --skin=""$deviceType""" 2026-03-07T04:45:17.4229990Z } 2026-03-07T04:45:17.4230230Z 2026-03-07T04:45:17.4231420Z $testFilter = "" 2026-03-07T04:45:17.4239250Z $testConfigrationArgs = "" 2026-03-07T04:45:17.4240200Z 2026-03-07T04:45:17.4241450Z "CollectionView".Split(",") | ForEach { 2026-03-07T04:45:17.4241970Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T04:45:17.4243010Z } 2026-03-07T04:45:17.4244100Z 2026-03-07T04:45:17.4244770Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T04:45:17.4245820Z 2026-03-07T04:45:17.4247970Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T04:45:17.4248630Z if ($testConfigrationArgs) { 2026-03-07T04:45:17.4249950Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T04:45:17.4250360Z } 2026-03-07T04:45:17.4251770Z if ($testFilter) { 2026-03-07T04:45:17.4253200Z $command += " --test-filter ""$testFilter""" 2026-03-07T04:45:17.4253870Z } 2026-03-07T04:45:17.4254720Z 2026-03-07T04:45:17.4255450Z $headless = true 2026-03-07T04:45:17.4256640Z if ($headless) { 2026-03-07T04:45:17.4257930Z $command += " --headless ""$headless""" 2026-03-07T04:45:17.4259770Z } 2026-03-07T04:45:17.4260990Z 2026-03-07T04:45:17.4262040Z Write-Host "Running command: $command" 2026-03-07T04:45:17.4262680Z 2026-03-07T04:45:17.4263540Z Invoke-Expression $command 2026-03-07T04:45:17.4264870Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T04:45:17.4266890Z } else { 2026-03-07T04:45:17.4269240Z exit $LASTEXITCODE 2026-03-07T04:45:17.4270460Z } 2026-03-07T04:45:17.5670890Z 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=CollectionView" 2026-03-07T04:45:18.5765730Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T04:45:19.0504550Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T04:45:19.4325640Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T04:45:19.8255430Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T04:45:20.1882510Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T04:45:20.8902350Z Looking for modules... 2026-03-07T04:45:23.3775760Z No modules found to install. 2026-03-07T04:45:23.3871700Z Module directory does not exist. 2026-03-07T04:45:23.3894760Z Analyzing build script... 2026-03-07T04:45:23.3989590Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T04:45:23.3992140Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T04:45:23.3992880Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T04:45:23.5677970Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T04:45:24.7386290Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T04:45:25.3999930Z Processing build script... 2026-03-07T04:45:25.4021160Z Installing addins... 2026-03-07T04:45:25.5948910Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T04:45:25.6084190Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T04:45:25.6235290Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T04:45:25.9919890Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T04:45:25.9921650Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T04:45:25.9922620Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T04:45:25.9923360Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T04:45:26.0004280Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T04:45:26.0041010Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T04:45:26.3371010Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T04:45:26.3373160Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T04:45:26.3375020Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T04:45:26.3376830Z Adding assembly reference to System.Runtime.dll... 2026-03-07T04:45:26.3378590Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T04:45:26.3380480Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T04:45:26.3385590Z Adding assembly reference to System.Threading.dll... 2026-03-07T04:45:26.3387580Z Adding assembly reference to System.Linq.dll... 2026-03-07T04:45:26.3388880Z Adding assembly reference to System.Collections.dll... 2026-03-07T04:45:26.3390150Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T04:45:26.3392310Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T04:45:26.3393010Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T04:45:26.3393610Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T04:45:26.3394360Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T04:45:26.3395900Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T04:45:26.3396630Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T04:45:26.3397230Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T04:45:26.3397830Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T04:45:26.3398440Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T04:45:26.3399020Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T04:45:26.3399580Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T04:45:26.3400130Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T04:45:26.3400730Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T04:45:26.3401500Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T04:45:26.3402100Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T04:45:26.3402700Z Adding assembly reference to mscorlib.dll... 2026-03-07T04:45:26.3403330Z Adding assembly reference to netstandard.dll... 2026-03-07T04:45:26.3403880Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T04:45:26.3404460Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T04:45:26.3405010Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T04:45:26.3405580Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T04:45:26.3406130Z Adding assembly reference to System.Memory.dll... 2026-03-07T04:45:26.3406940Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T04:45:26.3407550Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T04:45:26.3408140Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T04:45:26.3408720Z Adding assembly reference to System.Console.dll... 2026-03-07T04:45:26.3409260Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T04:45:26.3409990Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T04:45:26.3410580Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T04:45:26.3411230Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T04:45:26.3411830Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T04:45:26.3412720Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T04:45:26.3413320Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T04:45:26.3414200Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T04:45:26.3414780Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T04:45:26.3415340Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T04:45:26.3415930Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T04:45:26.3416690Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T04:45:26.3417260Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T04:45:26.3417810Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T04:45:26.3418400Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T04:45:26.3418940Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T04:45:26.3419490Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T04:45:26.3420080Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T04:45:26.3420630Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T04:45:26.3421180Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T04:45:26.3421720Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T04:45:26.3422300Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T04:45:26.3422860Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T04:45:26.3423400Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T04:45:26.3423950Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T04:45:26.3424530Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T04:45:26.3425070Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T04:45:26.3425610Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T04:45:26.3426190Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T04:45:26.3426890Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T04:45:26.3427610Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T04:45:26.3428190Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T04:45:26.3428790Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T04:45:26.3429360Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T04:45:26.3429910Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T04:45:26.3430500Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T04:45:26.3431130Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T04:45:26.3431800Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T04:45:26.3432630Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T04:45:26.3433270Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T04:45:26.3433840Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T04:45:26.3434430Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T04:45:26.3435000Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T04:45:26.3435610Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T04:45:26.3436580Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T04:45:26.3437290Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T04:45:26.3437900Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T04:45:26.3438450Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T04:45:26.3439000Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T04:45:26.3439560Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T04:45:26.3440150Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T04:45:26.3440690Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T04:45:26.3441220Z Adding assembly reference to System.AppContext.dll... 2026-03-07T04:45:26.3441750Z Adding assembly reference to System.Buffers.dll... 2026-03-07T04:45:26.3442340Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T04:45:26.3442910Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T04:45:26.3443520Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T04:45:26.3444120Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T04:45:26.3444660Z Adding assembly reference to System.Configuration.dll... 2026-03-07T04:45:26.3445200Z Adding assembly reference to System.Core.dll... 2026-03-07T04:45:26.3445720Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T04:45:26.3446310Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T04:45:26.3446860Z Adding assembly reference to System.Data.dll... 2026-03-07T04:45:26.3447690Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T04:45:26.3448330Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T04:45:26.3448950Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T04:45:26.3449510Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T04:45:26.3450040Z Adding assembly reference to System.dll... 2026-03-07T04:45:26.3450590Z Adding assembly reference to System.Drawing.dll... 2026-03-07T04:45:26.3451130Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T04:45:26.3451670Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T04:45:26.3452220Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T04:45:26.3452990Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T04:45:26.3453550Z Adding assembly reference to System.Globalization.dll... 2026-03-07T04:45:26.3454120Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T04:45:26.3454700Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T04:45:26.3455790Z Adding assembly reference to System.IO.dll... 2026-03-07T04:45:26.3456400Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T04:45:26.3456970Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T04:45:26.3457690Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T04:45:26.3458260Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T04:45:26.3458840Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T04:45:26.3459410Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T04:45:26.3459990Z Adding assembly reference to System.Net.dll... 2026-03-07T04:45:26.3460520Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T04:45:26.3461060Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T04:45:26.3461610Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T04:45:26.3462180Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T04:45:26.3462720Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T04:45:26.3463280Z Adding assembly reference to System.Numerics.dll... 2026-03-07T04:45:26.3463840Z Adding assembly reference to System.Reflection.dll... 2026-03-07T04:45:26.3464400Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T04:45:26.3465130Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T04:45:26.3465700Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T04:45:26.3466260Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T04:45:26.3466860Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T04:45:26.3467560Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T04:45:26.3468160Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T04:45:26.3468750Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T04:45:26.3469440Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T04:45:26.3470040Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T04:45:26.3470640Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T04:45:26.3471250Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T04:45:26.3471870Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T04:45:26.3472460Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T04:45:26.3473260Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T04:45:26.3473890Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T04:45:26.3474490Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T04:45:26.3475110Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T04:45:26.3475690Z Adding assembly reference to System.Security.dll... 2026-03-07T04:45:26.3476270Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T04:45:26.3476830Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T04:45:26.3477490Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T04:45:26.3478080Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T04:45:26.3478650Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T04:45:26.3479220Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T04:45:26.3479780Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T04:45:26.3480360Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T04:45:26.3480920Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T04:45:26.3481490Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T04:45:26.3482070Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T04:45:26.3482670Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T04:45:26.3483210Z Adding assembly reference to System.Transactions.dll... 2026-03-07T04:45:26.3483750Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T04:45:26.3484300Z Adding assembly reference to System.Web.dll... 2026-03-07T04:45:26.3484820Z Adding assembly reference to System.Windows.dll... 2026-03-07T04:45:26.3485340Z Adding assembly reference to System.Xml.dll... 2026-03-07T04:45:26.3485870Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T04:45:26.3486430Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T04:45:26.3486990Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T04:45:26.3487540Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T04:45:26.3488100Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T04:45:26.3488660Z Adding assembly reference to WindowsBase.dll... 2026-03-07T04:45:26.3489170Z Adding assembly reference to Cake.Core.dll... 2026-03-07T04:45:26.3489690Z Adding assembly reference to Cake.Common.dll... 2026-03-07T04:45:26.3490210Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T04:45:26.3490760Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T04:45:26.3491300Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T04:45:26.3491830Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T04:45:26.3492390Z Importing namespace Cake.Common... 2026-03-07T04:45:26.3493020Z Importing namespace Cake.Common.Build... 2026-03-07T04:45:26.3493540Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T04:45:26.3494070Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T04:45:26.3494640Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T04:45:26.3495200Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T04:45:26.3495740Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T04:45:26.3496270Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T04:45:26.3497110Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T04:45:26.3497680Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T04:45:26.3498240Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T04:45:26.3498770Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T04:45:26.3499340Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T04:45:26.3499880Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T04:45:26.3500430Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T04:45:26.3501010Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T04:45:26.3501550Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T04:45:26.3502090Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T04:45:26.3502610Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T04:45:26.3503170Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T04:45:26.3503690Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T04:45:26.3504220Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T04:45:26.3504750Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T04:45:26.3505300Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T04:45:26.3505850Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T04:45:26.3506390Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T04:45:26.3507820Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T04:45:26.3508370Z Importing namespace Cake.Common.IO... 2026-03-07T04:45:26.3508870Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T04:45:26.3509380Z Importing namespace Cake.Common.Net... 2026-03-07T04:45:26.3509880Z Importing namespace Cake.Common.Security... 2026-03-07T04:45:26.3510430Z Importing namespace Cake.Common.Solution... 2026-03-07T04:45:26.3510950Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T04:45:26.3511510Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T04:45:26.3512100Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T04:45:26.3512620Z Importing namespace Cake.Common.Text... 2026-03-07T04:45:26.3513130Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T04:45:26.3513640Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T04:45:26.3514570Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T04:45:26.3515140Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T04:45:26.3515890Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T04:45:26.3516650Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T04:45:26.3517870Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T04:45:26.3518640Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T04:45:26.3519220Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T04:45:26.3519990Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T04:45:26.3520580Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T04:45:26.3521130Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T04:45:26.3521680Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T04:45:26.3522270Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T04:45:26.3522850Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T04:45:26.3523380Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T04:45:26.3523910Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T04:45:26.3524480Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T04:45:26.3525020Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T04:45:26.3525800Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T04:45:26.3526370Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T04:45:26.3526940Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T04:45:26.3527460Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T04:45:26.3528010Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T04:45:26.3528580Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T04:45:26.3529120Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T04:45:26.3529660Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T04:45:26.3530200Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T04:45:26.3530780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T04:45:26.3531330Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T04:45:26.3531890Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T04:45:26.3532430Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T04:45:26.3533000Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T04:45:26.3533570Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T04:45:26.3534120Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T04:45:26.3534700Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T04:45:26.3535240Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T04:45:26.3535970Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T04:45:26.3536520Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T04:45:26.3537100Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T04:45:26.3537640Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T04:45:26.3538190Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T04:45:26.3538760Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T04:45:26.3539360Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T04:45:26.3540150Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T04:45:26.3540730Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T04:45:26.3541320Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T04:45:26.3541920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T04:45:26.3542470Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T04:45:26.3543020Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T04:45:26.3543770Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T04:45:26.3544480Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T04:45:26.3545090Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T04:45:26.3545680Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T04:45:26.3546280Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T04:45:26.3546860Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T04:45:26.3547440Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T04:45:26.3548040Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T04:45:26.3548610Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T04:45:26.3549190Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T04:45:26.3549750Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T04:45:26.3550320Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T04:45:26.3550840Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T04:45:26.3551380Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T04:45:26.3551920Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T04:45:26.3552480Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T04:45:26.3553010Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T04:45:26.3553530Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T04:45:26.3554050Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T04:45:26.3554590Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T04:45:26.3555110Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T04:45:26.3555640Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T04:45:26.3556390Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T04:45:26.3556930Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T04:45:26.3557470Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T04:45:26.3558000Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T04:45:26.3558560Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T04:45:26.3559090Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T04:45:26.3559620Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T04:45:26.3560280Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T04:45:26.3560850Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T04:45:26.3561390Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T04:45:26.3561930Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T04:45:26.3562460Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T04:45:26.3563020Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T04:45:26.3563550Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T04:45:26.3564080Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T04:45:26.3564640Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T04:45:26.3565170Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T04:45:26.3565710Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T04:45:26.3566240Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T04:45:26.3566990Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T04:45:26.3567650Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T04:45:26.3568220Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T04:45:26.3568890Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T04:45:26.3569460Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T04:45:26.3569990Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T04:45:26.3570530Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T04:45:26.3571070Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T04:45:26.3571640Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T04:45:26.3572160Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T04:45:26.3572680Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T04:45:26.3573240Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T04:45:26.3573750Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T04:45:26.3574280Z Importing namespace Cake.Common.Xml... 2026-03-07T04:45:26.3574760Z Importing namespace Cake.Core... 2026-03-07T04:45:26.3575280Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T04:45:26.3575780Z Importing namespace Cake.Core.IO... 2026-03-07T04:45:26.3576280Z Importing namespace Cake.Core.Scripting... 2026-03-07T04:45:26.3576980Z Importing namespace Cake.Core.Tooling... 2026-03-07T04:45:26.3577500Z Importing namespace Cake.FileHelpers... 2026-03-07T04:45:26.3577980Z Importing namespace NuGet.Common... 2026-03-07T04:45:26.3578470Z Importing namespace NuGet.Configuration... 2026-03-07T04:45:26.3578960Z Importing namespace NuGet.Protocol... 2026-03-07T04:45:26.3579500Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T04:45:26.3580000Z Importing namespace NuGet.Versioning... 2026-03-07T04:45:26.3580490Z Importing namespace System... 2026-03-07T04:45:26.3581100Z Importing namespace System.Collections.Generic... 2026-03-07T04:45:26.3581620Z Importing namespace System.IO... 2026-03-07T04:45:26.3582090Z Importing namespace System.Linq... 2026-03-07T04:45:26.3582560Z Importing namespace System.Text... 2026-03-07T04:45:26.3583060Z Importing namespace System.Threading.Tasks... 2026-03-07T04:45:26.3583600Z .NETStandard,Version=v2.0 2026-03-07T04:45:26.4171470Z Compiling build script... 2026-03-07T04:45:28.8719590Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-07T04:45:29.9219110Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T04:45:29.9219830Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T04:45:29.9239130Z Host OS System Arch: X64 2026-03-07T04:45:29.9239490Z Host Processor System Arch: X64 2026-03-07T04:45:29.9239990Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T04:45:29.9240540Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T04:45:29.9240900Z Build Configuration: Release 2026-03-07T04:45:29.9241260Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T04:45:29.9241640Z Build Target Framework: net10.0-maccatalyst 2026-03-07T04:45:29.9242020Z Test Device: mac 2026-03-07T04:45:29.9242380Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T04:45:29.9335720Z 2026-03-07T04:45:29.9337060Z ======================================== 2026-03-07T04:45:29.9337820Z uitest 2026-03-07T04:45:29.9338320Z ======================================== 2026-03-07T04:45:29.9339310Z Executing task: uitest 2026-03-07T04:45:29.9352100Z Starting UI Tests... 2026-03-07T04:45:29.9355570Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T04:45:29.9356790Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T04:45:29.9446930Z Testing Device: mac 2026-03-07T04:45:29.9447690Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T04:45:29.9448200Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T04:45:29.9448690Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T04:45:29.9470370Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-07T04:45:30.0033450Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T04:45:30.0078890Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-07T04:45:32.3045990Z Determining projects to restore... 2026-03-07T04:45:37.4680160Z All projects are up-to-date for restore. 2026-03-07T04:45:42.5262440Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T04:45:42.5523710Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T04:45:42.8028130Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T04:45:43.2027150Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T04:45:43.4392420Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T04:45:44.1482690Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T04:45:44.2788590Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T04:45:44.4147620Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T04:45:44.6155530Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T04:45:44.7566050Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T04:45:44.7860780Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T04:45:44.8844010Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T04:45:47.1684100Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T04:45:47.6682590Z 2026-03-07T04:45:47.6797750Z Build succeeded. 2026-03-07T04:45:47.6828440Z 0 Warning(s) 2026-03-07T04:45:47.6976870Z 0 Error(s) 2026-03-07T04:45:47.7348920Z 2026-03-07T04:45:47.7441770Z Time Elapsed 00:00:17.13 2026-03-07T04:45:47.7472930Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-07T04:45:47.7499510Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T04:45:47.7570420Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T04:45:47.7603420Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T04:45:47.7643510Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T04:45:47.7662400Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T04:45:47.7683500Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T04:45:47.7718500Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T04:45:47.7748910Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T04:45:47.7793670Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T04:45:47.7816480Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T04:45:47.7841330Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T04:45:47.7874600Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-07T04:45:47.7900130Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T04:45:47.7928820Z 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=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.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-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-03-07T04:45:50.3117660Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-07T04:45:50.4641490Z VSTest version 18.0.1 (x64) 2026-03-07T04:45:50.4659790Z 2026-03-07T04:45:50.7583330Z Starting test execution, please wait... 2026-03-07T04:45:50.8629830Z A total of 1 test files matched the specified pattern. 2026-03-07T04:45:51.5858220Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T04:45:51.7351330Z [xUnit.net 00:00:00.16] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T04:45:51.9287730Z [xUnit.net 00:00:00.36] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T04:45:51.9486300Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T04:45:51.9818110Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T04:45:52.8463270Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T04:46:20.8478460Z >>>>> 3/7/2026 4:46:20 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T04:46:23.8407030Z >>>>> 3/7/2026 4:46:23 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T04:46:48.6139470Z >>>>> 3/7/2026 4:46:48 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T04:46:48.6850520Z Passed ValidateDynamicItemTemplateDisplayed [25 s] 2026-03-07T04:46:48.6851410Z >>>>> 3/7/2026 4:46:48 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T04:47:09.4928220Z >>>>> 3/7/2026 4:47:09 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T04:47:09.5006960Z Passed ValidateDynamicEmptyViewGridDisplayed [20 s] 2026-03-07T04:47:09.5014750Z >>>>> 3/7/2026 4:47:09 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T04:47:29.7596750Z >>>>> 3/7/2026 4:47:29 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T04:47:29.7644080Z Passed ValidateDynamicEmptyViewStringDisplayed [20 s] 2026-03-07T04:47:29.7645420Z >>>>> 3/7/2026 4:47:29 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T04:47:50.7690850Z >>>>> 3/7/2026 4:47:50 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T04:47:50.7757200Z Passed ValidateDynamicEmptyViewTemplateDisplayed [21 s] 2026-03-07T04:47:50.7761200Z >>>>> 3/7/2026 4:47:50 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T04:48:09.8649180Z >>>>> 3/7/2026 4:48:09 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T04:48:09.8716910Z Passed ValidateDynamicFooterGridDisplayed [19 s] 2026-03-07T04:48:09.8717970Z >>>>> 3/7/2026 4:48:09 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T04:48:29.3319520Z >>>>> 3/7/2026 4:48:29 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T04:48:29.3369430Z Passed ValidateDynamicFooterStringDisplayed [19 s] 2026-03-07T04:48:29.3370890Z >>>>> 3/7/2026 4:48:29 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T04:48:49.1407170Z >>>>> 3/7/2026 4:48:49 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T04:48:49.1457360Z Passed ValidateDynamicFooterTemplateDisplayed [19 s] 2026-03-07T04:48:49.1459100Z >>>>> 3/7/2026 4:48:49 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T04:49:18.2868970Z >>>>> 3/7/2026 4:49:18 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T04:49:18.2925950Z Passed ValidateDynamicGroupFooterTemplateDisplayed [29 s] 2026-03-07T04:49:18.2928830Z >>>>> 3/7/2026 4:49:18 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T04:49:45.7968520Z >>>>> 3/7/2026 4:49:45 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T04:49:45.8024510Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [27 s] 2026-03-07T04:49:45.8029590Z >>>>> 3/7/2026 4:49:45 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T04:50:05.8555140Z >>>>> 3/7/2026 4:50:05 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T04:50:05.8632800Z Passed ValidateDynamicHeaderGridDisplayed [20 s] 2026-03-07T04:50:05.8636980Z >>>>> 3/7/2026 4:50:05 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T04:50:26.1823420Z >>>>> 3/7/2026 4:50:26 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T04:50:26.1877040Z Passed ValidateDynamicHeaderStringDisplayed [20 s] 2026-03-07T04:50:26.1880750Z >>>>> 3/7/2026 4:50:26 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T04:50:45.9262790Z >>>>> 3/7/2026 4:50:45 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T04:50:47.2044110Z Passed ValidateDynamicHeaderTemplateDisplayed [19 s] 2026-03-07T04:50:48.3069620Z >>>>> 3/7/2026 4:50:48 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T04:50:50.7480460Z >>>>> 3/7/2026 4:50:50 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T04:51:02.5836640Z >>>>> 3/7/2026 4:51:02 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T04:51:02.5906040Z Passed ValidateEmptyViewStringDisplayed [11 s] 2026-03-07T04:51:02.5907560Z >>>>> 3/7/2026 4:51:02 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T04:51:11.6061150Z >>>>> 3/7/2026 4:51:11 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T04:51:11.6128370Z Passed ValidateCustomEmptyViewDisplayed [9 s] 2026-03-07T04:51:11.6129470Z >>>>> 3/7/2026 4:51:11 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T04:51:24.0869480Z >>>>> 3/7/2026 4:51:24 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T04:51:24.0945530Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [12 s] 2026-03-07T04:51:24.0948500Z >>>>> 3/7/2026 4:51:24 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:51:37.1180450Z >>>>> 3/7/2026 4:51:37 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:51:37.1324010Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T04:51:37.1328220Z >>>>> 3/7/2026 4:51:37 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:51:49.9715400Z >>>>> 3/7/2026 4:51:49 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:51:49.9765350Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [12 s] 2026-03-07T04:51:49.9770140Z >>>>> 3/7/2026 4:51:49 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T04:52:02.8542930Z >>>>> 3/7/2026 4:52:02 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T04:52:02.8663770Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [12 s] 2026-03-07T04:52:02.8666120Z >>>>> 3/7/2026 4:52:02 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T04:52:18.7439830Z >>>>> 3/7/2026 4:52:18 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T04:52:18.7483890Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [15 s] 2026-03-07T04:52:18.7485650Z >>>>> 3/7/2026 4:52:18 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T04:52:32.0085430Z >>>>> 3/7/2026 4:52:32 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T04:52:32.0145480Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-07T04:52:32.0146650Z >>>>> 3/7/2026 4:52:32 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:52:44.6675740Z >>>>> 3/7/2026 4:52:44 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:52:44.6734680Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T04:52:44.6737650Z >>>>> 3/7/2026 4:52:44 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:52:57.7584640Z >>>>> 3/7/2026 4:52:57 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:52:57.7649270Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T04:52:57.7663080Z >>>>> 3/7/2026 4:52:57 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:53:14.0774160Z >>>>> 3/7/2026 4:53:14 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:53:14.0897020Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [16 s] 2026-03-07T04:53:14.0898070Z >>>>> 3/7/2026 4:53:14 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:53:27.6100960Z >>>>> 3/7/2026 4:53:27 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:53:27.6163550Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-07T04:53:27.6166600Z >>>>> 3/7/2026 4:53:27 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T04:53:40.6418660Z >>>>> 3/7/2026 4:53:40 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T04:53:40.6470950Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-07T04:53:40.6472840Z >>>>> 3/7/2026 4:53:40 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T04:53:49.9865550Z >>>>> 3/7/2026 4:53:49 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T04:53:49.9947150Z Passed ValidateCustomEmptyViewSizeDisplayed [9 s] 2026-03-07T04:53:49.9949150Z >>>>> 3/7/2026 4:53:49 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T04:54:02.7066730Z >>>>> 3/7/2026 4:54:02 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T04:54:02.7129420Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [12 s] 2026-03-07T04:54:02.7145120Z >>>>> 3/7/2026 4:54:02 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T04:54:16.3950790Z >>>>> 3/7/2026 4:54:16 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T04:54:16.4030420Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [13 s] 2026-03-07T04:54:16.4034080Z >>>>> 3/7/2026 4:54:16 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T04:54:29.1776260Z >>>>> 3/7/2026 4:54:29 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T04:54:29.1823240Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [12 s] 2026-03-07T04:54:29.1824240Z >>>>> 3/7/2026 4:54:29 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:54:41.8164750Z >>>>> 3/7/2026 4:54:41 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:54:41.8261320Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [12 s] 2026-03-07T04:54:41.8264230Z >>>>> 3/7/2026 4:54:41 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T04:54:55.0571670Z >>>>> 3/7/2026 4:54:55 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T04:54:55.0633240Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [13 s] 2026-03-07T04:54:55.0634370Z >>>>> 3/7/2026 4:54:55 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:55:07.8377140Z >>>>> 3/7/2026 4:55:07 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:55:07.8447170Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [12 s] 2026-03-07T04:55:07.8448950Z >>>>> 3/7/2026 4:55:07 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T04:55:21.1390690Z >>>>> 3/7/2026 4:55:21 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T04:55:21.1460510Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [13 s] 2026-03-07T04:55:21.1476290Z >>>>> 3/7/2026 4:55:21 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T04:55:34.2697670Z >>>>> 3/7/2026 4:55:34 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T04:55:34.2744400Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [13 s] 2026-03-07T04:55:34.2745650Z >>>>> 3/7/2026 4:55:34 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T04:55:47.0972330Z >>>>> 3/7/2026 4:55:47 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T04:55:47.1025560Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [12 s] 2026-03-07T04:55:47.1026520Z >>>>> 3/7/2026 4:55:47 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:55:59.8562500Z >>>>> 3/7/2026 4:55:59 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:55:59.8683380Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T04:55:59.8685890Z >>>>> 3/7/2026 4:55:59 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:56:12.5074380Z >>>>> 3/7/2026 4:56:12 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:56:12.5132410Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T04:56:12.5134630Z >>>>> 3/7/2026 4:56:12 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:56:25.3353830Z >>>>> 3/7/2026 4:56:25 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:56:25.3401680Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [12 s] 2026-03-07T04:56:25.3404770Z >>>>> 3/7/2026 4:56:25 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:56:38.2953370Z >>>>> 3/7/2026 4:56:38 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:56:38.3009540Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [12 s] 2026-03-07T04:56:38.3014220Z >>>>> 3/7/2026 4:56:38 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T04:56:52.0128390Z >>>>> 3/7/2026 4:56:52 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T04:56:52.0217010Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-07T04:56:52.0279070Z >>>>> 3/7/2026 4:56:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T04:57:01.5109010Z >>>>> 3/7/2026 4:57:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T04:57:01.5154770Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [9 s] 2026-03-07T04:57:01.5157100Z >>>>> 3/7/2026 4:57:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T04:57:14.3019210Z >>>>> 3/7/2026 4:57:14 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T04:57:14.3069250Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [12 s] 2026-03-07T04:57:14.3070820Z >>>>> 3/7/2026 4:57:14 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T04:57:27.0559080Z >>>>> 3/7/2026 4:57:27 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T04:57:27.0607160Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-07T04:57:27.0608310Z >>>>> 3/7/2026 4:57:27 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T04:57:39.8875770Z >>>>> 3/7/2026 4:57:39 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T04:57:39.8925540Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [12 s] 2026-03-07T04:57:39.8926590Z >>>>> 3/7/2026 4:57:39 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:57:52.6085080Z >>>>> 3/7/2026 4:57:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:57:52.6139460Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [12 s] 2026-03-07T04:57:52.6142090Z >>>>> 3/7/2026 4:57:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T04:58:05.7476570Z >>>>> 3/7/2026 4:58:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T04:58:05.7547310Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [13 s] 2026-03-07T04:58:05.7559830Z >>>>> 3/7/2026 4:58:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T04:58:19.1697060Z >>>>> 3/7/2026 4:58:19 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T04:58:19.1739390Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T04:58:19.1740530Z >>>>> 3/7/2026 4:58:19 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T04:58:35.5896320Z >>>>> 3/7/2026 4:58:35 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T04:58:35.5964040Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-07T04:58:35.5965350Z >>>>> 3/7/2026 4:58:35 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T04:58:49.4284100Z >>>>> 3/7/2026 4:58:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T04:58:49.4334350Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [13 s] 2026-03-07T04:58:49.4335810Z >>>>> 3/7/2026 4:58:49 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:59:02.4508100Z >>>>> 3/7/2026 4:59:02 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:59:02.4557620Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T04:59:02.4558740Z >>>>> 3/7/2026 4:59:02 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:59:15.3466480Z >>>>> 3/7/2026 4:59:15 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:59:15.3584920Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T04:59:15.3593610Z >>>>> 3/7/2026 4:59:15 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:59:28.5990200Z >>>>> 3/7/2026 4:59:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:59:28.6045380Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T04:59:28.6049130Z >>>>> 3/7/2026 4:59:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:59:44.8386250Z >>>>> 3/7/2026 4:59:44 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:59:44.8449220Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [16 s] 2026-03-07T04:59:44.8452630Z >>>>> 3/7/2026 4:59:44 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:59:58.7327990Z >>>>> 3/7/2026 4:59:58 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:59:58.7380730Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-07T04:59:58.7383650Z >>>>> 3/7/2026 4:59:58 AM ValidateEmptyViewSize Start 2026-03-07T05:00:09.4269220Z >>>>> 3/7/2026 5:00:09 AM ValidateEmptyViewSize Stop 2026-03-07T05:00:09.4331320Z Passed ValidateEmptyViewSize [10 s] 2026-03-07T05:00:09.4332380Z >>>>> 3/7/2026 5:00:09 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T05:00:22.0448650Z >>>>> 3/7/2026 5:00:22 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T05:00:22.0495820Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [12 s] 2026-03-07T05:00:22.0496870Z >>>>> 3/7/2026 5:00:22 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T05:00:35.6251590Z >>>>> 3/7/2026 5:00:35 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T05:00:35.6341610Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [13 s] 2026-03-07T05:00:35.6358680Z >>>>> 3/7/2026 5:00:35 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:00:48.7598280Z >>>>> 3/7/2026 5:00:48 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:00:48.7663220Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:00:48.7678350Z >>>>> 3/7/2026 5:00:48 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:01:01.5636900Z >>>>> 3/7/2026 5:01:01 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:01:01.5725820Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [12 s] 2026-03-07T05:01:01.5770700Z >>>>> 3/7/2026 5:01:01 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T05:01:14.9504660Z >>>>> 3/7/2026 5:01:14 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T05:01:14.9564430Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [13 s] 2026-03-07T05:01:14.9654320Z >>>>> 3/7/2026 5:01:14 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T05:01:27.6250860Z >>>>> 3/7/2026 5:01:27 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T05:01:27.6311230Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [12 s] 2026-03-07T05:01:27.6315050Z >>>>> 3/7/2026 5:01:27 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:01:42.5417570Z >>>>> 3/7/2026 5:01:42 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:01:42.5470100Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-07T05:01:42.5472980Z >>>>> 3/7/2026 5:01:42 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T05:01:59.9087410Z >>>>> 3/7/2026 5:01:59 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T05:01:59.9150530Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [17 s] 2026-03-07T05:01:59.9166010Z >>>>> 3/7/2026 5:01:59 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:02:13.8805750Z >>>>> 3/7/2026 5:02:13 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:02:13.8878790Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T05:02:13.8879790Z >>>>> 3/7/2026 5:02:13 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:02:30.1032760Z >>>>> 3/7/2026 5:02:30 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:02:30.1082080Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [16 s] 2026-03-07T05:02:30.1083400Z >>>>> 3/7/2026 5:02:30 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T05:02:43.8485360Z >>>>> 3/7/2026 5:02:43 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T05:02:43.8531300Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [13 s] 2026-03-07T05:02:43.8532230Z >>>>> 3/7/2026 5:02:43 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:02:56.6311200Z >>>>> 3/7/2026 5:02:56 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:02:56.6358310Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T05:02:56.6359330Z >>>>> 3/7/2026 5:02:56 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T05:03:09.7769220Z >>>>> 3/7/2026 5:03:09 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T05:03:09.7865180Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [13 s] 2026-03-07T05:03:09.7900510Z >>>>> 3/7/2026 5:03:09 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T05:03:20.0335650Z >>>>> 3/7/2026 5:03:20 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T05:03:20.0389190Z Passed ValidateEmptyViewTemplateDisplayed [10 s] 2026-03-07T05:03:20.0391420Z >>>>> 3/7/2026 5:03:20 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T05:03:33.0553510Z >>>>> 3/7/2026 5:03:33 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T05:03:33.0620620Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-07T05:03:33.0622930Z >>>>> 3/7/2026 5:03:33 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T05:03:45.9434060Z >>>>> 3/7/2026 5:03:45 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T05:03:45.9483270Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-07T05:03:45.9485350Z >>>>> 3/7/2026 5:03:45 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:03:59.0818400Z >>>>> 3/7/2026 5:03:59 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:03:59.0876950Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:03:59.0888360Z >>>>> 3/7/2026 5:03:59 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T05:04:13.9815980Z >>>>> 3/7/2026 5:04:13 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T05:04:13.9863750Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [14 s] 2026-03-07T05:04:13.9865570Z >>>>> 3/7/2026 5:04:13 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T05:04:27.1538700Z >>>>> 3/7/2026 5:04:27 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T05:04:27.1631010Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T05:04:27.1635180Z >>>>> 3/7/2026 5:04:27 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T05:04:44.7746980Z >>>>> 3/7/2026 5:04:44 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T05:04:44.7791610Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [17 s] 2026-03-07T05:04:44.7792580Z >>>>> 3/7/2026 5:04:44 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T05:04:58.4763010Z >>>>> 3/7/2026 5:04:58 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T05:04:58.4814320Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [13 s] 2026-03-07T05:04:58.4815250Z >>>>> 3/7/2026 5:04:58 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:05:11.4055030Z >>>>> 3/7/2026 5:05:11 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:05:11.4102100Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [12 s] 2026-03-07T05:05:11.4103470Z >>>>> 3/7/2026 5:05:11 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:05:24.3025550Z >>>>> 3/7/2026 5:05:24 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:05:24.3074730Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-07T05:05:24.3077120Z >>>>> 3/7/2026 5:05:24 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:05:37.1954680Z >>>>> 3/7/2026 5:05:37 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:05:37.2009880Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-07T05:05:37.2011040Z >>>>> 3/7/2026 5:05:37 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:05:54.2753890Z >>>>> 3/7/2026 5:05:54 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:05:54.2859660Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:05:54.2889030Z >>>>> 3/7/2026 5:05:54 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:06:08.4485510Z >>>>> 3/7/2026 5:06:08 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:06:08.4533260Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T05:06:08.4534190Z >>>>> 3/7/2026 5:06:08 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:06:23.5110540Z >>>>> 3/7/2026 5:06:23 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:06:23.5167370Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T05:06:23.5171530Z >>>>> 3/7/2026 5:06:23 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:06:37.9645240Z >>>>> 3/7/2026 5:06:37 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:06:37.9698500Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [14 s] 2026-03-07T05:06:37.9701010Z >>>>> 3/7/2026 5:06:37 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:06:52.4973390Z >>>>> 3/7/2026 5:06:52 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:06:52.5043080Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [14 s] 2026-03-07T05:06:52.5046300Z >>>>> 3/7/2026 5:06:52 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:07:10.0344240Z >>>>> 3/7/2026 5:07:10 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:07:10.0410880Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T05:07:10.0416630Z >>>>> 3/7/2026 5:07:10 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:07:24.6039220Z >>>>> 3/7/2026 5:07:24 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:07:24.6094000Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [14 s] 2026-03-07T05:07:24.6095070Z >>>>> 3/7/2026 5:07:24 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:07:42.0572240Z >>>>> 3/7/2026 5:07:42 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:07:42.0865510Z >>>>> 3/7/2026 5:07:42 AM Log types: 2026-03-07T05:07:42.5203390Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T05:07:42.5218480Z Error Message: 2026-03-07T05:07:42.5219310Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:07:42.5220040Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T05:07:42.5220870Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:07:42.5221580Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:07:42.5221900Z 2026-03-07T05:07:42.5222360Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:07:42.5222620Z 2026-03-07T05:07:42.5223020Z Stack Trace: 2026-03-07T05:07:42.5223680Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:07:42.5224690Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:07:42.5225920Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:07:42.5227140Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:07:42.5228610Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 766 2026-03-07T05:07:42.5229630Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:07:42.5230330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:07:42.5231670Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:07:42.5232250Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:07:42.5232530Z 2026-03-07T05:07:42.5233530Z >>>>> 3/7/2026 5:07:42 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:07:57.0872140Z >>>>> 3/7/2026 5:07:57 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:07:57.0926160Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [14 s] 2026-03-07T05:07:57.0927270Z >>>>> 3/7/2026 5:07:57 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:08:14.1317330Z >>>>> 3/7/2026 5:08:14 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:08:14.1523670Z >>>>> 3/7/2026 5:08:14 AM Log types: 2026-03-07T05:08:15.1297680Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T05:08:15.1298360Z Error Message: 2026-03-07T05:08:15.1298760Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:08:15.1299390Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T05:08:15.1299940Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:08:15.1300450Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:08:15.1300650Z 2026-03-07T05:08:15.1300980Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:08:15.1301170Z 2026-03-07T05:08:15.1301530Z Stack Trace: 2026-03-07T05:08:15.1302010Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:08:15.1302810Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:08:15.1303650Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:08:15.1304600Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:08:15.1305650Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-03-07T05:08:15.1306490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:08:15.1307180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:08:15.1307880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:08:15.1308440Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:08:15.1308760Z 2026-03-07T05:08:16.9954510Z >>>>> 3/7/2026 5:08:16 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T05:08:19.5368940Z >>>>> 3/7/2026 5:08:19 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T05:08:39.3263330Z >>>>> 3/7/2026 5:08:39 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T05:08:39.3318560Z Passed VerifyGroupFooterTemplate_WithFooterString [19 s] 2026-03-07T05:08:39.3319830Z >>>>> 3/7/2026 5:08:39 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T05:09:04.4701820Z >>>>> 3/7/2026 5:09:04 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T05:09:04.4753010Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [25 s] 2026-03-07T05:09:04.4754520Z >>>>> 3/7/2026 5:09:04 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T05:09:32.9582410Z >>>>> 3/7/2026 5:09:32 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T05:09:32.9642170Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [28 s] 2026-03-07T05:09:32.9644140Z >>>>> 3/7/2026 5:09:32 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T05:09:58.2990500Z >>>>> 3/7/2026 5:09:58 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T05:09:58.3036360Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [25 s] 2026-03-07T05:09:58.3037570Z >>>>> 3/7/2026 5:09:58 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T05:10:26.5178710Z >>>>> 3/7/2026 5:10:26 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T05:10:26.5279250Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [28 s] 2026-03-07T05:10:26.5280160Z >>>>> 3/7/2026 5:10:26 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T05:10:55.1442550Z >>>>> 3/7/2026 5:10:55 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T05:10:55.1492770Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [28 s] 2026-03-07T05:10:55.1497160Z >>>>> 3/7/2026 5:10:55 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T05:11:27.2812060Z >>>>> 3/7/2026 5:11:27 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T05:11:27.2858360Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [32 s] 2026-03-07T05:11:27.2859330Z >>>>> 3/7/2026 5:11:27 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T05:11:55.7787680Z >>>>> 3/7/2026 5:11:55 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T05:11:55.7869100Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [28 s] 2026-03-07T05:11:55.7871760Z >>>>> 3/7/2026 5:11:55 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T05:12:28.5066560Z >>>>> 3/7/2026 5:12:28 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T05:12:28.5117290Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [32 s] 2026-03-07T05:12:28.5120850Z >>>>> 3/7/2026 5:12:28 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T05:12:44.9775570Z >>>>> 3/7/2026 5:12:44 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T05:12:44.9819140Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [16 s] 2026-03-07T05:12:44.9820170Z >>>>> 3/7/2026 5:12:44 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T05:13:01.2733680Z >>>>> 3/7/2026 5:13:01 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T05:13:01.2784460Z Passed VerifyGroupFooterTemplate_WithHeaderString [16 s] 2026-03-07T05:13:01.2785460Z >>>>> 3/7/2026 5:13:01 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T05:13:19.6006210Z >>>>> 3/7/2026 5:13:19 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T05:13:19.6052690Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [18 s] 2026-03-07T05:13:19.6053930Z >>>>> 3/7/2026 5:13:19 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T05:13:34.0134580Z >>>>> 3/7/2026 5:13:34 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T05:13:34.0186060Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [14 s] 2026-03-07T05:13:34.0188270Z >>>>> 3/7/2026 5:13:34 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T05:13:51.1255650Z >>>>> 3/7/2026 5:13:51 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T05:13:51.1301630Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [17 s] 2026-03-07T05:13:51.1304720Z >>>>> 3/7/2026 5:13:51 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T05:14:08.6944850Z >>>>> 3/7/2026 5:14:08 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T05:14:08.6992990Z Passed VerifyGroupHeaderTemplate_WithFooterString [17 s] 2026-03-07T05:14:08.6993930Z >>>>> 3/7/2026 5:14:08 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T05:14:26.0805990Z >>>>> 3/7/2026 5:14:26 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T05:14:26.0854970Z Passed VerifyGroupHeaderTemplate_WithHeaderString [17 s] 2026-03-07T05:14:26.0855970Z >>>>> 3/7/2026 5:14:26 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T05:14:41.3882840Z >>>>> 3/7/2026 5:14:41 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T05:14:41.3959700Z Passed VerifyIsGrouped_WithFooterString [15 s] 2026-03-07T05:14:41.3971480Z >>>>> 3/7/2026 5:14:41 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T05:14:55.7446550Z >>>>> 3/7/2026 5:14:55 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T05:14:55.7505790Z Passed VerifyIsGrouped_WithHeaderString [14 s] 2026-03-07T05:14:55.7508400Z >>>>> 3/7/2026 5:14:55 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T05:15:07.2809460Z >>>>> 3/7/2026 5:15:07 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T05:15:07.2860650Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [11 s] 2026-03-07T05:15:07.2861540Z >>>>> 3/7/2026 5:15:07 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T05:15:23.7766090Z >>>>> 3/7/2026 5:15:23 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T05:15:23.7812880Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [16 s] 2026-03-07T05:15:23.7814460Z >>>>> 3/7/2026 5:15:23 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T05:15:34.8328230Z >>>>> 3/7/2026 5:15:34 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T05:15:35.7861770Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [11 s] 2026-03-07T05:15:37.2895160Z >>>>> 3/7/2026 5:15:37 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T05:15:39.8943360Z >>>>> 3/7/2026 5:15:39 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T05:15:54.7577730Z >>>>> 3/7/2026 5:15:54 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T05:15:54.7625180Z Passed VerifyStringItemsObservableCollectionWhenAddItems [14 s] 2026-03-07T05:15:54.7627960Z >>>>> 3/7/2026 5:15:54 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T05:16:09.5452990Z >>>>> 3/7/2026 5:16:09 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T05:16:09.5506460Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-07T05:16:09.5507530Z >>>>> 3/7/2026 5:16:09 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T05:16:23.9793950Z >>>>> 3/7/2026 5:16:23 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T05:16:23.9843570Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [14 s] 2026-03-07T05:16:23.9844600Z >>>>> 3/7/2026 5:16:23 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T05:16:37.9364290Z >>>>> 3/7/2026 5:16:37 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T05:16:37.9417530Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-07T05:16:37.9418470Z >>>>> 3/7/2026 5:16:37 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T05:16:51.9846420Z >>>>> 3/7/2026 5:16:51 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T05:16:51.9907990Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [14 s] 2026-03-07T05:16:51.9909240Z >>>>> 3/7/2026 5:16:51 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T05:17:13.9161180Z >>>>> 3/7/2026 5:17:13 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T05:17:13.9215240Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [21 s] 2026-03-07T05:17:13.9219770Z >>>>> 3/7/2026 5:17:13 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T05:17:32.4177430Z >>>>> 3/7/2026 5:17:32 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T05:17:32.4227600Z Passed VerifyModelItemsGroupedListWhenAddItems [18 s] 2026-03-07T05:17:32.4229530Z >>>>> 3/7/2026 5:17:32 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T05:18:01.0865350Z >>>>> 3/7/2026 5:18:01 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T05:18:01.0922480Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [28 s] 2026-03-07T05:18:01.0926320Z >>>>> 3/7/2026 5:18:01 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T05:18:22.5382400Z >>>>> 3/7/2026 5:18:22 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T05:18:22.5430210Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [21 s] 2026-03-07T05:18:22.5431250Z >>>>> 3/7/2026 5:18:22 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T05:18:41.3259800Z >>>>> 3/7/2026 5:18:41 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T05:18:41.3308130Z Passed VerifyModelItemsGroupedListWhenRemoveItems [18 s] 2026-03-07T05:18:41.3311480Z >>>>> 3/7/2026 5:18:41 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T05:19:10.1725970Z >>>>> 3/7/2026 5:19:10 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T05:19:10.1776150Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [28 s] 2026-03-07T05:19:10.1777170Z >>>>> 3/7/2026 5:19:10 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T05:19:21.5588770Z >>>>> 3/7/2026 5:19:21 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T05:19:21.5634500Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-07T05:19:21.5635500Z >>>>> 3/7/2026 5:19:21 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T05:19:32.3550150Z >>>>> 3/7/2026 5:19:32 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T05:19:32.3600560Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [10 s] 2026-03-07T05:19:32.3601800Z >>>>> 3/7/2026 5:19:32 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T05:19:46.0464200Z >>>>> 3/7/2026 5:19:46 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T05:19:46.0517740Z Passed VerifyModelItemsListWhenAddItems [13 s] 2026-03-07T05:19:46.0518640Z >>>>> 3/7/2026 5:19:46 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T05:20:01.1393240Z >>>>> 3/7/2026 5:20:01 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T05:20:01.1449960Z Passed VerifyModelItemsListWhenRemoveItems [15 s] 2026-03-07T05:20:01.1456970Z >>>>> 3/7/2026 5:20:01 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T05:20:18.8276760Z >>>>> 3/7/2026 5:20:18 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T05:20:18.8327760Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [17 s] 2026-03-07T05:20:18.8329540Z >>>>> 3/7/2026 5:20:18 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T05:20:33.2483460Z >>>>> 3/7/2026 5:20:33 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T05:20:33.2537260Z Passed VerifyModelItemsObservableCollectionWhenAddItems [14 s] 2026-03-07T05:20:33.2540030Z >>>>> 3/7/2026 5:20:33 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T05:20:57.8794940Z >>>>> 3/7/2026 5:20:57 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T05:20:57.8862530Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [24 s] 2026-03-07T05:20:57.8864230Z >>>>> 3/7/2026 5:20:57 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T05:21:16.1064130Z >>>>> 3/7/2026 5:21:16 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T05:21:16.1117770Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [18 s] 2026-03-07T05:21:16.1120510Z >>>>> 3/7/2026 5:21:16 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T05:21:31.2333000Z >>>>> 3/7/2026 5:21:31 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T05:21:31.2380740Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [15 s] 2026-03-07T05:21:31.2381760Z >>>>> 3/7/2026 5:21:31 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T05:21:55.6094400Z >>>>> 3/7/2026 5:21:55 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T05:21:55.6143930Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [24 s] 2026-03-07T05:21:55.6147810Z >>>>> 3/7/2026 5:21:55 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T05:22:07.0324180Z >>>>> 3/7/2026 5:22:07 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T05:22:07.0370560Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [11 s] 2026-03-07T05:22:07.0372550Z >>>>> 3/7/2026 5:22:07 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T05:22:17.9340280Z >>>>> 3/7/2026 5:22:17 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T05:22:17.9397210Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [10 s] 2026-03-07T05:22:17.9398670Z >>>>> 3/7/2026 5:22:17 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T05:22:29.1742940Z >>>>> 3/7/2026 5:22:29 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T05:22:29.1796860Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [11 s] 2026-03-07T05:22:29.1797770Z >>>>> 3/7/2026 5:22:29 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T05:22:40.4381560Z >>>>> 3/7/2026 5:22:40 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T05:22:40.4431800Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [11 s] 2026-03-07T05:22:40.4432850Z >>>>> 3/7/2026 5:22:40 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T05:22:59.8761280Z >>>>> 3/7/2026 5:22:59 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T05:22:59.8809470Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [19 s] 2026-03-07T05:22:59.8810420Z >>>>> 3/7/2026 5:22:59 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T05:23:16.7086740Z >>>>> 3/7/2026 5:23:16 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T05:23:16.7135110Z Passed VerifyStringItemsGroupedListWhenAddItems [16 s] 2026-03-07T05:23:16.7136070Z >>>>> 3/7/2026 5:23:16 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T05:23:45.2901100Z >>>>> 3/7/2026 5:23:45 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T05:23:45.2949880Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [28 s] 2026-03-07T05:23:45.2951680Z >>>>> 3/7/2026 5:23:45 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T05:24:06.6824300Z >>>>> 3/7/2026 5:24:06 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T05:24:06.6881110Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [21 s] 2026-03-07T05:24:06.6882020Z >>>>> 3/7/2026 5:24:06 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T05:24:23.8034910Z >>>>> 3/7/2026 5:24:23 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T05:24:23.8083440Z Passed VerifyStringItemsGroupedListWhenRemoveItems [17 s] 2026-03-07T05:24:23.8084570Z >>>>> 3/7/2026 5:24:23 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T05:24:50.6672670Z >>>>> 3/7/2026 5:24:50 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T05:24:50.6720340Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [26 s] 2026-03-07T05:24:50.6721370Z >>>>> 3/7/2026 5:24:50 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T05:25:00.0483680Z >>>>> 3/7/2026 5:25:00 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T05:25:00.0538150Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [9 s] 2026-03-07T05:25:00.0539130Z >>>>> 3/7/2026 5:25:00 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T05:25:08.5176580Z >>>>> 3/7/2026 5:25:08 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T05:25:08.5227920Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-07T05:25:08.5230560Z >>>>> 3/7/2026 5:25:08 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T05:25:20.1496770Z >>>>> 3/7/2026 5:25:20 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T05:25:20.1547350Z Passed VerifyStringItemsListWhenAddItems [11 s] 2026-03-07T05:25:20.1548760Z >>>>> 3/7/2026 5:25:20 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T05:25:32.7464170Z >>>>> 3/7/2026 5:25:32 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T05:25:32.7513300Z Passed VerifyStringItemsListWhenRemoveItems [12 s] 2026-03-07T05:25:32.7515390Z >>>>> 3/7/2026 5:25:32 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T05:25:53.8155950Z >>>>> 3/7/2026 5:25:53 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T05:25:53.8204480Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [21 s] 2026-03-07T05:25:53.8205780Z >>>>> 3/7/2026 5:25:53 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T05:26:16.1195120Z >>>>> 3/7/2026 5:26:16 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T05:26:16.1244940Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [22 s] 2026-03-07T05:26:16.1246790Z >>>>> 3/7/2026 5:26:16 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T05:26:31.7333000Z >>>>> 3/7/2026 5:26:31 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T05:26:31.7384850Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [15 s] 2026-03-07T05:26:31.7387910Z >>>>> 3/7/2026 5:26:31 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T05:26:44.2701480Z >>>>> 3/7/2026 5:26:44 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T05:26:44.2750820Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [12 s] 2026-03-07T05:26:44.2752120Z >>>>> 3/7/2026 5:26:44 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T05:27:06.2097580Z >>>>> 3/7/2026 5:27:06 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T05:27:06.8188740Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [21 s] 2026-03-07T05:27:08.6695390Z >>>>> 3/7/2026 5:27:08 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T05:27:11.1469990Z >>>>> 3/7/2026 5:27:11 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T05:27:30.7182900Z >>>>> 3/7/2026 5:27:30 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T05:27:30.7232490Z Passed VerifyMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T05:27:30.7236010Z >>>>> 3/7/2026 5:27:30 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T05:27:52.0830880Z >>>>> 3/7/2026 5:27:52 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T05:27:52.0916500Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [21 s] 2026-03-07T05:27:52.0925450Z >>>>> 3/7/2026 5:27:52 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T05:28:10.7372880Z >>>>> 3/7/2026 5:28:10 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T05:28:10.7426220Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [18 s] 2026-03-07T05:28:10.7427300Z >>>>> 3/7/2026 5:28:10 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T05:28:49.8649310Z >>>>> 3/7/2026 5:28:49 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T05:28:49.8709440Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [39 s] 2026-03-07T05:28:49.8710360Z >>>>> 3/7/2026 5:28:49 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T05:29:12.4397660Z >>>>> 3/7/2026 5:29:12 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T05:29:12.4451160Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [22 s] 2026-03-07T05:29:12.4452760Z >>>>> 3/7/2026 5:29:12 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T05:29:31.1198830Z >>>>> 3/7/2026 5:29:31 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T05:29:31.1256780Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [18 s] 2026-03-07T05:29:31.1258320Z >>>>> 3/7/2026 5:29:31 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T05:30:07.1421400Z >>>>> 3/7/2026 5:30:07 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T05:30:07.1470980Z Passed VerifyKeepScrollOffsetWithGroupedList [36 s] 2026-03-07T05:30:07.1472560Z >>>>> 3/7/2026 5:30:07 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T05:30:38.1912880Z >>>>> 3/7/2026 5:30:38 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T05:30:38.1964920Z Passed VerifyKeepScrollOffsetWithObservableList [31 s] 2026-03-07T05:30:38.1965870Z >>>>> 3/7/2026 5:30:38 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T05:30:57.4025350Z >>>>> 3/7/2026 5:30:57 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T05:30:57.6990940Z Passed VerifyMeasureAllItemsWithGroupedList [19 s] 2026-03-07T05:30:59.8108410Z >>>>> 3/7/2026 5:30:59 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T05:31:02.3274410Z >>>>> 3/7/2026 5:31:02 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T05:31:21.9705870Z >>>>> 3/7/2026 5:31:21 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T05:31:21.9770310Z Passed VerifySelectionModeNoneWhenItemsSourceNone [19 s] 2026-03-07T05:31:21.9773470Z >>>>> 3/7/2026 5:31:21 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T05:31:40.6681780Z >>>>> 3/7/2026 5:31:40 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T05:31:40.6745430Z Passed VerifySelecctionModeSingleWhenCurrentSelection [18 s] 2026-03-07T05:31:40.6747050Z >>>>> 3/7/2026 5:31:40 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T05:31:55.8370240Z >>>>> 3/7/2026 5:31:55 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T05:31:55.8419510Z Passed VerifySelectionModeNoneWhenCurrentSelection [15 s] 2026-03-07T05:31:55.8420560Z >>>>> 3/7/2026 5:31:55 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T05:32:12.5986740Z >>>>> 3/7/2026 5:32:12 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T05:32:12.6049410Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [16 s] 2026-03-07T05:32:12.6050720Z >>>>> 3/7/2026 5:32:12 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T05:32:31.4079690Z >>>>> 3/7/2026 5:32:31 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T05:32:31.4129760Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [18 s] 2026-03-07T05:32:31.4130690Z >>>>> 3/7/2026 5:32:31 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T05:32:50.1884140Z >>>>> 3/7/2026 5:32:50 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T05:32:50.1953930Z Passed VerifySelectionModeNoneWhenPreviousSelection [18 s] 2026-03-07T05:32:50.1963200Z >>>>> 3/7/2026 5:32:50 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T05:33:10.7750370Z >>>>> 3/7/2026 5:33:10 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T05:33:10.7804410Z Passed VerifySelectionModeNoneWithFooterString [20 s] 2026-03-07T05:33:10.7805780Z >>>>> 3/7/2026 5:33:10 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T05:33:34.3995020Z >>>>> 3/7/2026 5:33:34 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T05:33:34.4043380Z Passed VerifySelectionModeNoneWithFooterTemplateView [23 s] 2026-03-07T05:33:34.4044230Z >>>>> 3/7/2026 5:33:34 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T05:33:54.5247450Z >>>>> 3/7/2026 5:33:54 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T05:33:54.5296240Z Passed VerifySelectionModeNoneWithFooterView [20 s] 2026-03-07T05:33:54.5297280Z >>>>> 3/7/2026 5:33:54 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T05:34:14.8815810Z >>>>> 3/7/2026 5:34:14 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T05:34:14.8933700Z Passed VerifySelectionModeNoneWithHeaderString [20 s] 2026-03-07T05:34:14.8994520Z >>>>> 3/7/2026 5:34:14 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T05:34:39.1754340Z >>>>> 3/7/2026 5:34:39 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T05:34:39.1836190Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [24 s] 2026-03-07T05:34:39.1842420Z >>>>> 3/7/2026 5:34:39 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T05:35:03.1687980Z >>>>> 3/7/2026 5:35:03 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T05:35:03.1740630Z Passed VerifySelectionModeNoneWithHeaderTemplateView [23 s] 2026-03-07T05:35:03.1754930Z >>>>> 3/7/2026 5:35:03 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T05:35:35.0273750Z >>>>> 3/7/2026 5:35:35 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T05:35:35.0336040Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [31 s] 2026-03-07T05:35:35.0337720Z >>>>> 3/7/2026 5:35:35 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-07T05:35:55.6179910Z >>>>> 3/7/2026 5:35:55 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-07T05:35:55.6228370Z Passed VerifySelectionModeNoneWithHeaderView [20 s] 2026-03-07T05:35:55.6230510Z >>>>> 3/7/2026 5:35:55 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-07T05:36:19.9312780Z >>>>> 3/7/2026 5:36:19 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-07T05:36:19.9361190Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [24 s] 2026-03-07T05:36:19.9362150Z >>>>> 3/7/2026 5:36:19 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-07T05:36:44.5741830Z >>>>> 3/7/2026 5:36:44 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-07T05:36:44.5798880Z Passed VerifySelectionModeSingleSelectionChangedEventCount [24 s] 2026-03-07T05:36:44.5803010Z >>>>> 3/7/2026 5:36:44 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-07T05:37:04.9690820Z >>>>> 3/7/2026 5:37:04 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-07T05:37:04.9738680Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [20 s] 2026-03-07T05:37:04.9739730Z >>>>> 3/7/2026 5:37:04 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-07T05:37:21.0718620Z >>>>> 3/7/2026 5:37:21 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-07T05:37:21.0769690Z Passed VerifySelectionModeSingleWhenItemsSourceNone [16 s] 2026-03-07T05:37:21.0771070Z >>>>> 3/7/2026 5:37:21 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-07T05:37:36.4189100Z >>>>> 3/7/2026 5:37:36 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-07T05:37:36.4241410Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [15 s] 2026-03-07T05:37:36.4242290Z >>>>> 3/7/2026 5:37:36 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-07T05:37:55.3572000Z >>>>> 3/7/2026 5:37:55 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-07T05:37:55.3623510Z Passed VerifySelectionModeSingleWhenPreviousSelection [18 s] 2026-03-07T05:37:55.3624650Z >>>>> 3/7/2026 5:37:55 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-07T05:38:15.1817020Z >>>>> 3/7/2026 5:38:15 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-07T05:38:15.1884050Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [19 s] 2026-03-07T05:38:15.1946100Z >>>>> 3/7/2026 5:38:15 AM VerifySelectionModeSingleWithFooterString Start 2026-03-07T05:38:38.0932120Z >>>>> 3/7/2026 5:38:38 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-07T05:38:38.0990470Z Passed VerifySelectionModeSingleWithFooterString [22 s] 2026-03-07T05:38:38.0992260Z >>>>> 3/7/2026 5:38:38 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-07T05:39:04.8520980Z >>>>> 3/7/2026 5:39:04 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-07T05:39:04.8603970Z Passed VerifySelectionModeSingleWithFooterTemplateView [26 s] 2026-03-07T05:39:04.8615610Z >>>>> 3/7/2026 5:39:04 AM VerifySelectionModeSingleWithFooterView Start 2026-03-07T05:39:28.2512890Z >>>>> 3/7/2026 5:39:28 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-07T05:39:28.2567950Z Passed VerifySelectionModeSingleWithFooterView [23 s] 2026-03-07T05:39:28.2569590Z >>>>> 3/7/2026 5:39:28 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-07T05:39:51.4378040Z >>>>> 3/7/2026 5:39:51 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-07T05:39:51.4427180Z Passed VerifySelectionModeSingleWithHeaderString [23 s] 2026-03-07T05:39:51.4428120Z >>>>> 3/7/2026 5:39:51 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-07T05:40:18.4933990Z >>>>> 3/7/2026 5:40:18 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-07T05:40:18.4988290Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [27 s] 2026-03-07T05:40:18.4990800Z >>>>> 3/7/2026 5:40:18 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-07T05:40:45.4768900Z >>>>> 3/7/2026 5:40:45 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-07T05:40:45.4818490Z Passed VerifySelectionModeSingleWithHeaderTemplateView [26 s] 2026-03-07T05:40:45.4820980Z >>>>> 3/7/2026 5:40:45 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T05:41:20.4271600Z >>>>> 3/7/2026 5:41:20 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T05:41:20.4319200Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [34 s] 2026-03-07T05:41:20.4320200Z >>>>> 3/7/2026 5:41:20 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-07T05:41:43.6843040Z >>>>> 3/7/2026 5:41:43 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-07T05:41:43.6891300Z Passed VerifySelectionModeSingleWithHeaderView [23 s] 2026-03-07T05:41:43.6892160Z >>>>> 3/7/2026 5:41:43 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-07T05:42:11.6380430Z >>>>> 3/7/2026 5:42:11 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-07T05:42:12.1908880Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [27 s] 2026-03-07T05:42:14.1278180Z >>>>> 3/7/2026 5:42:14 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-07T05:42:14.1284690Z >>>>> 3/7/2026 5:42:14 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-07T05:42:25.0940210Z >>>>> 3/7/2026 5:42:25 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-07T05:42:27.6009540Z Passed EmptyViewItemsSourceNullStringWorks [13 s] 2026-03-07T05:42:27.6023580Z >>>>> 3/7/2026 5:42:27 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-07T05:42:27.6031230Z >>>>> 3/7/2026 5:42:27 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-07T05:42:38.6468060Z >>>>> 3/7/2026 5:42:38 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-07T05:42:42.6527120Z Passed EmptyViewItemsSourceNullViewWorks [13 s] 2026-03-07T05:42:43.7492990Z >>>>> 3/7/2026 5:42:43 AM GroupingAndHeaderWorks Start 2026-03-07T05:42:43.7495030Z >>>>> 3/7/2026 5:42:43 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-07T05:43:01.3663010Z >>>>> 3/7/2026 5:43:01 AM GroupingAndHeaderWorks Stop 2026-03-07T05:43:05.1548180Z Passed GroupingAndHeaderWorks [20 s] 2026-03-07T05:43:06.5535290Z >>>>> 3/7/2026 5:43:06 AM HeaderFooterStringWorks Start 2026-03-07T05:43:06.5536940Z >>>>> 3/7/2026 5:43:06 AM FixtureSetup for HeaderFooterStringWorks 2026-03-07T05:43:18.8929370Z >>>>> 3/7/2026 5:43:18 AM HeaderFooterStringWorks Stop 2026-03-07T05:43:21.6918900Z Passed HeaderFooterStringWorks [14 s] 2026-03-07T05:43:24.0673380Z >>>>> 3/7/2026 5:43:24 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-07T05:43:26.7971120Z >>>>> 3/7/2026 5:43:26 AM SelectionShouldUpdateBinding Start 2026-03-07T05:43:39.1782740Z >>>>> 3/7/2026 5:43:39 AM SelectionShouldUpdateBinding Stop 2026-03-07T05:43:40.3460150Z Passed SelectionShouldUpdateBinding [12 s] 2026-03-07T05:43:41.5806030Z >>>>> 3/7/2026 5:43:41 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-07T05:43:41.6614360Z >>>>> 3/7/2026 5:43:41 AM ClearingGroupedNoCrash Start 2026-03-07T05:43:44.4838570Z >>>>> 3/7/2026 5:43:44 AM ClearingGroupedNoCrash Stop 2026-03-07T05:43:44.9094580Z Passed ClearingGroupedNoCrash [2 s] 2026-03-07T05:43:47.9837720Z >>>>> 3/7/2026 5:43:47 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-07T05:43:48.0726290Z >>>>> 3/7/2026 5:43:48 AM NoBindingErrors Start 2026-03-07T05:43:56.8302500Z >>>>> 3/7/2026 5:43:56 AM NoBindingErrors Stop 2026-03-07T05:43:57.0695510Z Passed NoBindingErrors [8 s] 2026-03-07T05:43:59.1772190Z >>>>> 3/7/2026 5:43:59 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-07T05:43:59.2651860Z >>>>> 3/7/2026 5:43:59 AM DynamicallyLoadCollectionView Start 2026-03-07T05:43:59.9918710Z >>>>> 3/7/2026 5:43:59 AM DynamicallyLoadCollectionView Stop 2026-03-07T05:44:00.7925320Z Passed DynamicallyLoadCollectionView [731 ms] 2026-03-07T05:44:02.4490240Z >>>>> 3/7/2026 5:44:02 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-07T05:44:02.5377670Z >>>>> 3/7/2026 5:44:02 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-07T05:44:02.5522790Z >>>>> 3/7/2026 5:44:02 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-07T05:44:02.5581010Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-07T05:44:04.0569760Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [19 ms] 2026-03-07T05:44:05.1810310Z >>>>> 3/7/2026 5:44:05 AM KeepItemsInView Start 2026-03-07T05:44:05.1812230Z >>>>> 3/7/2026 5:44:05 AM FixtureSetup for KeepItemsInView 2026-03-07T05:45:08.1577030Z >>>>> 3/7/2026 5:45:08 AM KeepItemsInView Stop 2026-03-07T05:45:11.6210840Z Passed KeepItemsInView [1 m 5 s] 2026-03-07T05:45:13.2741180Z >>>>> 3/7/2026 5:45:13 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:45:13.2745540Z >>>>> 3/7/2026 5:45:13 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-07T05:45:18.5241120Z >>>>> 3/7/2026 5:45:18 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:45:20.9045460Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [7 s] 2026-03-07T05:45:20.9046610Z >>>>> 3/7/2026 5:45:20 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-07T05:45:20.9047240Z >>>>> 3/7/2026 5:45:20 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-07T05:45:26.0405340Z >>>>> 3/7/2026 5:45:26 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-07T05:45:28.4805500Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [7 s] 2026-03-07T05:45:30.7197850Z >>>>> 3/7/2026 5:45:30 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-07T05:45:30.8108890Z >>>>> 3/7/2026 5:45:30 AM EmptyViewShouldNotCrash Start 2026-03-07T05:45:31.5034760Z >>>>> 3/7/2026 5:45:31 AM EmptyViewShouldNotCrash Stop 2026-03-07T05:45:32.3209000Z Passed EmptyViewShouldNotCrash [698 ms] 2026-03-07T05:45:33.8109230Z >>>>> 3/7/2026 5:45:33 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-07T05:45:33.8973530Z >>>>> 3/7/2026 5:45:33 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T05:45:34.6338030Z >>>>> 3/7/2026 5:45:34 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T05:45:35.3908110Z Passed CollectionShouldInvalidateOnVisibilityChange [741 ms] 2026-03-07T05:45:37.9540270Z >>>>> 3/7/2026 5:45:37 AM FixtureSetup for Issue10454(Mac) 2026-03-07T05:45:38.0385160Z >>>>> 3/7/2026 5:45:38 AM ChildAddedShouldFire Start 2026-03-07T05:45:41.3663970Z >>>>> 3/7/2026 5:45:41 AM ChildAddedShouldFire Stop 2026-03-07T05:45:42.5955660Z Passed ChildAddedShouldFire [3 s] 2026-03-07T05:45:43.8281240Z >>>>> 3/7/2026 5:45:43 AM FixtureSetup for Issue10947(Mac) 2026-03-07T05:45:43.9077560Z >>>>> 3/7/2026 5:45:43 AM CollectionViewHeaderShouldNotScroll Start 2026-03-07T05:45:53.2811300Z >>>>> 3/7/2026 5:45:53 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-07T05:45:54.6462660Z Passed CollectionViewHeaderShouldNotScroll [9 s] 2026-03-07T05:45:55.7220380Z >>>>> 3/7/2026 5:45:55 AM FixtureSetup for Issue11311(Mac) 2026-03-07T05:45:55.8061630Z >>>>> 3/7/2026 5:45:55 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-07T05:45:56.5980110Z >>>>> 3/7/2026 5:45:56 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-07T05:45:57.6868160Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [799 ms] 2026-03-07T05:45:59.1182620Z >>>>> 3/7/2026 5:45:59 AM FixtureSetup for Issue11853(Mac) 2026-03-07T05:45:59.2382720Z >>>>> 3/7/2026 5:45:59 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-07T05:46:03.8052950Z >>>>> 3/7/2026 5:46:03 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-07T05:46:05.2464560Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [4 s] 2026-03-07T05:46:06.3906060Z >>>>> 3/7/2026 5:46:06 AM FixtureSetup for Issue11896(Mac) 2026-03-07T05:46:06.4887190Z >>>>> 3/7/2026 5:46:06 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-07T05:46:13.9200950Z >>>>> 3/7/2026 5:46:13 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-07T05:46:13.9250300Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [7 s] 2026-03-07T05:46:13.9251210Z >>>>> 3/7/2026 5:46:13 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-07T05:46:22.3225190Z >>>>> 3/7/2026 5:46:22 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-07T05:46:22.9546270Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [8 s] 2026-03-07T05:46:24.7697420Z >>>>> 3/7/2026 5:46:24 AM FixtureSetup for Issue12374(Mac) 2026-03-07T05:46:24.8649780Z >>>>> 3/7/2026 5:46:24 AM Issue12374Test Start 2026-03-07T05:46:31.6882600Z >>>>> 3/7/2026 5:46:31 AM Issue12374Test Stop 2026-03-07T05:46:32.3610800Z Passed Issue12374Test [6 s] 2026-03-07T05:46:34.0219540Z >>>>> 3/7/2026 5:46:34 AM FixtureSetup for Issue12714(Mac) 2026-03-07T05:46:34.1076980Z >>>>> 3/7/2026 5:46:34 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-07T05:46:36.4633150Z >>>>> 3/7/2026 5:46:36 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-07T05:46:37.1452320Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-07T05:46:38.8431450Z >>>>> 3/7/2026 5:46:38 AM FixtureSetup for Issue13126_2(Mac) 2026-03-07T05:46:38.9388470Z >>>>> 3/7/2026 5:46:38 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-07T05:46:39.6598400Z >>>>> 3/7/2026 5:46:39 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-07T05:46:40.4537270Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [726 ms] 2026-03-07T05:46:42.0303690Z >>>>> 3/7/2026 5:46:42 AM FixtureSetup for Issue13203(Mac) 2026-03-07T05:46:42.1144910Z >>>>> 3/7/2026 5:46:42 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T05:46:42.9255640Z >>>>> 3/7/2026 5:46:42 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T05:46:43.6813480Z Passed CollectionShouldInvalidateOnVisibilityChange [816 ms] 2026-03-07T05:46:45.2891820Z >>>>> 3/7/2026 5:46:45 AM FixtureSetup for Issue13551(Mac) 2026-03-07T05:46:45.4054580Z >>>>> 3/7/2026 5:46:45 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-07T05:46:46.4595670Z >>>>> 3/7/2026 5:46:46 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-07T05:46:46.8998240Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-07T05:46:48.8035640Z >>>>> 3/7/2026 5:46:48 AM FixtureSetup for Issue14557(Mac) 2026-03-07T05:46:48.8954440Z >>>>> 3/7/2026 5:46:48 AM HeaderAndFooterRender Start 2026-03-07T05:46:51.3263000Z >>>>> 3/7/2026 5:46:51 AM HeaderAndFooterRender Stop 2026-03-07T05:46:51.9527890Z Passed HeaderAndFooterRender [2 s] 2026-03-07T05:46:53.7131420Z >>>>> 3/7/2026 5:46:53 AM FixtureSetup for Issue15778(Mac) 2026-03-07T05:46:53.7961000Z >>>>> 3/7/2026 5:46:53 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-07T05:46:57.1702970Z >>>>> 3/7/2026 5:46:57 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-07T05:46:58.3209410Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-07T05:46:59.5694330Z >>>>> 3/7/2026 5:46:59 AM FixtureSetup for Issue15815(Mac) 2026-03-07T05:46:59.6647710Z >>>>> 3/7/2026 5:46:59 AM LastItemIsVisilbe Start 2026-03-07T05:47:01.0216790Z >>>>> 3/7/2026 5:47:01 AM LastItemIsVisilbe Stop 2026-03-07T05:47:01.3528740Z Passed LastItemIsVisilbe [1 s] 2026-03-07T05:47:03.3818010Z >>>>> 3/7/2026 5:47:03 AM FixtureSetup for Issue16320(Mac) 2026-03-07T05:47:03.4666030Z >>>>> 3/7/2026 5:47:03 AM Issue16320Test Start 2026-03-07T05:47:06.0338000Z >>>>> 3/7/2026 5:47:06 AM Issue16320Test Stop 2026-03-07T05:47:06.4625730Z Passed Issue16320Test [2 s] 2026-03-07T05:47:08.4067800Z >>>>> 3/7/2026 5:47:08 AM FixtureSetup for Issue16787(Mac) 2026-03-07T05:47:08.4930810Z >>>>> 3/7/2026 5:47:08 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-07T05:47:09.6083370Z >>>>> 3/7/2026 5:47:09 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-07T05:47:10.0192610Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-07T05:47:12.3829820Z >>>>> 3/7/2026 5:47:12 AM FixtureSetup for Issue17400(Mac) 2026-03-07T05:47:12.4767270Z >>>>> 3/7/2026 5:47:12 AM Issue17400Test Start 2026-03-07T05:47:19.4228480Z >>>>> 3/7/2026 5:47:19 AM Issue17400Test Stop 2026-03-07T05:47:20.0194910Z Passed Issue17400Test [6 s] 2026-03-07T05:47:21.8655850Z >>>>> 3/7/2026 5:47:21 AM FixtureSetup for Issue17823(Mac) 2026-03-07T05:47:21.9629010Z >>>>> 3/7/2026 5:47:21 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-07T05:47:27.2339300Z >>>>> 3/7/2026 5:47:27 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-07T05:47:27.2391390Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [5 s] 2026-03-07T05:47:27.2411020Z >>>>> 3/7/2026 5:47:27 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-07T05:47:31.7983570Z >>>>> 3/7/2026 5:47:31 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-07T05:47:33.2635210Z Passed ReorderingLastItemWithHeaderDoesNotCrash [4 s] 2026-03-07T05:47:34.5398410Z >>>>> 3/7/2026 5:47:34 AM FixtureSetup for Issue17865(Mac) 2026-03-07T05:47:34.6635340Z >>>>> 3/7/2026 5:47:34 AM Issue17865Test Start 2026-03-07T05:47:40.6826720Z >>>>> 3/7/2026 5:47:40 AM Issue17865Test Stop 2026-03-07T05:47:40.8191190Z Passed Issue17865Test [6 s] 2026-03-07T05:47:43.2432450Z >>>>> 3/7/2026 5:47:43 AM FixtureSetup for Issue17969(Mac) 2026-03-07T05:47:43.3260640Z >>>>> 3/7/2026 5:47:43 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-07T05:47:50.2748430Z >>>>> 3/7/2026 5:47:50 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-07T05:47:50.2804670Z Passed CollectionViewAddGroupWhenViewIsEmpty [6 s] 2026-03-07T05:47:50.2806950Z >>>>> 3/7/2026 5:47:50 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-07T05:47:56.6943670Z >>>>> 3/7/2026 5:47:56 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-07T05:47:57.7808480Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [6 s] 2026-03-07T05:47:59.2858900Z >>>>> 3/7/2026 5:47:59 AM FixtureSetup for Issue18389(Mac) 2026-03-07T05:47:59.3869500Z >>>>> 3/7/2026 5:47:59 AM VerifyScrollToIndexWithHeader Start 2026-03-07T05:48:12.8584060Z >>>>> 3/7/2026 5:48:12 AM VerifyScrollToIndexWithHeader Stop 2026-03-07T05:48:12.9343170Z Passed VerifyScrollToIndexWithHeader [13 s] 2026-03-07T05:48:15.2576030Z >>>>> 3/7/2026 5:48:15 AM FixtureSetup for Issue18702(Mac) 2026-03-07T05:48:15.3441990Z >>>>> 3/7/2026 5:48:15 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-07T05:48:17.9814720Z >>>>> 3/7/2026 5:48:17 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-07T05:48:18.3529990Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [2 s] 2026-03-07T05:48:20.4631000Z >>>>> 3/7/2026 5:48:20 AM FixtureSetup for Issue18751(Mac) 2026-03-07T05:48:20.5499320Z >>>>> 3/7/2026 5:48:20 AM Issue18751Test Start 2026-03-07T05:48:24.2192490Z >>>>> 3/7/2026 5:48:24 AM Issue18751Test Stop 2026-03-07T05:48:25.0513140Z Passed Issue18751Test [3 s] 2026-03-07T05:48:26.6675670Z >>>>> 3/7/2026 5:48:26 AM FixtureSetup for Issue19338(Mac) 2026-03-07T05:48:26.7567150Z >>>>> 3/7/2026 5:48:26 AM HeaderAndFooterShouldBeVisible Start 2026-03-07T05:48:29.1360800Z >>>>> 3/7/2026 5:48:29 AM HeaderAndFooterShouldBeVisible Stop 2026-03-07T05:48:29.8210200Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-07T05:48:31.6018620Z >>>>> 3/7/2026 5:48:31 AM FixtureSetup for Issue19379(Mac) 2026-03-07T05:48:31.7024210Z >>>>> 3/7/2026 5:48:31 AM UpdateCollectionViewHeaderTest Start 2026-03-07T05:48:36.3654910Z >>>>> 3/7/2026 5:48:36 AM UpdateCollectionViewHeaderTest Stop 2026-03-07T05:48:37.7440300Z Passed UpdateCollectionViewHeaderTest [4 s] 2026-03-07T05:48:38.7635590Z >>>>> 3/7/2026 5:48:38 AM FixtureSetup for Issue19609(Mac) 2026-03-07T05:48:38.8662300Z >>>>> 3/7/2026 5:48:38 AM CanTapButtonOnEmptyView Start 2026-03-07T05:48:41.8857620Z >>>>> 3/7/2026 5:48:41 AM CanTapButtonOnEmptyView Stop 2026-03-07T05:48:42.2686470Z Passed CanTapButtonOnEmptyView [3 s] 2026-03-07T05:48:44.3905460Z >>>>> 3/7/2026 5:48:44 AM FixtureSetup for Issue19771(Mac) 2026-03-07T05:48:44.4783550Z >>>>> 3/7/2026 5:48:44 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-07T05:48:52.5244170Z >>>>> 3/7/2026 5:48:52 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-07T05:48:53.5254250Z Passed CollectionViewIsEnabledFalsePreventsInteractions [8 s] 2026-03-07T05:48:55.1517290Z >>>>> 3/7/2026 5:48:55 AM FixtureSetup for Issue19803(Mac) 2026-03-07T05:48:55.2597010Z >>>>> 3/7/2026 5:48:55 AM NoNREWhenChangingGridItemsLayout Start 2026-03-07T05:48:58.2216840Z >>>>> 3/7/2026 5:48:58 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-07T05:48:58.3397810Z Passed NoNREWhenChangingGridItemsLayout [2 s] 2026-03-07T05:49:00.8119020Z >>>>> 3/7/2026 5:49:00 AM FixtureSetup for Issue20294(Mac) 2026-03-07T05:49:00.8887090Z >>>>> 3/7/2026 5:49:00 AM ScrollToEndDoesntCrash Start 2026-03-07T05:49:24.6108000Z >>>>> 3/7/2026 5:49:24 AM ScrollToEndDoesntCrash Stop 2026-03-07T05:49:24.9527430Z Passed ScrollToEndDoesntCrash [23 s] 2026-03-07T05:49:27.0821230Z >>>>> 3/7/2026 5:49:27 AM FixtureSetup for Issue20443(Mac) 2026-03-07T05:49:27.1753460Z >>>>> 3/7/2026 5:49:27 AM RefreshShouldNotChangeSize Start 2026-03-07T05:49:41.3853900Z >>>>> 3/7/2026 5:49:41 AM RefreshShouldNotChangeSize Stop 2026-03-07T05:49:42.1885180Z Passed RefreshShouldNotChangeSize [14 s] 2026-03-07T05:49:44.4295140Z >>>>> 3/7/2026 5:49:44 AM FixtureSetup for Issue20842(Mac) 2026-03-07T05:49:44.5359350Z >>>>> 3/7/2026 5:49:44 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-07T05:50:09.1591430Z >>>>> 3/7/2026 5:50:09 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-07T05:50:10.0553830Z Passed VerifyCollectionViewItemsAfterScrolling [24 s] 2026-03-07T05:50:11.5161800Z >>>>> 3/7/2026 5:50:11 AM FixtureSetup for Issue21728(Mac) 2026-03-07T05:50:11.6191150Z >>>>> 3/7/2026 5:50:11 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-07T05:50:13.8142100Z >>>>> 3/7/2026 5:50:13 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-07T05:50:14.6535500Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-07T05:50:16.2442870Z >>>>> 3/7/2026 5:50:16 AM FixtureSetup for Issue21967(Mac) 2026-03-07T05:50:16.3336380Z >>>>> 3/7/2026 5:50:16 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-07T05:50:18.1675640Z >>>>> 3/7/2026 5:50:18 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-07T05:50:18.1729650Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [1 s] 2026-03-07T05:50:18.1730720Z >>>>> 3/7/2026 5:50:18 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-07T05:50:25.6182140Z >>>>> 3/7/2026 5:50:25 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-07T05:50:25.7017730Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [7 s] 2026-03-07T05:50:28.0543760Z >>>>> 3/7/2026 5:50:28 AM FixtureSetup for Issue22104(Mac) 2026-03-07T05:50:28.1318690Z >>>>> 3/7/2026 5:50:28 AM VerifyCollectionViewVisualState Start 2026-03-07T05:50:32.4075180Z >>>>> 3/7/2026 5:50:32 AM VerifyCollectionViewVisualState Stop 2026-03-07T05:50:32.6465610Z Passed VerifyCollectionViewVisualState [4 s] 2026-03-07T05:50:34.7555030Z >>>>> 3/7/2026 5:50:34 AM FixtureSetup for Issue22320(Mac) 2026-03-07T05:50:34.8450990Z >>>>> 3/7/2026 5:50:34 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-07T05:50:35.8965470Z >>>>> 3/7/2026 5:50:35 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-07T05:50:35.9087330Z >>>>> 3/7/2026 5:50:35 AM Log types: 2026-03-07T05:50:36.3394060Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-07T05:50:36.3394590Z Error Message: 2026-03-07T05:50:36.3394990Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-07T05:50:36.3395380Z Stack Trace: 2026-03-07T05:50:36.3395880Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-07T05:50:36.3396570Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-07T05:50:36.3397150Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-07T05:50:36.3397750Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:50:36.3398300Z --- End of stack trace from previous location --- 2026-03-07T05:50:36.3398850Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:50:36.3399480Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-07T05:50:36.3399980Z --- End of stack trace from previous location --- 2026-03-07T05:50:36.3400510Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-07T05:50:36.3401150Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-07T05:50:36.3401860Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-07T05:50:36.3402590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:50:36.3403280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:50:36.3403910Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:50:36.3404480Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:50:36.3405200Z 2026-03-07T05:50:38.6635880Z >>>>> 3/7/2026 5:50:38 AM FixtureSetup for Issue22467(Mac) 2026-03-07T05:50:38.7542780Z >>>>> 3/7/2026 5:50:38 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-07T05:50:45.7165450Z >>>>> 3/7/2026 5:50:45 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-07T05:50:46.2764160Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [6 s] 2026-03-07T05:50:48.0598440Z >>>>> 3/7/2026 5:50:48 AM FixtureSetup for Issue22674(Mac) 2026-03-07T05:50:48.1413120Z >>>>> 3/7/2026 5:50:48 AM RemoveItemWhenSelectionChanged Start 2026-03-07T05:50:49.3666140Z >>>>> 3/7/2026 5:50:49 AM RemoveItemWhenSelectionChanged Stop 2026-03-07T05:50:49.6866590Z Passed RemoveItemWhenSelectionChanged [1 s] 2026-03-07T05:50:51.9810190Z >>>>> 3/7/2026 5:50:51 AM FixtureSetup for Issue23702(Mac) 2026-03-07T05:50:52.0699460Z >>>>> 3/7/2026 5:50:52 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-07T05:50:56.1241200Z >>>>> 3/7/2026 5:50:56 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-07T05:50:56.5643510Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [4 s] 2026-03-07T05:50:58.4574540Z >>>>> 3/7/2026 5:50:58 AM FixtureSetup for Issue25181(Mac) 2026-03-07T05:50:58.5354430Z >>>>> 3/7/2026 5:50:58 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-07T05:51:00.5702670Z >>>>> 3/7/2026 5:51:00 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-07T05:51:01.5522290Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-07T05:51:03.1772740Z >>>>> 3/7/2026 5:51:03 AM FixtureSetup for Issue25191(Mac) 2026-03-07T05:51:03.2677680Z >>>>> 3/7/2026 5:51:03 AM CollectionViewMeasureFirstItem Start 2026-03-07T05:51:07.3758450Z >>>>> 3/7/2026 5:51:07 AM CollectionViewMeasureFirstItem Stop 2026-03-07T05:51:07.7647510Z Passed CollectionViewMeasureFirstItem [4 s] 2026-03-07T05:51:09.8375770Z >>>>> 3/7/2026 5:51:09 AM FixtureSetup for Issue25224(Mac) 2026-03-07T05:51:09.9309640Z >>>>> 3/7/2026 5:51:09 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:51:13.6547850Z >>>>> 3/7/2026 5:51:13 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:51:13.6611060Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 s] 2026-03-07T05:51:13.6613780Z >>>>> 3/7/2026 5:51:13 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:51:16.0839440Z >>>>> 3/7/2026 5:51:16 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:51:16.6854400Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-07T05:51:18.6805290Z >>>>> 3/7/2026 5:51:18 AM FixtureSetup for Issue25362(Mac) 2026-03-07T05:51:18.7970550Z >>>>> 3/7/2026 5:51:18 AM HeaderShouldNotCollapseWithItems Start 2026-03-07T05:51:26.5467820Z >>>>> 3/7/2026 5:51:26 AM HeaderShouldNotCollapseWithItems Stop 2026-03-07T05:51:27.8607690Z Passed HeaderShouldNotCollapseWithItems [7 s] 2026-03-07T05:51:29.0079420Z >>>>> 3/7/2026 5:51:29 AM FixtureSetup for Issue25433(Mac) 2026-03-07T05:51:29.0967070Z >>>>> 3/7/2026 5:51:29 AM CollectionViewHorizontalItemSpacing Start 2026-03-07T05:51:31.4701670Z >>>>> 3/7/2026 5:51:31 AM CollectionViewHorizontalItemSpacing Stop 2026-03-07T05:51:32.3646800Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-07T05:51:33.8204660Z >>>>> 3/7/2026 5:51:33 AM FixtureSetup for Issue25514(Mac) 2026-03-07T05:51:33.8998090Z >>>>> 3/7/2026 5:51:33 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-07T05:51:35.9330360Z >>>>> 3/7/2026 5:51:35 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-07T05:51:36.9519460Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-07T05:51:38.5619150Z >>>>> 3/7/2026 5:51:38 AM FixtureSetup for Issue25551(Mac) 2026-03-07T05:51:38.6582780Z >>>>> 3/7/2026 5:51:38 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-07T05:51:46.3925580Z >>>>> 3/7/2026 5:51:46 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-07T05:51:47.6587810Z Passed CollectionViewPreSelectionShouldUpdate [7 s] 2026-03-07T05:51:49.2501690Z >>>>> 3/7/2026 5:51:49 AM FixtureSetup for Issue25649(Mac) 2026-03-07T05:51:49.3421070Z >>>>> 3/7/2026 5:51:49 AM Issue25649Test Start 2026-03-07T05:52:01.2291460Z >>>>> 3/7/2026 5:52:01 AM Issue25649Test Stop 2026-03-07T05:52:01.3865730Z Passed Issue25649Test [11 s] 2026-03-07T05:52:03.6342530Z >>>>> 3/7/2026 5:52:03 AM FixtureSetup for Issue25724(Mac) 2026-03-07T05:52:03.7214840Z >>>>> 3/7/2026 5:52:03 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-07T05:52:07.9540590Z >>>>> 3/7/2026 5:52:07 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-07T05:52:08.2151220Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-07T05:52:10.5002680Z >>>>> 3/7/2026 5:52:10 AM FixtureSetup for Issue25859(Mac) 2026-03-07T05:52:10.5826760Z >>>>> 3/7/2026 5:52:10 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-07T05:52:13.8719430Z >>>>> 3/7/2026 5:52:13 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-07T05:52:15.1429880Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-07T05:52:16.3681220Z >>>>> 3/7/2026 5:52:16 AM FixtureSetup for Issue25889(Mac) 2026-03-07T05:52:16.4586730Z >>>>> 3/7/2026 5:52:16 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-07T05:52:30.6262170Z >>>>> 3/7/2026 5:52:30 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-07T05:52:31.7600710Z Passed RemainingItemsThresholdReachedCommandFired [14 s] 2026-03-07T05:52:33.2383740Z >>>>> 3/7/2026 5:52:33 AM FixtureSetup for Issue26066(Mac) 2026-03-07T05:52:33.3283360Z >>>>> 3/7/2026 5:52:33 AM CollectionView2ShouldFindAncestorType Start 2026-03-07T05:52:39.2922090Z >>>>> 3/7/2026 5:52:39 AM CollectionView2ShouldFindAncestorType Stop 2026-03-07T05:52:39.3960360Z Passed CollectionView2ShouldFindAncestorType [5 s] 2026-03-07T05:52:41.7710820Z >>>>> 3/7/2026 5:52:41 AM FixtureSetup for Issue26083(Mac) 2026-03-07T05:52:41.8606560Z >>>>> 3/7/2026 5:52:41 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-07T05:52:47.6827270Z >>>>> 3/7/2026 5:52:47 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-07T05:52:47.8565260Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [5 s] 2026-03-07T05:52:50.1374800Z >>>>> 3/7/2026 5:52:50 AM FixtureSetup for Issue26187(Mac) 2026-03-07T05:52:50.2229560Z >>>>> 3/7/2026 5:52:50 AM SelectedItemVisualIsCleared Start 2026-03-07T05:52:57.8287230Z >>>>> 3/7/2026 5:52:57 AM SelectedItemVisualIsCleared Stop 2026-03-07T05:52:59.2175060Z Passed SelectedItemVisualIsCleared [7 s] 2026-03-07T05:53:00.3278220Z >>>>> 3/7/2026 5:53:00 AM FixtureSetup for Issue26817_2(Mac) 2026-03-07T05:53:00.4186850Z >>>>> 3/7/2026 5:53:00 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:53:17.9446040Z >>>>> 3/7/2026 5:53:17 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:53:18.8019100Z Passed AccessibilityTraitsSetCorrectly [17 s] 2026-03-07T05:53:20.5017870Z >>>>> 3/7/2026 5:53:20 AM FixtureSetup for Issue26817(Mac) 2026-03-07T05:53:20.5794780Z >>>>> 3/7/2026 5:53:20 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:53:37.8768680Z >>>>> 3/7/2026 5:53:37 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:53:38.5703340Z Passed AccessibilityTraitsSetCorrectly [17 s] 2026-03-07T05:53:40.4291900Z >>>>> 3/7/2026 5:53:40 AM FixtureSetup for Issue26997(Mac) 2026-03-07T05:53:40.5237560Z >>>>> 3/7/2026 5:53:40 AM CollectionViewShouldNotCrash Start 2026-03-07T05:53:41.4042870Z >>>>> 3/7/2026 5:53:41 AM CollectionViewShouldNotCrash Stop 2026-03-07T05:53:42.0189310Z Passed CollectionViewShouldNotCrash [886 ms] 2026-03-07T05:53:44.3338470Z >>>>> 3/7/2026 5:53:44 AM FixtureSetup for Issue27117(Mac) 2026-03-07T05:53:44.4299720Z >>>>> 3/7/2026 5:53:44 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-07T05:54:05.6380250Z >>>>> 3/7/2026 5:54:05 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-07T05:54:06.9849680Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [21 s] 2026-03-07T05:54:08.2567870Z >>>>> 3/7/2026 5:54:08 AM FixtureSetup for Issue27200(Mac) 2026-03-07T05:54:08.3409710Z >>>>> 3/7/2026 5:54:08 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-07T05:54:13.1397450Z >>>>> 3/7/2026 5:54:13 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-07T05:54:14.4905820Z Passed CollectionViewHeaderSizewithIsVisibleBinding [4 s] 2026-03-07T05:54:15.7619690Z >>>>> 3/7/2026 5:54:15 AM FixtureSetup for Issue27766(Mac) 2026-03-07T05:54:15.8518790Z >>>>> 3/7/2026 5:54:15 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-07T05:54:22.0096580Z >>>>> 3/7/2026 5:54:22 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-07T05:54:22.1077060Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [6 s] 2026-03-07T05:54:24.4396850Z >>>>> 3/7/2026 5:54:24 AM FixtureSetup for Issue2777(Mac) 2026-03-07T05:54:24.5307360Z >>>>> 3/7/2026 5:54:24 AM Issue2777Test Start 2026-03-07T05:54:25.7191470Z >>>>> 3/7/2026 5:54:25 AM Issue2777Test Stop 2026-03-07T05:54:26.0245160Z Passed Issue2777Test [1 s] 2026-03-07T05:54:28.2156340Z >>>>> 3/7/2026 5:54:28 AM FixtureSetup for Issue27797(Mac) 2026-03-07T05:54:28.3130830Z >>>>> 3/7/2026 5:54:28 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-07T05:54:35.2698730Z >>>>> 3/7/2026 5:54:35 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-07T05:54:35.8782340Z Passed AppShouldNotCrashWhenModifyingCollectionView [6 s] 2026-03-07T05:54:37.6719690Z >>>>> 3/7/2026 5:54:37 AM FixtureSetup for Issue27808(Mac) 2026-03-07T05:54:37.7698280Z >>>>> 3/7/2026 5:54:37 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-07T05:54:38.5766800Z >>>>> 3/7/2026 5:54:38 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-07T05:54:39.3272320Z Passed CollectionViewShouldHaveCorrectHeight [812 ms] 2026-03-07T05:54:40.9282960Z >>>>> 3/7/2026 5:54:40 AM FixtureSetup for Issue28162(Mac) 2026-03-07T05:54:41.0104650Z >>>>> 3/7/2026 5:54:41 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-07T05:54:43.2922110Z >>>>> 3/7/2026 5:54:43 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-07T05:54:44.0193820Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-07T05:54:45.6280430Z >>>>> 3/7/2026 5:54:45 AM FixtureSetup for Issue28212(Mac) 2026-03-07T05:54:45.7218740Z >>>>> 3/7/2026 5:54:45 AM Issue28212_CollectionView Start 2026-03-07T05:54:54.7035140Z >>>>> 3/7/2026 5:54:54 AM Issue28212_CollectionView Stop 2026-03-07T05:54:54.7649370Z Passed Issue28212_CollectionView [8 s] 2026-03-07T05:54:57.1042370Z >>>>> 3/7/2026 5:54:57 AM FixtureSetup for Issue28509(Mac) 2026-03-07T05:54:57.1963430Z >>>>> 3/7/2026 5:54:57 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-07T05:55:07.1411290Z >>>>> 3/7/2026 5:55:07 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-07T05:55:07.1462080Z Passed UpdateGroupHeaderAndFooterDynamically [9 s] 2026-03-07T05:55:07.1465890Z >>>>> 3/7/2026 5:55:07 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-07T05:55:18.2365900Z >>>>> 3/7/2026 5:55:18 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-07T05:55:18.2416840Z Passed UpdateHeaderFooterTemplateDynamically [11 s] 2026-03-07T05:55:18.2417740Z >>>>> 3/7/2026 5:55:18 AM UpdateHeaderFooterDynamically Start 2026-03-07T05:55:27.6046560Z >>>>> 3/7/2026 5:55:27 AM UpdateHeaderFooterDynamically Stop 2026-03-07T05:55:28.7532620Z Passed UpdateHeaderFooterDynamically [9 s] 2026-03-07T05:55:30.0379650Z >>>>> 3/7/2026 5:55:30 AM FixtureSetup for Issue28530(Mac) 2026-03-07T05:55:30.1248620Z >>>>> 3/7/2026 5:55:30 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-07T05:55:36.1504910Z >>>>> 3/7/2026 5:55:36 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-07T05:55:36.2885000Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-07T05:55:38.5726510Z >>>>> 3/7/2026 5:55:38 AM FixtureSetup for Issue28580(Mac) 2026-03-07T05:55:38.6632390Z >>>>> 3/7/2026 5:55:38 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-07T05:55:41.0718810Z >>>>> 3/7/2026 5:55:41 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-07T05:55:41.6718080Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-07T05:55:43.5003740Z >>>>> 3/7/2026 5:55:43 AM FixtureSetup for Issue28604(Mac) 2026-03-07T05:55:43.5787220Z >>>>> 3/7/2026 5:55:43 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-07T05:55:45.9225640Z >>>>> 3/7/2026 5:55:45 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-07T05:55:46.6215600Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-07T05:55:48.4604110Z >>>>> 3/7/2026 5:55:48 AM FixtureSetup for Issue28656(Mac) 2026-03-07T05:55:48.5574560Z >>>>> 3/7/2026 5:55:48 AM CollectionViewShouldChangeItemsLayout Start 2026-03-07T05:55:57.0547860Z >>>>> 3/7/2026 5:55:57 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-07T05:55:57.0650870Z >>>>> 3/7/2026 5:55:57 AM Log types: 2026-03-07T05:55:57.6734490Z Failed CollectionViewShouldChangeItemsLayout [9 s] 2026-03-07T05:55:57.6736280Z Error Message: 2026-03-07T05:55:57.6737770Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:55:57.6739280Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.22% difference) 2026-03-07T05:55:57.6740730Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:55:57.6741680Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:55:57.6745990Z 2026-03-07T05:55:57.6748290Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:55:57.6749560Z 2026-03-07T05:55:57.6750910Z Stack Trace: 2026-03-07T05:55:57.6756610Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:55:57.6758650Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:55:57.6760640Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:55:57.6762730Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:55:57.6786800Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-07T05:55:57.6787730Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:55:57.6788460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:55:57.6789080Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:55:57.6789710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:55:57.6790000Z 2026-03-07T05:55:59.9238660Z >>>>> 3/7/2026 5:55:59 AM FixtureSetup for Issue28678(Mac) 2026-03-07T05:56:00.0261940Z >>>>> 3/7/2026 5:56:00 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-07T05:56:05.4102600Z >>>>> 3/7/2026 5:56:05 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-07T05:56:06.0856720Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [5 s] 2026-03-07T05:56:08.1730760Z >>>>> 3/7/2026 5:56:08 AM FixtureSetup for Issue28716(Mac) 2026-03-07T05:56:08.2568760Z >>>>> 3/7/2026 5:56:08 AM KeepLastItemInViewShouldWork Start 2026-03-07T05:56:18.3754540Z >>>>> 3/7/2026 5:56:18 AM KeepLastItemInViewShouldWork Stop 2026-03-07T05:56:18.7552080Z Passed KeepLastItemInViewShouldWork [10 s] 2026-03-07T05:56:20.8642430Z >>>>> 3/7/2026 5:56:20 AM FixtureSetup for Issue28765(Mac) 2026-03-07T05:56:20.9676320Z >>>>> 3/7/2026 5:56:20 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-07T05:56:21.8698010Z >>>>> 3/7/2026 5:56:21 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-07T05:56:21.8750470Z >>>>> 3/7/2026 5:56:21 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-07T05:56:22.2678270Z >>>>> 3/7/2026 5:56:22 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-07T05:56:22.4615080Z Passed EmptyViewStringWithHeaderAndFooterAsView [907 ms] 2026-03-07T05:56:22.4616190Z Passed EmptyViewStringWithHeaderAndFooterString [399 ms] 2026-03-07T05:56:24.8593820Z >>>>> 3/7/2026 5:56:24 AM FixtureSetup for Issue29130(Mac) 2026-03-07T05:56:24.9594310Z >>>>> 3/7/2026 5:56:24 AM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-07T05:56:30.0152580Z >>>>> 3/7/2026 5:56:30 AM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-07T05:56:30.0211790Z Passed ItemSizeShouldRespondForItemSizingStrategy [5 s] 2026-03-07T05:56:30.0214450Z >>>>> 3/7/2026 5:56:30 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-07T05:56:39.2949070Z >>>>> 3/7/2026 5:56:39 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-07T05:56:40.5487980Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [9 s] 2026-03-07T05:56:41.9740100Z >>>>> 3/7/2026 5:56:41 AM FixtureSetup for Issue29141(Mac) 2026-03-07T05:56:42.0625620Z >>>>> 3/7/2026 5:56:42 AM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-07T05:56:49.0917550Z >>>>> 3/7/2026 5:56:49 AM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-07T05:56:49.0968480Z Passed VerifyCVGroupHFTemplateWithObservableCollection [7 s] 2026-03-07T05:56:49.0972180Z >>>>> 3/7/2026 5:56:49 AM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-07T05:56:54.7540250Z >>>>> 3/7/2026 5:56:54 AM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-07T05:56:54.7590940Z Passed VerifyCVGroupHFTemplateWithStringCollection [5 s] 2026-03-07T05:56:54.7592190Z >>>>> 3/7/2026 5:56:54 AM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-07T05:57:05.5992190Z >>>>> 3/7/2026 5:57:05 AM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-07T05:57:06.8336950Z Passed VerifyCVNoSectionCrashOnAddFlatItem [10 s] 2026-03-07T05:57:08.1169500Z >>>>> 3/7/2026 5:57:08 AM FixtureSetup for Issue29491(Mac) 2026-03-07T05:57:08.2015170Z >>>>> 3/7/2026 5:57:08 AM VerifyDataTemplateParentIsNotNull Start 2026-03-07T05:57:15.6734130Z >>>>> 3/7/2026 5:57:15 AM VerifyDataTemplateParentIsNotNull Stop 2026-03-07T05:57:15.8600990Z Passed VerifyDataTemplateParentIsNotNull [7 s] 2026-03-07T05:57:18.0505900Z >>>>> 3/7/2026 5:57:18 AM FixtureSetup for Issue29634(Mac) 2026-03-07T05:57:18.1422290Z >>>>> 3/7/2026 5:57:18 AM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-07T05:57:20.4843950Z >>>>> 3/7/2026 5:57:20 AM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-07T05:57:21.2004850Z Passed VerifyEmptyViewResizesWhenBoundsChange [2 s] 2026-03-07T05:57:23.0343340Z >>>>> 3/7/2026 5:57:23 AM FixtureSetup for Issue29882(Mac) 2026-03-07T05:57:23.1170310Z >>>>> 3/7/2026 5:57:23 AM SettingItemSourceToNullShouldNotCrash Start 2026-03-07T05:57:26.8041910Z >>>>> 3/7/2026 5:57:26 AM SettingItemSourceToNullShouldNotCrash Stop 2026-03-07T05:57:27.6199390Z Passed SettingItemSourceToNullShouldNotCrash [3 s] 2026-03-07T05:57:29.1857010Z >>>>> 3/7/2026 5:57:29 AM FixtureSetup for Issue29937(Mac) 2026-03-07T05:57:29.2586340Z >>>>> 3/7/2026 5:57:29 AM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-07T05:57:32.1337640Z >>>>> 3/7/2026 5:57:32 AM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-07T05:57:32.2639210Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [2 s] 2026-03-07T05:57:34.5782750Z >>>>> 3/7/2026 5:57:34 AM FixtureSetup for Issue30363(Mac) 2026-03-07T05:57:34.6816720Z >>>>> 3/7/2026 5:57:34 AM CollectionViewSelectionShouldClear Start 2026-03-07T05:57:43.0263290Z >>>>> 3/7/2026 5:57:43 AM CollectionViewSelectionShouldClear Stop 2026-03-07T05:57:43.0432750Z >>>>> 3/7/2026 5:57:43 AM Log types: 2026-03-07T05:57:43.7226190Z Failed CollectionViewSelectionShouldClear [8 s] 2026-03-07T05:57:43.7227280Z Error Message: 2026-03-07T05:57:43.7228440Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:57:43.7229220Z Baseline snapshot not yet created: /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/snapshots/mac/CollectionViewSelectionShouldClear.png 2026-03-07T05:57:43.7230010Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-07T05:57:43.7231490Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-07T05:57:43.7232090Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:57:43.7232290Z 2026-03-07T05:57:43.7232670Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:57:43.7232880Z 2026-03-07T05:57:43.7233190Z Stack Trace: 2026-03-07T05:57:43.7233920Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 295 2026-03-07T05:57:43.7234930Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-07T05:57:43.7236100Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:57:43.7236830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:57:43.7237490Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:57:43.7238110Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:57:43.7238440Z 2026-03-07T05:57:45.8742030Z >>>>> 3/7/2026 5:57:45 AM FixtureSetup for Issue30868(Mac) 2026-03-07T05:57:45.9648670Z >>>>> 3/7/2026 5:57:45 AM CollectionViewSelectionModeOnDarkTheme Start 2026-03-07T05:57:49.8104760Z >>>>> 3/7/2026 5:57:49 AM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-07T05:57:49.8160210Z Passed CollectionViewSelectionModeOnDarkTheme [3 s] 2026-03-07T05:57:49.8161190Z >>>>> 3/7/2026 5:57:49 AM CollectionViewSelectionModeOnLightTheme Start 2026-03-07T05:57:51.5923750Z >>>>> 3/7/2026 5:57:51 AM CollectionViewSelectionModeOnLightTheme Stop 2026-03-07T05:57:52.8207610Z Passed CollectionViewSelectionModeOnLightTheme [1 s] 2026-03-07T05:57:53.9832470Z >>>>> 3/7/2026 5:57:53 AM FixtureSetup for Issue30953(Mac) 2026-03-07T05:57:54.0798310Z >>>>> 3/7/2026 5:57:54 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:57:56.9562560Z >>>>> 3/7/2026 5:57:56 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:57:57.3866950Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [2 s] 2026-03-07T05:57:59.4351800Z >>>>> 3/7/2026 5:57:59 AM FixtureSetup for Issue31096(Mac) 2026-03-07T05:57:59.5253130Z >>>>> 3/7/2026 5:57:59 AM ChangingIsGroupedOnRuntime Start 2026-03-07T05:58:06.8814870Z >>>>> 3/7/2026 5:58:06 AM ChangingIsGroupedOnRuntime Stop 2026-03-07T05:58:07.0873640Z Passed ChangingIsGroupedOnRuntime [7 s] 2026-03-07T05:58:10.1468430Z >>>>> 3/7/2026 5:58:10 AM FixtureSetup for Issue31351(Mac) 2026-03-07T05:58:10.2408820Z >>>>> 3/7/2026 5:58:10 AM CustomCollectionViewShouldScroll Start 2026-03-07T05:58:23.9499670Z >>>>> 3/7/2026 5:58:23 AM CustomCollectionViewShouldScroll Stop 2026-03-07T05:58:25.2538420Z Passed CustomCollectionViewShouldScroll [13 s] 2026-03-07T05:58:26.3333320Z >>>>> 3/7/2026 5:58:26 AM FixtureSetup for Issue31465(Mac) 2026-03-07T05:58:26.4146860Z >>>>> 3/7/2026 5:58:26 AM VerifyCollectionViewEmptyView Start 2026-03-07T05:58:30.5865550Z >>>>> 3/7/2026 5:58:30 AM VerifyCollectionViewEmptyView Stop 2026-03-07T05:58:31.2554950Z Passed VerifyCollectionViewEmptyView [4 s] 2026-03-07T05:58:33.1408970Z >>>>> 3/7/2026 5:58:33 AM FixtureSetup for Issue31897(Mac) 2026-03-07T05:58:33.2213950Z >>>>> 3/7/2026 5:58:33 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:58:57.5530310Z >>>>> 3/7/2026 5:58:57 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:58:58.7149420Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [24 s] 2026-03-07T05:59:00.1053410Z >>>>> 3/7/2026 5:59:00 AM FixtureSetup for Issue31899(Mac) 2026-03-07T05:59:00.2095320Z >>>>> 3/7/2026 5:59:00 AM RemoveHeaderFooterAtRuntime Start 2026-03-07T05:59:06.0854820Z >>>>> 3/7/2026 5:59:06 AM RemoveHeaderFooterAtRuntime Stop 2026-03-07T05:59:06.0959750Z Passed RemoveHeaderFooterAtRuntime [5 s] 2026-03-07T05:59:06.0963280Z >>>>> 3/7/2026 5:59:06 AM AddHeaderFooterAtRuntime Start 2026-03-07T05:59:11.5370160Z >>>>> 3/7/2026 5:59:11 AM AddHeaderFooterAtRuntime Stop 2026-03-07T05:59:12.0978530Z Passed AddHeaderFooterAtRuntime [5 s] 2026-03-07T05:59:13.9038510Z >>>>> 3/7/2026 5:59:13 AM FixtureSetup for Issue31911(Mac) 2026-03-07T05:59:13.9912870Z >>>>> 3/7/2026 5:59:13 AM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-07T05:59:18.0843210Z >>>>> 3/7/2026 5:59:18 AM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:59:18.0898630Z Passed HeaderShouldBeRemovedWhenSetToNull [4 s] 2026-03-07T05:59:18.0899720Z >>>>> 3/7/2026 5:59:18 AM FooterShouldBeRemovedWhenSetToNull Start 2026-03-07T05:59:21.4068570Z >>>>> 3/7/2026 5:59:21 AM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:59:22.6196600Z Passed FooterShouldBeRemovedWhenSetToNull [3 s] 2026-03-07T05:59:23.8391780Z >>>>> 3/7/2026 5:59:23 AM FixtureSetup for Issue32223(Mac) 2026-03-07T05:59:23.9241170Z >>>>> 3/7/2026 5:59:23 AM CanReorderWithItemDataTemplateSelector Start 2026-03-07T05:59:29.2502070Z >>>>> 3/7/2026 5:59:29 AM CanReorderWithItemDataTemplateSelector Stop 2026-03-07T05:59:30.1862880Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-07T05:59:31.7003530Z >>>>> 3/7/2026 5:59:31 AM FixtureSetup for Issue32348(Mac) 2026-03-07T05:59:31.7763470Z >>>>> 3/7/2026 5:59:31 AM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-07T05:59:39.0529990Z >>>>> 3/7/2026 5:59:39 AM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-07T05:59:39.3367260Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [7 s] 2026-03-07T05:59:41.6456760Z >>>>> 3/7/2026 5:59:41 AM FixtureSetup for Issue32359(Mac) 2026-03-07T05:59:41.7269600Z >>>>> 3/7/2026 5:59:41 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-07T06:00:03.6232630Z >>>>> 3/7/2026 6:00:03 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-07T06:00:03.6302980Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [21 s] 2026-03-07T06:00:03.6318400Z >>>>> 3/7/2026 6:00:03 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-07T06:00:13.8289150Z >>>>> 3/7/2026 6:00:13 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-07T06:00:14.1913010Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [10 s] 2026-03-07T06:00:16.2250050Z >>>>> 3/7/2026 6:00:16 AM FixtureSetup for Issue32932(Mac) 2026-03-07T06:00:16.3175340Z >>>>> 3/7/2026 6:00:16 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-07T06:00:17.5564200Z >>>>> 3/7/2026 6:00:17 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-07T06:00:17.8078180Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-07T06:00:20.3716360Z >>>>> 3/7/2026 6:00:20 AM FixtureSetup for Issue33130(Mac) 2026-03-07T06:00:20.5029590Z >>>>> 3/7/2026 6:00:20 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-07T06:00:32.9510730Z >>>>> 3/7/2026 6:00:32 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-07T06:00:34.0054680Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [12 s] 2026-03-07T06:00:35.3555170Z >>>>> 3/7/2026 6:00:35 AM FixtureSetup for Issue33324(Mac) 2026-03-07T06:00:35.4436380Z >>>>> 3/7/2026 6:00:35 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-07T06:00:44.1616300Z >>>>> 3/7/2026 6:00:44 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-07T06:00:44.1741180Z >>>>> 3/7/2026 6:00:44 AM Log types: 2026-03-07T06:00:46.0640830Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [9 s] 2026-03-07T06:00:46.0642910Z Error Message: 2026-03-07T06:00:46.0654850Z VisualTestUtils.VisualTestFailedException : 2026-03-07T06:00:46.0657200Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-07T06:00:46.0658670Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T06:00:46.0661570Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T06:00:46.0664450Z 2026-03-07T06:00:46.0665740Z More info: https://aka.ms/visual-test-workflow 2026-03-07T06:00:46.0666780Z 2026-03-07T06:00:46.0668000Z Stack Trace: 2026-03-07T06:00:46.0669400Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T06:00:46.0671030Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T06:00:46.0672820Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T06:00:46.0674620Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T06:00:46.0676470Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-07T06:00:46.0678110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:00:46.0679740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:00:46.0681760Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T06:00:46.0682890Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T06:00:46.0725360Z 2026-03-07T06:00:47.4119190Z >>>>> 3/7/2026 6:00:47 AM FixtureSetup for Issue33333(Mac) 2026-03-07T06:00:47.5011610Z >>>>> 3/7/2026 6:00:47 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-07T06:00:52.4490060Z >>>>> 3/7/2026 6:00:52 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-07T06:00:53.5866130Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [4 s] 2026-03-07T06:00:55.0114240Z >>>>> 3/7/2026 6:00:55 AM FixtureSetup for Issue33852(Mac) 2026-03-07T06:00:55.1053510Z >>>>> 3/7/2026 6:00:55 AM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-07T06:00:59.8456980Z >>>>> 3/7/2026 6:00:59 AM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-07T06:01:01.1228190Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [4 s] 2026-03-07T06:01:02.2480030Z >>>>> 3/7/2026 6:01:02 AM FixtureSetup for Issue34247(Mac) 2026-03-07T06:01:02.3318340Z >>>>> 3/7/2026 6:01:02 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-07T06:01:05.8862930Z >>>>> 3/7/2026 6:01:05 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-07T06:01:07.1791260Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [3 s] 2026-03-07T06:01:08.5479340Z >>>>> 3/7/2026 6:01:08 AM FixtureSetup for Issue4600(Mac) 2026-03-07T06:01:08.6480500Z >>>>> 3/7/2026 6:01:08 AM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-07T06:01:12.9105270Z >>>>> 3/7/2026 6:01:12 AM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-07T06:01:13.2819550Z Passed InitiallyEmptySourceDisplaysAddedItem [4 s] 2026-03-07T06:01:15.7715160Z >>>>> 3/7/2026 6:01:15 AM FixtureSetup for Issue5535(Mac) 2026-03-07T06:01:15.8694860Z >>>>> 3/7/2026 6:01:15 AM SwappingEmptyViews Start 2026-03-07T06:01:30.0057430Z >>>>> 3/7/2026 6:01:30 AM SwappingEmptyViews Stop 2026-03-07T06:01:30.8672110Z Passed SwappingEmptyViews [14 s] 2026-03-07T06:01:32.6815930Z >>>>> 3/7/2026 6:01:32 AM FixtureSetup for Issue5765(Mac) 2026-03-07T06:01:32.7824130Z >>>>> 3/7/2026 6:01:32 AM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-07T06:01:33.8665390Z >>>>> 3/7/2026 6:01:33 AM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-07T06:01:34.2893330Z Passed FlexLayoutsInFramesShouldSizeCorrectly [1 s] 2026-03-07T06:01:36.7796750Z >>>>> 3/7/2026 6:01:36 AM FixtureSetup for Issue5793(Mac) 2026-03-07T06:01:36.8760350Z >>>>> 3/7/2026 6:01:36 AM CollectionViewResetTest Start 2026-03-07T06:01:45.3669410Z >>>>> 3/7/2026 6:01:45 AM CollectionViewResetTest Stop 2026-03-07T06:01:45.9091800Z Passed CollectionViewResetTest [8 s] 2026-03-07T06:01:47.9789830Z >>>>> 3/7/2026 6:01:47 AM FixtureSetup for Issue5949(Mac) 2026-03-07T06:01:48.0657020Z >>>>> 3/7/2026 6:01:48 AM DoNotAccessDisposedCollectionView Start 2026-03-07T06:01:53.3109260Z >>>>> 3/7/2026 6:01:53 AM DoNotAccessDisposedCollectionView Stop 2026-03-07T06:01:54.1191170Z Passed DoNotAccessDisposedCollectionView [5 s] 2026-03-07T06:01:55.8609470Z >>>>> 3/7/2026 6:01:55 AM FixtureSetup for Issue6077(Mac) 2026-03-07T06:01:55.9626450Z >>>>> 3/7/2026 6:01:55 AM LastColumnShouldBeVisible Start 2026-03-07T06:01:56.9479120Z >>>>> 3/7/2026 6:01:56 AM LastColumnShouldBeVisible Stop 2026-03-07T06:01:57.5137850Z Passed LastColumnShouldBeVisible [991 ms] 2026-03-07T06:01:59.2592660Z >>>>> 3/7/2026 6:01:59 AM FixtureSetup for Issue6609(Mac) 2026-03-07T06:01:59.3596950Z >>>>> 3/7/2026 6:01:59 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-07T06:02:04.0270920Z >>>>> 3/7/2026 6:02:04 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-07T06:02:05.3599590Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [4 s] 2026-03-07T06:02:06.5455300Z >>>>> 3/7/2026 6:02:06 AM FixtureSetup for Issue6932(Mac) 2026-03-07T06:02:06.6458210Z >>>>> 3/7/2026 6:02:06 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-07T06:02:10.3469010Z >>>>> 3/7/2026 6:02:10 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-07T06:02:10.3523540Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [3 s] 2026-03-07T06:02:10.3527320Z >>>>> 3/7/2026 6:02:10 AM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-07T06:02:14.8850750Z >>>>> 3/7/2026 6:02:14 AM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-07T06:02:16.3635190Z Passed EmptyViewHidesWhenItemsSourceIsFilled [4 s] 2026-03-07T06:02:18.0991370Z >>>>> 3/7/2026 6:02:18 AM FixtureSetup for Issue6963(Mac) 2026-03-07T06:02:18.2036130Z >>>>> 3/7/2026 6:02:18 AM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-07T06:02:20.3821690Z >>>>> 3/7/2026 6:02:20 AM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-07T06:02:21.1941780Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-07T06:02:23.2101870Z >>>>> 3/7/2026 6:02:23 AM FixtureSetup for Issue7102(Mac) 2026-03-07T06:02:23.3084240Z >>>>> 3/7/2026 6:02:23 AM HeaderDoesNotBreakIndexes Start 2026-03-07T06:02:39.7997160Z >>>>> 3/7/2026 6:02:39 AM HeaderDoesNotBreakIndexes Stop 2026-03-07T06:02:41.3225780Z Passed HeaderDoesNotBreakIndexes [16 s] 2026-03-07T06:02:42.2682200Z >>>>> 3/7/2026 6:02:42 AM FixtureSetup for Issue7338(Mac) 2026-03-07T06:02:42.3627970Z >>>>> 3/7/2026 6:02:42 AM Issue7338Test Start 2026-03-07T06:02:43.2600860Z >>>>> 3/7/2026 6:02:43 AM Issue7338Test Stop 2026-03-07T06:02:44.3911480Z Passed Issue7338Test [902 ms] 2026-03-07T06:02:45.6049860Z >>>>> 3/7/2026 6:02:45 AM FixtureSetup for Issue7393(Mac) 2026-03-07T06:02:45.7052090Z >>>>> 3/7/2026 6:02:45 AM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-07T06:02:47.9263590Z >>>>> 3/7/2026 6:02:47 AM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-07T06:02:48.8932250Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T06:02:50.3926810Z >>>>> 3/7/2026 6:02:50 AM FixtureSetup for Issue7562(Mac) 2026-03-07T06:02:50.4916990Z >>>>> 3/7/2026 6:02:50 AM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-07T06:02:51.3452960Z >>>>> 3/7/2026 6:02:51 AM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-07T06:02:51.9856090Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [859 ms] 2026-03-07T06:02:54.1403200Z >>>>> 3/7/2026 6:02:54 AM FixtureSetup for Issue8308(Mac) 2026-03-07T06:02:54.2394740Z >>>>> 3/7/2026 6:02:54 AM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-07T06:03:03.5795150Z >>>>> 3/7/2026 6:03:03 AM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-07T06:03:04.7317430Z Passed NavigatingBackToCollectionViewShouldNotCrash [9 s] 2026-03-07T06:03:06.2223080Z >>>>> 3/7/2026 6:03:06 AM FixtureSetup for Issue8715(Mac) 2026-03-07T06:03:06.3211200Z >>>>> 3/7/2026 6:03:06 AM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-07T06:03:22.9328180Z >>>>> 3/7/2026 6:03:22 AM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-07T06:03:24.3217190Z Passed ReappearingCollectionViewShouldNotThrowNRE [16 s] 2026-03-07T06:03:25.3673510Z >>>>> 3/7/2026 6:03:25 AM FixtureSetup for Issue8761(Mac) 2026-03-07T06:03:25.4558240Z >>>>> 3/7/2026 6:03:25 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-07T06:03:34.7510720Z >>>>> 3/7/2026 6:03:34 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-07T06:03:34.8728020Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [9 s] 2026-03-07T06:03:37.4643140Z >>>>> 3/7/2026 6:03:37 AM FixtureSetup for Issue8814(Mac) 2026-03-07T06:03:37.5503960Z >>>>> 3/7/2026 6:03:37 AM CollectionViewInShellShouldBeVisible Start 2026-03-07T06:03:38.5401040Z >>>>> 3/7/2026 6:03:38 AM CollectionViewInShellShouldBeVisible Stop 2026-03-07T06:03:39.1188870Z Passed CollectionViewInShellShouldBeVisible [996 ms] 2026-03-07T06:03:40.9699350Z >>>>> 3/7/2026 6:03:40 AM FixtureSetup for Issue8899(Mac) 2026-03-07T06:03:41.0694630Z >>>>> 3/7/2026 6:03:41 AM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-07T06:03:43.9402500Z >>>>> 3/7/2026 6:03:43 AM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-07T06:03:44.1284720Z Passed ClearingGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T06:03:46.3211210Z >>>>> 3/7/2026 6:03:46 AM FixtureSetup for Issue9087(Mac) 2026-03-07T06:03:46.4152380Z >>>>> 3/7/2026 6:03:46 AM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-07T06:03:47.2126180Z >>>>> 3/7/2026 6:03:47 AM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-07T06:03:47.9801500Z Passed BindablePropertiesAvailableAtOnElementChanged [802 ms] 2026-03-07T06:03:49.5352860Z >>>>> 3/7/2026 6:03:49 AM FixtureSetup for Issue9196(Mac) 2026-03-07T06:03:49.6174180Z >>>>> 3/7/2026 6:03:49 AM EmptyViewShouldNotCrash Start 2026-03-07T06:03:50.3614860Z >>>>> 3/7/2026 6:03:50 AM EmptyViewShouldNotCrash Stop 2026-03-07T06:03:51.1194520Z Passed EmptyViewShouldNotCrash [749 ms] 2026-03-07T06:03:52.7788020Z >>>>> 3/7/2026 6:03:52 AM FixtureSetup for Issue9580(Mac) 2026-03-07T06:03:52.8649470Z >>>>> 3/7/2026 6:03:52 AM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-07T06:03:55.8857470Z >>>>> 3/7/2026 6:03:55 AM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-07T06:03:57.4006490Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [3 s] 2026-03-07T06:03:58.3556820Z >>>>> 3/7/2026 6:03:58 AM FixtureSetup for Issue9686(Mac) 2026-03-07T06:03:58.4374610Z >>>>> 3/7/2026 6:03:58 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-07T06:04:03.8126460Z >>>>> 3/7/2026 6:04:03 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-07T06:04:04.9879310Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [5 s] 2026-03-07T06:04:08.6477060Z >>>>> 3/7/2026 6:04:08 AM FixtureSetup for NestedCollectionView(Mac) 2026-03-07T06:04:08.7474230Z >>>>> 3/7/2026 6:04:08 AM NestedCollectionViewsShouldNotCrash Start 2026-03-07T06:04:17.3833260Z >>>>> 3/7/2026 6:04:17 AM NestedCollectionViewsShouldNotCrash Stop 2026-03-07T06:04:17.7385000Z Passed NestedCollectionViewsShouldNotCrash [8 s] 2026-03-07T06:04:20.2820460Z >>>>> 3/7/2026 6:04:20 AM FixtureSetup for ScrollToGroup(Mac) 2026-03-07T06:04:20.3661240Z >>>>> 3/7/2026 6:04:20 AM InvalidScrollToIndexShouldNotCrash Start 2026-03-07T06:04:48.9508070Z >>>>> 3/7/2026 6:04:48 AM InvalidScrollToIndexShouldNotCrash Stop 2026-03-07T06:04:48.9588180Z Passed InvalidScrollToIndexShouldNotCrash [28 s] 2026-03-07T06:04:48.9594690Z >>>>> 3/7/2026 6:04:48 AM CanScrollToGroupAndItemIndex Start 2026-03-07T06:05:18.0932020Z >>>>> 3/7/2026 6:05:18 AM CanScrollToGroupAndItemIndex Stop 2026-03-07T06:05:18.0986620Z Passed CanScrollToGroupAndItemIndex [29 s] 2026-03-07T06:05:18.0987950Z >>>>> 3/7/2026 6:05:18 AM CanScrollToGroupAndItem Start 2026-03-07T06:05:44.7365680Z >>>>> 3/7/2026 6:05:44 AM CanScrollToGroupAndItem Stop 2026-03-07T06:05:45.1196950Z Passed CanScrollToGroupAndItem [26 s] 2026-03-07T06:05:47.1954010Z >>>>> 3/7/2026 6:05:47 AM FixtureSetup for Issue29588(Mac) 2026-03-07T06:05:47.3004210Z >>>>> 3/7/2026 6:05:47 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-07T06:06:01.3519550Z >>>>> 3/7/2026 6:06:01 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-07T06:06:02.3192930Z Passed RemainingItemsThresholdReachedEventShouldTrigger [14 s] 2026-03-07T06:06:03.8958850Z >>>>> 3/7/2026 6:06:03 AM VisitAndUpdateItemsSource Start 2026-03-07T06:06:03.8965270Z >>>>> 3/7/2026 6:06:03 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:06:33.6798050Z >>>>> 3/7/2026 6:06:33 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:06:36.1925070Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [32 s] 2026-03-07T06:06:36.1934470Z >>>>> 3/7/2026 6:06:36 AM VisitAndUpdateItemsSource Start 2026-03-07T06:06:36.1936240Z >>>>> 3/7/2026 6:06:36 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:07:13.6670240Z >>>>> 3/7/2026 6:07:13 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:07:16.2580680Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [40 s] 2026-03-07T06:07:16.2601790Z >>>>> 3/7/2026 6:07:16 AM VisitAndUpdateItemsSource Start 2026-03-07T06:07:16.2604210Z >>>>> 3/7/2026 6:07:16 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:07:49.6784010Z >>>>> 3/7/2026 6:07:49 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:07:52.2245900Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [35 s] 2026-03-07T06:07:52.2249470Z >>>>> 3/7/2026 6:07:52 AM VisitAndUpdateItemsSource Start 2026-03-07T06:07:52.2251450Z >>>>> 3/7/2026 6:07:52 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:08:20.2888800Z >>>>> 3/7/2026 6:08:20 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:08:22.8840400Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [30 s] 2026-03-07T06:08:22.8845740Z >>>>> 3/7/2026 6:08:22 AM VisitAndUpdateItemsSource Start 2026-03-07T06:08:22.8853820Z >>>>> 3/7/2026 6:08:22 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:09:24.7449210Z >>>>> 3/7/2026 6:09:24 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:09:27.3790730Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 4 s] 2026-03-07T06:09:27.3797390Z >>>>> 3/7/2026 6:09:27 AM VisitAndUpdateItemsSource Start 2026-03-07T06:09:27.3814270Z >>>>> 3/7/2026 6:09:27 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:10:12.0246920Z >>>>> 3/7/2026 6:10:12 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:10:14.5487140Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [47 s] 2026-03-07T06:10:14.5490940Z >>>>> 3/7/2026 6:10:14 AM VisitAndUpdateItemsSource Start 2026-03-07T06:10:14.5492800Z >>>>> 3/7/2026 6:10:14 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:10:36.6570370Z >>>>> 3/7/2026 6:10:36 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:10:39.2411000Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [24 s] 2026-03-07T06:10:39.2417760Z >>>>> 3/7/2026 6:10:39 AM VisitAndUpdateItemsSource Start 2026-03-07T06:10:39.2420000Z >>>>> 3/7/2026 6:10:39 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:11:01.2868980Z >>>>> 3/7/2026 6:11:01 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:11:03.8632800Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [24 s] 2026-03-07T06:11:03.8635890Z >>>>> 3/7/2026 6:11:03 AM VisitAndUpdateItemsSource Start 2026-03-07T06:11:03.8636490Z >>>>> 3/7/2026 6:11:03 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:11:40.0920940Z >>>>> 3/7/2026 6:11:40 AM VisitAndUpdateItemsSource Stop 2026-03-07T06:11:42.6610640Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [38 s] 2026-03-07T06:11:42.6631470Z >>>>> 3/7/2026 6:11:42 AM VisitAndUpdateItemsSource Start 2026-03-07T06:11:42.6656360Z >>>>> 3/7/2026 6:11:42 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T06:11:51.0483120Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-07T06:11:51.1246410Z ##[error]The operation was canceled. 2026-03-07T06:11:51.1253570Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1255620Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1255970Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1258020Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1266380Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1266750Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1268970Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1274530Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1274930Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1277100Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1277620Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1278200Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1280000Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1280490Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1280780Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1282510Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1283870Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1284280Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1287000Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1287740Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1288360Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1290270Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:11:51.1291000Z Update build number to 10.0.50-ci+azdo.1324537 for build 1324537 2026-03-07T06:11:51.1291310Z ##[section]Async Command End: Update Build Number 2026-03-07T06:11:51.1293450Z ##[section]Finishing: Controls CollectionView