2026-03-07T03:45:34.4830810Z ##[section]Starting: Controls CollectionView 2026-03-07T03:45:34.4842950Z ============================================================================== 2026-03-07T03:45:34.4843250Z Task : PowerShell 2026-03-07T03:45:34.4843380Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-07T03:45:34.4843610Z Version : 2.268.1 2026-03-07T03:45:34.4843750Z Author : Microsoft Corporation 2026-03-07T03:45:34.4843930Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-07T03:45:34.4844370Z ============================================================================== 2026-03-07T03:45:34.6881260Z Generating script. 2026-03-07T03:45:34.6883850Z ========================== Starting Command Output =========================== 2026-03-07T03:45:34.6893760Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/7b92cb77-434d-4297-92d1-2c71d73fa1c2.ps1' 2026-03-07T03:45:35.1230990Z $ErrorActionPreference = 'stop' 2026-03-07T03:45:35.1233640Z $ProgressPreference = 'silentlyContinue' 2026-03-07T03:45:35.1234090Z Get-Content $PSCommandPath 2026-03-07T03:45:35.1234750Z $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:45:35.1236090Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T03:45:35.1237290Z $command += " --runtimevariant=""Mono""" 2026-03-07T03:45:35.1237850Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T03:45:35.1238110Z 2026-03-07T03:45:35.1238510Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T03:45:35.1238980Z $deviceType = "" 2026-03-07T03:45:35.1239340Z if ($deviceType) { 2026-03-07T03:45:35.1239700Z $command += " --skin=""$deviceType""" 2026-03-07T03:45:35.1240050Z } 2026-03-07T03:45:35.1240180Z 2026-03-07T03:45:35.1240650Z $testFilter = "" 2026-03-07T03:45:35.1241050Z $testConfigrationArgs = "" 2026-03-07T03:45:35.1241220Z 2026-03-07T03:45:35.1241590Z "CollectionView".Split(",") | ForEach { 2026-03-07T03:45:35.1242000Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T03:45:35.1242340Z } 2026-03-07T03:45:35.1242480Z 2026-03-07T03:45:35.1242820Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T03:45:35.1242980Z 2026-03-07T03:45:35.1243410Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T03:45:35.1243860Z if ($testConfigrationArgs) { 2026-03-07T03:45:35.1244320Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T03:45:35.1245050Z } 2026-03-07T03:45:35.1246100Z if ($testFilter) { 2026-03-07T03:45:35.1246810Z $command += " --test-filter ""$testFilter""" 2026-03-07T03:45:35.1247250Z } 2026-03-07T03:45:35.1247870Z 2026-03-07T03:45:35.1248900Z $headless = true 2026-03-07T03:45:35.1249560Z if ($headless) { 2026-03-07T03:45:35.1249950Z $command += " --headless ""$headless""" 2026-03-07T03:45:35.1250310Z } 2026-03-07T03:45:35.1250470Z 2026-03-07T03:45:35.1251240Z Write-Host "Running command: $command" 2026-03-07T03:45:35.1251970Z 2026-03-07T03:45:35.1253010Z Invoke-Expression $command 2026-03-07T03:45:35.1253870Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T03:45:35.1255360Z } else { 2026-03-07T03:45:35.1256280Z exit $LASTEXITCODE 2026-03-07T03:45:35.1256600Z } 2026-03-07T03:45:35.2368180Z 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:45:35.7858940Z 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:45:36.4661340Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:45:37.1077570Z 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:45:37.6385950Z 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:45:38.1273050Z 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:45:38.9901310Z Looking for modules... 2026-03-07T03:45:42.3563520Z No modules found to install. 2026-03-07T03:45:42.3635150Z Module directory does not exist. 2026-03-07T03:45:42.3692420Z Analyzing build script... 2026-03-07T03:45:42.3716200Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T03:45:42.3727970Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T03:45:42.3735100Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T03:45:42.5833300Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T03:45:43.9599350Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T03:45:44.7170040Z Processing build script... 2026-03-07T03:45:44.7193690Z Installing addins... 2026-03-07T03:45:44.9324990Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T03:45:44.9596560Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T03:45:44.9850660Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T03:45:45.1953350Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T03:45:45.1954370Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T03:45:45.1955100Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T03:45:45.1956090Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T03:45:45.1963530Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:45:45.1967000Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:45:45.4670000Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T03:45:45.4670970Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T03:45:45.4671810Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T03:45:45.4672420Z Adding assembly reference to System.Runtime.dll... 2026-03-07T03:45:45.4673280Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T03:45:45.4674190Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T03:45:45.4675030Z Adding assembly reference to System.Threading.dll... 2026-03-07T03:45:45.4676680Z Adding assembly reference to System.Linq.dll... 2026-03-07T03:45:45.4677480Z Adding assembly reference to System.Collections.dll... 2026-03-07T03:45:45.4678350Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T03:45:45.4679210Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T03:45:45.4680220Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T03:45:45.4681610Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T03:45:45.4682430Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T03:45:45.4683270Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T03:45:45.4684010Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T03:45:45.4684760Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T03:45:45.4685400Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T03:45:45.4686250Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T03:45:45.4686970Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T03:45:45.4687610Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T03:45:45.4688200Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T03:45:45.4688800Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T03:45:45.4689460Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T03:45:45.4690100Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T03:45:45.4690710Z Adding assembly reference to mscorlib.dll... 2026-03-07T03:45:45.4691290Z Adding assembly reference to netstandard.dll... 2026-03-07T03:45:45.4691890Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T03:45:45.4692470Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T03:45:45.4693070Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T03:45:45.4694130Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T03:45:45.4703630Z Adding assembly reference to System.Memory.dll... 2026-03-07T03:45:45.4708290Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T03:45:45.4711330Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T03:45:45.4714130Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T03:45:45.4716870Z Adding assembly reference to System.Console.dll... 2026-03-07T03:45:45.4719670Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T03:45:45.4721270Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T03:45:45.4722920Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T03:45:45.4725080Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T03:45:45.4726560Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T03:45:45.4728750Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T03:45:45.4731910Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T03:45:45.4735980Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T03:45:45.4739010Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T03:45:45.4740910Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T03:45:45.4742360Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T03:45:45.4743000Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T03:45:45.4743650Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T03:45:45.4744260Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T03:45:45.4744850Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T03:45:45.4745520Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T03:45:45.4746110Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T03:45:45.4746710Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T03:45:45.4747320Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T03:45:45.4747940Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T03:45:45.4748520Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T03:45:45.4749130Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T03:45:45.4749780Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T03:45:45.4750350Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T03:45:45.4750970Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T03:45:45.4751560Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T03:45:45.4752180Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T03:45:45.4752780Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T03:45:45.4753380Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T03:45:45.4753990Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T03:45:45.4754620Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T03:45:45.4755230Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T03:45:45.4755940Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T03:45:45.4756660Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T03:45:45.4757270Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T03:45:45.4757910Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T03:45:45.4758570Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T03:45:45.4759240Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T03:45:45.4759870Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T03:45:45.4761000Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T03:45:45.4761670Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T03:45:45.4762280Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T03:45:45.4763050Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T03:45:45.4763680Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T03:45:45.4764330Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T03:45:45.4764940Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T03:45:45.4765580Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T03:45:45.4766390Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T03:45:45.4766990Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T03:45:45.4767740Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T03:45:45.4768410Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T03:45:45.4769020Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T03:45:45.4769600Z Adding assembly reference to System.AppContext.dll... 2026-03-07T03:45:45.4770210Z Adding assembly reference to System.Buffers.dll... 2026-03-07T03:45:45.4770810Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T03:45:45.4771460Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T03:45:45.4772340Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T03:45:45.4773050Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T03:45:45.4773640Z Adding assembly reference to System.Configuration.dll... 2026-03-07T03:45:45.4774220Z Adding assembly reference to System.Core.dll... 2026-03-07T03:45:45.4774840Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T03:45:45.4775460Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T03:45:45.4776060Z Adding assembly reference to System.Data.dll... 2026-03-07T03:45:45.4776650Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T03:45:45.4777330Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T03:45:45.4777970Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T03:45:45.4778600Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T03:45:45.4779390Z Adding assembly reference to System.dll... 2026-03-07T03:45:45.4780040Z Adding assembly reference to System.Drawing.dll... 2026-03-07T03:45:45.4780650Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T03:45:45.4781260Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T03:45:45.4781870Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T03:45:45.4782490Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T03:45:45.4783510Z Adding assembly reference to System.Globalization.dll... 2026-03-07T03:45:45.4784120Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T03:45:45.4784800Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T03:45:45.4785390Z Adding assembly reference to System.IO.dll... 2026-03-07T03:45:45.4786140Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T03:45:45.4786750Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T03:45:45.4787400Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T03:45:45.4788030Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T03:45:45.4788690Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T03:45:45.4789350Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T03:45:45.4789940Z Adding assembly reference to System.Net.dll... 2026-03-07T03:45:45.4790530Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T03:45:45.4791130Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T03:45:45.4791770Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T03:45:45.4792370Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T03:45:45.4792980Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T03:45:45.4793570Z Adding assembly reference to System.Numerics.dll... 2026-03-07T03:45:45.4794190Z Adding assembly reference to System.Reflection.dll... 2026-03-07T03:45:45.4794790Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T03:45:45.4795470Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T03:45:45.4796140Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T03:45:45.4796780Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T03:45:45.4797430Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T03:45:45.4798070Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T03:45:45.4798710Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T03:45:45.4799370Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T03:45:45.4800580Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T03:45:45.4801310Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T03:45:45.4801950Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T03:45:45.4802620Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T03:45:45.4803280Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T03:45:45.4803940Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T03:45:45.4804580Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T03:45:45.4805690Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T03:45:45.4806380Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T03:45:45.4807040Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T03:45:45.4807800Z Adding assembly reference to System.Security.dll... 2026-03-07T03:45:45.4808400Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T03:45:45.4809050Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T03:45:45.4809670Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T03:45:45.4810260Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T03:45:45.4810890Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T03:45:45.4811530Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T03:45:45.4812140Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T03:45:45.4812750Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T03:45:45.4813400Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T03:45:45.4814010Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T03:45:45.4814630Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T03:45:45.4815260Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T03:45:45.4815890Z Adding assembly reference to System.Transactions.dll... 2026-03-07T03:45:45.4816470Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T03:45:45.4817040Z Adding assembly reference to System.Web.dll... 2026-03-07T03:45:45.4817620Z Adding assembly reference to System.Windows.dll... 2026-03-07T03:45:45.4818250Z Adding assembly reference to System.Xml.dll... 2026-03-07T03:45:45.4818820Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T03:45:45.4819420Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T03:45:45.4820320Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T03:45:45.4821240Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T03:45:45.4822110Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T03:45:45.4822940Z Adding assembly reference to WindowsBase.dll... 2026-03-07T03:45:45.4823780Z Adding assembly reference to Cake.Core.dll... 2026-03-07T03:45:45.4824560Z Adding assembly reference to Cake.Common.dll... 2026-03-07T03:45:45.4825350Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T03:45:45.4826180Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T03:45:45.4827040Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T03:45:45.4827860Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T03:45:45.4828620Z Importing namespace Cake.Common... 2026-03-07T03:45:45.4829380Z Importing namespace Cake.Common.Build... 2026-03-07T03:45:45.4830940Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T03:45:45.4831760Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T03:45:45.4832590Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T03:45:45.4833270Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T03:45:45.4834050Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T03:45:45.4834630Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T03:45:45.4835230Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T03:45:45.4835890Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T03:45:45.4836490Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T03:45:45.4837080Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T03:45:45.4837660Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T03:45:45.4838280Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T03:45:45.4838880Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T03:45:45.4839480Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T03:45:45.4840070Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T03:45:45.4840680Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T03:45:45.4841250Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T03:45:45.4841820Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T03:45:45.4842420Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T03:45:45.4842990Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T03:45:45.4843560Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T03:45:45.4844120Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T03:45:45.4844740Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T03:45:45.4845310Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T03:45:45.4845890Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T03:45:45.4846430Z Importing namespace Cake.Common.IO... 2026-03-07T03:45:45.4847000Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T03:45:45.4847540Z Importing namespace Cake.Common.Net... 2026-03-07T03:45:45.4848090Z Importing namespace Cake.Common.Security... 2026-03-07T03:45:45.4848650Z Importing namespace Cake.Common.Solution... 2026-03-07T03:45:45.4849240Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T03:45:45.4849840Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T03:45:45.4850460Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T03:45:45.4851020Z Importing namespace Cake.Common.Text... 2026-03-07T03:45:45.4851610Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T03:45:45.4852190Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T03:45:45.4853110Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T03:45:45.4853740Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T03:45:45.4854350Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T03:45:45.4854950Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T03:45:45.4855660Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T03:45:45.4856320Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T03:45:45.4856920Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T03:45:45.4857540Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T03:45:45.4858140Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T03:45:45.4858770Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T03:45:45.4859380Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T03:45:45.4860000Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T03:45:45.4860640Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T03:45:45.4861230Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T03:45:45.4861790Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T03:45:45.4862390Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T03:45:45.4863020Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T03:45:45.4863630Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T03:45:45.4864240Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T03:45:45.4864820Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T03:45:45.4865420Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T03:45:45.4866020Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T03:45:45.4866620Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T03:45:45.4867220Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T03:45:45.4868020Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T03:45:45.4868630Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T03:45:45.4869240Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T03:45:45.4869890Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T03:45:45.4870500Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T03:45:45.4871100Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T03:45:45.4871690Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T03:45:45.4872330Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T03:45:45.4872950Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T03:45:45.4873590Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T03:45:45.4874170Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T03:45:45.4875150Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T03:45:45.4875740Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T03:45:45.4876340Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T03:45:45.4876930Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T03:45:45.4877540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T03:45:45.4878310Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T03:45:45.4879100Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T03:45:45.4879750Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T03:45:45.4880370Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T03:45:45.4881040Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T03:45:45.4881660Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T03:45:45.4882250Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T03:45:45.4882850Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T03:45:45.4883430Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T03:45:45.4884010Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T03:45:45.4884630Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T03:45:45.4885300Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T03:45:45.4885930Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T03:45:45.4886550Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T03:45:45.4887200Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T03:45:45.4887880Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T03:45:45.4888500Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T03:45:45.4889140Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T03:45:45.4889780Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T03:45:45.4890510Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T03:45:45.4891090Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T03:45:45.4891710Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T03:45:45.4892280Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T03:45:45.4892860Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T03:45:45.4893430Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T03:45:45.4894030Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T03:45:45.4894620Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T03:45:45.4895180Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T03:45:45.4895750Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T03:45:45.4896360Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T03:45:45.4897320Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T03:45:45.4897900Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T03:45:45.4898480Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T03:45:45.4899110Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T03:45:45.4899690Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T03:45:45.4900420Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T03:45:45.4901000Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T03:45:45.4901630Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T03:45:45.4902220Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T03:45:45.4902820Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T03:45:45.4903440Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T03:45:45.4904020Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T03:45:45.4904590Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T03:45:45.4905170Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T03:45:45.4905790Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T03:45:45.4906380Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T03:45:45.4906970Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T03:45:45.4907550Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T03:45:45.4908160Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T03:45:45.4908770Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T03:45:45.4909420Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T03:45:45.4910120Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T03:45:45.4910710Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T03:45:45.4911290Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T03:45:45.4911870Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T03:45:45.4912500Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T03:45:45.4913100Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T03:45:45.4913700Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T03:45:45.4914290Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T03:45:45.4914900Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T03:45:45.4915460Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T03:45:45.4916020Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T03:45:45.4916580Z Importing namespace Cake.Common.Xml... 2026-03-07T03:45:45.4917130Z Importing namespace Cake.Core... 2026-03-07T03:45:45.4917680Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T03:45:45.4918220Z Importing namespace Cake.Core.IO... 2026-03-07T03:45:45.4918770Z Importing namespace Cake.Core.Scripting... 2026-03-07T03:45:45.4919660Z Importing namespace Cake.Core.Tooling... 2026-03-07T03:45:45.4920190Z Importing namespace Cake.FileHelpers... 2026-03-07T03:45:45.4920720Z Importing namespace NuGet.Common... 2026-03-07T03:45:45.4921260Z Importing namespace NuGet.Configuration... 2026-03-07T03:45:45.4921830Z Importing namespace NuGet.Protocol... 2026-03-07T03:45:45.4922500Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T03:45:45.4923050Z Importing namespace NuGet.Versioning... 2026-03-07T03:45:45.4923570Z Importing namespace System... 2026-03-07T03:45:45.4924140Z Importing namespace System.Collections.Generic... 2026-03-07T03:45:45.4924670Z Importing namespace System.IO... 2026-03-07T03:45:45.4925200Z Importing namespace System.Linq... 2026-03-07T03:45:45.4925730Z Importing namespace System.Text... 2026-03-07T03:45:45.4926300Z Importing namespace System.Threading.Tasks... 2026-03-07T03:45:45.4926730Z .NETStandard,Version=v2.0 2026-03-07T03:45:45.5353600Z Compiling build script... 2026-03-07T03:45:48.0558070Z /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:45:49.2631160Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:45:49.2631750Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:45:49.2648260Z Host OS System Arch: X64 2026-03-07T03:45:49.2648710Z Host Processor System Arch: X64 2026-03-07T03:45:49.2649240Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:45:49.2649800Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T03:45:49.2650200Z Build Configuration: Release 2026-03-07T03:45:49.2650590Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T03:45:49.2650990Z Build Target Framework: net10.0-maccatalyst 2026-03-07T03:45:49.2651340Z Test Device: mac 2026-03-07T03:45:49.2651720Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T03:45:49.2757050Z 2026-03-07T03:45:49.2757970Z ======================================== 2026-03-07T03:45:49.2758390Z uitest 2026-03-07T03:45:49.2758730Z ======================================== 2026-03-07T03:45:49.2759590Z Executing task: uitest 2026-03-07T03:45:49.2773710Z Starting UI Tests... 2026-03-07T03:45:49.2778180Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:45:49.2779470Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:45:49.2825640Z Testing Device: mac 2026-03-07T03:45:49.2826150Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T03:45:49.2826730Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T03:45:49.2827270Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T03:45:49.2850290Z 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:45:49.3332860Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:45:49.3376810Z 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:45:53.5290330Z Determining projects to restore... 2026-03-07T03:46:04.2597370Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.3 sec). 2026-03-07T03:46:05.1526630Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 2.3 sec). 2026-03-07T03:46:05.1818180Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 868 ms). 2026-03-07T03:46:07.9489290Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 5.09 sec). 2026-03-07T03:46:13.2798030Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 8.08 sec). 2026-03-07T03:46:16.6434520Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 13.43 sec). 2026-03-07T03:46:16.6435720Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 11.12 sec). 2026-03-07T03:46:17.3108050Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 600 ms). 2026-03-07T03:46:17.3520180Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 640 ms). 2026-03-07T03:46:17.4055690Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 31 ms). 2026-03-07T03:46:19.3713070Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 2.05 sec). 2026-03-07T03:46:20.1269800Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 5.77 sec). 2026-03-07T03:46:20.1697710Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 12.21 sec). 2026-03-07T03:46:36.8858260Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T03:46:39.0620320Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T03:46:41.0857990Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T03:46:50.4300810Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T03:46:51.5215570Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T03:47:37.1132310Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T03:47:37.4734720Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T03:47:38.5047990Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T03:47:38.6990440Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T03:47:38.8564920Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T03:47:38.9384270Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T03:47:39.1714600Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T03:47:49.8947580Z 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:47:49.9935370Z 2026-03-07T03:47:49.9961580Z Build succeeded. 2026-03-07T03:47:49.9963900Z 0 Warning(s) 2026-03-07T03:47:49.9965790Z 0 Error(s) 2026-03-07T03:47:49.9966070Z 2026-03-07T03:47:49.9969060Z Time Elapsed 00:01:59.72 2026-03-07T03:47:50.0867620Z 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:47:50.0869700Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:47:50.0879670Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T03:47:50.0885420Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T03:47:50.0886450Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T03:47:50.0890250Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T03:47:50.0892890Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:47:50.0894540Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:47:50.0896210Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:47:50.0898630Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T03:47:50.0899510Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T03:47:50.0900340Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T03:47:50.0902570Z 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:47:50.0904300Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T03:47:50.0968270Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-07T03:47:50.1007220Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-07T03:47:50.3599310Z Downloading file: 15% 2026-03-07T03:47:50.3604270Z Downloading file: 50% 2026-03-07T03:47:50.3819550Z Downloading file: 100% 2026-03-07T03:47:50.3871140Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-07T03:47:50.3878330Z 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:47:50.3897360Z 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:47:51.9973870Z 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:47:52.1087620Z VSTest version 18.0.1 (x64) 2026-03-07T03:47:52.1099330Z 2026-03-07T03:47:52.2856480Z Starting test execution, please wait... 2026-03-07T03:47:52.3354550Z A total of 1 test files matched the specified pattern. 2026-03-07T03:47:52.8916090Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T03:47:53.0353000Z [xUnit.net 00:00:00.17] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T03:47:53.2744050Z [xUnit.net 00:00:00.41] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T03:47:53.2972230Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T03:47:53.3300880Z 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:47:54.5400270Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T03:49:13.4230260Z >>>>> 3/7/2026 3:49:13 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T03:49:17.9469480Z >>>>> 3/7/2026 3:49:17 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T03:49:53.4149520Z >>>>> 3/7/2026 3:49:53 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T03:49:53.5988030Z Passed ValidateDynamicItemTemplateDisplayed [35 s] 2026-03-07T03:49:53.6007770Z >>>>> 3/7/2026 3:49:53 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T03:50:23.5247950Z >>>>> 3/7/2026 3:50:23 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T03:50:23.7721140Z Passed ValidateDynamicEmptyViewGridDisplayed [30 s] 2026-03-07T03:50:23.7920860Z >>>>> 3/7/2026 3:50:23 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T03:50:52.2016260Z >>>>> 3/7/2026 3:50:52 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T03:50:52.2710480Z Passed ValidateDynamicEmptyViewStringDisplayed [28 s] 2026-03-07T03:50:52.2868770Z >>>>> 3/7/2026 3:50:52 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T03:51:26.0543800Z >>>>> 3/7/2026 3:51:25 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T03:51:26.1133210Z Passed ValidateDynamicEmptyViewTemplateDisplayed [33 s] 2026-03-07T03:51:26.1177320Z >>>>> 3/7/2026 3:51:26 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T03:52:00.5212350Z >>>>> 3/7/2026 3:52:00 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T03:52:01.4452900Z Passed ValidateDynamicFooterGridDisplayed [35 s] 2026-03-07T03:52:01.5062090Z >>>>> 3/7/2026 3:52:01 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T03:52:38.0189010Z >>>>> 3/7/2026 3:52:38 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T03:52:38.0450500Z Passed ValidateDynamicFooterStringDisplayed [36 s] 2026-03-07T03:52:38.1054570Z >>>>> 3/7/2026 3:52:38 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T03:53:06.6785660Z >>>>> 3/7/2026 3:53:06 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T03:53:06.7212600Z Passed ValidateDynamicFooterTemplateDisplayed [28 s] 2026-03-07T03:53:06.7240480Z >>>>> 3/7/2026 3:53:06 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T03:54:06.0813030Z >>>>> 3/7/2026 3:54:06 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T03:54:06.2658540Z Passed ValidateDynamicGroupFooterTemplateDisplayed [59 s] 2026-03-07T03:54:06.3345360Z >>>>> 3/7/2026 3:54:06 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T03:54:52.7520930Z >>>>> 3/7/2026 3:54:52 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T03:54:52.8100640Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [46 s] 2026-03-07T03:54:52.8153170Z >>>>> 3/7/2026 3:54:52 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T03:55:29.1206730Z >>>>> 3/7/2026 3:55:28 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T03:55:29.3209910Z Passed ValidateDynamicHeaderGridDisplayed [36 s] 2026-03-07T03:55:29.3380340Z >>>>> 3/7/2026 3:55:29 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T03:56:06.5358290Z >>>>> 3/7/2026 3:56:06 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T03:56:06.6346040Z Passed ValidateDynamicHeaderStringDisplayed [37 s] 2026-03-07T03:56:06.6458530Z >>>>> 3/7/2026 3:56:06 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T03:56:40.2343990Z >>>>> 3/7/2026 3:56:40 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T03:56:41.1333630Z Passed ValidateDynamicHeaderTemplateDisplayed [33 s] 2026-03-07T03:56:44.1380330Z >>>>> 3/7/2026 3:56:44 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T03:56:48.0274520Z >>>>> 3/7/2026 3:56:48 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T03:57:10.3482170Z >>>>> 3/7/2026 3:57:10 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T03:57:10.3898660Z Passed ValidateEmptyViewStringDisplayed [22 s] 2026-03-07T03:57:10.4202850Z >>>>> 3/7/2026 3:57:10 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T03:57:26.9992340Z >>>>> 3/7/2026 3:57:26 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T03:57:27.4986490Z Passed ValidateCustomEmptyViewDisplayed [16 s] 2026-03-07T03:57:27.5333610Z >>>>> 3/7/2026 3:57:27 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T03:57:47.9717640Z >>>>> 3/7/2026 3:57:47 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T03:57:47.9927610Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [20 s] 2026-03-07T03:57:47.9946820Z >>>>> 3/7/2026 3:57:47 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T03:58:08.9963700Z >>>>> 3/7/2026 3:58:08 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T03:58:09.0120570Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [21 s] 2026-03-07T03:58:09.0124660Z >>>>> 3/7/2026 3:58:09 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T03:58:26.0498410Z >>>>> 3/7/2026 3:58:26 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T03:58:26.0872470Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [17 s] 2026-03-07T03:58:26.0897260Z >>>>> 3/7/2026 3:58:26 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T03:58:46.6452810Z >>>>> 3/7/2026 3:58:46 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T03:58:46.7650240Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [20 s] 2026-03-07T03:58:46.7678270Z >>>>> 3/7/2026 3:58:46 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T03:59:11.2591450Z >>>>> 3/7/2026 3:59:11 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T03:59:11.6638930Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [24 s] 2026-03-07T03:59:11.7640750Z >>>>> 3/7/2026 3:59:11 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T03:59:30.7658580Z >>>>> 3/7/2026 3:59:30 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T03:59:30.7733870Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [19 s] 2026-03-07T03:59:30.7738310Z >>>>> 3/7/2026 3:59:30 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:59:47.1439920Z >>>>> 3/7/2026 3:59:47 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:59:47.4576320Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [16 s] 2026-03-07T03:59:47.4638120Z >>>>> 3/7/2026 3:59:47 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:00:03.7434620Z >>>>> 3/7/2026 4:00:03 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:00:04.0440850Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [16 s] 2026-03-07T04:00:04.1475520Z >>>>> 3/7/2026 4:00:04 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:00:26.2730550Z >>>>> 3/7/2026 4:00:26 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:00:26.3106740Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [22 s] 2026-03-07T04:00:26.3116720Z >>>>> 3/7/2026 4:00:26 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:00:44.5532150Z >>>>> 3/7/2026 4:00:44 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:00:44.5725730Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [18 s] 2026-03-07T04:00:44.5832360Z >>>>> 3/7/2026 4:00:44 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T04:01:00.6924070Z >>>>> 3/7/2026 4:01:00 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T04:01:00.6986930Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [16 s] 2026-03-07T04:01:00.6990940Z >>>>> 3/7/2026 4:01:00 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T04:01:21.3109560Z >>>>> 3/7/2026 4:01:21 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T04:01:21.3949480Z Passed ValidateCustomEmptyViewSizeDisplayed [20 s] 2026-03-07T04:01:21.3954800Z >>>>> 3/7/2026 4:01:21 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T04:01:39.9344350Z >>>>> 3/7/2026 4:01:39 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T04:01:39.9581050Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [18 s] 2026-03-07T04:01:39.9608540Z >>>>> 3/7/2026 4:01:39 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T04:01:57.5015220Z >>>>> 3/7/2026 4:01:57 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T04:01:57.5121100Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [17 s] 2026-03-07T04:01:57.5125800Z >>>>> 3/7/2026 4:01:57 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T04:02:13.8768010Z >>>>> 3/7/2026 4:02:13 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T04:02:13.9059110Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [16 s] 2026-03-07T04:02:13.9088050Z >>>>> 3/7/2026 4:02:13 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:02:29.6421080Z >>>>> 3/7/2026 4:02:29 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:02:29.6633230Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [15 s] 2026-03-07T04:02:29.6644130Z >>>>> 3/7/2026 4:02:29 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T04:02:45.5724500Z >>>>> 3/7/2026 4:02:45 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T04:02:45.5818860Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [15 s] 2026-03-07T04:02:45.5822970Z >>>>> 3/7/2026 4:02:45 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:03:02.3579140Z >>>>> 3/7/2026 4:03:02 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:03:02.3776860Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-07T04:03:02.3790140Z >>>>> 3/7/2026 4:03:02 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T04:03:22.0358930Z >>>>> 3/7/2026 4:03:22 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T04:03:22.0597580Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [19 s] 2026-03-07T04:03:22.0615710Z >>>>> 3/7/2026 4:03:22 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T04:03:35.5395630Z >>>>> 3/7/2026 4:03:35 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T04:03:35.5483240Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [13 s] 2026-03-07T04:03:35.5484820Z >>>>> 3/7/2026 4:03:35 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T04:03:49.1233540Z >>>>> 3/7/2026 4:03:49 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T04:03:49.1282250Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-07T04:03:49.1283500Z >>>>> 3/7/2026 4:03:49 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:04:03.1570000Z >>>>> 3/7/2026 4:04:03 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:04:03.1690950Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-07T04:04:03.1692070Z >>>>> 3/7/2026 4:04:03 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:04:17.2452880Z >>>>> 3/7/2026 4:04:17 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:04:17.2493830Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T04:04:17.2494950Z >>>>> 3/7/2026 4:04:17 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:04:31.3806780Z >>>>> 3/7/2026 4:04:31 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:04:31.3869410Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [14 s] 2026-03-07T04:04:31.3875070Z >>>>> 3/7/2026 4:04:31 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:04:45.6965360Z >>>>> 3/7/2026 4:04:45 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:04:45.7029010Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T04:04:45.7032720Z >>>>> 3/7/2026 4:04:45 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T04:04:59.6091260Z >>>>> 3/7/2026 4:04:59 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T04:04:59.6139310Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-07T04:04:59.6145380Z >>>>> 3/7/2026 4:04:59 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T04:05:09.8851320Z >>>>> 3/7/2026 4:05:09 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T04:05:09.8909560Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [10 s] 2026-03-07T04:05:09.8911910Z >>>>> 3/7/2026 4:05:09 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T04:05:23.6224290Z >>>>> 3/7/2026 4:05:23 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T04:05:23.6276790Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-07T04:05:23.6279860Z >>>>> 3/7/2026 4:05:23 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T04:05:37.0224650Z >>>>> 3/7/2026 4:05:37 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T04:05:37.0279530Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [13 s] 2026-03-07T04:05:37.0280620Z >>>>> 3/7/2026 4:05:37 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T04:05:50.8829870Z >>>>> 3/7/2026 4:05:50 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T04:05:50.8893500Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [13 s] 2026-03-07T04:05:50.8899250Z >>>>> 3/7/2026 4:05:50 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:06:05.1453270Z >>>>> 3/7/2026 4:06:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:06:05.1512910Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-07T04:06:05.1516310Z >>>>> 3/7/2026 4:06:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T04:06:18.7376970Z >>>>> 3/7/2026 4:06:18 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T04:06:18.7435910Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [13 s] 2026-03-07T04:06:18.7438290Z >>>>> 3/7/2026 4:06:18 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T04:06:32.2937340Z >>>>> 3/7/2026 4:06:32 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T04:06:32.2991750Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T04:06:32.2993300Z >>>>> 3/7/2026 4:06:32 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T04:06:49.7731110Z >>>>> 3/7/2026 4:06:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T04:06:49.7770680Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [17 s] 2026-03-07T04:06:49.7772340Z >>>>> 3/7/2026 4:06:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T04:07:04.4277300Z >>>>> 3/7/2026 4:07:04 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T04:07:04.4344980Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [14 s] 2026-03-07T04:07:04.4361480Z >>>>> 3/7/2026 4:07:04 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:07:19.0790110Z >>>>> 3/7/2026 4:07:19 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:07:19.0856120Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-07T04:07:19.0859700Z >>>>> 3/7/2026 4:07:19 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:07:32.8937770Z >>>>> 3/7/2026 4:07:32 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:07:32.8995670Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T04:07:32.8998110Z >>>>> 3/7/2026 4:07:32 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:07:46.2566140Z >>>>> 3/7/2026 4:07:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:07:46.2621420Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T04:07:46.2622910Z >>>>> 3/7/2026 4:07:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:08:03.3913240Z >>>>> 3/7/2026 4:08:03 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:08:03.4078730Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T04:08:03.4110400Z >>>>> 3/7/2026 4:08:03 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:08:18.0196900Z >>>>> 3/7/2026 4:08:18 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:08:18.0250460Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T04:08:18.0251400Z >>>>> 3/7/2026 4:08:18 AM ValidateEmptyViewSize Start 2026-03-07T04:08:29.9900170Z >>>>> 3/7/2026 4:08:29 AM ValidateEmptyViewSize Stop 2026-03-07T04:08:29.9960950Z Passed ValidateEmptyViewSize [11 s] 2026-03-07T04:08:29.9973150Z >>>>> 3/7/2026 4:08:29 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T04:08:43.9375220Z >>>>> 3/7/2026 4:08:43 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T04:08:43.9450320Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [13 s] 2026-03-07T04:08:43.9459160Z >>>>> 3/7/2026 4:08:43 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T04:08:57.7753680Z >>>>> 3/7/2026 4:08:57 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T04:08:57.7804800Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [13 s] 2026-03-07T04:08:57.7806750Z >>>>> 3/7/2026 4:08:57 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:09:11.3463630Z >>>>> 3/7/2026 4:09:11 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:09:11.3532870Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T04:09:11.3537890Z >>>>> 3/7/2026 4:09:11 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:09:25.2269600Z >>>>> 3/7/2026 4:09:25 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:09:25.2356790Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T04:09:25.2374710Z >>>>> 3/7/2026 4:09:25 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T04:09:39.4257520Z >>>>> 3/7/2026 4:09:39 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T04:09:39.4319160Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [14 s] 2026-03-07T04:09:39.4372540Z >>>>> 3/7/2026 4:09:39 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T04:09:53.8442710Z >>>>> 3/7/2026 4:09:53 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T04:09:53.8577940Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [14 s] 2026-03-07T04:09:53.8585980Z >>>>> 3/7/2026 4:09:53 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:10:09.6294520Z >>>>> 3/7/2026 4:10:09 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:10:09.6348440Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [15 s] 2026-03-07T04:10:09.6349510Z >>>>> 3/7/2026 4:10:09 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T04:10:27.4626200Z >>>>> 3/7/2026 4:10:27 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T04:10:27.4673570Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [17 s] 2026-03-07T04:10:27.4674660Z >>>>> 3/7/2026 4:10:27 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:10:41.8230410Z >>>>> 3/7/2026 4:10:41 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:10:41.8281150Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-07T04:10:41.8282350Z >>>>> 3/7/2026 4:10:41 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:10:59.1471290Z >>>>> 3/7/2026 4:10:59 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:10:59.1547310Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T04:10:59.1551450Z >>>>> 3/7/2026 4:10:59 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T04:11:14.6331940Z >>>>> 3/7/2026 4:11:14 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T04:11:14.6388930Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [15 s] 2026-03-07T04:11:14.6391480Z >>>>> 3/7/2026 4:11:14 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:11:28.4895390Z >>>>> 3/7/2026 4:11:28 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:11:28.4941620Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T04:11:28.4942540Z >>>>> 3/7/2026 4:11:28 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T04:11:41.9643540Z >>>>> 3/7/2026 4:11:41 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T04:11:41.9692780Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [13 s] 2026-03-07T04:11:41.9694400Z >>>>> 3/7/2026 4:11:41 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T04:11:52.0571260Z >>>>> 3/7/2026 4:11:52 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T04:11:52.0617890Z Passed ValidateEmptyViewTemplateDisplayed [10 s] 2026-03-07T04:11:52.0619360Z >>>>> 3/7/2026 4:11:52 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T04:12:05.3919240Z >>>>> 3/7/2026 4:12:05 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T04:12:05.3967330Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-07T04:12:05.3974890Z >>>>> 3/7/2026 4:12:05 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T04:12:19.3659710Z >>>>> 3/7/2026 4:12:19 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T04:12:19.3714560Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [13 s] 2026-03-07T04:12:19.3717230Z >>>>> 3/7/2026 4:12:19 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:12:34.0990370Z >>>>> 3/7/2026 4:12:34 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:12:34.1054410Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-07T04:12:34.1056820Z >>>>> 3/7/2026 4:12:34 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T04:12:49.6676090Z >>>>> 3/7/2026 4:12:49 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T04:12:49.6728770Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [15 s] 2026-03-07T04:12:49.6731830Z >>>>> 3/7/2026 4:12:49 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T04:13:03.3173120Z >>>>> 3/7/2026 4:13:03 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T04:13:03.3221680Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T04:13:03.3222830Z >>>>> 3/7/2026 4:13:03 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T04:13:21.2584870Z >>>>> 3/7/2026 4:13:21 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T04:13:21.2640270Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [17 s] 2026-03-07T04:13:21.2642400Z >>>>> 3/7/2026 4:13:21 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T04:13:35.6641570Z >>>>> 3/7/2026 4:13:35 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T04:13:35.6691520Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [14 s] 2026-03-07T04:13:35.6693490Z >>>>> 3/7/2026 4:13:35 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:13:50.1704390Z >>>>> 3/7/2026 4:13:50 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:13:50.1758800Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-07T04:13:50.1760120Z >>>>> 3/7/2026 4:13:50 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:14:03.6648150Z >>>>> 3/7/2026 4:14:03 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:14:03.6699120Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T04:14:03.6700240Z >>>>> 3/7/2026 4:14:03 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:14:17.0226480Z >>>>> 3/7/2026 4:14:17 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:14:17.0294030Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T04:14:17.0295430Z >>>>> 3/7/2026 4:14:17 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:14:34.4240140Z >>>>> 3/7/2026 4:14:34 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:14:34.4293660Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T04:14:34.4295370Z >>>>> 3/7/2026 4:14:34 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:14:48.9669770Z >>>>> 3/7/2026 4:14:48 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:14:48.9721860Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T04:14:48.9723750Z >>>>> 3/7/2026 4:14:48 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:15:05.9366540Z >>>>> 3/7/2026 4:15:05 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:15:05.9439810Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-07T04:15:05.9442470Z >>>>> 3/7/2026 4:15:05 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:15:22.2724650Z >>>>> 3/7/2026 4:15:22 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:15:22.2775750Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [16 s] 2026-03-07T04:15:22.2777570Z >>>>> 3/7/2026 4:15:22 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:15:37.4576460Z >>>>> 3/7/2026 4:15:37 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:15:37.4632360Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T04:15:37.4633400Z >>>>> 3/7/2026 4:15:37 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:15:55.2423920Z >>>>> 3/7/2026 4:15:55 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:15:55.2471590Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T04:15:55.2472790Z >>>>> 3/7/2026 4:15:55 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:16:10.5235660Z >>>>> 3/7/2026 4:16:10 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:16:10.5292410Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T04:16:10.5293700Z >>>>> 3/7/2026 4:16:10 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:16:30.4011520Z >>>>> 3/7/2026 4:16:30 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:16:30.4531220Z >>>>> 3/7/2026 4:16:30 AM Log types: 2026-03-07T04:16:30.9529720Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-07T04:16:30.9531430Z Error Message: 2026-03-07T04:16:30.9539910Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:16:30.9542880Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T04:16:30.9546100Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:16:30.9548670Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:16:30.9552320Z 2026-03-07T04:16:30.9556240Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:16:30.9558250Z 2026-03-07T04:16:30.9560420Z Stack Trace: 2026-03-07T04:16:30.9562870Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:16:30.9572270Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:16:30.9580970Z 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:16:30.9587730Z 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:16:30.9591960Z 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-07T04:16:30.9594880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:16:30.9597790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:16:30.9600460Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:16:30.9603200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:16:30.9607760Z 2026-03-07T04:16:30.9609930Z >>>>> 3/7/2026 4:16:30 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:16:46.1184000Z >>>>> 3/7/2026 4:16:46 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:16:46.1239580Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T04:16:46.1243080Z >>>>> 3/7/2026 4:16:46 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:17:04.2957580Z >>>>> 3/7/2026 4:17:04 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:17:04.3081290Z >>>>> 3/7/2026 4:17:04 AM Log types: 2026-03-07T04:17:05.6478090Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-07T04:17:05.6478910Z Error Message: 2026-03-07T04:17:05.6479270Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:17:05.6479810Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T04:17:05.6480410Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:17:05.6480930Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:17:05.6481130Z 2026-03-07T04:17:05.6481500Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:17:05.6481650Z 2026-03-07T04:17:05.6481940Z Stack Trace: 2026-03-07T04:17:05.6482430Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:17:05.6483230Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:17:05.6484120Z 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:17:05.6485370Z 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:17:05.6487690Z 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-07T04:17:05.6489670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:17:05.6490700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:17:05.6491650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:17:05.6492270Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:17:05.6492580Z 2026-03-07T04:17:07.6470860Z >>>>> 3/7/2026 4:17:07 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T04:17:10.2706740Z >>>>> 3/7/2026 4:17:10 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T04:17:30.6613910Z >>>>> 3/7/2026 4:17:30 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T04:17:30.6668850Z Passed VerifyGroupFooterTemplate_WithFooterString [20 s] 2026-03-07T04:17:30.6669760Z >>>>> 3/7/2026 4:17:30 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T04:17:58.2012670Z >>>>> 3/7/2026 4:17:58 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T04:17:58.2072570Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [27 s] 2026-03-07T04:17:58.2074170Z >>>>> 3/7/2026 4:17:58 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T04:18:27.7733100Z >>>>> 3/7/2026 4:18:27 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T04:18:27.7782120Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [29 s] 2026-03-07T04:18:27.7783360Z >>>>> 3/7/2026 4:18:27 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T04:18:53.3628660Z >>>>> 3/7/2026 4:18:53 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T04:18:53.3678290Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [25 s] 2026-03-07T04:18:53.3679410Z >>>>> 3/7/2026 4:18:53 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T04:19:24.5314370Z >>>>> 3/7/2026 4:19:24 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T04:19:24.5459540Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [31 s] 2026-03-07T04:19:24.5460690Z >>>>> 3/7/2026 4:19:24 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T04:19:53.9643040Z >>>>> 3/7/2026 4:19:53 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T04:19:53.9689600Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [29 s] 2026-03-07T04:19:53.9690500Z >>>>> 3/7/2026 4:19:53 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T04:20:28.4301390Z >>>>> 3/7/2026 4:20:28 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T04:20:28.4361820Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [34 s] 2026-03-07T04:20:28.4363430Z >>>>> 3/7/2026 4:20:28 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T04:20:57.6498980Z >>>>> 3/7/2026 4:20:57 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T04:20:57.6550880Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [29 s] 2026-03-07T04:20:57.6552040Z >>>>> 3/7/2026 4:20:57 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T04:21:31.0749920Z >>>>> 3/7/2026 4:21:31 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T04:21:31.0817070Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [33 s] 2026-03-07T04:21:31.0821220Z >>>>> 3/7/2026 4:21:31 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T04:21:49.2749130Z >>>>> 3/7/2026 4:21:49 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T04:21:49.2796260Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [18 s] 2026-03-07T04:21:49.2797170Z >>>>> 3/7/2026 4:21:49 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T04:22:05.9668800Z >>>>> 3/7/2026 4:22:05 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T04:22:05.9721120Z Passed VerifyGroupFooterTemplate_WithHeaderString [16 s] 2026-03-07T04:22:05.9722370Z >>>>> 3/7/2026 4:22:05 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T04:22:24.9518920Z >>>>> 3/7/2026 4:22:24 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T04:22:24.9572070Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [18 s] 2026-03-07T04:22:24.9573100Z >>>>> 3/7/2026 4:22:24 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T04:22:39.3927680Z >>>>> 3/7/2026 4:22:39 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T04:22:39.3980270Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [14 s] 2026-03-07T04:22:39.3981380Z >>>>> 3/7/2026 4:22:39 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T04:22:57.9706970Z >>>>> 3/7/2026 4:22:57 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T04:22:57.9760360Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [18 s] 2026-03-07T04:22:57.9762460Z >>>>> 3/7/2026 4:22:57 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T04:23:15.6181020Z >>>>> 3/7/2026 4:23:15 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T04:23:15.6231290Z Passed VerifyGroupHeaderTemplate_WithFooterString [17 s] 2026-03-07T04:23:15.6232140Z >>>>> 3/7/2026 4:23:15 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T04:23:33.5598610Z >>>>> 3/7/2026 4:23:33 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T04:23:33.5648250Z Passed VerifyGroupHeaderTemplate_WithHeaderString [17 s] 2026-03-07T04:23:33.5649130Z >>>>> 3/7/2026 4:23:33 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T04:23:48.6468770Z >>>>> 3/7/2026 4:23:48 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T04:23:48.6534750Z Passed VerifyIsGrouped_WithFooterString [15 s] 2026-03-07T04:23:48.6537480Z >>>>> 3/7/2026 4:23:48 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T04:24:02.2380250Z >>>>> 3/7/2026 4:24:02 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T04:24:02.2463210Z Passed VerifyIsGrouped_WithHeaderString [13 s] 2026-03-07T04:24:02.2465940Z >>>>> 3/7/2026 4:24:02 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T04:24:14.0534790Z >>>>> 3/7/2026 4:24:14 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T04:24:14.0590520Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [11 s] 2026-03-07T04:24:14.0592460Z >>>>> 3/7/2026 4:24:14 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T04:24:31.1433360Z >>>>> 3/7/2026 4:24:31 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T04:24:31.1485620Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [17 s] 2026-03-07T04:24:31.1486970Z >>>>> 3/7/2026 4:24:31 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T04:24:42.1273960Z >>>>> 3/7/2026 4:24:42 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T04:24:43.2064780Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [10 s] 2026-03-07T04:24:44.5685540Z >>>>> 3/7/2026 4:24:44 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T04:24:47.0911100Z >>>>> 3/7/2026 4:24:47 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T04:25:01.8243350Z >>>>> 3/7/2026 4:25:01 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T04:25:01.8311800Z Passed VerifyStringItemsObservableCollectionWhenAddItems [14 s] 2026-03-07T04:25:01.8314530Z >>>>> 3/7/2026 4:25:01 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T04:25:15.9189890Z >>>>> 3/7/2026 4:25:15 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T04:25:15.9236990Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-07T04:25:15.9238310Z >>>>> 3/7/2026 4:25:15 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T04:25:31.1228660Z >>>>> 3/7/2026 4:25:31 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T04:25:31.1309840Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [15 s] 2026-03-07T04:25:31.1318360Z >>>>> 3/7/2026 4:25:31 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T04:25:45.9358800Z >>>>> 3/7/2026 4:25:45 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T04:25:45.9410200Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [14 s] 2026-03-07T04:25:45.9411450Z >>>>> 3/7/2026 4:25:45 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T04:25:59.6292500Z >>>>> 3/7/2026 4:25:59 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T04:25:59.6344340Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [13 s] 2026-03-07T04:25:59.6345410Z >>>>> 3/7/2026 4:25:59 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T04:26:22.7498810Z >>>>> 3/7/2026 4:26:22 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T04:26:22.7556390Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [23 s] 2026-03-07T04:26:22.7558480Z >>>>> 3/7/2026 4:26:22 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T04:26:41.7635510Z >>>>> 3/7/2026 4:26:41 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T04:26:41.7684140Z Passed VerifyModelItemsGroupedListWhenAddItems [19 s] 2026-03-07T04:26:41.7685280Z >>>>> 3/7/2026 4:26:41 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T04:27:12.6441260Z >>>>> 3/7/2026 4:27:12 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T04:27:12.6511080Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [30 s] 2026-03-07T04:27:12.6514890Z >>>>> 3/7/2026 4:27:12 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T04:27:35.3661660Z >>>>> 3/7/2026 4:27:35 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T04:27:35.3721260Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-07T04:27:35.3723180Z >>>>> 3/7/2026 4:27:35 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T04:27:54.2496190Z >>>>> 3/7/2026 4:27:54 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T04:27:54.2544230Z Passed VerifyModelItemsGroupedListWhenRemoveItems [18 s] 2026-03-07T04:27:54.2545180Z >>>>> 3/7/2026 4:27:54 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T04:28:25.1093840Z >>>>> 3/7/2026 4:28:25 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T04:28:25.1148000Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-07T04:28:25.1149230Z >>>>> 3/7/2026 4:28:25 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T04:28:36.6976430Z >>>>> 3/7/2026 4:28:36 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T04:28:36.7022710Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-07T04:28:36.7023630Z >>>>> 3/7/2026 4:28:36 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T04:28:48.0233010Z >>>>> 3/7/2026 4:28:48 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T04:28:48.0281010Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [11 s] 2026-03-07T04:28:48.0282270Z >>>>> 3/7/2026 4:28:48 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T04:29:02.1659390Z >>>>> 3/7/2026 4:29:02 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T04:29:02.1708710Z Passed VerifyModelItemsListWhenAddItems [14 s] 2026-03-07T04:29:02.1720050Z >>>>> 3/7/2026 4:29:02 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T04:29:17.1455990Z >>>>> 3/7/2026 4:29:17 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T04:29:17.1506920Z Passed VerifyModelItemsListWhenRemoveItems [14 s] 2026-03-07T04:29:17.1507820Z >>>>> 3/7/2026 4:29:17 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T04:29:36.7130480Z >>>>> 3/7/2026 4:29:36 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T04:29:36.7192320Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [19 s] 2026-03-07T04:29:36.7196760Z >>>>> 3/7/2026 4:29:36 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T04:29:51.9499930Z >>>>> 3/7/2026 4:29:51 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T04:29:51.9553300Z Passed VerifyModelItemsObservableCollectionWhenAddItems [15 s] 2026-03-07T04:29:51.9554290Z >>>>> 3/7/2026 4:29:51 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T04:30:17.7428110Z >>>>> 3/7/2026 4:30:17 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T04:30:17.7483150Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [25 s] 2026-03-07T04:30:17.7484320Z >>>>> 3/7/2026 4:30:17 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T04:30:36.6246950Z >>>>> 3/7/2026 4:30:36 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T04:30:36.6298770Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [18 s] 2026-03-07T04:30:36.6300070Z >>>>> 3/7/2026 4:30:36 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T04:30:52.6835400Z >>>>> 3/7/2026 4:30:52 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T04:30:52.6901910Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [16 s] 2026-03-07T04:30:52.6915580Z >>>>> 3/7/2026 4:30:52 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T04:31:18.6551910Z >>>>> 3/7/2026 4:31:18 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T04:31:18.6603470Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [25 s] 2026-03-07T04:31:18.6604550Z >>>>> 3/7/2026 4:31:18 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T04:31:31.0155510Z >>>>> 3/7/2026 4:31:31 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T04:31:31.0207880Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [12 s] 2026-03-07T04:31:31.0208820Z >>>>> 3/7/2026 4:31:31 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T04:31:42.3437100Z >>>>> 3/7/2026 4:31:42 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T04:31:42.3487990Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [11 s] 2026-03-07T04:31:42.3489070Z >>>>> 3/7/2026 4:31:42 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T04:31:53.5983970Z >>>>> 3/7/2026 4:31:53 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T04:31:53.6036980Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [11 s] 2026-03-07T04:31:53.6038110Z >>>>> 3/7/2026 4:31:53 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T04:32:05.4199760Z >>>>> 3/7/2026 4:32:05 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T04:32:05.4251890Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [11 s] 2026-03-07T04:32:05.4254530Z >>>>> 3/7/2026 4:32:05 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T04:32:26.3118230Z >>>>> 3/7/2026 4:32:26 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T04:32:26.3167420Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [20 s] 2026-03-07T04:32:26.3169270Z >>>>> 3/7/2026 4:32:26 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T04:32:43.9706840Z >>>>> 3/7/2026 4:32:43 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T04:32:43.9760030Z Passed VerifyStringItemsGroupedListWhenAddItems [17 s] 2026-03-07T04:32:43.9761390Z >>>>> 3/7/2026 4:32:43 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T04:33:14.2497280Z >>>>> 3/7/2026 4:33:14 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T04:33:14.2546420Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [30 s] 2026-03-07T04:33:14.2547670Z >>>>> 3/7/2026 4:33:14 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T04:33:37.7476960Z >>>>> 3/7/2026 4:33:37 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T04:33:37.7525160Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [23 s] 2026-03-07T04:33:37.7526710Z >>>>> 3/7/2026 4:33:37 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T04:33:55.5838390Z >>>>> 3/7/2026 4:33:55 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T04:33:55.5889630Z Passed VerifyStringItemsGroupedListWhenRemoveItems [17 s] 2026-03-07T04:33:55.5891360Z >>>>> 3/7/2026 4:33:55 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T04:34:23.8169320Z >>>>> 3/7/2026 4:34:23 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T04:34:23.8233550Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [28 s] 2026-03-07T04:34:23.8234980Z >>>>> 3/7/2026 4:34:23 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T04:34:33.4989520Z >>>>> 3/7/2026 4:34:33 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T04:34:33.5036980Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [9 s] 2026-03-07T04:34:33.5038330Z >>>>> 3/7/2026 4:34:33 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T04:34:42.4911620Z >>>>> 3/7/2026 4:34:42 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T04:34:42.4976600Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-07T04:34:42.4984980Z >>>>> 3/7/2026 4:34:42 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T04:34:54.9867390Z >>>>> 3/7/2026 4:34:54 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T04:34:54.9918530Z Passed VerifyStringItemsListWhenAddItems [12 s] 2026-03-07T04:34:54.9919380Z >>>>> 3/7/2026 4:34:54 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T04:35:07.9388910Z >>>>> 3/7/2026 4:35:07 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T04:35:07.9442250Z Passed VerifyStringItemsListWhenRemoveItems [12 s] 2026-03-07T04:35:07.9443930Z >>>>> 3/7/2026 4:35:07 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T04:35:30.0304720Z >>>>> 3/7/2026 4:35:30 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T04:35:30.0379380Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [22 s] 2026-03-07T04:35:30.0381090Z >>>>> 3/7/2026 4:35:30 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T04:35:53.4181790Z >>>>> 3/7/2026 4:35:53 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T04:35:53.4234860Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [23 s] 2026-03-07T04:35:53.4236180Z >>>>> 3/7/2026 4:35:53 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T04:36:10.4147690Z >>>>> 3/7/2026 4:36:10 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T04:36:10.4199190Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-07T04:36:10.4200630Z >>>>> 3/7/2026 4:36:10 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T04:36:23.5252900Z >>>>> 3/7/2026 4:36:23 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T04:36:23.5304020Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-07T04:36:23.5305970Z >>>>> 3/7/2026 4:36:23 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T04:36:46.2021020Z >>>>> 3/7/2026 4:36:46 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T04:36:47.5354180Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [22 s] 2026-03-07T04:36:48.7418660Z >>>>> 3/7/2026 4:36:48 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T04:36:51.3361470Z >>>>> 3/7/2026 4:36:51 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T04:37:11.9695940Z >>>>> 3/7/2026 4:37:11 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:37:11.9747090Z Passed VerifyMeasureAllItemsWithObservableCollection [20 s] 2026-03-07T04:37:11.9749490Z >>>>> 3/7/2026 4:37:11 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:37:35.3500370Z >>>>> 3/7/2026 4:37:35 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:37:35.3551900Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [23 s] 2026-03-07T04:37:35.3552920Z >>>>> 3/7/2026 4:37:35 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:37:54.3945450Z >>>>> 3/7/2026 4:37:54 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:37:54.4002890Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T04:37:54.4003800Z >>>>> 3/7/2026 4:37:54 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T04:38:35.1160300Z >>>>> 3/7/2026 4:38:35 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:38:35.1221600Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [40 s] 2026-03-07T04:38:35.1225850Z >>>>> 3/7/2026 4:38:35 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:38:59.2661420Z >>>>> 3/7/2026 4:38:59 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:38:59.2718620Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [24 s] 2026-03-07T04:38:59.2719950Z >>>>> 3/7/2026 4:38:59 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:39:18.7273070Z >>>>> 3/7/2026 4:39:18 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:39:18.7328680Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T04:39:18.7329770Z >>>>> 3/7/2026 4:39:18 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T04:39:57.7850370Z >>>>> 3/7/2026 4:39:57 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:39:57.7924340Z Passed VerifyKeepScrollOffsetWithGroupedList [39 s] 2026-03-07T04:39:57.7927610Z >>>>> 3/7/2026 4:39:57 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T04:40:32.3869270Z >>>>> 3/7/2026 4:40:32 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T04:40:32.3926260Z Passed VerifyKeepScrollOffsetWithObservableList [34 s] 2026-03-07T04:40:32.3927820Z >>>>> 3/7/2026 4:40:32 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T04:40:53.0759460Z >>>>> 3/7/2026 4:40:53 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T04:40:53.4004830Z Passed VerifyMeasureAllItemsWithGroupedList [20 s] 2026-03-07T04:40:55.5376060Z >>>>> 3/7/2026 4:40:55 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T04:40:58.1982100Z >>>>> 3/7/2026 4:40:58 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T04:41:19.9756580Z >>>>> 3/7/2026 4:41:19 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T04:41:19.9810900Z Passed VerifySelectionModeNoneWhenItemsSourceNone [21 s] 2026-03-07T04:41:19.9813040Z >>>>> 3/7/2026 4:41:19 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T04:41:41.2234540Z >>>>> 3/7/2026 4:41:41 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T04:41:41.2288020Z Passed VerifySelecctionModeSingleWhenCurrentSelection [21 s] 2026-03-07T04:41:41.2290590Z >>>>> 3/7/2026 4:41:41 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T04:41:57.7151840Z >>>>> 3/7/2026 4:41:57 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T04:41:57.7235440Z Passed VerifySelectionModeNoneWhenCurrentSelection [16 s] 2026-03-07T04:41:57.7257630Z >>>>> 3/7/2026 4:41:57 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T04:42:16.3962160Z >>>>> 3/7/2026 4:42:16 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T04:42:16.4024850Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [18 s] 2026-03-07T04:42:16.4026370Z >>>>> 3/7/2026 4:42:16 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T04:42:37.6810750Z >>>>> 3/7/2026 4:42:37 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:42:37.6862190Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [21 s] 2026-03-07T04:42:37.6864090Z >>>>> 3/7/2026 4:42:37 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T04:42:59.3030650Z >>>>> 3/7/2026 4:42:59 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T04:42:59.3086580Z Passed VerifySelectionModeNoneWhenPreviousSelection [21 s] 2026-03-07T04:42:59.3087500Z >>>>> 3/7/2026 4:42:59 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T04:43:20.2231960Z >>>>> 3/7/2026 4:43:20 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T04:43:20.2308330Z Passed VerifySelectionModeNoneWithFooterString [20 s] 2026-03-07T04:43:20.2309690Z >>>>> 3/7/2026 4:43:20 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T04:43:44.8999580Z >>>>> 3/7/2026 4:43:44 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T04:43:44.9061990Z Passed VerifySelectionModeNoneWithFooterTemplateView [24 s] 2026-03-07T04:43:44.9063840Z >>>>> 3/7/2026 4:43:44 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T04:44:09.7860770Z >>>>> 3/7/2026 4:44:09 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T04:44:09.7961600Z Passed VerifySelectionModeNoneWithFooterView [24 s] 2026-03-07T04:44:09.7963800Z >>>>> 3/7/2026 4:44:09 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T04:44:32.3999670Z >>>>> 3/7/2026 4:44:32 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T04:44:32.4085610Z Passed VerifySelectionModeNoneWithHeaderString [22 s] 2026-03-07T04:44:32.4108950Z >>>>> 3/7/2026 4:44:32 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T04:44:57.1669990Z >>>>> 3/7/2026 4:44:57 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T04:44:57.1762190Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [24 s] 2026-03-07T04:44:57.1763330Z >>>>> 3/7/2026 4:44:57 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T04:45:24.1552090Z >>>>> 3/7/2026 4:45:24 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T04:45:24.1613610Z Passed VerifySelectionModeNoneWithHeaderTemplateView [26 s] 2026-03-07T04:45:24.1620520Z >>>>> 3/7/2026 4:45:24 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T04:45:58.8033290Z >>>>> 3/7/2026 4:45:58 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T04:45:58.8104870Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [34 s] 2026-03-07T04:45:58.8106330Z >>>>> 3/7/2026 4:45:58 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-07T04:46:20.7753150Z >>>>> 3/7/2026 4:46:20 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-07T04:46:20.7803830Z Passed VerifySelectionModeNoneWithHeaderView [21 s] 2026-03-07T04:46:20.7804960Z >>>>> 3/7/2026 4:46:20 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-07T04:46:48.5249520Z >>>>> 3/7/2026 4:46:48 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-07T04:46:48.5327100Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [27 s] 2026-03-07T04:46:48.5331660Z >>>>> 3/7/2026 4:46:48 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-07T04:47:15.6887340Z >>>>> 3/7/2026 4:47:15 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-07T04:47:15.6938600Z Passed VerifySelectionModeSingleSelectionChangedEventCount [27 s] 2026-03-07T04:47:15.6940230Z >>>>> 3/7/2026 4:47:15 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-07T04:47:36.8406070Z >>>>> 3/7/2026 4:47:36 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-07T04:47:36.8466320Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [21 s] 2026-03-07T04:47:36.8467870Z >>>>> 3/7/2026 4:47:36 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-07T04:47:54.8780390Z >>>>> 3/7/2026 4:47:54 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-07T04:47:54.8839110Z Passed VerifySelectionModeSingleWhenItemsSourceNone [18 s] 2026-03-07T04:47:54.8840190Z >>>>> 3/7/2026 4:47:54 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-07T04:48:12.3872980Z >>>>> 3/7/2026 4:48:12 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:48:12.3944870Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [17 s] 2026-03-07T04:48:12.3945940Z >>>>> 3/7/2026 4:48:12 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-07T04:48:32.8844520Z >>>>> 3/7/2026 4:48:32 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-07T04:48:32.8897350Z Passed VerifySelectionModeSingleWhenPreviousSelection [20 s] 2026-03-07T04:48:32.8898960Z >>>>> 3/7/2026 4:48:32 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-07T04:48:53.8059140Z >>>>> 3/7/2026 4:48:53 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-07T04:48:53.8125950Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [20 s] 2026-03-07T04:48:53.8127240Z >>>>> 3/7/2026 4:48:53 AM VerifySelectionModeSingleWithFooterString Start 2026-03-07T04:49:18.5963420Z >>>>> 3/7/2026 4:49:18 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-07T04:49:18.6021310Z Passed VerifySelectionModeSingleWithFooterString [24 s] 2026-03-07T04:49:18.6024030Z >>>>> 3/7/2026 4:49:18 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-07T04:49:47.2038620Z >>>>> 3/7/2026 4:49:47 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-07T04:49:47.2094110Z Passed VerifySelectionModeSingleWithFooterTemplateView [28 s] 2026-03-07T04:49:47.2096720Z >>>>> 3/7/2026 4:49:47 AM VerifySelectionModeSingleWithFooterView Start 2026-03-07T04:50:11.3289830Z >>>>> 3/7/2026 4:50:11 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-07T04:50:11.3339140Z Passed VerifySelectionModeSingleWithFooterView [24 s] 2026-03-07T04:50:11.3340110Z >>>>> 3/7/2026 4:50:11 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-07T04:50:35.3459350Z >>>>> 3/7/2026 4:50:35 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-07T04:50:35.3518070Z Passed VerifySelectionModeSingleWithHeaderString [24 s] 2026-03-07T04:50:35.3521540Z >>>>> 3/7/2026 4:50:35 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-07T04:51:04.2072360Z >>>>> 3/7/2026 4:51:04 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-07T04:51:04.2124160Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [28 s] 2026-03-07T04:51:04.2125140Z >>>>> 3/7/2026 4:51:04 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-07T04:51:32.0791980Z >>>>> 3/7/2026 4:51:32 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-07T04:51:32.0851640Z Passed VerifySelectionModeSingleWithHeaderTemplateView [27 s] 2026-03-07T04:51:32.0852740Z >>>>> 3/7/2026 4:51:32 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T04:52:09.2150150Z >>>>> 3/7/2026 4:52:09 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T04:52:09.2202880Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [37 s] 2026-03-07T04:52:09.2204010Z >>>>> 3/7/2026 4:52:09 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-07T04:52:33.3113510Z >>>>> 3/7/2026 4:52:33 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-07T04:52:33.3159370Z Passed VerifySelectionModeSingleWithHeaderView [24 s] 2026-03-07T04:52:33.3160260Z >>>>> 3/7/2026 4:52:33 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-07T04:53:01.3891720Z >>>>> 3/7/2026 4:53:01 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-07T04:53:01.8732160Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [28 s] 2026-03-07T04:53:03.9373310Z >>>>> 3/7/2026 4:53:03 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-07T04:53:03.9397170Z >>>>> 3/7/2026 4:53:03 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-07T04:53:15.9714200Z >>>>> 3/7/2026 4:53:15 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-07T04:53:18.5593950Z Passed EmptyViewItemsSourceNullStringWorks [14 s] 2026-03-07T04:53:18.5598270Z >>>>> 3/7/2026 4:53:18 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-07T04:53:18.5623070Z >>>>> 3/7/2026 4:53:18 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-07T04:53:30.5129450Z >>>>> 3/7/2026 4:53:30 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-07T04:53:33.5738850Z Passed EmptyViewItemsSourceNullViewWorks [14 s] 2026-03-07T04:53:35.5821480Z >>>>> 3/7/2026 4:53:35 AM GroupingAndHeaderWorks Start 2026-03-07T04:53:35.5880580Z >>>>> 3/7/2026 4:53:35 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-07T04:53:53.8294770Z >>>>> 3/7/2026 4:53:53 AM GroupingAndHeaderWorks Stop 2026-03-07T04:53:56.6571300Z Passed GroupingAndHeaderWorks [20 s] 2026-03-07T04:53:58.9913720Z >>>>> 3/7/2026 4:53:58 AM HeaderFooterStringWorks Start 2026-03-07T04:53:58.9914470Z >>>>> 3/7/2026 4:53:58 AM FixtureSetup for HeaderFooterStringWorks 2026-03-07T04:54:11.2676380Z >>>>> 3/7/2026 4:54:11 AM HeaderFooterStringWorks Stop 2026-03-07T04:54:14.0094440Z Passed HeaderFooterStringWorks [14 s] 2026-03-07T04:54:16.1438730Z >>>>> 3/7/2026 4:54:16 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-07T04:54:18.8410260Z >>>>> 3/7/2026 4:54:18 AM SelectionShouldUpdateBinding Start 2026-03-07T04:54:31.9713380Z >>>>> 3/7/2026 4:54:31 AM SelectionShouldUpdateBinding Stop 2026-03-07T04:54:32.3448010Z Passed SelectionShouldUpdateBinding [13 s] 2026-03-07T04:54:34.5499620Z >>>>> 3/7/2026 4:54:34 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-07T04:54:34.6410180Z >>>>> 3/7/2026 4:54:34 AM ClearingGroupedNoCrash Start 2026-03-07T04:54:37.6787560Z >>>>> 3/7/2026 4:54:37 AM ClearingGroupedNoCrash Stop 2026-03-07T04:54:39.1491870Z Passed ClearingGroupedNoCrash [3 s] 2026-03-07T04:54:41.4111140Z >>>>> 3/7/2026 4:54:41 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-07T04:54:41.5116500Z >>>>> 3/7/2026 4:54:41 AM NoBindingErrors Start 2026-03-07T04:54:50.9108470Z >>>>> 3/7/2026 4:54:50 AM NoBindingErrors Stop 2026-03-07T04:54:52.0088170Z Passed NoBindingErrors [9 s] 2026-03-07T04:54:53.2865570Z >>>>> 3/7/2026 4:54:53 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-07T04:54:53.3685860Z >>>>> 3/7/2026 4:54:53 AM DynamicallyLoadCollectionView Start 2026-03-07T04:54:54.1021770Z >>>>> 3/7/2026 4:54:54 AM DynamicallyLoadCollectionView Stop 2026-03-07T04:54:55.0410520Z Passed DynamicallyLoadCollectionView [739 ms] 2026-03-07T04:54:56.4979390Z >>>>> 3/7/2026 4:54:56 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-07T04:54:56.5941700Z >>>>> 3/7/2026 4:54:56 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-07T04:54:56.6168120Z >>>>> 3/7/2026 4:54:56 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-07T04:54:56.6230110Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-07T04:54:58.0887300Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [27 ms] 2026-03-07T04:54:59.2567740Z >>>>> 3/7/2026 4:54:59 AM KeepItemsInView Start 2026-03-07T04:54:59.2570530Z >>>>> 3/7/2026 4:54:59 AM FixtureSetup for KeepItemsInView 2026-03-07T04:56:05.3112490Z >>>>> 3/7/2026 4:56:05 AM KeepItemsInView Stop 2026-03-07T04:56:08.6239150Z Passed KeepItemsInView [1 m 8 s] 2026-03-07T04:56:10.4130490Z >>>>> 3/7/2026 4:56:10 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-07T04:56:10.4131270Z >>>>> 3/7/2026 4:56:10 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-07T04:56:15.6582990Z >>>>> 3/7/2026 4:56:15 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-07T04:56:18.1052770Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [7 s] 2026-03-07T04:56:18.1069090Z >>>>> 3/7/2026 4:56:18 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-07T04:56:18.1071680Z >>>>> 3/7/2026 4:56:18 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-07T04:56:23.4534500Z >>>>> 3/7/2026 4:56:23 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-07T04:56:27.1081950Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [7 s] 2026-03-07T04:56:28.1470530Z >>>>> 3/7/2026 4:56:28 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-07T04:56:28.2357820Z >>>>> 3/7/2026 4:56:28 AM EmptyViewShouldNotCrash Start 2026-03-07T04:56:29.0419250Z >>>>> 3/7/2026 4:56:29 AM EmptyViewShouldNotCrash Stop 2026-03-07T04:56:30.1174870Z Passed EmptyViewShouldNotCrash [812 ms] 2026-03-07T04:56:31.4230150Z >>>>> 3/7/2026 4:56:31 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-07T04:56:31.5018790Z >>>>> 3/7/2026 4:56:31 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T04:56:32.3615770Z >>>>> 3/7/2026 4:56:32 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T04:56:33.1448640Z Passed CollectionShouldInvalidateOnVisibilityChange [870 ms] 2026-03-07T04:56:35.5154480Z >>>>> 3/7/2026 4:56:35 AM FixtureSetup for Issue10454(Mac) 2026-03-07T04:56:35.5960930Z >>>>> 3/7/2026 4:56:35 AM ChildAddedShouldFire Start 2026-03-07T04:56:39.1453220Z >>>>> 3/7/2026 4:56:39 AM ChildAddedShouldFire Stop 2026-03-07T04:56:40.0949760Z Passed ChildAddedShouldFire [3 s] 2026-03-07T04:56:41.7796270Z >>>>> 3/7/2026 4:56:41 AM FixtureSetup for Issue10947(Mac) 2026-03-07T04:56:41.8647140Z >>>>> 3/7/2026 4:56:41 AM CollectionViewHeaderShouldNotScroll Start 2026-03-07T04:56:51.1318720Z >>>>> 3/7/2026 4:56:51 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-07T04:56:52.3706160Z Passed CollectionViewHeaderShouldNotScroll [9 s] 2026-03-07T04:56:53.5864510Z >>>>> 3/7/2026 4:56:53 AM FixtureSetup for Issue11311(Mac) 2026-03-07T04:56:53.6761550Z >>>>> 3/7/2026 4:56:53 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-07T04:56:54.4261050Z >>>>> 3/7/2026 4:56:54 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-07T04:56:55.3773020Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [755 ms] 2026-03-07T04:56:56.8662630Z >>>>> 3/7/2026 4:56:56 AM FixtureSetup for Issue11853(Mac) 2026-03-07T04:56:56.9443540Z >>>>> 3/7/2026 4:56:56 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-07T04:57:01.3591280Z >>>>> 3/7/2026 4:57:01 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-07T04:57:01.4558060Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [4 s] 2026-03-07T04:57:03.9274810Z >>>>> 3/7/2026 4:57:03 AM FixtureSetup for Issue11896(Mac) 2026-03-07T04:57:04.0409280Z >>>>> 3/7/2026 4:57:04 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-07T04:57:12.1512370Z >>>>> 3/7/2026 4:57:12 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-07T04:57:12.1578070Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [8 s] 2026-03-07T04:57:12.1587890Z >>>>> 3/7/2026 4:57:12 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-07T04:57:21.5678860Z >>>>> 3/7/2026 4:57:21 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-07T04:57:22.6618360Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [9 s] 2026-03-07T04:57:23.9941120Z >>>>> 3/7/2026 4:57:23 AM FixtureSetup for Issue12374(Mac) 2026-03-07T04:57:24.0863620Z >>>>> 3/7/2026 4:57:24 AM Issue12374Test Start 2026-03-07T04:57:31.1703730Z >>>>> 3/7/2026 4:57:31 AM Issue12374Test Stop 2026-03-07T04:57:31.7771430Z Passed Issue12374Test [7 s] 2026-03-07T04:57:33.5301910Z >>>>> 3/7/2026 4:57:33 AM FixtureSetup for Issue12714(Mac) 2026-03-07T04:57:33.6198710Z >>>>> 3/7/2026 4:57:33 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-07T04:57:36.0851030Z >>>>> 3/7/2026 4:57:36 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-07T04:57:36.6172850Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-07T04:57:38.4096590Z >>>>> 3/7/2026 4:57:38 AM FixtureSetup for Issue13126_2(Mac) 2026-03-07T04:57:38.4891700Z >>>>> 3/7/2026 4:57:38 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-07T04:57:39.2831060Z >>>>> 3/7/2026 4:57:39 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-07T04:57:40.0192420Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [800 ms] 2026-03-07T04:57:41.6579650Z >>>>> 3/7/2026 4:57:41 AM FixtureSetup for Issue13203(Mac) 2026-03-07T04:57:41.7447590Z >>>>> 3/7/2026 4:57:41 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T04:57:42.5185920Z >>>>> 3/7/2026 4:57:42 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T04:57:43.2389380Z Passed CollectionShouldInvalidateOnVisibilityChange [778 ms] 2026-03-07T04:57:44.8180170Z >>>>> 3/7/2026 4:57:44 AM FixtureSetup for Issue13551(Mac) 2026-03-07T04:57:44.9135140Z >>>>> 3/7/2026 4:57:44 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-07T04:57:46.0183850Z >>>>> 3/7/2026 4:57:46 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-07T04:57:46.4084930Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-07T04:57:48.4061880Z >>>>> 3/7/2026 4:57:48 AM FixtureSetup for Issue14557(Mac) 2026-03-07T04:57:48.4958620Z >>>>> 3/7/2026 4:57:48 AM HeaderAndFooterRender Start 2026-03-07T04:57:50.9422620Z >>>>> 3/7/2026 4:57:50 AM HeaderAndFooterRender Stop 2026-03-07T04:57:51.4985130Z Passed HeaderAndFooterRender [2 s] 2026-03-07T04:57:53.3328480Z >>>>> 3/7/2026 4:57:53 AM FixtureSetup for Issue15778(Mac) 2026-03-07T04:57:53.4213700Z >>>>> 3/7/2026 4:57:53 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-07T04:57:56.9165300Z >>>>> 3/7/2026 4:57:56 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-07T04:57:57.9335440Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-07T04:57:59.7543000Z >>>>> 3/7/2026 4:57:59 AM FixtureSetup for Issue15815(Mac) 2026-03-07T04:57:59.8678280Z >>>>> 3/7/2026 4:57:59 AM LastItemIsVisilbe Start 2026-03-07T04:58:01.5317140Z >>>>> 3/7/2026 4:58:01 AM LastItemIsVisilbe Stop 2026-03-07T04:58:02.8752490Z Passed LastItemIsVisilbe [1 s] 2026-03-07T04:58:05.0071690Z >>>>> 3/7/2026 4:58:05 AM FixtureSetup for Issue16320(Mac) 2026-03-07T04:58:05.1100020Z >>>>> 3/7/2026 4:58:05 AM Issue16320Test Start 2026-03-07T04:58:07.7565280Z >>>>> 3/7/2026 4:58:07 AM Issue16320Test Stop 2026-03-07T04:58:08.1094860Z Passed Issue16320Test [2 s] 2026-03-07T04:58:10.2094440Z >>>>> 3/7/2026 4:58:10 AM FixtureSetup for Issue16787(Mac) 2026-03-07T04:58:10.3038560Z >>>>> 3/7/2026 4:58:10 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-07T04:58:11.6338730Z >>>>> 3/7/2026 4:58:11 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-07T04:58:11.8070820Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-07T04:58:14.3259340Z >>>>> 3/7/2026 4:58:14 AM FixtureSetup for Issue17400(Mac) 2026-03-07T04:58:14.4035700Z >>>>> 3/7/2026 4:58:14 AM Issue17400Test Start 2026-03-07T04:58:22.4027030Z >>>>> 3/7/2026 4:58:22 AM Issue17400Test Stop 2026-03-07T04:58:23.4088890Z Passed Issue17400Test [8 s] 2026-03-07T04:58:25.0961620Z >>>>> 3/7/2026 4:58:25 AM FixtureSetup for Issue17823(Mac) 2026-03-07T04:58:25.2059910Z >>>>> 3/7/2026 4:58:25 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-07T04:58:31.9866990Z >>>>> 3/7/2026 4:58:31 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-07T04:58:32.0123890Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [6 s] 2026-03-07T04:58:32.0126220Z >>>>> 3/7/2026 4:58:32 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-07T04:58:37.8212500Z >>>>> 3/7/2026 4:58:37 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-07T04:58:38.0300760Z Passed ReorderingLastItemWithHeaderDoesNotCrash [5 s] 2026-03-07T04:58:41.1162430Z >>>>> 3/7/2026 4:58:41 AM FixtureSetup for Issue17865(Mac) 2026-03-07T04:58:41.2347680Z >>>>> 3/7/2026 4:58:41 AM Issue17865Test Start 2026-03-07T04:58:48.6188550Z >>>>> 3/7/2026 4:58:48 AM Issue17865Test Stop 2026-03-07T04:58:48.7510210Z Passed Issue17865Test [7 s] 2026-03-07T04:58:51.2611470Z >>>>> 3/7/2026 4:58:51 AM FixtureSetup for Issue17969(Mac) 2026-03-07T04:58:51.3557090Z >>>>> 3/7/2026 4:58:51 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-07T04:58:59.4352910Z >>>>> 3/7/2026 4:58:59 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-07T04:58:59.4417600Z Passed CollectionViewAddGroupWhenViewIsEmpty [8 s] 2026-03-07T04:58:59.4418650Z >>>>> 3/7/2026 4:58:59 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-07T04:59:07.0148220Z >>>>> 3/7/2026 4:59:07 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-07T04:59:08.4518200Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [7 s] 2026-03-07T04:59:09.9707170Z >>>>> 3/7/2026 4:59:09 AM FixtureSetup for Issue18389(Mac) 2026-03-07T04:59:10.0790050Z >>>>> 3/7/2026 4:59:10 AM VerifyScrollToIndexWithHeader Start 2026-03-07T04:59:25.1354290Z >>>>> 3/7/2026 4:59:25 AM VerifyScrollToIndexWithHeader Stop 2026-03-07T04:59:26.5769870Z Passed VerifyScrollToIndexWithHeader [15 s] 2026-03-07T04:59:27.7388700Z >>>>> 3/7/2026 4:59:27 AM FixtureSetup for Issue18702(Mac) 2026-03-07T04:59:27.8579010Z >>>>> 3/7/2026 4:59:27 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-07T04:59:31.1550740Z >>>>> 3/7/2026 4:59:31 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-07T04:59:32.5894510Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [3 s] 2026-03-07T04:59:33.9200020Z >>>>> 3/7/2026 4:59:33 AM FixtureSetup for Issue18751(Mac) 2026-03-07T04:59:34.0216830Z >>>>> 3/7/2026 4:59:34 AM Issue18751Test Start 2026-03-07T04:59:38.1941860Z >>>>> 3/7/2026 4:59:38 AM Issue18751Test Stop 2026-03-07T04:59:38.6741710Z Passed Issue18751Test [4 s] 2026-03-07T04:59:40.8869420Z >>>>> 3/7/2026 4:59:40 AM FixtureSetup for Issue19338(Mac) 2026-03-07T04:59:40.9795820Z >>>>> 3/7/2026 4:59:40 AM HeaderAndFooterShouldBeVisible Start 2026-03-07T04:59:43.6451000Z >>>>> 3/7/2026 4:59:43 AM HeaderAndFooterShouldBeVisible Stop 2026-03-07T04:59:44.0422040Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-07T04:59:46.2037080Z >>>>> 3/7/2026 4:59:46 AM FixtureSetup for Issue19379(Mac) 2026-03-07T04:59:46.3189770Z >>>>> 3/7/2026 4:59:46 AM UpdateCollectionViewHeaderTest Start 2026-03-07T04:59:51.8517590Z >>>>> 3/7/2026 4:59:51 AM UpdateCollectionViewHeaderTest Stop 2026-03-07T04:59:52.3100750Z Passed UpdateCollectionViewHeaderTest [5 s] 2026-03-07T04:59:54.6031320Z >>>>> 3/7/2026 4:59:54 AM FixtureSetup for Issue19609(Mac) 2026-03-07T04:59:54.7200410Z >>>>> 3/7/2026 4:59:54 AM CanTapButtonOnEmptyView Start 2026-03-07T04:59:58.2471390Z >>>>> 3/7/2026 4:59:58 AM CanTapButtonOnEmptyView Stop 2026-03-07T04:59:59.2708920Z Passed CanTapButtonOnEmptyView [3 s] 2026-03-07T05:00:01.0449970Z >>>>> 3/7/2026 5:00:01 AM FixtureSetup for Issue19771(Mac) 2026-03-07T05:00:01.1531330Z >>>>> 3/7/2026 5:00:01 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-07T05:00:11.0731890Z >>>>> 3/7/2026 5:00:11 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-07T05:00:11.6465970Z Passed CollectionViewIsEnabledFalsePreventsInteractions [9 s] 2026-03-07T05:00:13.7222180Z >>>>> 3/7/2026 5:00:13 AM FixtureSetup for Issue19803(Mac) 2026-03-07T05:00:13.8113470Z >>>>> 3/7/2026 5:00:13 AM NoNREWhenChangingGridItemsLayout Start 2026-03-07T05:00:17.0008680Z >>>>> 3/7/2026 5:00:16 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-07T05:00:18.3157120Z Passed NoNREWhenChangingGridItemsLayout [3 s] 2026-03-07T05:00:19.7710160Z >>>>> 3/7/2026 5:00:19 AM FixtureSetup for Issue20294(Mac) 2026-03-07T05:00:19.8582070Z >>>>> 3/7/2026 5:00:19 AM ScrollToEndDoesntCrash Start 2026-03-07T05:00:47.4590820Z >>>>> 3/7/2026 5:00:47 AM ScrollToEndDoesntCrash Stop 2026-03-07T05:00:48.3551250Z Passed ScrollToEndDoesntCrash [27 s] 2026-03-07T05:00:50.0272070Z >>>>> 3/7/2026 5:00:50 AM FixtureSetup for Issue20443(Mac) 2026-03-07T05:00:50.1196440Z >>>>> 3/7/2026 5:00:50 AM RefreshShouldNotChangeSize Start 2026-03-07T05:01:04.7040130Z >>>>> 3/7/2026 5:01:04 AM RefreshShouldNotChangeSize Stop 2026-03-07T05:01:05.1447090Z Passed RefreshShouldNotChangeSize [14 s] 2026-03-07T05:01:07.8397900Z >>>>> 3/7/2026 5:01:07 AM FixtureSetup for Issue20842(Mac) 2026-03-07T05:01:07.9561180Z >>>>> 3/7/2026 5:01:07 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-07T05:01:37.5676710Z >>>>> 3/7/2026 5:01:37 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-07T05:01:37.9518090Z Passed VerifyCollectionViewItemsAfterScrolling [29 s] 2026-03-07T05:01:40.0113600Z >>>>> 3/7/2026 5:01:40 AM FixtureSetup for Issue21728(Mac) 2026-03-07T05:01:40.0998320Z >>>>> 3/7/2026 5:01:40 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-07T05:01:42.5327710Z >>>>> 3/7/2026 5:01:42 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-07T05:01:43.1201110Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-07T05:01:44.9966910Z >>>>> 3/7/2026 5:01:44 AM FixtureSetup for Issue21967(Mac) 2026-03-07T05:01:45.0962060Z >>>>> 3/7/2026 5:01:45 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-07T05:01:46.9651680Z >>>>> 3/7/2026 5:01:46 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-07T05:01:46.9703740Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [1 s] 2026-03-07T05:01:46.9705060Z >>>>> 3/7/2026 5:01:46 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-07T05:01:54.7782550Z >>>>> 3/7/2026 5:01:54 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-07T05:01:56.0100330Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [7 s] 2026-03-07T05:01:57.2455710Z >>>>> 3/7/2026 5:01:57 AM FixtureSetup for Issue22104(Mac) 2026-03-07T05:01:57.3245350Z >>>>> 3/7/2026 5:01:57 AM VerifyCollectionViewVisualState Start 2026-03-07T05:02:01.7277140Z >>>>> 3/7/2026 5:02:01 AM VerifyCollectionViewVisualState Stop 2026-03-07T05:02:02.0544050Z Passed VerifyCollectionViewVisualState [4 s] 2026-03-07T05:02:04.1075540Z >>>>> 3/7/2026 5:02:04 AM FixtureSetup for Issue22320(Mac) 2026-03-07T05:02:04.2025570Z >>>>> 3/7/2026 5:02:04 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-07T05:02:05.3302130Z >>>>> 3/7/2026 5:02:05 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-07T05:02:05.3460590Z >>>>> 3/7/2026 5:02:05 AM Log types: 2026-03-07T05:02:05.7179250Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-07T05:02:05.7182300Z Error Message: 2026-03-07T05:02:05.7183560Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-07T05:02:05.7184810Z Stack Trace: 2026-03-07T05:02:05.7185550Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-07T05:02:05.7186870Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-07T05:02:05.7190930Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-07T05:02:05.7192410Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:02:05.7193080Z --- End of stack trace from previous location --- 2026-03-07T05:02:05.7193660Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:02:05.7194320Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-07T05:02:05.7194810Z --- End of stack trace from previous location --- 2026-03-07T05:02:05.7195390Z 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:02:05.7196050Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-07T05:02:05.7196770Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-07T05:02:05.7197560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:02:05.7198280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:02:05.7198910Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:02:05.7199540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:02:05.7199830Z 2026-03-07T05:02:08.1236790Z >>>>> 3/7/2026 5:02:08 AM FixtureSetup for Issue22467(Mac) 2026-03-07T05:02:08.2190020Z >>>>> 3/7/2026 5:02:08 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-07T05:02:15.3909540Z >>>>> 3/7/2026 5:02:15 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-07T05:02:15.7479110Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [7 s] 2026-03-07T05:02:17.7630860Z >>>>> 3/7/2026 5:02:17 AM FixtureSetup for Issue22674(Mac) 2026-03-07T05:02:17.8673910Z >>>>> 3/7/2026 5:02:17 AM RemoveItemWhenSelectionChanged Start 2026-03-07T05:02:19.0565480Z >>>>> 3/7/2026 5:02:19 AM RemoveItemWhenSelectionChanged Stop 2026-03-07T05:02:19.3565240Z Passed RemoveItemWhenSelectionChanged [1 s] 2026-03-07T05:02:21.6865910Z >>>>> 3/7/2026 5:02:21 AM FixtureSetup for Issue23702(Mac) 2026-03-07T05:02:21.7756910Z >>>>> 3/7/2026 5:02:21 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-07T05:02:25.9665440Z >>>>> 3/7/2026 5:02:25 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-07T05:02:26.2742150Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [4 s] 2026-03-07T05:02:28.4031990Z >>>>> 3/7/2026 5:02:28 AM FixtureSetup for Issue25181(Mac) 2026-03-07T05:02:28.5070060Z >>>>> 3/7/2026 5:02:28 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-07T05:02:30.7676450Z >>>>> 3/7/2026 5:02:30 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-07T05:02:31.5189630Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-07T05:02:33.4852630Z >>>>> 3/7/2026 5:02:33 AM FixtureSetup for Issue25191(Mac) 2026-03-07T05:02:33.5750980Z >>>>> 3/7/2026 5:02:33 AM CollectionViewMeasureFirstItem Start 2026-03-07T05:02:37.6862560Z >>>>> 3/7/2026 5:02:37 AM CollectionViewMeasureFirstItem Stop 2026-03-07T05:02:38.1080970Z Passed CollectionViewMeasureFirstItem [4 s] 2026-03-07T05:02:40.3793200Z >>>>> 3/7/2026 5:02:40 AM FixtureSetup for Issue25224(Mac) 2026-03-07T05:02:40.4985890Z >>>>> 3/7/2026 5:02:40 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:02:44.4737810Z >>>>> 3/7/2026 5:02:44 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:02:44.4789320Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 s] 2026-03-07T05:02:44.4791760Z >>>>> 3/7/2026 5:02:44 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:02:47.1005040Z >>>>> 3/7/2026 5:02:47 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:02:47.5459240Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-07T05:02:49.7244390Z >>>>> 3/7/2026 5:02:49 AM FixtureSetup for Issue25362(Mac) 2026-03-07T05:02:49.8502460Z >>>>> 3/7/2026 5:02:49 AM HeaderShouldNotCollapseWithItems Start 2026-03-07T05:02:58.2892690Z >>>>> 3/7/2026 5:02:58 AM HeaderShouldNotCollapseWithItems Stop 2026-03-07T05:02:58.8496290Z Passed HeaderShouldNotCollapseWithItems [8 s] 2026-03-07T05:03:00.7638700Z >>>>> 3/7/2026 5:03:00 AM FixtureSetup for Issue25433(Mac) 2026-03-07T05:03:00.8637350Z >>>>> 3/7/2026 5:03:00 AM CollectionViewHorizontalItemSpacing Start 2026-03-07T05:03:03.3190440Z >>>>> 3/7/2026 5:03:03 AM CollectionViewHorizontalItemSpacing Stop 2026-03-07T05:03:03.8831300Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-07T05:03:05.6398880Z >>>>> 3/7/2026 5:03:05 AM FixtureSetup for Issue25514(Mac) 2026-03-07T05:03:05.7255020Z >>>>> 3/7/2026 5:03:05 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-07T05:03:07.9633070Z >>>>> 3/7/2026 5:03:07 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-07T05:03:08.7238550Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-07T05:03:10.7214800Z >>>>> 3/7/2026 5:03:10 AM FixtureSetup for Issue25551(Mac) 2026-03-07T05:03:10.7992300Z >>>>> 3/7/2026 5:03:10 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-07T05:03:18.7555920Z >>>>> 3/7/2026 5:03:18 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-07T05:03:19.8294310Z Passed CollectionViewPreSelectionShouldUpdate [7 s] 2026-03-07T05:03:21.6760910Z >>>>> 3/7/2026 5:03:21 AM FixtureSetup for Issue25649(Mac) 2026-03-07T05:03:21.7712990Z >>>>> 3/7/2026 5:03:21 AM Issue25649Test Start 2026-03-07T05:03:34.2748630Z >>>>> 3/7/2026 5:03:34 AM Issue25649Test Stop 2026-03-07T05:03:35.3075000Z Passed Issue25649Test [12 s] 2026-03-07T05:03:36.7319560Z >>>>> 3/7/2026 5:03:36 AM FixtureSetup for Issue25724(Mac) 2026-03-07T05:03:36.8237050Z >>>>> 3/7/2026 5:03:36 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-07T05:03:41.2924490Z >>>>> 3/7/2026 5:03:41 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-07T05:03:41.3873180Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-07T05:03:43.8690910Z >>>>> 3/7/2026 5:03:43 AM FixtureSetup for Issue25859(Mac) 2026-03-07T05:03:43.9591600Z >>>>> 3/7/2026 5:03:43 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-07T05:03:47.2926360Z >>>>> 3/7/2026 5:03:47 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-07T05:03:48.4959970Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-07T05:03:49.9381020Z >>>>> 3/7/2026 5:03:49 AM FixtureSetup for Issue25889(Mac) 2026-03-07T05:03:50.0457340Z >>>>> 3/7/2026 5:03:50 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-07T05:04:05.4500060Z >>>>> 3/7/2026 5:04:05 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-07T05:04:06.5361180Z Passed RemainingItemsThresholdReachedCommandFired [15 s] 2026-03-07T05:04:08.0102510Z >>>>> 3/7/2026 5:04:08 AM FixtureSetup for Issue26066(Mac) 2026-03-07T05:04:08.1007500Z >>>>> 3/7/2026 5:04:08 AM CollectionView2ShouldFindAncestorType Start 2026-03-07T05:04:14.1742710Z >>>>> 3/7/2026 5:04:14 AM CollectionView2ShouldFindAncestorType Stop 2026-03-07T05:04:15.5949090Z Passed CollectionView2ShouldFindAncestorType [6 s] 2026-03-07T05:04:16.6776170Z >>>>> 3/7/2026 5:04:16 AM FixtureSetup for Issue26083(Mac) 2026-03-07T05:04:16.7608400Z >>>>> 3/7/2026 5:04:16 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-07T05:04:22.7403500Z >>>>> 3/7/2026 5:04:22 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-07T05:04:23.1737700Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [5 s] 2026-03-07T05:04:25.2048950Z >>>>> 3/7/2026 5:04:25 AM FixtureSetup for Issue26187(Mac) 2026-03-07T05:04:25.3019320Z >>>>> 3/7/2026 5:04:25 AM SelectedItemVisualIsCleared Start 2026-03-07T05:04:33.1534320Z >>>>> 3/7/2026 5:04:33 AM SelectedItemVisualIsCleared Stop 2026-03-07T05:04:34.2961340Z Passed SelectedItemVisualIsCleared [7 s] 2026-03-07T05:04:35.6929790Z >>>>> 3/7/2026 5:04:35 AM FixtureSetup for Issue26817_2(Mac) 2026-03-07T05:04:35.7695320Z >>>>> 3/7/2026 5:04:35 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:04:53.7755830Z >>>>> 3/7/2026 5:04:53 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:04:53.8850160Z Passed AccessibilityTraitsSetCorrectly [18 s] 2026-03-07T05:04:56.2842770Z >>>>> 3/7/2026 5:04:56 AM FixtureSetup for Issue26817(Mac) 2026-03-07T05:04:56.3666780Z >>>>> 3/7/2026 5:04:56 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:05:14.9903720Z >>>>> 3/7/2026 5:05:14 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:05:15.8622860Z Passed AccessibilityTraitsSetCorrectly [18 s] 2026-03-07T05:05:17.4796440Z >>>>> 3/7/2026 5:05:17 AM FixtureSetup for Issue26997(Mac) 2026-03-07T05:05:17.5736090Z >>>>> 3/7/2026 5:05:17 AM CollectionViewShouldNotCrash Start 2026-03-07T05:05:18.3899120Z >>>>> 3/7/2026 5:05:18 AM CollectionViewShouldNotCrash Stop 2026-03-07T05:05:19.0757280Z Passed CollectionViewShouldNotCrash [821 ms] 2026-03-07T05:05:21.3841900Z >>>>> 3/7/2026 5:05:21 AM FixtureSetup for Issue27117(Mac) 2026-03-07T05:05:21.4792020Z >>>>> 3/7/2026 5:05:21 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-07T05:05:43.4561650Z >>>>> 3/7/2026 5:05:43 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-07T05:05:44.0083290Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [21 s] 2026-03-07T05:05:46.0801120Z >>>>> 3/7/2026 5:05:46 AM FixtureSetup for Issue27200(Mac) 2026-03-07T05:05:46.1612210Z >>>>> 3/7/2026 5:05:46 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-07T05:05:51.1417610Z >>>>> 3/7/2026 5:05:51 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-07T05:05:52.1735960Z Passed CollectionViewHeaderSizewithIsVisibleBinding [4 s] 2026-03-07T05:05:53.6932420Z >>>>> 3/7/2026 5:05:53 AM FixtureSetup for Issue27766(Mac) 2026-03-07T05:05:53.7698850Z >>>>> 3/7/2026 5:05:53 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-07T05:06:00.0812780Z >>>>> 3/7/2026 5:06:00 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-07T05:06:01.3617270Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [6 s] 2026-03-07T05:06:02.4773770Z >>>>> 3/7/2026 5:06:02 AM FixtureSetup for Issue2777(Mac) 2026-03-07T05:06:02.5632090Z >>>>> 3/7/2026 5:06:02 AM Issue2777Test Start 2026-03-07T05:06:03.5714810Z >>>>> 3/7/2026 5:06:03 AM Issue2777Test Stop 2026-03-07T05:06:04.4149970Z Passed Issue2777Test [1 s] 2026-03-07T05:06:06.1290610Z >>>>> 3/7/2026 5:06:06 AM FixtureSetup for Issue27797(Mac) 2026-03-07T05:06:06.2229530Z >>>>> 3/7/2026 5:06:06 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-07T05:06:13.4692980Z >>>>> 3/7/2026 5:06:13 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-07T05:06:13.7124450Z Passed AppShouldNotCrashWhenModifyingCollectionView [7 s] 2026-03-07T05:06:15.8113140Z >>>>> 3/7/2026 5:06:15 AM FixtureSetup for Issue27808(Mac) 2026-03-07T05:06:15.8978460Z >>>>> 3/7/2026 5:06:15 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-07T05:06:16.7547210Z >>>>> 3/7/2026 5:06:16 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-07T05:06:17.3951950Z Passed CollectionViewShouldHaveCorrectHeight [867 ms] 2026-03-07T05:06:19.1113570Z >>>>> 3/7/2026 5:06:19 AM FixtureSetup for Issue28162(Mac) 2026-03-07T05:06:19.2024820Z >>>>> 3/7/2026 5:06:19 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-07T05:06:21.5663060Z >>>>> 3/7/2026 5:06:21 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-07T05:06:22.1982370Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-07T05:06:24.0098850Z >>>>> 3/7/2026 5:06:24 AM FixtureSetup for Issue28212(Mac) 2026-03-07T05:06:24.1029270Z >>>>> 3/7/2026 5:06:24 AM Issue28212_CollectionView Start 2026-03-07T05:06:33.8105990Z >>>>> 3/7/2026 5:06:33 AM Issue28212_CollectionView Stop 2026-03-07T05:06:34.6075720Z Passed Issue28212_CollectionView [9 s] 2026-03-07T05:06:36.3395640Z >>>>> 3/7/2026 5:06:36 AM FixtureSetup for Issue28509(Mac) 2026-03-07T05:06:36.4432660Z >>>>> 3/7/2026 5:06:36 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-07T05:06:46.7283060Z >>>>> 3/7/2026 5:06:46 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-07T05:06:46.7338930Z Passed UpdateGroupHeaderAndFooterDynamically [10 s] 2026-03-07T05:06:46.7340760Z >>>>> 3/7/2026 5:06:46 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-07T05:06:57.7706670Z >>>>> 3/7/2026 5:06:57 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-07T05:06:57.7774010Z Passed UpdateHeaderFooterTemplateDynamically [11 s] 2026-03-07T05:06:57.7776220Z >>>>> 3/7/2026 5:06:57 AM UpdateHeaderFooterDynamically Start 2026-03-07T05:07:07.4589410Z >>>>> 3/7/2026 5:07:07 AM UpdateHeaderFooterDynamically Stop 2026-03-07T05:07:08.2776530Z Passed UpdateHeaderFooterDynamically [9 s] 2026-03-07T05:07:09.8654360Z >>>>> 3/7/2026 5:07:09 AM FixtureSetup for Issue28530(Mac) 2026-03-07T05:07:09.9664960Z >>>>> 3/7/2026 5:07:09 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-07T05:07:16.0262890Z >>>>> 3/7/2026 5:07:16 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-07T05:07:17.4879390Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-07T05:07:18.4418250Z >>>>> 3/7/2026 5:07:18 AM FixtureSetup for Issue28580(Mac) 2026-03-07T05:07:18.5300030Z >>>>> 3/7/2026 5:07:18 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-07T05:07:20.9685530Z >>>>> 3/7/2026 5:07:20 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-07T05:07:22.0029070Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-07T05:07:23.3943410Z >>>>> 3/7/2026 5:07:23 AM FixtureSetup for Issue28604(Mac) 2026-03-07T05:07:23.4900700Z >>>>> 3/7/2026 5:07:23 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-07T05:07:25.9112030Z >>>>> 3/7/2026 5:07:25 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-07T05:07:26.5446020Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-07T05:07:28.3916470Z >>>>> 3/7/2026 5:07:28 AM FixtureSetup for Issue28656(Mac) 2026-03-07T05:07:28.4809240Z >>>>> 3/7/2026 5:07:28 AM CollectionViewShouldChangeItemsLayout Start 2026-03-07T05:07:37.2605670Z >>>>> 3/7/2026 5:07:37 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-07T05:07:37.2716590Z >>>>> 3/7/2026 5:07:37 AM Log types: 2026-03-07T05:07:39.0467590Z Failed CollectionViewShouldChangeItemsLayout [9 s] 2026-03-07T05:07:39.0471180Z Error Message: 2026-03-07T05:07:39.0477510Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:07:39.0489090Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.22% difference) 2026-03-07T05:07:39.0499460Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:07:39.0507690Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:07:39.0513570Z 2026-03-07T05:07:39.0524130Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:07:39.0525870Z 2026-03-07T05:07:39.0528380Z Stack Trace: 2026-03-07T05:07:39.0530830Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:07:39.0534920Z 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:39.0543060Z 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:39.0556440Z 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:39.0558010Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-07T05:07:39.0561190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:07:39.0564960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:07:39.0567420Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:07:39.0570620Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:07:39.0572510Z 2026-03-07T05:07:40.0704780Z >>>>> 3/7/2026 5:07:40 AM FixtureSetup for Issue28678(Mac) 2026-03-07T05:07:40.1736540Z >>>>> 3/7/2026 5:07:40 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-07T05:07:46.1209210Z >>>>> 3/7/2026 5:07:46 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-07T05:07:46.5829140Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [5 s] 2026-03-07T05:07:49.1232420Z >>>>> 3/7/2026 5:07:49 AM FixtureSetup for Issue28716(Mac) 2026-03-07T05:07:49.2196980Z >>>>> 3/7/2026 5:07:49 AM KeepLastItemInViewShouldWork Start 2026-03-07T05:08:00.4672990Z >>>>> 3/7/2026 5:08:00 AM KeepLastItemInViewShouldWork Stop 2026-03-07T05:08:01.2295110Z Passed KeepLastItemInViewShouldWork [11 s] 2026-03-07T05:08:02.9218260Z >>>>> 3/7/2026 5:08:02 AM FixtureSetup for Issue28765(Mac) 2026-03-07T05:08:03.0078590Z >>>>> 3/7/2026 5:08:03 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-07T05:08:03.9026310Z >>>>> 3/7/2026 5:08:03 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-07T05:08:03.9081380Z >>>>> 3/7/2026 5:08:03 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-07T05:08:04.3337540Z >>>>> 3/7/2026 5:08:04 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-07T05:08:04.5566530Z Passed EmptyViewStringWithHeaderAndFooterAsView [899 ms] 2026-03-07T05:08:04.5567170Z Passed EmptyViewStringWithHeaderAndFooterString [431 ms] 2026-03-07T05:08:06.7437600Z >>>>> 3/7/2026 5:08:06 AM FixtureSetup for Issue29130(Mac) 2026-03-07T05:08:06.8301400Z >>>>> 3/7/2026 5:08:06 AM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-07T05:08:12.0718230Z >>>>> 3/7/2026 5:08:12 AM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-07T05:08:12.0772180Z Passed ItemSizeShouldRespondForItemSizingStrategy [5 s] 2026-03-07T05:08:12.0773130Z >>>>> 3/7/2026 5:08:12 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-07T05:08:21.7015460Z >>>>> 3/7/2026 5:08:21 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-07T05:08:22.5781750Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [9 s] 2026-03-07T05:08:24.4119760Z >>>>> 3/7/2026 5:08:24 AM FixtureSetup for Issue29141(Mac) 2026-03-07T05:08:24.4942060Z >>>>> 3/7/2026 5:08:24 AM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-07T05:08:31.6862510Z >>>>> 3/7/2026 5:08:31 AM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-07T05:08:31.6925750Z Passed VerifyCVGroupHFTemplateWithObservableCollection [7 s] 2026-03-07T05:08:31.6927470Z >>>>> 3/7/2026 5:08:31 AM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-07T05:08:37.6679160Z >>>>> 3/7/2026 5:08:37 AM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-07T05:08:37.6729730Z Passed VerifyCVGroupHFTemplateWithStringCollection [5 s] 2026-03-07T05:08:37.6730670Z >>>>> 3/7/2026 5:08:37 AM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-07T05:08:48.7754460Z >>>>> 3/7/2026 5:08:48 AM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-07T05:08:49.6739990Z Passed VerifyCVNoSectionCrashOnAddFlatItem [11 s] 2026-03-07T05:08:51.3845690Z >>>>> 3/7/2026 5:08:51 AM FixtureSetup for Issue29491(Mac) 2026-03-07T05:08:51.4753740Z >>>>> 3/7/2026 5:08:51 AM VerifyDataTemplateParentIsNotNull Start 2026-03-07T05:08:59.1161590Z >>>>> 3/7/2026 5:08:59 AM VerifyDataTemplateParentIsNotNull Stop 2026-03-07T05:09:00.4733320Z Passed VerifyDataTemplateParentIsNotNull [7 s] 2026-03-07T05:09:01.5907870Z >>>>> 3/7/2026 5:09:01 AM FixtureSetup for Issue29634(Mac) 2026-03-07T05:09:01.6898050Z >>>>> 3/7/2026 5:09:01 AM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-07T05:09:04.3115180Z >>>>> 3/7/2026 5:09:04 AM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-07T05:09:05.0415110Z Passed VerifyEmptyViewResizesWhenBoundsChange [2 s] 2026-03-07T05:09:06.9240660Z >>>>> 3/7/2026 5:09:06 AM FixtureSetup for Issue29882(Mac) 2026-03-07T05:09:07.0178810Z >>>>> 3/7/2026 5:09:07 AM SettingItemSourceToNullShouldNotCrash Start 2026-03-07T05:09:11.0211330Z >>>>> 3/7/2026 5:09:11 AM SettingItemSourceToNullShouldNotCrash Stop 2026-03-07T05:09:11.5726630Z Passed SettingItemSourceToNullShouldNotCrash [4 s] 2026-03-07T05:09:13.5907550Z >>>>> 3/7/2026 5:09:13 AM FixtureSetup for Issue29937(Mac) 2026-03-07T05:09:13.6945110Z >>>>> 3/7/2026 5:09:13 AM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-07T05:09:16.7879120Z >>>>> 3/7/2026 5:09:16 AM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-07T05:09:18.2105250Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [3 s] 2026-03-07T05:09:19.2606250Z >>>>> 3/7/2026 5:09:19 AM FixtureSetup for Issue30363(Mac) 2026-03-07T05:09:19.3583520Z >>>>> 3/7/2026 5:09:19 AM CollectionViewSelectionShouldClear Start 2026-03-07T05:09:27.8468550Z >>>>> 3/7/2026 5:09:27 AM CollectionViewSelectionShouldClear Stop 2026-03-07T05:09:27.8579690Z >>>>> 3/7/2026 5:09:27 AM Log types: 2026-03-07T05:09:28.7288230Z Failed CollectionViewSelectionShouldClear [8 s] 2026-03-07T05:09:28.7289050Z Error Message: 2026-03-07T05:09:28.7289570Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:09:28.7290430Z 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:09:28.7291440Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-07T05:09:28.7292190Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-07T05:09:28.7292850Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:09:28.7293150Z 2026-03-07T05:09:28.7293610Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:09:28.7293830Z 2026-03-07T05:09:28.7294280Z Stack Trace: 2026-03-07T05:09:28.7295210Z 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:09:28.7297180Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-07T05:09:28.7298200Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:09:28.7299810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:09:28.7300570Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:09:28.7301200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:09:28.7301490Z 2026-03-07T05:09:30.5465310Z >>>>> 3/7/2026 5:09:30 AM FixtureSetup for Issue30868(Mac) 2026-03-07T05:09:30.6315340Z >>>>> 3/7/2026 5:09:30 AM CollectionViewSelectionModeOnDarkTheme Start 2026-03-07T05:09:34.5628660Z >>>>> 3/7/2026 5:09:34 AM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-07T05:09:34.5698300Z Passed CollectionViewSelectionModeOnDarkTheme [3 s] 2026-03-07T05:09:34.5701430Z >>>>> 3/7/2026 5:09:34 AM CollectionViewSelectionModeOnLightTheme Start 2026-03-07T05:09:36.4437400Z >>>>> 3/7/2026 5:09:36 AM CollectionViewSelectionModeOnLightTheme Stop 2026-03-07T05:09:37.6446280Z Passed CollectionViewSelectionModeOnLightTheme [1 s] 2026-03-07T05:09:38.7660980Z >>>>> 3/7/2026 5:09:38 AM FixtureSetup for Issue30953(Mac) 2026-03-07T05:09:38.8532010Z >>>>> 3/7/2026 5:09:38 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:09:41.6808600Z >>>>> 3/7/2026 5:09:41 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:09:42.2126240Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [2 s] 2026-03-07T05:09:44.1373800Z >>>>> 3/7/2026 5:09:44 AM FixtureSetup for Issue31096(Mac) 2026-03-07T05:09:44.2348670Z >>>>> 3/7/2026 5:09:44 AM ChangingIsGroupedOnRuntime Start 2026-03-07T05:09:51.8589190Z >>>>> 3/7/2026 5:09:51 AM ChangingIsGroupedOnRuntime Stop 2026-03-07T05:09:53.2690850Z Passed ChangingIsGroupedOnRuntime [7 s] 2026-03-07T05:09:55.1691400Z >>>>> 3/7/2026 5:09:55 AM FixtureSetup for Issue31351(Mac) 2026-03-07T05:09:55.2688060Z >>>>> 3/7/2026 5:09:55 AM CustomCollectionViewShouldScroll Start 2026-03-07T05:10:09.3599230Z >>>>> 3/7/2026 5:10:09 AM CustomCollectionViewShouldScroll Stop 2026-03-07T05:10:10.2569250Z Passed CustomCollectionViewShouldScroll [14 s] 2026-03-07T05:10:11.7603780Z >>>>> 3/7/2026 5:10:11 AM FixtureSetup for Issue31465(Mac) 2026-03-07T05:10:11.8464220Z >>>>> 3/7/2026 5:10:11 AM VerifyCollectionViewEmptyView Start 2026-03-07T05:10:16.1710110Z >>>>> 3/7/2026 5:10:16 AM VerifyCollectionViewEmptyView Stop 2026-03-07T05:10:16.3484450Z Passed VerifyCollectionViewEmptyView [4 s] 2026-03-07T05:10:18.6891830Z >>>>> 3/7/2026 5:10:18 AM FixtureSetup for Issue31897(Mac) 2026-03-07T05:10:18.7698560Z >>>>> 3/7/2026 5:10:18 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:10:45.0791550Z >>>>> 3/7/2026 5:10:45 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:10:45.7741980Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [26 s] 2026-03-07T05:10:47.4674670Z >>>>> 3/7/2026 5:10:47 AM FixtureSetup for Issue31899(Mac) 2026-03-07T05:10:47.5429600Z >>>>> 3/7/2026 5:10:47 AM RemoveHeaderFooterAtRuntime Start 2026-03-07T05:10:53.2327370Z >>>>> 3/7/2026 5:10:53 AM RemoveHeaderFooterAtRuntime Stop 2026-03-07T05:10:53.2388800Z Passed RemoveHeaderFooterAtRuntime [5 s] 2026-03-07T05:10:53.2389900Z >>>>> 3/7/2026 5:10:53 AM AddHeaderFooterAtRuntime Start 2026-03-07T05:10:58.6687960Z >>>>> 3/7/2026 5:10:58 AM AddHeaderFooterAtRuntime Stop 2026-03-07T05:10:59.2751860Z Passed AddHeaderFooterAtRuntime [5 s] 2026-03-07T05:11:01.1059600Z >>>>> 3/7/2026 5:11:01 AM FixtureSetup for Issue31911(Mac) 2026-03-07T05:11:01.2025290Z >>>>> 3/7/2026 5:11:01 AM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-07T05:11:05.4894320Z >>>>> 3/7/2026 5:11:05 AM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:11:05.4956030Z Passed HeaderShouldBeRemovedWhenSetToNull [4 s] 2026-03-07T05:11:05.4956960Z >>>>> 3/7/2026 5:11:05 AM FooterShouldBeRemovedWhenSetToNull Start 2026-03-07T05:11:09.0036620Z >>>>> 3/7/2026 5:11:09 AM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:11:10.0401960Z Passed FooterShouldBeRemovedWhenSetToNull [3 s] 2026-03-07T05:11:11.4364780Z >>>>> 3/7/2026 5:11:11 AM FixtureSetup for Issue32223(Mac) 2026-03-07T05:11:11.5254470Z >>>>> 3/7/2026 5:11:11 AM CanReorderWithItemDataTemplateSelector Start 2026-03-07T05:11:16.9736800Z >>>>> 3/7/2026 5:11:16 AM CanReorderWithItemDataTemplateSelector Stop 2026-03-07T05:11:17.5574040Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-07T05:11:19.4514600Z >>>>> 3/7/2026 5:11:19 AM FixtureSetup for Issue32348(Mac) 2026-03-07T05:11:19.5449650Z >>>>> 3/7/2026 5:11:19 AM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-07T05:11:26.9326560Z >>>>> 3/7/2026 5:11:26 AM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-07T05:11:27.0404800Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [7 s] 2026-03-07T05:11:29.5038860Z >>>>> 3/7/2026 5:11:29 AM FixtureSetup for Issue32359(Mac) 2026-03-07T05:11:29.5874070Z >>>>> 3/7/2026 5:11:29 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-07T05:11:53.1935810Z >>>>> 3/7/2026 5:11:53 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-07T05:11:53.2020280Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [23 s] 2026-03-07T05:11:53.2022130Z >>>>> 3/7/2026 5:11:53 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-07T05:12:03.9105010Z >>>>> 3/7/2026 5:12:03 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-07T05:12:05.2290100Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [10 s] 2026-03-07T05:12:06.2865580Z >>>>> 3/7/2026 5:12:06 AM FixtureSetup for Issue32932(Mac) 2026-03-07T05:12:06.3995280Z >>>>> 3/7/2026 5:12:06 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-07T05:12:07.4864660Z >>>>> 3/7/2026 5:12:07 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-07T05:12:08.2481420Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-07T05:12:10.0997110Z >>>>> 3/7/2026 5:12:10 AM FixtureSetup for Issue33130(Mac) 2026-03-07T05:12:10.1899280Z >>>>> 3/7/2026 5:12:10 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-07T05:12:23.0316830Z >>>>> 3/7/2026 5:12:23 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-07T05:12:23.6872900Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [12 s] 2026-03-07T05:12:25.4560900Z >>>>> 3/7/2026 5:12:25 AM FixtureSetup for Issue33324(Mac) 2026-03-07T05:12:25.5503300Z >>>>> 3/7/2026 5:12:25 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-07T05:12:34.7446630Z >>>>> 3/7/2026 5:12:34 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-07T05:12:34.7579010Z >>>>> 3/7/2026 5:12:34 AM Log types: 2026-03-07T05:12:36.1147120Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [9 s] 2026-03-07T05:12:36.1147760Z Error Message: 2026-03-07T05:12:36.1148180Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:12:36.1149050Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-07T05:12:36.1149700Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:12:36.1150230Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:12:36.1150470Z 2026-03-07T05:12:36.1150810Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:12:36.1150980Z 2026-03-07T05:12:36.1151280Z Stack Trace: 2026-03-07T05:12:36.1152420Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:12:36.1153220Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:12:36.1154070Z 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:12:36.1155340Z 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:12:36.1156270Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-07T05:12:36.1157080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:12:36.1157810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:12:36.1158440Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:12:36.1159080Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:12:36.1159370Z 2026-03-07T05:12:37.9692680Z >>>>> 3/7/2026 5:12:37 AM FixtureSetup for Issue33333(Mac) 2026-03-07T05:12:38.0522510Z >>>>> 3/7/2026 5:12:38 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-07T05:12:43.2032680Z >>>>> 3/7/2026 5:12:43 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-07T05:12:44.0515050Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [5 s] 2026-03-07T05:12:45.7223380Z >>>>> 3/7/2026 5:12:45 AM FixtureSetup for Issue33852(Mac) 2026-03-07T05:12:45.8081090Z >>>>> 3/7/2026 5:12:45 AM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-07T05:12:50.6123540Z >>>>> 3/7/2026 5:12:50 AM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-07T05:12:51.8081080Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [4 s] 2026-03-07T05:12:52.9897970Z >>>>> 3/7/2026 5:12:52 AM FixtureSetup for Issue34247(Mac) 2026-03-07T05:12:53.0871180Z >>>>> 3/7/2026 5:12:53 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-07T05:12:56.9427630Z >>>>> 3/7/2026 5:12:56 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-07T05:12:57.8606810Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [3 s] 2026-03-07T05:12:59.5977580Z >>>>> 3/7/2026 5:12:59 AM FixtureSetup for Issue4600(Mac) 2026-03-07T05:12:59.7016380Z >>>>> 3/7/2026 5:12:59 AM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-07T05:13:04.4808500Z >>>>> 3/7/2026 5:13:04 AM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-07T05:13:05.7460610Z Passed InitiallyEmptySourceDisplaysAddedItem [4 s] 2026-03-07T05:13:07.7271780Z >>>>> 3/7/2026 5:13:07 AM FixtureSetup for Issue5535(Mac) 2026-03-07T05:13:07.8234750Z >>>>> 3/7/2026 5:13:07 AM SwappingEmptyViews Start 2026-03-07T05:13:23.1195250Z >>>>> 3/7/2026 5:13:23 AM SwappingEmptyViews Stop 2026-03-07T05:13:24.3129780Z Passed SwappingEmptyViews [15 s] 2026-03-07T05:13:25.5901300Z >>>>> 3/7/2026 5:13:25 AM FixtureSetup for Issue5765(Mac) 2026-03-07T05:13:25.6847090Z >>>>> 3/7/2026 5:13:25 AM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-07T05:13:26.7165430Z >>>>> 3/7/2026 5:13:26 AM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-07T05:13:27.3880300Z Passed FlexLayoutsInFramesShouldSizeCorrectly [1 s] 2026-03-07T05:13:29.6352140Z >>>>> 3/7/2026 5:13:29 AM FixtureSetup for Issue5793(Mac) 2026-03-07T05:13:29.7271030Z >>>>> 3/7/2026 5:13:29 AM CollectionViewResetTest Start 2026-03-07T05:13:38.5025650Z >>>>> 3/7/2026 5:13:38 AM CollectionViewResetTest Stop 2026-03-07T05:13:38.7220610Z Passed CollectionViewResetTest [8 s] 2026-03-07T05:13:41.0600220Z >>>>> 3/7/2026 5:13:41 AM FixtureSetup for Issue5949(Mac) 2026-03-07T05:13:41.1657130Z >>>>> 3/7/2026 5:13:41 AM DoNotAccessDisposedCollectionView Start 2026-03-07T05:13:46.6687110Z >>>>> 3/7/2026 5:13:46 AM DoNotAccessDisposedCollectionView Stop 2026-03-07T05:13:47.1572610Z Passed DoNotAccessDisposedCollectionView [5 s] 2026-03-07T05:13:49.1720200Z >>>>> 3/7/2026 5:13:49 AM FixtureSetup for Issue6077(Mac) 2026-03-07T05:13:49.2648230Z >>>>> 3/7/2026 5:13:49 AM LastColumnShouldBeVisible Start 2026-03-07T05:13:50.2967010Z >>>>> 3/7/2026 5:13:50 AM LastColumnShouldBeVisible Stop 2026-03-07T05:13:50.7697100Z Passed LastColumnShouldBeVisible [1 s] 2026-03-07T05:13:52.9204350Z >>>>> 3/7/2026 5:13:52 AM FixtureSetup for Issue6609(Mac) 2026-03-07T05:13:53.0189820Z >>>>> 3/7/2026 5:13:53 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-07T05:13:57.6736770Z >>>>> 3/7/2026 5:13:57 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-07T05:13:59.0192160Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [4 s] 2026-03-07T05:14:00.1498450Z >>>>> 3/7/2026 5:14:00 AM FixtureSetup for Issue6932(Mac) 2026-03-07T05:14:00.2478840Z >>>>> 3/7/2026 5:14:00 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-07T05:14:04.0873990Z >>>>> 3/7/2026 5:14:04 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-07T05:14:04.0932580Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [3 s] 2026-03-07T05:14:04.0934590Z >>>>> 3/7/2026 5:14:04 AM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-07T05:14:08.7783500Z >>>>> 3/7/2026 5:14:08 AM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-07T05:14:10.1075760Z Passed EmptyViewHidesWhenItemsSourceIsFilled [4 s] 2026-03-07T05:14:11.9243630Z >>>>> 3/7/2026 5:14:11 AM FixtureSetup for Issue6963(Mac) 2026-03-07T05:14:12.0292020Z >>>>> 3/7/2026 5:14:12 AM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-07T05:14:14.1898650Z >>>>> 3/7/2026 5:14:14 AM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-07T05:14:15.0400770Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-07T05:14:17.1010590Z >>>>> 3/7/2026 5:14:17 AM FixtureSetup for Issue7102(Mac) 2026-03-07T05:14:17.1962870Z >>>>> 3/7/2026 5:14:17 AM HeaderDoesNotBreakIndexes Start 2026-03-07T05:14:36.0191420Z >>>>> 3/7/2026 5:14:36 AM HeaderDoesNotBreakIndexes Stop 2026-03-07T05:14:36.7065550Z Passed HeaderDoesNotBreakIndexes [18 s] 2026-03-07T05:14:38.4756810Z >>>>> 3/7/2026 5:14:38 AM FixtureSetup for Issue7338(Mac) 2026-03-07T05:14:38.5604770Z >>>>> 3/7/2026 5:14:38 AM Issue7338Test Start 2026-03-07T05:14:39.4210000Z >>>>> 3/7/2026 5:14:39 AM Issue7338Test Stop 2026-03-07T05:14:40.0698960Z Passed Issue7338Test [866 ms] 2026-03-07T05:14:41.7391370Z >>>>> 3/7/2026 5:14:41 AM FixtureSetup for Issue7393(Mac) 2026-03-07T05:14:41.8191580Z >>>>> 3/7/2026 5:14:41 AM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:14:43.9806710Z >>>>> 3/7/2026 5:14:43 AM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:14:44.8404880Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T05:14:46.4132560Z >>>>> 3/7/2026 5:14:46 AM FixtureSetup for Issue7562(Mac) 2026-03-07T05:14:46.5095770Z >>>>> 3/7/2026 5:14:46 AM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-07T05:14:47.3048500Z >>>>> 3/7/2026 5:14:47 AM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-07T05:14:48.0479560Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [803 ms] 2026-03-07T05:14:50.0011720Z >>>>> 3/7/2026 5:14:50 AM FixtureSetup for Issue8308(Mac) 2026-03-07T05:14:50.0767420Z >>>>> 3/7/2026 5:14:50 AM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-07T05:14:59.2617410Z >>>>> 3/7/2026 5:14:59 AM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-07T05:15:00.6280670Z Passed NavigatingBackToCollectionViewShouldNotCrash [9 s] 2026-03-07T05:15:01.8600370Z >>>>> 3/7/2026 5:15:01 AM FixtureSetup for Issue8715(Mac) 2026-03-07T05:15:01.9505300Z >>>>> 3/7/2026 5:15:01 AM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-07T05:15:19.0249540Z >>>>> 3/7/2026 5:15:19 AM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-07T05:15:20.2065770Z Passed ReappearingCollectionViewShouldNotThrowNRE [17 s] 2026-03-07T05:15:21.3818100Z >>>>> 3/7/2026 5:15:21 AM FixtureSetup for Issue8761(Mac) 2026-03-07T05:15:21.4767980Z >>>>> 3/7/2026 5:15:21 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-07T05:15:31.0113490Z >>>>> 3/7/2026 5:15:31 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-07T05:15:32.2671310Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [9 s] 2026-03-07T05:15:33.7323630Z >>>>> 3/7/2026 5:15:33 AM FixtureSetup for Issue8814(Mac) 2026-03-07T05:15:33.8135140Z >>>>> 3/7/2026 5:15:33 AM CollectionViewInShellShouldBeVisible Start 2026-03-07T05:15:34.8215340Z >>>>> 3/7/2026 5:15:34 AM CollectionViewInShellShouldBeVisible Stop 2026-03-07T05:15:35.3730210Z Passed CollectionViewInShellShouldBeVisible [1 s] 2026-03-07T05:15:37.3240250Z >>>>> 3/7/2026 5:15:37 AM FixtureSetup for Issue8899(Mac) 2026-03-07T05:15:37.4369930Z >>>>> 3/7/2026 5:15:37 AM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:15:40.6708970Z >>>>> 3/7/2026 5:15:40 AM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:15:41.9371500Z Passed ClearingGroupedCollectionViewShouldNotCrash [3 s] 2026-03-07T05:15:43.1581260Z >>>>> 3/7/2026 5:15:43 AM FixtureSetup for Issue9087(Mac) 2026-03-07T05:15:43.2559440Z >>>>> 3/7/2026 5:15:43 AM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-07T05:15:44.0353290Z >>>>> 3/7/2026 5:15:44 AM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-07T05:15:45.0071750Z Passed BindablePropertiesAvailableAtOnElementChanged [787 ms] 2026-03-07T05:15:46.4678010Z >>>>> 3/7/2026 5:15:46 AM FixtureSetup for Issue9196(Mac) 2026-03-07T05:15:46.5605190Z >>>>> 3/7/2026 5:15:46 AM EmptyViewShouldNotCrash Start 2026-03-07T05:15:47.3681960Z >>>>> 3/7/2026 5:15:47 AM EmptyViewShouldNotCrash Stop 2026-03-07T05:15:48.0583560Z Passed EmptyViewShouldNotCrash [813 ms] 2026-03-07T05:15:49.8621670Z >>>>> 3/7/2026 5:15:49 AM FixtureSetup for Issue9580(Mac) 2026-03-07T05:15:49.9601170Z >>>>> 3/7/2026 5:15:49 AM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-07T05:15:53.5089040Z >>>>> 3/7/2026 5:15:53 AM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-07T05:15:54.5104610Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [3 s] 2026-03-07T05:15:56.0793440Z >>>>> 3/7/2026 5:15:56 AM FixtureSetup for Issue9686(Mac) 2026-03-07T05:15:56.1741840Z >>>>> 3/7/2026 5:15:56 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-07T05:16:01.6798030Z >>>>> 3/7/2026 5:16:01 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-07T05:16:02.1713060Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [5 s] 2026-03-07T05:16:06.4919640Z >>>>> 3/7/2026 5:16:06 AM FixtureSetup for NestedCollectionView(Mac) 2026-03-07T05:16:06.5733440Z >>>>> 3/7/2026 5:16:06 AM NestedCollectionViewsShouldNotCrash Start 2026-03-07T05:16:15.2989420Z >>>>> 3/7/2026 5:16:15 AM NestedCollectionViewsShouldNotCrash Stop 2026-03-07T05:16:15.5789800Z Passed NestedCollectionViewsShouldNotCrash [8 s] 2026-03-07T05:16:18.1705230Z >>>>> 3/7/2026 5:16:18 AM FixtureSetup for ScrollToGroup(Mac) 2026-03-07T05:16:18.2613330Z >>>>> 3/7/2026 5:16:18 AM InvalidScrollToIndexShouldNotCrash Start 2026-03-07T05:16:47.9318910Z >>>>> 3/7/2026 5:16:47 AM InvalidScrollToIndexShouldNotCrash Stop 2026-03-07T05:16:47.9374190Z Passed InvalidScrollToIndexShouldNotCrash [29 s] 2026-03-07T05:16:47.9375720Z >>>>> 3/7/2026 5:16:47 AM CanScrollToGroupAndItemIndex Start 2026-03-07T05:17:19.0321820Z >>>>> 3/7/2026 5:17:19 AM CanScrollToGroupAndItemIndex Stop 2026-03-07T05:17:19.0386010Z Passed CanScrollToGroupAndItemIndex [31 s] 2026-03-07T05:17:19.0386960Z >>>>> 3/7/2026 5:17:19 AM CanScrollToGroupAndItem Start 2026-03-07T05:17:45.7137610Z >>>>> 3/7/2026 5:17:45 AM CanScrollToGroupAndItem Stop 2026-03-07T05:17:46.0406700Z Passed CanScrollToGroupAndItem [26 s] 2026-03-07T05:17:48.1011360Z >>>>> 3/7/2026 5:17:48 AM FixtureSetup for Issue29588(Mac) 2026-03-07T05:17:48.1907160Z >>>>> 3/7/2026 5:17:48 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-07T05:18:02.7258150Z >>>>> 3/7/2026 5:18:02 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-07T05:18:03.2055360Z Passed RemainingItemsThresholdReachedEventShouldTrigger [14 s] 2026-03-07T05:18:05.2861970Z >>>>> 3/7/2026 5:18:05 AM VisitAndUpdateItemsSource Start 2026-03-07T05:18:05.2865180Z >>>>> 3/7/2026 5:18:05 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:18:37.7202790Z >>>>> 3/7/2026 5:18:37 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:18:40.2469570Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [34 s] 2026-03-07T05:18:40.2497390Z >>>>> 3/7/2026 5:18:40 AM VisitAndUpdateItemsSource Start 2026-03-07T05:18:40.2505320Z >>>>> 3/7/2026 5:18:40 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:19:18.2641500Z >>>>> 3/7/2026 5:19:18 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:19:20.8547620Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [40 s] 2026-03-07T05:19:20.8549550Z >>>>> 3/7/2026 5:19:20 AM VisitAndUpdateItemsSource Start 2026-03-07T05:19:20.8552420Z >>>>> 3/7/2026 5:19:20 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:19:56.7625640Z >>>>> 3/7/2026 5:19:56 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:19:59.3337480Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [38 s] 2026-03-07T05:19:59.3340130Z >>>>> 3/7/2026 5:19:59 AM VisitAndUpdateItemsSource Start 2026-03-07T05:19:59.3342650Z >>>>> 3/7/2026 5:19:59 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:20:27.4286510Z >>>>> 3/7/2026 5:20:27 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:20:29.9603720Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [30 s] 2026-03-07T05:20:29.9605600Z >>>>> 3/7/2026 5:20:29 AM VisitAndUpdateItemsSource Start 2026-03-07T05:20:29.9606310Z >>>>> 3/7/2026 5:20:29 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:21:34.1902140Z >>>>> 3/7/2026 5:21:34 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:21:36.7464350Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 6 s] 2026-03-07T05:21:36.7466340Z >>>>> 3/7/2026 5:21:36 AM VisitAndUpdateItemsSource Start 2026-03-07T05:21:36.7470450Z >>>>> 3/7/2026 5:21:36 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:22:22.3688310Z >>>>> 3/7/2026 5:22:22 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:22:25.0049450Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [48 s] 2026-03-07T05:22:25.0103180Z >>>>> 3/7/2026 5:22:25 AM VisitAndUpdateItemsSource Start 2026-03-07T05:22:25.0196950Z >>>>> 3/7/2026 5:22:25 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:22:47.7576830Z >>>>> 3/7/2026 5:22:47 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:22:50.3560660Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [25 s] 2026-03-07T05:22:50.3580190Z >>>>> 3/7/2026 5:22:50 AM VisitAndUpdateItemsSource Start 2026-03-07T05:22:50.3582880Z >>>>> 3/7/2026 5:22:50 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:23:12.7072870Z >>>>> 3/7/2026 5:23:12 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:23:15.3213570Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [24 s] 2026-03-07T05:23:15.3217800Z >>>>> 3/7/2026 5:23:15 AM VisitAndUpdateItemsSource Start 2026-03-07T05:23:15.3220530Z >>>>> 3/7/2026 5:23:15 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:23:54.0756870Z >>>>> 3/7/2026 5:23:54 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:23:56.6902790Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [41 s] 2026-03-07T05:23:56.6904130Z >>>>> 3/7/2026 5:23:56 AM VisitAndUpdateItemsSource Start 2026-03-07T05:23:56.6906530Z >>>>> 3/7/2026 5:23:56 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:24:31.6954390Z >>>>> 3/7/2026 5:24:31 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:24:35.2820860Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-07T05:24:35.3816820Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [37 s] 2026-03-07T05:24:35.5059060Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T05:24:35.5070040Z 2026-03-07T05:24:35.5147170Z Test Run Failed. 2026-03-07T05:24:35.5147910Z Total tests: 350 2026-03-07T05:24:35.5148230Z Passed: 343 2026-03-07T05:24:35.5148600Z Failed: 6 2026-03-07T05:24:35.5148910Z Skipped: 1 2026-03-07T05:24:35.5213710Z Total time: 1.6120 Hours 2026-03-07T05:24:35.7162390Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T05:24:35.7234450Z An error occurred when executing task 'uitest'. 2026-03-07T05:24:35.7352270Z Completed in 01:38:46.4546963 2026-03-07T05:24:35.8002200Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-07T05:24:35.8003700Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-07T05:24:35.8004850Z 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-07T05:24:35.8005740Z 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-07T05:24:35.8006600Z 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-07T05:24:35.8007480Z 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-07T05:24:35.8008560Z 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-07T05:24:35.8009320Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-07T05:24:35.8010150Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-07T05:24:35.8010930Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-07T05:24:35.8011490Z at Submission#0.<>b__0_24() 2026-03-07T05:24:35.8012040Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-07T05:24:35.8012760Z 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-07T05:24:35.8013430Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-07T05:24:35.8021520Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-07T05:24:35.8022540Z 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-07T05:24:35.8023830Z 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-07T05:24:35.8025590Z 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-07T05:24:35.8026710Z 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-07T05:24:35.8027920Z 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-07T05:24:35.8029220Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-07T05:24:35.8030190Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-07T05:24:35.8031050Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-07T05:24:35.8031900Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-07T05:24:35.8032810Z at Submission#0.<>d__0.MoveNext() 2026-03-07T05:24:35.8033420Z --- End of stack trace from previous location --- 2026-03-07T05:24:35.8034290Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T05:24:35.8035360Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T05:24:35.8036310Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-07T05:24:35.8037070Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-07T05:24:35.8037860Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-07T05:24:35.8038630Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-07T05:24:35.8039680Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-07T05:24:36.2523510Z 2026-03-07T05:24:36.2702680Z ##[error]PowerShell exited with code '1'. 2026-03-07T05:24:36.2880600Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-07T05:24:37.6833190Z Generating script. 2026-03-07T05:24:37.6842580Z ========================== Starting Command Output =========================== 2026-03-07T05:24:37.6951790Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/cb288550-08d6-4930-b8ae-14467398db02.ps1' 2026-03-07T05:24:38.7017880Z $ErrorActionPreference = 'stop' 2026-03-07T05:24:38.7020590Z $ProgressPreference = 'silentlyContinue' 2026-03-07T05:24:38.7021550Z Get-Content $PSCommandPath 2026-03-07T05:24:38.7022830Z $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-07T05:24:38.7025260Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T05:24:38.7026040Z $command += " --runtimevariant=""Mono""" 2026-03-07T05:24:38.7026700Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T05:24:38.7027110Z 2026-03-07T05:24:38.7028190Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T05:24:38.7029810Z $deviceType = "" 2026-03-07T05:24:38.7030920Z if ($deviceType) { 2026-03-07T05:24:38.7032470Z $command += " --skin=""$deviceType""" 2026-03-07T05:24:38.7033250Z } 2026-03-07T05:24:38.7034470Z 2026-03-07T05:24:38.7035550Z $testFilter = "" 2026-03-07T05:24:38.7036370Z $testConfigrationArgs = "" 2026-03-07T05:24:38.7036940Z 2026-03-07T05:24:38.7037820Z "CollectionView".Split(",") | ForEach { 2026-03-07T05:24:38.7038280Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T05:24:38.7039310Z } 2026-03-07T05:24:38.7039890Z 2026-03-07T05:24:38.7040590Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T05:24:38.7040820Z 2026-03-07T05:24:38.7041250Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T05:24:38.7041700Z if ($testConfigrationArgs) { 2026-03-07T05:24:38.7042190Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T05:24:38.7042630Z } 2026-03-07T05:24:38.7044070Z if ($testFilter) { 2026-03-07T05:24:38.7044830Z $command += " --test-filter ""$testFilter""" 2026-03-07T05:24:38.7046270Z } 2026-03-07T05:24:38.7047010Z 2026-03-07T05:24:38.7047800Z $headless = true 2026-03-07T05:24:38.7048890Z if ($headless) { 2026-03-07T05:24:38.7049530Z $command += " --headless ""$headless""" 2026-03-07T05:24:38.7050450Z } 2026-03-07T05:24:38.7051180Z 2026-03-07T05:24:38.7052000Z Write-Host "Running command: $command" 2026-03-07T05:24:38.7052730Z 2026-03-07T05:24:38.7054310Z Invoke-Expression $command 2026-03-07T05:24:38.7055820Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T05:24:38.7064340Z } else { 2026-03-07T05:24:38.7065260Z exit $LASTEXITCODE 2026-03-07T05:24:38.7065580Z } 2026-03-07T05:24:38.8278810Z 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-07T05:24:39.3873270Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:24:39.9095290Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:24:40.4177590Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:24:40.9402790Z 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-07T05:24:41.3844980Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:24:42.1979130Z Looking for modules... 2026-03-07T05:24:44.6849160Z No modules found to install. 2026-03-07T05:24:44.6913860Z Module directory does not exist. 2026-03-07T05:24:44.6966160Z Analyzing build script... 2026-03-07T05:24:44.6988840Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T05:24:44.7000630Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T05:24:44.7006340Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T05:24:44.9007370Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T05:24:46.1433990Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T05:24:46.8407250Z Processing build script... 2026-03-07T05:24:46.8430370Z Installing addins... 2026-03-07T05:24:47.0231350Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T05:24:47.0359340Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T05:24:47.0447440Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T05:24:47.1678830Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T05:24:47.1680430Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T05:24:47.1681360Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T05:24:47.1682040Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T05:24:47.1716040Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T05:24:47.1743990Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T05:24:47.4241920Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T05:24:47.4243610Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T05:24:47.4245060Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T05:24:47.4246360Z Adding assembly reference to System.Runtime.dll... 2026-03-07T05:24:47.4247760Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T05:24:47.4251500Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T05:24:47.4254070Z Adding assembly reference to System.Threading.dll... 2026-03-07T05:24:47.4255460Z Adding assembly reference to System.Linq.dll... 2026-03-07T05:24:47.4260360Z Adding assembly reference to System.Collections.dll... 2026-03-07T05:24:47.4261740Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T05:24:47.4263120Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T05:24:47.4264500Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T05:24:47.4268330Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T05:24:47.4272070Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T05:24:47.4273770Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T05:24:47.4275100Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T05:24:47.4276500Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T05:24:47.4277930Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T05:24:47.4279470Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T05:24:47.4280910Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T05:24:47.4282290Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T05:24:47.4283770Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T05:24:47.4284500Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T05:24:47.4285140Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T05:24:47.4285750Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T05:24:47.4286350Z Adding assembly reference to mscorlib.dll... 2026-03-07T05:24:47.4286950Z Adding assembly reference to netstandard.dll... 2026-03-07T05:24:47.4287520Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T05:24:47.4288090Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T05:24:47.4288690Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T05:24:47.4289280Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T05:24:47.4289860Z Adding assembly reference to System.Memory.dll... 2026-03-07T05:24:47.4290470Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T05:24:47.4291130Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T05:24:47.4291730Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T05:24:47.4292290Z Adding assembly reference to System.Console.dll... 2026-03-07T05:24:47.4292840Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T05:24:47.4293470Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T05:24:47.4294070Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T05:24:47.4294700Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T05:24:47.4295370Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T05:24:47.4296000Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T05:24:47.4296590Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T05:24:47.4297200Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T05:24:47.4297820Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T05:24:47.4298410Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T05:24:47.4299170Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T05:24:47.4300190Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T05:24:47.4300780Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T05:24:47.4301380Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T05:24:47.4301970Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T05:24:47.4302780Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T05:24:47.4303370Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T05:24:47.4303960Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T05:24:47.4306720Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T05:24:47.4308770Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T05:24:47.4309940Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T05:24:47.4310740Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T05:24:47.4311540Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T05:24:47.4312300Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T05:24:47.4313160Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T05:24:47.4313930Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T05:24:47.4314720Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T05:24:47.4315490Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T05:24:47.4316380Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T05:24:47.4318410Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T05:24:47.4319560Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T05:24:47.4320260Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T05:24:47.4320900Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T05:24:47.4321700Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T05:24:47.4322560Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T05:24:47.4323510Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T05:24:47.4324270Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T05:24:47.4324950Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T05:24:47.4326210Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T05:24:47.4326910Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T05:24:47.4327540Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T05:24:47.4328150Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T05:24:47.4328800Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T05:24:47.4329420Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T05:24:47.4330050Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T05:24:47.4331050Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T05:24:47.4331910Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T05:24:47.4332510Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T05:24:47.4333110Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T05:24:47.4333930Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T05:24:47.4334540Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T05:24:47.4335130Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T05:24:47.4335710Z Adding assembly reference to System.AppContext.dll... 2026-03-07T05:24:47.4336310Z Adding assembly reference to System.Buffers.dll... 2026-03-07T05:24:47.4336910Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T05:24:47.4337540Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T05:24:47.4338190Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T05:24:47.4338850Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T05:24:47.4339450Z Adding assembly reference to System.Configuration.dll... 2026-03-07T05:24:47.4340140Z Adding assembly reference to System.Core.dll... 2026-03-07T05:24:47.4340780Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T05:24:47.4341400Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T05:24:47.4342020Z Adding assembly reference to System.Data.dll... 2026-03-07T05:24:47.4342620Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T05:24:47.4343310Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T05:24:47.4343960Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T05:24:47.4344570Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T05:24:47.4345190Z Adding assembly reference to System.dll... 2026-03-07T05:24:47.4345810Z Adding assembly reference to System.Drawing.dll... 2026-03-07T05:24:47.4346420Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T05:24:47.4347030Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T05:24:47.4347670Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T05:24:47.4348290Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T05:24:47.4348910Z Adding assembly reference to System.Globalization.dll... 2026-03-07T05:24:47.4349540Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T05:24:47.4350220Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T05:24:47.4350840Z Adding assembly reference to System.IO.dll... 2026-03-07T05:24:47.4351450Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T05:24:47.4352060Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T05:24:47.4353220Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T05:24:47.4353850Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T05:24:47.4354470Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T05:24:47.4355130Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T05:24:47.4355850Z Adding assembly reference to System.Net.dll... 2026-03-07T05:24:47.4356430Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T05:24:47.4357060Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T05:24:47.4357650Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T05:24:47.4358230Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T05:24:47.4359060Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T05:24:47.4359700Z Adding assembly reference to System.Numerics.dll... 2026-03-07T05:24:47.4360280Z Adding assembly reference to System.Reflection.dll... 2026-03-07T05:24:47.4360880Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T05:24:47.4361670Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T05:24:47.4362330Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T05:24:47.4362970Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T05:24:47.4363640Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T05:24:47.4364310Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T05:24:47.4364970Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T05:24:47.4365650Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T05:24:47.4366370Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T05:24:47.4367050Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T05:24:47.4367750Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T05:24:47.4368470Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T05:24:47.4369150Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T05:24:47.4369790Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T05:24:47.4370430Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T05:24:47.4371080Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T05:24:47.4371780Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T05:24:47.4372460Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T05:24:47.4373100Z Adding assembly reference to System.Security.dll... 2026-03-07T05:24:47.4373770Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T05:24:47.4374390Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T05:24:47.4375320Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T05:24:47.4375920Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T05:24:47.4376580Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T05:24:47.4377190Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T05:24:47.4377940Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T05:24:47.4378530Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T05:24:47.4379180Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T05:24:47.4379790Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T05:24:47.4380430Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T05:24:47.4381090Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T05:24:47.4381680Z Adding assembly reference to System.Transactions.dll... 2026-03-07T05:24:47.4382260Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T05:24:47.4382840Z Adding assembly reference to System.Web.dll... 2026-03-07T05:24:47.4383440Z Adding assembly reference to System.Windows.dll... 2026-03-07T05:24:47.4384010Z Adding assembly reference to System.Xml.dll... 2026-03-07T05:24:47.4384580Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T05:24:47.4385160Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T05:24:47.4385810Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T05:24:47.4386410Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T05:24:47.4387270Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T05:24:47.4387930Z Adding assembly reference to WindowsBase.dll... 2026-03-07T05:24:47.4388530Z Adding assembly reference to Cake.Core.dll... 2026-03-07T05:24:47.4389260Z Adding assembly reference to Cake.Common.dll... 2026-03-07T05:24:47.4389860Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T05:24:47.4390650Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T05:24:47.4391260Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T05:24:47.4391860Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T05:24:47.4392460Z Importing namespace Cake.Common... 2026-03-07T05:24:47.4393050Z Importing namespace Cake.Common.Build... 2026-03-07T05:24:47.4393620Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T05:24:47.4394220Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T05:24:47.4394850Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T05:24:47.4395500Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T05:24:47.4396100Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T05:24:47.4396710Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T05:24:47.4397600Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T05:24:47.4398290Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T05:24:47.4398900Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T05:24:47.4399490Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T05:24:47.4400290Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T05:24:47.4400890Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T05:24:47.4401500Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T05:24:47.4402140Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T05:24:47.4402780Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T05:24:47.4403380Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T05:24:47.4403980Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T05:24:47.4404770Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T05:24:47.4405420Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T05:24:47.4406020Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T05:24:47.4406620Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T05:24:47.4407210Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T05:24:47.4407960Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T05:24:47.4408580Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T05:24:47.4409180Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T05:24:47.4409960Z Importing namespace Cake.Common.IO... 2026-03-07T05:24:47.4410530Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T05:24:47.4411340Z Importing namespace Cake.Common.Net... 2026-03-07T05:24:47.4411910Z Importing namespace Cake.Common.Security... 2026-03-07T05:24:47.4412510Z Importing namespace Cake.Common.Solution... 2026-03-07T05:24:47.4413100Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T05:24:47.4413780Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T05:24:47.4414460Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T05:24:47.4415060Z Importing namespace Cake.Common.Text... 2026-03-07T05:24:47.4415650Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T05:24:47.4416290Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T05:24:47.4416920Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T05:24:47.4417560Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T05:24:47.4418230Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T05:24:47.4418880Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T05:24:47.4419520Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T05:24:47.4420170Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T05:24:47.4420860Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T05:24:47.4421830Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T05:24:47.4422450Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T05:24:47.4423080Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T05:24:47.4423750Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T05:24:47.4424550Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T05:24:47.4425210Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T05:24:47.4425860Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T05:24:47.4426480Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T05:24:47.4427100Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T05:24:47.4427730Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T05:24:47.4428390Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T05:24:47.4429030Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T05:24:47.4429640Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T05:24:47.4430260Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T05:24:47.4430920Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T05:24:47.4431550Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T05:24:47.4432170Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T05:24:47.4432800Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T05:24:47.4433460Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T05:24:47.4434340Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T05:24:47.4435050Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T05:24:47.4435740Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T05:24:47.4436380Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T05:24:47.4437150Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T05:24:47.4437850Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T05:24:47.4438590Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T05:24:47.4439370Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T05:24:47.4440380Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T05:24:47.4441140Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T05:24:47.4441840Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T05:24:47.4442570Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T05:24:47.4443210Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T05:24:47.4444000Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T05:24:47.4444660Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T05:24:47.4445320Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T05:24:47.4446720Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T05:24:47.4447430Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T05:24:47.4448090Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T05:24:47.4448750Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T05:24:47.4449880Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T05:24:47.4450530Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T05:24:47.4451130Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T05:24:47.4451750Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T05:24:47.4452580Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T05:24:47.4453250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T05:24:47.4453910Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T05:24:47.4454600Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T05:24:47.4455310Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T05:24:47.4455970Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T05:24:47.4456660Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T05:24:47.4457330Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T05:24:47.4459000Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T05:24:47.4459680Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T05:24:47.4460310Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T05:24:47.4460990Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T05:24:47.4461600Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T05:24:47.4462520Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T05:24:47.4463170Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T05:24:47.4463820Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T05:24:47.4464430Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T05:24:47.4465030Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T05:24:47.4465650Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T05:24:47.4466300Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T05:24:47.4466970Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T05:24:47.4467590Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T05:24:47.4468220Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T05:24:47.4468860Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T05:24:47.4469630Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T05:24:47.4470220Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T05:24:47.4470850Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T05:24:47.4472140Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T05:24:47.4472750Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T05:24:47.4473350Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T05:24:47.4474000Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T05:24:47.4474890Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T05:24:47.4475800Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T05:24:47.4476440Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T05:24:47.4477080Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T05:24:47.4477660Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T05:24:47.4478260Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T05:24:47.4478850Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T05:24:47.4479620Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T05:24:47.4480250Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T05:24:47.4480900Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T05:24:47.4481550Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T05:24:47.4482130Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T05:24:47.4482700Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T05:24:47.4483270Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T05:24:47.4483860Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T05:24:47.4484510Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T05:24:47.4485100Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T05:24:47.4485810Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T05:24:47.4486410Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T05:24:47.4487020Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T05:24:47.4487580Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T05:24:47.4488130Z Importing namespace Cake.Common.Xml... 2026-03-07T05:24:47.4488640Z Importing namespace Cake.Core... 2026-03-07T05:24:47.4489210Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T05:24:47.4489740Z Importing namespace Cake.Core.IO... 2026-03-07T05:24:47.4490290Z Importing namespace Cake.Core.Scripting... 2026-03-07T05:24:47.4490840Z Importing namespace Cake.Core.Tooling... 2026-03-07T05:24:47.4491410Z Importing namespace Cake.FileHelpers... 2026-03-07T05:24:47.4491930Z Importing namespace NuGet.Common... 2026-03-07T05:24:47.4492470Z Importing namespace NuGet.Configuration... 2026-03-07T05:24:47.4493010Z Importing namespace NuGet.Protocol... 2026-03-07T05:24:47.4493700Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T05:24:47.4494450Z Importing namespace NuGet.Versioning... 2026-03-07T05:24:47.4495610Z Importing namespace System... 2026-03-07T05:24:47.4496180Z Importing namespace System.Collections.Generic... 2026-03-07T05:24:47.4496760Z Importing namespace System.IO... 2026-03-07T05:24:47.4497470Z Importing namespace System.Linq... 2026-03-07T05:24:47.4498210Z Importing namespace System.Text... 2026-03-07T05:24:47.4499400Z Importing namespace System.Threading.Tasks... 2026-03-07T05:24:47.4500020Z .NETStandard,Version=v2.0 2026-03-07T05:24:47.4962870Z Compiling build script... 2026-03-07T05:24:50.1814960Z /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-07T05:24:51.4663110Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T05:24:51.4665350Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T05:24:51.4684960Z Host OS System Arch: X64 2026-03-07T05:24:51.4687020Z Host Processor System Arch: X64 2026-03-07T05:24:51.4690170Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:24:51.4692650Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T05:24:51.4694110Z Build Configuration: Release 2026-03-07T05:24:51.4729610Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T05:24:51.4730720Z Build Target Framework: net10.0-maccatalyst 2026-03-07T05:24:51.4732440Z Test Device: mac 2026-03-07T05:24:51.4733380Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T05:24:51.4828790Z 2026-03-07T05:24:51.4833270Z ======================================== 2026-03-07T05:24:51.4834010Z uitest 2026-03-07T05:24:51.4834570Z ======================================== 2026-03-07T05:24:51.4835990Z Executing task: uitest 2026-03-07T05:24:51.4859540Z Starting UI Tests... 2026-03-07T05:24:51.4861190Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T05:24:51.4864960Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T05:24:51.4960200Z Testing Device: mac 2026-03-07T05:24:51.4962550Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T05:24:51.4965660Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T05:24:51.4967110Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T05:24:51.4984890Z 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-07T05:24:51.5694710Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:24:51.5702260Z 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-07T05:24:55.5431720Z Determining projects to restore... 2026-03-07T05:25:02.5673080Z All projects are up-to-date for restore. 2026-03-07T05:25:10.1457780Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T05:25:10.2956230Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T05:25:10.5976360Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T05:25:11.1563510Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T05:25:11.4273390Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T05:25:12.3150420Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T05:25:12.4809760Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T05:25:12.6149140Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T05:25:12.6641850Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T05:25:12.8537980Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T05:25:12.8864500Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T05:25:13.0351850Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T05:25:14.9417220Z 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-07T05:25:15.0933540Z 2026-03-07T05:25:15.0962850Z Build succeeded. 2026-03-07T05:25:15.0967830Z 0 Warning(s) 2026-03-07T05:25:15.0969450Z 0 Error(s) 2026-03-07T05:25:15.0971220Z 2026-03-07T05:25:15.0975340Z Time Elapsed 00:00:22.72 2026-03-07T05:25:15.1950000Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-07T05:25:15.2307550Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:25:15.2413600Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T05:25:15.2445940Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T05:25:15.2694470Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T05:25:15.2783040Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T05:25:15.2784000Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:25:15.2785140Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:25:15.2786710Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:25:15.2787580Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T05:25:15.2788360Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T05:25:15.2789140Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T05:25:15.2791150Z 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-07T05:25:15.2793350Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T05:25:15.2795790Z 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-07T05:25:17.3941780Z 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-07T05:25:17.4942310Z VSTest version 18.0.1 (x64) 2026-03-07T05:25:17.4956440Z 2026-03-07T05:25:17.6295710Z Starting test execution, please wait... 2026-03-07T05:25:17.6757530Z A total of 1 test files matched the specified pattern. 2026-03-07T05:25:18.2401390Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T05:25:18.3655050Z [xUnit.net 00:00:00.14] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T05:25:18.6030160Z [xUnit.net 00:00:00.38] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T05:25:18.6282540Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T05:25:18.6604320Z 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-07T05:25:19.9147700Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T05:25:39.3730490Z >>>>> 3/7/2026 5:25:39 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T05:25:42.1447480Z >>>>> 3/7/2026 5:25:41 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T05:26:08.2874880Z >>>>> 3/7/2026 5:26:08 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T05:26:08.3565040Z Passed ValidateDynamicItemTemplateDisplayed [26 s] 2026-03-07T05:26:08.3565900Z >>>>> 3/7/2026 5:26:08 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T05:26:31.9119940Z >>>>> 3/7/2026 5:26:31 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T05:26:31.9213910Z Passed ValidateDynamicEmptyViewGridDisplayed [23 s] 2026-03-07T05:26:31.9215860Z >>>>> 3/7/2026 5:26:31 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T05:26:54.0901800Z >>>>> 3/7/2026 5:26:54 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T05:26:54.0972510Z Passed ValidateDynamicEmptyViewStringDisplayed [22 s] 2026-03-07T05:26:54.0980790Z >>>>> 3/7/2026 5:26:54 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T05:27:15.9970790Z >>>>> 3/7/2026 5:27:15 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T05:27:16.0028730Z Passed ValidateDynamicEmptyViewTemplateDisplayed [21 s] 2026-03-07T05:27:16.0031140Z >>>>> 3/7/2026 5:27:16 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T05:27:37.4299450Z >>>>> 3/7/2026 5:27:37 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T05:27:37.4408650Z Passed ValidateDynamicFooterGridDisplayed [21 s] 2026-03-07T05:27:37.4423090Z >>>>> 3/7/2026 5:27:37 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T05:27:59.0759460Z >>>>> 3/7/2026 5:27:59 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T05:27:59.0861180Z Passed ValidateDynamicFooterStringDisplayed [21 s] 2026-03-07T05:27:59.0865860Z >>>>> 3/7/2026 5:27:59 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T05:28:20.0960020Z >>>>> 3/7/2026 5:28:20 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T05:28:20.1019900Z Passed ValidateDynamicFooterTemplateDisplayed [21 s] 2026-03-07T05:28:20.1021860Z >>>>> 3/7/2026 5:28:20 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T05:28:49.7027090Z >>>>> 3/7/2026 5:28:49 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T05:28:49.7090810Z Passed ValidateDynamicGroupFooterTemplateDisplayed [29 s] 2026-03-07T05:28:49.7098290Z >>>>> 3/7/2026 5:28:49 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T05:29:21.2355640Z >>>>> 3/7/2026 5:29:21 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T05:29:21.2424980Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [31 s] 2026-03-07T05:29:21.2447290Z >>>>> 3/7/2026 5:29:21 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T05:29:42.9796930Z >>>>> 3/7/2026 5:29:42 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T05:29:42.9857990Z Passed ValidateDynamicHeaderGridDisplayed [21 s] 2026-03-07T05:29:42.9858940Z >>>>> 3/7/2026 5:29:42 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T05:30:04.4197470Z >>>>> 3/7/2026 5:30:04 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T05:30:04.4259590Z Passed ValidateDynamicHeaderStringDisplayed [21 s] 2026-03-07T05:30:04.4264030Z >>>>> 3/7/2026 5:30:04 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T05:30:26.9372640Z >>>>> 3/7/2026 5:30:26 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T05:30:27.0280220Z Passed ValidateDynamicHeaderTemplateDisplayed [22 s] 2026-03-07T05:30:29.3422170Z >>>>> 3/7/2026 5:30:29 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T05:30:31.8323280Z >>>>> 3/7/2026 5:30:31 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T05:30:44.2494780Z >>>>> 3/7/2026 5:30:44 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T05:30:44.2538060Z Passed ValidateEmptyViewStringDisplayed [12 s] 2026-03-07T05:30:44.2539780Z >>>>> 3/7/2026 5:30:44 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T05:30:53.8524790Z >>>>> 3/7/2026 5:30:53 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T05:30:53.8579960Z Passed ValidateCustomEmptyViewDisplayed [9 s] 2026-03-07T05:30:53.8582300Z >>>>> 3/7/2026 5:30:53 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T05:31:06.9006660Z >>>>> 3/7/2026 5:31:06 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T05:31:06.9078930Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [13 s] 2026-03-07T05:31:06.9083690Z >>>>> 3/7/2026 5:31:06 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:31:20.0067030Z >>>>> 3/7/2026 5:31:20 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:31:20.0138720Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T05:31:20.0144290Z >>>>> 3/7/2026 5:31:20 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:31:34.2916690Z >>>>> 3/7/2026 5:31:34 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:31:34.2978340Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-07T05:31:34.2980310Z >>>>> 3/7/2026 5:31:34 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T05:31:48.3749880Z >>>>> 3/7/2026 5:31:48 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T05:31:48.3811730Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [14 s] 2026-03-07T05:31:48.3819850Z >>>>> 3/7/2026 5:31:48 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T05:32:05.2754810Z >>>>> 3/7/2026 5:32:05 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T05:32:05.2852070Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [16 s] 2026-03-07T05:32:05.2853830Z >>>>> 3/7/2026 5:32:05 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T05:32:19.2616630Z >>>>> 3/7/2026 5:32:19 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T05:32:19.2675490Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-07T05:32:19.2677660Z >>>>> 3/7/2026 5:32:19 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:32:32.5379380Z >>>>> 3/7/2026 5:32:32 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:32:32.5451700Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T05:32:32.5453450Z >>>>> 3/7/2026 5:32:32 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:32:46.3738950Z >>>>> 3/7/2026 5:32:46 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:32:46.3898340Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T05:32:46.3932120Z >>>>> 3/7/2026 5:32:46 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:33:04.8183990Z >>>>> 3/7/2026 5:33:04 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:33:04.8293190Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [18 s] 2026-03-07T05:33:04.8294230Z >>>>> 3/7/2026 5:33:04 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:33:19.0599120Z >>>>> 3/7/2026 5:33:19 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:33:19.0657140Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T05:33:19.0658120Z >>>>> 3/7/2026 5:33:19 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T05:33:32.7474860Z >>>>> 3/7/2026 5:33:32 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T05:33:32.7550080Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-07T05:33:32.7551010Z >>>>> 3/7/2026 5:33:32 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T05:33:42.5633560Z >>>>> 3/7/2026 5:33:42 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T05:33:42.5711950Z Passed ValidateCustomEmptyViewSizeDisplayed [9 s] 2026-03-07T05:33:42.5725570Z >>>>> 3/7/2026 5:33:42 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T05:33:55.8838000Z >>>>> 3/7/2026 5:33:55 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T05:33:55.8929360Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [13 s] 2026-03-07T05:33:55.8943290Z >>>>> 3/7/2026 5:33:55 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T05:34:10.4955450Z >>>>> 3/7/2026 5:34:10 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T05:34:10.5037120Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [14 s] 2026-03-07T05:34:10.5144920Z >>>>> 3/7/2026 5:34:10 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T05:34:24.6501130Z >>>>> 3/7/2026 5:34:24 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T05:34:24.6561550Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [14 s] 2026-03-07T05:34:24.6562760Z >>>>> 3/7/2026 5:34:24 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:34:37.9994040Z >>>>> 3/7/2026 5:34:37 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:34:38.0057300Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T05:34:38.0058400Z >>>>> 3/7/2026 5:34:38 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T05:34:51.8917810Z >>>>> 3/7/2026 5:34:51 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T05:34:51.8968820Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [13 s] 2026-03-07T05:34:51.8969850Z >>>>> 3/7/2026 5:34:51 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:35:05.3281170Z >>>>> 3/7/2026 5:35:05 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:35:05.3342550Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [13 s] 2026-03-07T05:35:05.3345100Z >>>>> 3/7/2026 5:35:05 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T05:35:18.9867160Z >>>>> 3/7/2026 5:35:18 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T05:35:18.9917680Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [13 s] 2026-03-07T05:35:18.9918730Z >>>>> 3/7/2026 5:35:18 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T05:35:33.4567030Z >>>>> 3/7/2026 5:35:33 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T05:35:33.4637090Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [14 s] 2026-03-07T05:35:33.4640250Z >>>>> 3/7/2026 5:35:33 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T05:35:47.2943370Z >>>>> 3/7/2026 5:35:47 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T05:35:47.3006310Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-07T05:35:47.3009580Z >>>>> 3/7/2026 5:35:47 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:36:00.9864440Z >>>>> 3/7/2026 5:36:00 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:36:00.9917380Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T05:36:00.9918420Z >>>>> 3/7/2026 5:36:00 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:36:14.3764750Z >>>>> 3/7/2026 5:36:14 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:36:14.3821890Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T05:36:14.3822830Z >>>>> 3/7/2026 5:36:14 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:36:27.8525940Z >>>>> 3/7/2026 5:36:27 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:36:27.8575730Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [13 s] 2026-03-07T05:36:27.8577320Z >>>>> 3/7/2026 5:36:27 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:36:41.3677380Z >>>>> 3/7/2026 5:36:41 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:36:41.3744820Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-07T05:36:41.3790970Z >>>>> 3/7/2026 5:36:41 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T05:36:56.1893020Z >>>>> 3/7/2026 5:36:56 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T05:36:56.1947620Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [14 s] 2026-03-07T05:36:56.1950350Z >>>>> 3/7/2026 5:36:56 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T05:37:05.8348170Z >>>>> 3/7/2026 5:37:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T05:37:05.8399400Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [9 s] 2026-03-07T05:37:05.8405020Z >>>>> 3/7/2026 5:37:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T05:37:19.4651570Z >>>>> 3/7/2026 5:37:19 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T05:37:19.4736670Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-07T05:37:19.4751400Z >>>>> 3/7/2026 5:37:19 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T05:37:33.1575750Z >>>>> 3/7/2026 5:37:33 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T05:37:33.1634690Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [13 s] 2026-03-07T05:37:33.1637920Z >>>>> 3/7/2026 5:37:33 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T05:37:46.6353070Z >>>>> 3/7/2026 5:37:46 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T05:37:46.6402290Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [13 s] 2026-03-07T05:37:46.6403310Z >>>>> 3/7/2026 5:37:46 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:38:00.1639050Z >>>>> 3/7/2026 5:38:00 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:38:00.1689880Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:38:00.1691730Z >>>>> 3/7/2026 5:38:00 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T05:38:14.7368810Z >>>>> 3/7/2026 5:38:14 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T05:38:14.7428430Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [14 s] 2026-03-07T05:38:14.7430580Z >>>>> 3/7/2026 5:38:14 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T05:38:28.4356890Z >>>>> 3/7/2026 5:38:28 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T05:38:28.4421590Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T05:38:28.4491530Z >>>>> 3/7/2026 5:38:28 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T05:38:46.5072270Z >>>>> 3/7/2026 5:38:46 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T05:38:46.5131560Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [18 s] 2026-03-07T05:38:46.5132660Z >>>>> 3/7/2026 5:38:46 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T05:39:00.7818020Z >>>>> 3/7/2026 5:39:00 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T05:39:00.7868930Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [14 s] 2026-03-07T05:39:00.7870450Z >>>>> 3/7/2026 5:39:00 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:39:14.5701670Z >>>>> 3/7/2026 5:39:14 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:39:14.5774580Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T05:39:14.5778930Z >>>>> 3/7/2026 5:39:14 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:39:28.8556170Z >>>>> 3/7/2026 5:39:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:39:28.8633620Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-07T05:39:28.8637520Z >>>>> 3/7/2026 5:39:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:39:42.5979590Z >>>>> 3/7/2026 5:39:42 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:39:42.6035670Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T05:39:42.6039310Z >>>>> 3/7/2026 5:39:42 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:39:59.7422160Z >>>>> 3/7/2026 5:39:59 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:39:59.7480750Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:39:59.7487760Z >>>>> 3/7/2026 5:39:59 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:40:14.4343430Z >>>>> 3/7/2026 5:40:14 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:40:14.4413260Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T05:40:14.4436150Z >>>>> 3/7/2026 5:40:14 AM ValidateEmptyViewSize Start 2026-03-07T05:40:25.7882190Z >>>>> 3/7/2026 5:40:25 AM ValidateEmptyViewSize Stop 2026-03-07T05:40:25.7934050Z Passed ValidateEmptyViewSize [11 s] 2026-03-07T05:40:25.7935510Z >>>>> 3/7/2026 5:40:25 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T05:40:39.5287750Z >>>>> 3/7/2026 5:40:39 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T05:40:39.5442270Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [13 s] 2026-03-07T05:40:39.5443420Z >>>>> 3/7/2026 5:40:39 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T05:40:54.8130780Z >>>>> 3/7/2026 5:40:54 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T05:40:54.8194910Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [15 s] 2026-03-07T05:40:54.8197680Z >>>>> 3/7/2026 5:40:54 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:41:08.2692510Z >>>>> 3/7/2026 5:41:08 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:41:08.2761820Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:41:08.2788190Z >>>>> 3/7/2026 5:41:08 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:41:21.5979200Z >>>>> 3/7/2026 5:41:21 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:41:21.6037780Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [13 s] 2026-03-07T05:41:21.6141720Z >>>>> 3/7/2026 5:41:21 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T05:41:35.5779940Z >>>>> 3/7/2026 5:41:35 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T05:41:35.5839410Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [13 s] 2026-03-07T05:41:35.5840760Z >>>>> 3/7/2026 5:41:35 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T05:41:48.9126300Z >>>>> 3/7/2026 5:41:48 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T05:41:48.9157500Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [13 s] 2026-03-07T05:41:48.9166100Z >>>>> 3/7/2026 5:41:48 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:42:05.4930120Z >>>>> 3/7/2026 5:42:05 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:42:05.4982450Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-07T05:42:05.4985190Z >>>>> 3/7/2026 5:42:05 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T05:42:24.0365120Z >>>>> 3/7/2026 5:42:24 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T05:42:24.0432490Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [18 s] 2026-03-07T05:42:24.0433690Z >>>>> 3/7/2026 5:42:24 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:42:38.4021450Z >>>>> 3/7/2026 5:42:38 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:42:38.4077890Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-07T05:42:38.4079130Z >>>>> 3/7/2026 5:42:38 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:42:55.8563130Z >>>>> 3/7/2026 5:42:55 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:42:55.8617430Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:42:55.8619980Z >>>>> 3/7/2026 5:42:55 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T05:43:10.1800960Z >>>>> 3/7/2026 5:43:10 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T05:43:10.1852400Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [14 s] 2026-03-07T05:43:10.1854110Z >>>>> 3/7/2026 5:43:10 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:43:24.2530800Z >>>>> 3/7/2026 5:43:24 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:43:24.2622860Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T05:43:24.2626980Z >>>>> 3/7/2026 5:43:24 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T05:43:38.8500420Z >>>>> 3/7/2026 5:43:38 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T05:43:38.8550290Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [14 s] 2026-03-07T05:43:38.8551920Z >>>>> 3/7/2026 5:43:38 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T05:43:49.4504680Z >>>>> 3/7/2026 5:43:49 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T05:43:49.4565030Z Passed ValidateEmptyViewTemplateDisplayed [10 s] 2026-03-07T05:43:49.4567850Z >>>>> 3/7/2026 5:43:49 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T05:44:03.0498330Z >>>>> 3/7/2026 5:44:03 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T05:44:03.0554560Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-07T05:44:03.0556080Z >>>>> 3/7/2026 5:44:03 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T05:44:16.3084250Z >>>>> 3/7/2026 5:44:16 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T05:44:16.3131060Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [13 s] 2026-03-07T05:44:16.3132130Z >>>>> 3/7/2026 5:44:16 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:44:29.7874590Z >>>>> 3/7/2026 5:44:29 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:44:29.7918610Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:44:29.7919770Z >>>>> 3/7/2026 5:44:29 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T05:44:46.8991210Z >>>>> 3/7/2026 5:44:46 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T05:44:46.9063980Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [17 s] 2026-03-07T05:44:46.9068230Z >>>>> 3/7/2026 5:44:46 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T05:45:00.8592740Z >>>>> 3/7/2026 5:45:00 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T05:45:00.8650870Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T05:45:00.8654120Z >>>>> 3/7/2026 5:45:00 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T05:45:18.3819150Z >>>>> 3/7/2026 5:45:18 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T05:45:18.3864920Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [17 s] 2026-03-07T05:45:18.3866050Z >>>>> 3/7/2026 5:45:18 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T05:45:32.7820250Z >>>>> 3/7/2026 5:45:32 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T05:45:32.7889160Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [14 s] 2026-03-07T05:45:32.7891420Z >>>>> 3/7/2026 5:45:32 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:45:46.3046790Z >>>>> 3/7/2026 5:45:46 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:45:46.3105360Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T05:45:46.3109880Z >>>>> 3/7/2026 5:45:46 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:46:00.3643500Z >>>>> 3/7/2026 5:46:00 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:46:00.3701520Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-07T05:46:00.3705840Z >>>>> 3/7/2026 5:46:00 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:46:14.6008200Z >>>>> 3/7/2026 5:46:14 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:46:14.6076170Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T05:46:14.6077250Z >>>>> 3/7/2026 5:46:14 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:46:31.6620690Z >>>>> 3/7/2026 5:46:31 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:46:31.6679780Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:46:31.6682560Z >>>>> 3/7/2026 5:46:31 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:46:46.5393990Z >>>>> 3/7/2026 5:46:46 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:46:46.5442690Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T05:46:46.5443670Z >>>>> 3/7/2026 5:46:46 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:47:02.5983630Z >>>>> 3/7/2026 5:47:02 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:47:02.6039890Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-07T05:47:02.6040790Z >>>>> 3/7/2026 5:47:02 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:47:18.2134710Z >>>>> 3/7/2026 5:47:18 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:47:18.2203860Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [15 s] 2026-03-07T05:47:18.2214400Z >>>>> 3/7/2026 5:47:18 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:47:34.4729700Z >>>>> 3/7/2026 5:47:34 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:47:34.4780540Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-07T05:47:34.4781990Z >>>>> 3/7/2026 5:47:34 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:47:51.7550110Z >>>>> 3/7/2026 5:47:51 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:47:51.7614940Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-07T05:47:51.7617680Z >>>>> 3/7/2026 5:47:51 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:48:07.0827310Z >>>>> 3/7/2026 5:48:07 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:48:07.0893850Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T05:48:07.0895640Z >>>>> 3/7/2026 5:48:07 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:48:25.4657760Z >>>>> 3/7/2026 5:48:25 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:48:25.4962260Z >>>>> 3/7/2026 5:48:25 AM Log types: 2026-03-07T05:48:25.9311890Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-07T05:48:25.9317490Z Error Message: 2026-03-07T05:48:25.9319280Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:48:25.9321300Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T05:48:25.9323300Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:48:25.9325370Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:48:25.9327730Z 2026-03-07T05:48:25.9329840Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:48:25.9331180Z 2026-03-07T05:48:25.9332670Z Stack Trace: 2026-03-07T05:48:25.9334380Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:48:25.9337150Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:48:25.9340100Z 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:48:25.9343190Z 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:48:25.9346520Z 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:48:25.9348880Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:48:25.9351580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:48:25.9361390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:48:25.9364680Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:48:25.9365870Z 2026-03-07T05:48:25.9369790Z >>>>> 3/7/2026 5:48:25 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:48:41.7749240Z >>>>> 3/7/2026 5:48:41 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:48:41.7802460Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T05:48:41.7807320Z >>>>> 3/7/2026 5:48:41 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:49:00.3796810Z >>>>> 3/7/2026 5:49:00 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:49:00.3913950Z >>>>> 3/7/2026 5:49:00 AM Log types: 2026-03-07T05:49:01.2907740Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-07T05:49:01.2908360Z Error Message: 2026-03-07T05:49:01.2908730Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:49:01.2909720Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T05:49:01.2910270Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:49:01.2910830Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:49:01.2911020Z 2026-03-07T05:49:01.2911370Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:49:01.2911560Z 2026-03-07T05:49:01.2911880Z Stack Trace: 2026-03-07T05:49:01.2912360Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:49:01.2913130Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:49:01.2914010Z 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:49:01.2914890Z 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:49:01.2915940Z 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:49:01.2916790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:49:01.2917500Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:49:01.2918130Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:49:01.2918720Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:49:01.2919040Z 2026-03-07T05:49:03.1928470Z >>>>> 3/7/2026 5:49:03 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T05:49:05.6853130Z >>>>> 3/7/2026 5:49:05 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T05:49:26.0370790Z >>>>> 3/7/2026 5:49:26 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T05:49:26.0447240Z Passed VerifyGroupFooterTemplate_WithFooterString [20 s] 2026-03-07T05:49:26.0504470Z >>>>> 3/7/2026 5:49:26 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T05:49:52.3737170Z >>>>> 3/7/2026 5:49:52 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T05:49:52.4145430Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [26 s] 2026-03-07T05:49:52.4149560Z >>>>> 3/7/2026 5:49:52 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T05:50:22.9287810Z >>>>> 3/7/2026 5:50:22 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T05:50:22.9340760Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [30 s] 2026-03-07T05:50:22.9341700Z >>>>> 3/7/2026 5:50:22 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T05:50:48.7510460Z >>>>> 3/7/2026 5:50:48 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T05:50:48.7565150Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [25 s] 2026-03-07T05:50:48.7566940Z >>>>> 3/7/2026 5:50:48 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T05:51:19.0002230Z >>>>> 3/7/2026 5:51:18 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T05:51:19.0156910Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [30 s] 2026-03-07T05:51:19.0162860Z >>>>> 3/7/2026 5:51:19 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T05:51:49.1921660Z >>>>> 3/7/2026 5:51:49 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T05:51:49.1968030Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [30 s] 2026-03-07T05:51:49.1969090Z >>>>> 3/7/2026 5:51:49 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T05:52:22.2047230Z >>>>> 3/7/2026 5:52:22 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T05:52:22.2095360Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [33 s] 2026-03-07T05:52:22.2096220Z >>>>> 3/7/2026 5:52:22 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T05:52:53.1350120Z >>>>> 3/7/2026 5:52:53 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T05:52:53.1400120Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [30 s] 2026-03-07T05:52:53.1401340Z >>>>> 3/7/2026 5:52:53 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T05:53:26.2534020Z >>>>> 3/7/2026 5:53:26 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T05:53:26.2597900Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [33 s] 2026-03-07T05:53:26.2602250Z >>>>> 3/7/2026 5:53:26 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T05:53:43.1803630Z >>>>> 3/7/2026 5:53:43 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T05:53:43.1850140Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [16 s] 2026-03-07T05:53:43.1851160Z >>>>> 3/7/2026 5:53:43 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T05:54:00.9046920Z >>>>> 3/7/2026 5:54:00 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T05:54:00.9165370Z Passed VerifyGroupFooterTemplate_WithHeaderString [17 s] 2026-03-07T05:54:00.9177080Z >>>>> 3/7/2026 5:54:00 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T05:54:20.3789860Z >>>>> 3/7/2026 5:54:20 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T05:54:20.3835670Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [19 s] 2026-03-07T05:54:20.3837160Z >>>>> 3/7/2026 5:54:20 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T05:54:34.6757060Z >>>>> 3/7/2026 5:54:34 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T05:54:34.6806950Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [14 s] 2026-03-07T05:54:34.6809860Z >>>>> 3/7/2026 5:54:34 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T05:54:52.1709660Z >>>>> 3/7/2026 5:54:52 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T05:54:52.1754800Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [17 s] 2026-03-07T05:54:52.1755780Z >>>>> 3/7/2026 5:54:52 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T05:55:09.4805120Z >>>>> 3/7/2026 5:55:09 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T05:55:09.4862350Z Passed VerifyGroupHeaderTemplate_WithFooterString [17 s] 2026-03-07T05:55:09.4864670Z >>>>> 3/7/2026 5:55:09 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T05:55:28.0228750Z >>>>> 3/7/2026 5:55:28 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T05:55:28.0275540Z Passed VerifyGroupHeaderTemplate_WithHeaderString [18 s] 2026-03-07T05:55:28.0276410Z >>>>> 3/7/2026 5:55:28 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T05:55:42.8410290Z >>>>> 3/7/2026 5:55:42 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T05:55:42.8466510Z Passed VerifyIsGrouped_WithFooterString [14 s] 2026-03-07T05:55:42.8467560Z >>>>> 3/7/2026 5:55:42 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T05:55:56.2691210Z >>>>> 3/7/2026 5:55:56 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T05:55:56.2750410Z Passed VerifyIsGrouped_WithHeaderString [13 s] 2026-03-07T05:55:56.2752070Z >>>>> 3/7/2026 5:55:56 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T05:56:07.7365070Z >>>>> 3/7/2026 5:56:07 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T05:56:07.7415760Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [11 s] 2026-03-07T05:56:07.7416810Z >>>>> 3/7/2026 5:56:07 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T05:56:23.9737670Z >>>>> 3/7/2026 5:56:23 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T05:56:23.9797890Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [16 s] 2026-03-07T05:56:23.9808090Z >>>>> 3/7/2026 5:56:23 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T05:56:35.9665660Z >>>>> 3/7/2026 5:56:35 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T05:56:36.0780600Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [11 s] 2026-03-07T05:56:38.4898800Z >>>>> 3/7/2026 5:56:38 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T05:56:41.2121580Z >>>>> 3/7/2026 5:56:41 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T05:56:55.8663750Z >>>>> 3/7/2026 5:56:55 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T05:56:55.8710800Z Passed VerifyStringItemsObservableCollectionWhenAddItems [14 s] 2026-03-07T05:56:55.8712640Z >>>>> 3/7/2026 5:56:55 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T05:57:09.8710430Z >>>>> 3/7/2026 5:57:09 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T05:57:09.8769810Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-07T05:57:09.8770950Z >>>>> 3/7/2026 5:57:09 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T05:57:23.7013300Z >>>>> 3/7/2026 5:57:23 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T05:57:23.7058620Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [13 s] 2026-03-07T05:57:23.7060560Z >>>>> 3/7/2026 5:57:23 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T05:57:37.5363060Z >>>>> 3/7/2026 5:57:37 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T05:57:37.5417420Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-07T05:57:37.5418570Z >>>>> 3/7/2026 5:57:37 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T05:57:52.1432680Z >>>>> 3/7/2026 5:57:52 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T05:57:52.1486300Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [14 s] 2026-03-07T05:57:52.1488090Z >>>>> 3/7/2026 5:57:52 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T05:58:14.3617760Z >>>>> 3/7/2026 5:58:14 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T05:58:14.3665770Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [22 s] 2026-03-07T05:58:14.3667030Z >>>>> 3/7/2026 5:58:14 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T05:58:33.4687360Z >>>>> 3/7/2026 5:58:33 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T05:58:33.4739060Z Passed VerifyModelItemsGroupedListWhenAddItems [19 s] 2026-03-07T05:58:33.4740180Z >>>>> 3/7/2026 5:58:33 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T05:59:03.9586480Z >>>>> 3/7/2026 5:59:03 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T05:59:03.9644930Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [30 s] 2026-03-07T05:59:03.9647630Z >>>>> 3/7/2026 5:59:03 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T05:59:27.3609160Z >>>>> 3/7/2026 5:59:27 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T05:59:27.3656290Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [23 s] 2026-03-07T05:59:27.3657360Z >>>>> 3/7/2026 5:59:27 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T05:59:46.9382690Z >>>>> 3/7/2026 5:59:46 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T05:59:46.9430660Z Passed VerifyModelItemsGroupedListWhenRemoveItems [19 s] 2026-03-07T05:59:46.9431540Z >>>>> 3/7/2026 5:59:46 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T06:00:16.3987830Z >>>>> 3/7/2026 6:00:16 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T06:00:16.4035970Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [29 s] 2026-03-07T06:00:16.4036900Z >>>>> 3/7/2026 6:00:16 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T06:00:28.7952160Z >>>>> 3/7/2026 6:00:28 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T06:00:28.8015740Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [12 s] 2026-03-07T06:00:28.8020240Z >>>>> 3/7/2026 6:00:28 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T06:00:40.6295500Z >>>>> 3/7/2026 6:00:40 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T06:00:40.6350140Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [11 s] 2026-03-07T06:00:40.6351170Z >>>>> 3/7/2026 6:00:40 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T06:00:55.1595420Z >>>>> 3/7/2026 6:00:55 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T06:00:55.1652230Z Passed VerifyModelItemsListWhenAddItems [14 s] 2026-03-07T06:00:55.1653580Z >>>>> 3/7/2026 6:00:55 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T06:01:10.5074840Z >>>>> 3/7/2026 6:01:10 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T06:01:10.5119630Z Passed VerifyModelItemsListWhenRemoveItems [15 s] 2026-03-07T06:01:10.5120750Z >>>>> 3/7/2026 6:01:10 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T06:01:28.3924900Z >>>>> 3/7/2026 6:01:28 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T06:01:28.3981570Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [17 s] 2026-03-07T06:01:28.3983650Z >>>>> 3/7/2026 6:01:28 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T06:01:46.1843420Z >>>>> 3/7/2026 6:01:46 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T06:01:46.1883520Z Passed VerifyModelItemsObservableCollectionWhenAddItems [17 s] 2026-03-07T06:01:46.1891540Z >>>>> 3/7/2026 6:01:46 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T06:02:16.8485220Z >>>>> 3/7/2026 6:02:16 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T06:02:16.8536390Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [30 s] 2026-03-07T06:02:16.8538150Z >>>>> 3/7/2026 6:02:16 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T06:02:37.6446690Z >>>>> 3/7/2026 6:02:37 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T06:02:37.6502050Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [20 s] 2026-03-07T06:02:37.6503860Z >>>>> 3/7/2026 6:02:37 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T06:02:54.2734760Z >>>>> 3/7/2026 6:02:54 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T06:02:54.2809490Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [16 s] 2026-03-07T06:02:54.2813450Z >>>>> 3/7/2026 6:02:54 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T06:03:23.8066590Z >>>>> 3/7/2026 6:03:23 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T06:03:23.8132040Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [29 s] 2026-03-07T06:03:23.8134920Z >>>>> 3/7/2026 6:03:23 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T06:03:36.8278670Z >>>>> 3/7/2026 6:03:36 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T06:03:36.8346100Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [13 s] 2026-03-07T06:03:36.8347810Z >>>>> 3/7/2026 6:03:36 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T06:03:49.1124360Z >>>>> 3/7/2026 6:03:49 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T06:03:49.1177580Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [12 s] 2026-03-07T06:03:49.1178550Z >>>>> 3/7/2026 6:03:49 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T06:04:02.2214270Z >>>>> 3/7/2026 6:04:02 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T06:04:02.2266680Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-07T06:04:02.2269000Z >>>>> 3/7/2026 6:04:02 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T06:04:14.7581660Z >>>>> 3/7/2026 6:04:14 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T06:04:14.7634840Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [12 s] 2026-03-07T06:04:14.7636300Z >>>>> 3/7/2026 6:04:14 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T06:04:37.4298400Z >>>>> 3/7/2026 6:04:37 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T06:04:37.4373710Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [22 s] 2026-03-07T06:04:37.4376310Z >>>>> 3/7/2026 6:04:37 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T06:04:56.9418680Z >>>>> 3/7/2026 6:04:56 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T06:04:56.9469590Z Passed VerifyStringItemsGroupedListWhenAddItems [19 s] 2026-03-07T06:04:56.9470770Z >>>>> 3/7/2026 6:04:56 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T06:05:30.5683930Z >>>>> 3/7/2026 6:05:30 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T06:05:30.5772920Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [33 s] 2026-03-07T06:05:30.5800620Z >>>>> 3/7/2026 6:05:30 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T06:05:52.8285750Z >>>>> 3/7/2026 6:05:52 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T06:05:52.8337930Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-07T06:05:52.8341040Z >>>>> 3/7/2026 6:05:52 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T06:06:11.7127180Z >>>>> 3/7/2026 6:06:11 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T06:06:11.7176250Z Passed VerifyStringItemsGroupedListWhenRemoveItems [18 s] 2026-03-07T06:06:11.7177360Z >>>>> 3/7/2026 6:06:11 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T06:06:40.1266880Z >>>>> 3/7/2026 6:06:40 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T06:06:40.1316940Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [28 s] 2026-03-07T06:06:40.1317960Z >>>>> 3/7/2026 6:06:40 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T06:06:49.6464800Z >>>>> 3/7/2026 6:06:49 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T06:06:49.6518090Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [9 s] 2026-03-07T06:06:49.6519130Z >>>>> 3/7/2026 6:06:49 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T06:06:58.2854930Z >>>>> 3/7/2026 6:06:58 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T06:06:58.2907040Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-07T06:06:58.2907840Z >>>>> 3/7/2026 6:06:58 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T06:07:11.2283570Z >>>>> 3/7/2026 6:07:11 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T06:07:11.2349790Z Passed VerifyStringItemsListWhenAddItems [12 s] 2026-03-07T06:07:11.2352490Z >>>>> 3/7/2026 6:07:11 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T06:07:24.6943080Z >>>>> 3/7/2026 6:07:24 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T06:07:24.6993040Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-07T06:07:24.6994110Z >>>>> 3/7/2026 6:07:24 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T06:07:46.6832790Z >>>>> 3/7/2026 6:07:46 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T06:07:46.6885070Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [21 s] 2026-03-07T06:07:46.6886200Z >>>>> 3/7/2026 6:07:46 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T06:08:09.6907660Z >>>>> 3/7/2026 6:08:09 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T06:08:09.6960280Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [23 s] 2026-03-07T06:08:09.6963130Z >>>>> 3/7/2026 6:08:09 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T06:08:25.9275150Z >>>>> 3/7/2026 6:08:25 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T06:08:25.9327030Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-07T06:08:25.9329210Z >>>>> 3/7/2026 6:08:25 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T06:08:39.4545970Z >>>>> 3/7/2026 6:08:39 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T06:08:39.4600770Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-07T06:08:39.4601820Z >>>>> 3/7/2026 6:08:39 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T06:09:01.9092710Z >>>>> 3/7/2026 6:09:01 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T06:09:02.0372370Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [22 s] 2026-03-07T06:09:04.5043990Z >>>>> 3/7/2026 6:09:04 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T06:09:07.0073350Z >>>>> 3/7/2026 6:09:07 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T06:09:27.5528500Z >>>>> 3/7/2026 6:09:27 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:09:27.5578420Z Passed VerifyMeasureAllItemsWithObservableCollection [20 s] 2026-03-07T06:09:27.5581200Z >>>>> 3/7/2026 6:09:27 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T06:09:50.1827420Z >>>>> 3/7/2026 6:09:50 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T06:09:50.1906970Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [22 s] 2026-03-07T06:09:50.1930500Z >>>>> 3/7/2026 6:09:50 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T06:10:11.6336640Z >>>>> 3/7/2026 6:10:11 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:10:11.6392740Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [21 s] 2026-03-07T06:10:11.6393960Z >>>>> 3/7/2026 6:10:11 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T06:10:52.1289750Z >>>>> 3/7/2026 6:10:52 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T06:10:52.1344080Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [40 s] 2026-03-07T06:10:52.1345060Z >>>>> 3/7/2026 6:10:52 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T06:11:16.6095580Z >>>>> 3/7/2026 6:11:16 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T06:11:16.6147630Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [24 s] 2026-03-07T06:11:16.6149310Z >>>>> 3/7/2026 6:11:16 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T06:11:35.6245980Z >>>>> 3/7/2026 6:11:35 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:11:35.6295120Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T06:11:35.6296840Z >>>>> 3/7/2026 6:11:35 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T06:12:13.7005760Z >>>>> 3/7/2026 6:12:13 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T06:12:13.7056210Z Passed VerifyKeepScrollOffsetWithGroupedList [38 s] 2026-03-07T06:12:13.7057290Z >>>>> 3/7/2026 6:12:13 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T06:12:46.6941780Z >>>>> 3/7/2026 6:12:46 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T06:12:46.6991910Z Passed VerifyKeepScrollOffsetWithObservableList [32 s] 2026-03-07T06:12:46.6993940Z >>>>> 3/7/2026 6:12:46 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T06:13:06.5016050Z >>>>> 3/7/2026 6:13:06 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T06:13:07.6992290Z Passed VerifyMeasureAllItemsWithGroupedList [19 s] 2026-03-07T06:13:09.1712530Z >>>>> 3/7/2026 6:13:09 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T06:13:11.8004060Z >>>>> 3/7/2026 6:13:11 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T06:13:31.8357870Z >>>>> 3/7/2026 6:13:31 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T06:13:31.8412630Z Passed VerifySelectionModeNoneWhenItemsSourceNone [20 s] 2026-03-07T06:13:31.8413790Z >>>>> 3/7/2026 6:13:31 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T06:13:52.3118200Z >>>>> 3/7/2026 6:13:52 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T06:13:52.3172120Z Passed VerifySelecctionModeSingleWhenCurrentSelection [20 s] 2026-03-07T06:13:52.3174600Z >>>>> 3/7/2026 6:13:52 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T06:14:07.6658740Z >>>>> 3/7/2026 6:14:07 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T06:14:07.6713170Z Passed VerifySelectionModeNoneWhenCurrentSelection [15 s] 2026-03-07T06:14:07.6714120Z >>>>> 3/7/2026 6:14:07 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T06:14:25.3251450Z >>>>> 3/7/2026 6:14:25 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T06:14:25.3300490Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [17 s] 2026-03-07T06:14:25.3301820Z >>>>> 3/7/2026 6:14:25 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T06:14:44.6900550Z >>>>> 3/7/2026 6:14:44 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T06:14:44.6970930Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [19 s] 2026-03-07T06:14:44.6974680Z >>>>> 3/7/2026 6:14:44 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T06:15:05.3945960Z >>>>> 3/7/2026 6:15:05 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T06:15:05.4001060Z Passed VerifySelectionModeNoneWhenPreviousSelection [20 s] 2026-03-07T06:15:05.4004010Z >>>>> 3/7/2026 6:15:05 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T06:15:26.8028370Z >>>>> 3/7/2026 6:15:26 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T06:15:26.8081280Z Passed VerifySelectionModeNoneWithFooterString [21 s] 2026-03-07T06:15:26.8083980Z >>>>> 3/7/2026 6:15:26 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T06:15:51.2782720Z >>>>> 3/7/2026 6:15:51 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T06:15:51.2841520Z Passed VerifySelectionModeNoneWithFooterTemplateView [24 s] 2026-03-07T06:15:51.2842640Z >>>>> 3/7/2026 6:15:51 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T06:16:12.1585220Z >>>>> 3/7/2026 6:16:12 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T06:16:12.1637050Z Passed VerifySelectionModeNoneWithFooterView [20 s] 2026-03-07T06:16:12.1639310Z >>>>> 3/7/2026 6:16:12 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T06:16:34.1357520Z >>>>> 3/7/2026 6:16:34 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T06:16:34.1409890Z Passed VerifySelectionModeNoneWithHeaderString [21 s] 2026-03-07T06:16:34.1410790Z >>>>> 3/7/2026 6:16:34 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T06:16:59.1367910Z >>>>> 3/7/2026 6:16:59 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T06:16:59.1460870Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [25 s] 2026-03-07T06:16:59.1467520Z >>>>> 3/7/2026 6:16:59 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T06:17:24.0423920Z >>>>> 3/7/2026 6:17:24 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T06:17:24.0473900Z Passed VerifySelectionModeNoneWithHeaderTemplateView [24 s] 2026-03-07T06:17:24.0475500Z >>>>> 3/7/2026 6:17:24 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T06:17:58.4553460Z >>>>> 3/7/2026 6:17:58 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T06:17:58.4604730Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [34 s] 2026-03-07T06:17:58.4605760Z >>>>> 3/7/2026 6:17:58 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-07T06:18:19.5745610Z >>>>> 3/7/2026 6:18:19 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-07T06:18:19.5795670Z Passed VerifySelectionModeNoneWithHeaderView [21 s] 2026-03-07T06:18:19.5797040Z >>>>> 3/7/2026 6:18:19 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-07T06:18:44.5320660Z >>>>> 3/7/2026 6:18:44 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-07T06:18:44.5369220Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [24 s] 2026-03-07T06:18:44.5370200Z >>>>> 3/7/2026 6:18:44 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-07T06:19:11.8236270Z >>>>> 3/7/2026 6:19:11 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-07T06:19:11.8289510Z Passed VerifySelectionModeSingleSelectionChangedEventCount [27 s] 2026-03-07T06:19:11.8290410Z >>>>> 3/7/2026 6:19:11 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-07T06:19:31.7865650Z >>>>> 3/7/2026 6:19:31 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-07T06:19:31.7923180Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [19 s] 2026-03-07T06:19:31.7925780Z >>>>> 3/7/2026 6:19:31 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-07T06:19:48.1741130Z >>>>> 3/7/2026 6:19:48 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-07T06:19:48.1790500Z Passed VerifySelectionModeSingleWhenItemsSourceNone [16 s] 2026-03-07T06:19:48.1791390Z >>>>> 3/7/2026 6:19:48 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-07T06:20:03.8929340Z >>>>> 3/7/2026 6:20:03 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-07T06:20:03.8984990Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [15 s] 2026-03-07T06:20:03.8986370Z >>>>> 3/7/2026 6:20:03 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-07T06:20:24.6312890Z >>>>> 3/7/2026 6:20:24 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-07T06:20:24.6382290Z Passed VerifySelectionModeSingleWhenPreviousSelection [20 s] 2026-03-07T06:20:24.6384640Z >>>>> 3/7/2026 6:20:24 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-07T06:20:44.9458120Z >>>>> 3/7/2026 6:20:44 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-07T06:20:44.9511460Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [20 s] 2026-03-07T06:20:44.9512450Z >>>>> 3/7/2026 6:20:44 AM VerifySelectionModeSingleWithFooterString Start 2026-03-07T06:21:08.7850560Z >>>>> 3/7/2026 6:21:08 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-07T06:21:08.7907870Z Passed VerifySelectionModeSingleWithFooterString [23 s] 2026-03-07T06:21:08.7910240Z >>>>> 3/7/2026 6:21:08 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-07T06:21:37.4590040Z >>>>> 3/7/2026 6:21:37 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-07T06:21:37.4702990Z Passed VerifySelectionModeSingleWithFooterTemplateView [28 s] 2026-03-07T06:21:37.4713590Z >>>>> 3/7/2026 6:21:37 AM VerifySelectionModeSingleWithFooterView Start 2026-03-07T06:22:02.1724800Z >>>>> 3/7/2026 6:22:02 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-07T06:22:02.1779540Z Passed VerifySelectionModeSingleWithFooterView [24 s] 2026-03-07T06:22:02.1780480Z >>>>> 3/7/2026 6:22:02 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-07T06:22:25.7400120Z >>>>> 3/7/2026 6:22:25 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-07T06:22:25.7454810Z Passed VerifySelectionModeSingleWithHeaderString [23 s] 2026-03-07T06:22:25.7456810Z >>>>> 3/7/2026 6:22:25 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-07T06:22:54.3941970Z >>>>> 3/7/2026 6:22:54 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-07T06:22:54.3996920Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [28 s] 2026-03-07T06:22:54.4000080Z >>>>> 3/7/2026 6:22:54 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-07T06:23:22.9687270Z >>>>> 3/7/2026 6:23:22 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-07T06:23:22.9746180Z Passed VerifySelectionModeSingleWithHeaderTemplateView [28 s] 2026-03-07T06:23:22.9747160Z >>>>> 3/7/2026 6:23:22 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T06:23:58.9050080Z >>>>> 3/7/2026 6:23:58 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T06:23:58.9135610Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [35 s] 2026-03-07T06:23:58.9231980Z >>>>> 3/7/2026 6:23:58 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-07T06:24:24.4543920Z >>>>> 3/7/2026 6:24:24 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-07T06:24:24.4595410Z Passed VerifySelectionModeSingleWithHeaderView [25 s] 2026-03-07T06:24:24.4597330Z >>>>> 3/7/2026 6:24:24 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-07T06:24:52.7914890Z >>>>> 3/7/2026 6:24:52 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-07T06:24:52.9628310Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [28 s] 2026-03-07T06:24:55.5329920Z >>>>> 3/7/2026 6:24:55 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-07T06:24:55.5332200Z >>>>> 3/7/2026 6:24:55 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-07T06:25:06.9081420Z >>>>> 3/7/2026 6:25:06 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-07T06:25:09.4554210Z Passed EmptyViewItemsSourceNullStringWorks [13 s] 2026-03-07T06:25:09.4558340Z >>>>> 3/7/2026 6:25:09 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-07T06:25:09.4585470Z >>>>> 3/7/2026 6:25:09 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-07T06:25:20.6758830Z >>>>> 3/7/2026 6:25:20 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-07T06:25:24.5335340Z Passed EmptyViewItemsSourceNullViewWorks [13 s] 2026-03-07T06:25:25.9190440Z >>>>> 3/7/2026 6:25:25 AM GroupingAndHeaderWorks Start 2026-03-07T06:25:25.9223970Z >>>>> 3/7/2026 6:25:25 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-07T06:25:45.0225710Z >>>>> 3/7/2026 6:25:45 AM GroupingAndHeaderWorks Stop 2026-03-07T06:25:48.6653700Z Passed GroupingAndHeaderWorks [21 s] 2026-03-07T06:25:50.1241000Z >>>>> 3/7/2026 6:25:50 AM HeaderFooterStringWorks Start 2026-03-07T06:25:50.1243520Z >>>>> 3/7/2026 6:25:50 AM FixtureSetup for HeaderFooterStringWorks 2026-03-07T06:26:02.5015840Z >>>>> 3/7/2026 6:26:02 AM HeaderFooterStringWorks Stop 2026-03-07T06:26:05.1782240Z Passed HeaderFooterStringWorks [14 s] 2026-03-07T06:26:07.6035640Z >>>>> 3/7/2026 6:26:07 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-07T06:26:10.2786230Z >>>>> 3/7/2026 6:26:10 AM SelectionShouldUpdateBinding Start 2026-03-07T06:26:22.9252120Z >>>>> 3/7/2026 6:26:22 AM SelectionShouldUpdateBinding Stop 2026-03-07T06:26:23.7975820Z Passed SelectionShouldUpdateBinding [12 s] 2026-03-07T06:26:25.3343200Z >>>>> 3/7/2026 6:26:25 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-07T06:26:25.4127990Z >>>>> 3/7/2026 6:26:25 AM ClearingGroupedNoCrash Start 2026-03-07T06:26:28.2910590Z >>>>> 3/7/2026 6:26:28 AM ClearingGroupedNoCrash Stop 2026-03-07T06:26:28.4087500Z Passed ClearingGroupedNoCrash [2 s] 2026-03-07T06:26:31.7499430Z >>>>> 3/7/2026 6:26:31 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-07T06:26:31.8551080Z >>>>> 3/7/2026 6:26:31 AM NoBindingErrors Start 2026-03-07T06:26:40.6248600Z >>>>> 3/7/2026 6:26:40 AM NoBindingErrors Stop 2026-03-07T06:26:40.8965210Z Passed NoBindingErrors [8 s] 2026-03-07T06:26:43.0599240Z >>>>> 3/7/2026 6:26:43 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-07T06:26:43.1718820Z >>>>> 3/7/2026 6:26:43 AM DynamicallyLoadCollectionView Start 2026-03-07T06:26:43.9990230Z >>>>> 3/7/2026 6:26:43 AM DynamicallyLoadCollectionView Stop 2026-03-07T06:26:44.6716320Z Passed DynamicallyLoadCollectionView [833 ms] 2026-03-07T06:26:46.4626900Z >>>>> 3/7/2026 6:26:46 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-07T06:26:46.5767160Z >>>>> 3/7/2026 6:26:46 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-07T06:26:46.5955450Z >>>>> 3/7/2026 6:26:46 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-07T06:26:46.6020430Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-07T06:26:48.0879010Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [24 ms] 2026-03-07T06:26:49.4171010Z >>>>> 3/7/2026 6:26:49 AM KeepItemsInView Start 2026-03-07T06:26:49.4265430Z >>>>> 3/7/2026 6:26:49 AM FixtureSetup for KeepItemsInView 2026-03-07T06:27:53.9419600Z >>>>> 3/7/2026 6:27:53 AM KeepItemsInView Stop 2026-03-07T06:27:57.1134410Z Passed KeepItemsInView [1 m 7 s] 2026-03-07T06:27:59.1134150Z >>>>> 3/7/2026 6:27:59 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-07T06:27:59.1135490Z >>>>> 3/7/2026 6:27:59 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-07T06:28:04.5624850Z >>>>> 3/7/2026 6:28:04 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-07T06:28:07.1760850Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [8 s] 2026-03-07T06:28:07.1780130Z >>>>> 3/7/2026 6:28:07 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-07T06:28:07.1789400Z >>>>> 3/7/2026 6:28:07 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-07T06:28:12.8744140Z >>>>> 3/7/2026 6:28:12 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-07T06:28:16.1752180Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [8 s] 2026-03-07T06:28:17.7486780Z >>>>> 3/7/2026 6:28:17 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-07T06:28:17.8489320Z >>>>> 3/7/2026 6:28:17 AM EmptyViewShouldNotCrash Start 2026-03-07T06:28:18.7446990Z >>>>> 3/7/2026 6:28:18 AM EmptyViewShouldNotCrash Stop 2026-03-07T06:28:19.3367410Z Passed EmptyViewShouldNotCrash [901 ms] 2026-03-07T06:28:21.2629520Z >>>>> 3/7/2026 6:28:21 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-07T06:28:21.3499650Z >>>>> 3/7/2026 6:28:21 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T06:28:22.1202380Z >>>>> 3/7/2026 6:28:22 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T06:28:22.8965020Z Passed CollectionShouldInvalidateOnVisibilityChange [775 ms] 2026-03-07T06:28:25.2342870Z >>>>> 3/7/2026 6:28:25 AM FixtureSetup for Issue10454(Mac) 2026-03-07T06:28:25.3206040Z >>>>> 3/7/2026 6:28:25 AM ChildAddedShouldFire Start 2026-03-07T06:28:28.8773670Z >>>>> 3/7/2026 6:28:28 AM ChildAddedShouldFire Stop 2026-03-07T06:28:29.8163590Z Passed ChildAddedShouldFire [3 s] 2026-03-07T06:28:31.7604990Z >>>>> 3/7/2026 6:28:31 AM FixtureSetup for Issue10947(Mac) 2026-03-07T06:28:31.8696230Z >>>>> 3/7/2026 6:28:31 AM CollectionViewHeaderShouldNotScroll Start 2026-03-07T06:28:41.3368180Z >>>>> 3/7/2026 6:28:41 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-07T06:28:42.3994630Z Passed CollectionViewHeaderShouldNotScroll [9 s] 2026-03-07T06:28:43.8351480Z >>>>> 3/7/2026 6:28:43 AM FixtureSetup for Issue11311(Mac) 2026-03-07T06:28:43.9260630Z >>>>> 3/7/2026 6:28:43 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-07T06:28:44.6955080Z >>>>> 3/7/2026 6:28:44 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-07T06:28:45.4597290Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [781 ms] 2026-03-07T06:28:47.0841190Z >>>>> 3/7/2026 6:28:47 AM FixtureSetup for Issue11853(Mac) 2026-03-07T06:28:47.1703470Z >>>>> 3/7/2026 6:28:47 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-07T06:28:51.5341060Z >>>>> 3/7/2026 6:28:51 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-07T06:28:51.6670720Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [4 s] 2026-03-07T06:28:54.0948160Z >>>>> 3/7/2026 6:28:54 AM FixtureSetup for Issue11896(Mac) 2026-03-07T06:28:54.2036040Z >>>>> 3/7/2026 6:28:54 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-07T06:29:01.8246800Z >>>>> 3/7/2026 6:29:01 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-07T06:29:01.8309680Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [7 s] 2026-03-07T06:29:01.8310920Z >>>>> 3/7/2026 6:29:01 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-07T06:29:10.4448630Z >>>>> 3/7/2026 6:29:10 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-07T06:29:10.8631560Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [8 s] 2026-03-07T06:29:12.8445420Z >>>>> 3/7/2026 6:29:12 AM FixtureSetup for Issue12374(Mac) 2026-03-07T06:29:12.9324510Z >>>>> 3/7/2026 6:29:12 AM Issue12374Test Start 2026-03-07T06:29:19.9773980Z >>>>> 3/7/2026 6:29:19 AM Issue12374Test Stop 2026-03-07T06:29:20.4802850Z Passed Issue12374Test [7 s] 2026-03-07T06:29:22.4696750Z >>>>> 3/7/2026 6:29:22 AM FixtureSetup for Issue12714(Mac) 2026-03-07T06:29:22.5674080Z >>>>> 3/7/2026 6:29:22 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-07T06:29:25.3134340Z >>>>> 3/7/2026 6:29:25 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-07T06:29:25.5584080Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-07T06:29:27.9136310Z >>>>> 3/7/2026 6:29:27 AM FixtureSetup for Issue13126_2(Mac) 2026-03-07T06:29:28.0130200Z >>>>> 3/7/2026 6:29:28 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-07T06:29:28.8320110Z >>>>> 3/7/2026 6:29:28 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-07T06:29:29.5143530Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [824 ms] 2026-03-07T06:29:31.3707630Z >>>>> 3/7/2026 6:29:31 AM FixtureSetup for Issue13203(Mac) 2026-03-07T06:29:31.4804980Z >>>>> 3/7/2026 6:29:31 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T06:29:32.2529510Z >>>>> 3/7/2026 6:29:32 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T06:29:33.0352270Z Passed CollectionShouldInvalidateOnVisibilityChange [777 ms] 2026-03-07T06:29:34.6695720Z >>>>> 3/7/2026 6:29:34 AM FixtureSetup for Issue13551(Mac) 2026-03-07T06:29:34.8040140Z >>>>> 3/7/2026 6:29:34 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-07T06:29:35.9666880Z >>>>> 3/7/2026 6:29:35 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-07T06:29:36.3714710Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-07T06:29:38.4547590Z >>>>> 3/7/2026 6:29:38 AM FixtureSetup for Issue14557(Mac) 2026-03-07T06:29:38.5568650Z >>>>> 3/7/2026 6:29:38 AM HeaderAndFooterRender Start 2026-03-07T06:29:41.3953850Z >>>>> 3/7/2026 6:29:41 AM HeaderAndFooterRender Stop 2026-03-07T06:29:41.5571110Z Passed HeaderAndFooterRender [2 s] 2026-03-07T06:29:43.8210790Z >>>>> 3/7/2026 6:29:43 AM FixtureSetup for Issue15778(Mac) 2026-03-07T06:29:43.9036650Z >>>>> 3/7/2026 6:29:43 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-07T06:29:47.3629380Z >>>>> 3/7/2026 6:29:47 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-07T06:29:48.3955530Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-07T06:29:49.7826990Z >>>>> 3/7/2026 6:29:49 AM FixtureSetup for Issue15815(Mac) 2026-03-07T06:29:49.8675960Z >>>>> 3/7/2026 6:29:49 AM LastItemIsVisilbe Start 2026-03-07T06:29:51.2397100Z >>>>> 3/7/2026 6:29:51 AM LastItemIsVisilbe Stop 2026-03-07T06:29:51.4284730Z Passed LastItemIsVisilbe [1 s] 2026-03-07T06:29:53.6671640Z >>>>> 3/7/2026 6:29:53 AM FixtureSetup for Issue16320(Mac) 2026-03-07T06:29:53.7772000Z >>>>> 3/7/2026 6:29:53 AM Issue16320Test Start 2026-03-07T06:29:56.3656280Z >>>>> 3/7/2026 6:29:56 AM Issue16320Test Stop 2026-03-07T06:29:56.8138530Z Passed Issue16320Test [2 s] 2026-03-07T06:29:58.6515490Z >>>>> 3/7/2026 6:29:58 AM FixtureSetup for Issue16787(Mac) 2026-03-07T06:29:58.7415190Z >>>>> 3/7/2026 6:29:58 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-07T06:29:59.9028230Z >>>>> 3/7/2026 6:29:59 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-07T06:30:00.2964770Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-07T06:30:02.4745030Z >>>>> 3/7/2026 6:30:02 AM FixtureSetup for Issue17400(Mac) 2026-03-07T06:30:02.5604990Z >>>>> 3/7/2026 6:30:02 AM Issue17400Test Start 2026-03-07T06:30:09.3656900Z >>>>> 3/7/2026 6:30:09 AM Issue17400Test Stop 2026-03-07T06:30:10.0639060Z Passed Issue17400Test [6 s] 2026-03-07T06:30:11.8748980Z >>>>> 3/7/2026 6:30:11 AM FixtureSetup for Issue17823(Mac) 2026-03-07T06:30:11.9712110Z >>>>> 3/7/2026 6:30:11 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-07T06:30:17.1885620Z >>>>> 3/7/2026 6:30:17 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-07T06:30:17.1980440Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [5 s] 2026-03-07T06:30:17.1989550Z >>>>> 3/7/2026 6:30:17 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-07T06:30:21.9441490Z >>>>> 3/7/2026 6:30:21 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-07T06:30:23.2402850Z Passed ReorderingLastItemWithHeaderDoesNotCrash [4 s] 2026-03-07T06:30:24.6506860Z >>>>> 3/7/2026 6:30:24 AM FixtureSetup for Issue17865(Mac) 2026-03-07T06:30:24.7441520Z >>>>> 3/7/2026 6:30:24 AM Issue17865Test Start 2026-03-07T06:30:30.9067970Z >>>>> 3/7/2026 6:30:30 AM Issue17865Test Stop 2026-03-07T06:30:32.2977610Z Passed Issue17865Test [6 s] 2026-03-07T06:30:33.5401310Z >>>>> 3/7/2026 6:30:33 AM FixtureSetup for Issue17969(Mac) 2026-03-07T06:30:33.6241730Z >>>>> 3/7/2026 6:30:33 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-07T06:30:40.6218000Z >>>>> 3/7/2026 6:30:40 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-07T06:30:40.6274840Z Passed CollectionViewAddGroupWhenViewIsEmpty [7 s] 2026-03-07T06:30:40.6278580Z >>>>> 3/7/2026 6:30:40 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-07T06:30:47.8063590Z >>>>> 3/7/2026 6:30:47 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-07T06:30:48.1352090Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [7 s] 2026-03-07T06:30:50.4994040Z >>>>> 3/7/2026 6:30:50 AM FixtureSetup for Issue18389(Mac) 2026-03-07T06:30:50.5950450Z >>>>> 3/7/2026 6:30:50 AM VerifyScrollToIndexWithHeader Start 2026-03-07T06:31:05.1287500Z >>>>> 3/7/2026 6:31:05 AM VerifyScrollToIndexWithHeader Stop 2026-03-07T06:31:05.5917360Z Passed VerifyScrollToIndexWithHeader [14 s] 2026-03-07T06:31:07.6174360Z >>>>> 3/7/2026 6:31:07 AM FixtureSetup for Issue18702(Mac) 2026-03-07T06:31:07.7169780Z >>>>> 3/7/2026 6:31:07 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-07T06:31:10.4027260Z >>>>> 3/7/2026 6:31:10 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-07T06:31:10.7101730Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [2 s] 2026-03-07T06:31:12.9070620Z >>>>> 3/7/2026 6:31:12 AM FixtureSetup for Issue18751(Mac) 2026-03-07T06:31:12.9936650Z >>>>> 3/7/2026 6:31:12 AM Issue18751Test Start 2026-03-07T06:31:16.7487100Z >>>>> 3/7/2026 6:31:16 AM Issue18751Test Stop 2026-03-07T06:31:17.4919380Z Passed Issue18751Test [3 s] 2026-03-07T06:31:19.1603410Z >>>>> 3/7/2026 6:31:19 AM FixtureSetup for Issue19338(Mac) 2026-03-07T06:31:19.2454100Z >>>>> 3/7/2026 6:31:19 AM HeaderAndFooterShouldBeVisible Start 2026-03-07T06:31:21.8357660Z >>>>> 3/7/2026 6:31:21 AM HeaderAndFooterShouldBeVisible Stop 2026-03-07T06:31:22.2971700Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-07T06:31:24.6101940Z >>>>> 3/7/2026 6:31:24 AM FixtureSetup for Issue19379(Mac) 2026-03-07T06:31:24.7441480Z >>>>> 3/7/2026 6:31:24 AM UpdateCollectionViewHeaderTest Start 2026-03-07T06:31:30.7149600Z >>>>> 3/7/2026 6:31:30 AM UpdateCollectionViewHeaderTest Stop 2026-03-07T06:31:30.7991410Z Passed UpdateCollectionViewHeaderTest [5 s] 2026-03-07T06:31:33.0507280Z >>>>> 3/7/2026 6:31:33 AM FixtureSetup for Issue19609(Mac) 2026-03-07T06:31:33.1334280Z >>>>> 3/7/2026 6:31:33 AM CanTapButtonOnEmptyView Start 2026-03-07T06:31:36.1032890Z >>>>> 3/7/2026 6:31:36 AM CanTapButtonOnEmptyView Stop 2026-03-07T06:31:36.1799810Z Passed CanTapButtonOnEmptyView [2 s] 2026-03-07T06:31:38.5350250Z >>>>> 3/7/2026 6:31:38 AM FixtureSetup for Issue19771(Mac) 2026-03-07T06:31:38.6238520Z >>>>> 3/7/2026 6:31:38 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-07T06:31:46.8467710Z >>>>> 3/7/2026 6:31:46 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-07T06:31:47.6298330Z Passed CollectionViewIsEnabledFalsePreventsInteractions [8 s] 2026-03-07T06:31:49.2679100Z >>>>> 3/7/2026 6:31:49 AM FixtureSetup for Issue19803(Mac) 2026-03-07T06:31:49.3611480Z >>>>> 3/7/2026 6:31:49 AM NoNREWhenChangingGridItemsLayout Start 2026-03-07T06:31:52.4337310Z >>>>> 3/7/2026 6:31:52 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-07T06:31:53.8610490Z Passed NoNREWhenChangingGridItemsLayout [3 s] 2026-03-07T06:31:55.0224900Z >>>>> 3/7/2026 6:31:55 AM FixtureSetup for Issue20294(Mac) 2026-03-07T06:31:55.0991510Z >>>>> 3/7/2026 6:31:55 AM ScrollToEndDoesntCrash Start 2026-03-07T06:32:21.0537700Z >>>>> 3/7/2026 6:32:21 AM ScrollToEndDoesntCrash Stop 2026-03-07T06:32:22.4731870Z Passed ScrollToEndDoesntCrash [25 s] 2026-03-07T06:32:23.5825230Z >>>>> 3/7/2026 6:32:23 AM FixtureSetup for Issue20443(Mac) 2026-03-07T06:32:23.6875930Z >>>>> 3/7/2026 6:32:23 AM RefreshShouldNotChangeSize Start 2026-03-07T06:32:37.8522440Z >>>>> 3/7/2026 6:32:37 AM RefreshShouldNotChangeSize Stop 2026-03-07T06:32:38.9746380Z Passed RefreshShouldNotChangeSize [14 s] 2026-03-07T06:32:40.8836750Z >>>>> 3/7/2026 6:32:40 AM FixtureSetup for Issue20842(Mac) 2026-03-07T06:32:40.9651620Z >>>>> 3/7/2026 6:32:40 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-07T06:33:05.5130210Z >>>>> 3/7/2026 6:33:05 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-07T06:33:06.4799350Z Passed VerifyCollectionViewItemsAfterScrolling [24 s] 2026-03-07T06:33:07.9717820Z >>>>> 3/7/2026 6:33:07 AM FixtureSetup for Issue21728(Mac) 2026-03-07T06:33:08.0684680Z >>>>> 3/7/2026 6:33:08 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-07T06:33:10.3204300Z >>>>> 3/7/2026 6:33:10 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-07T06:33:11.0651920Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-07T06:33:12.8241160Z >>>>> 3/7/2026 6:33:12 AM FixtureSetup for Issue21967(Mac) 2026-03-07T06:33:12.9189120Z >>>>> 3/7/2026 6:33:12 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-07T06:33:14.9794690Z >>>>> 3/7/2026 6:33:14 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-07T06:33:14.9850520Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [2 s] 2026-03-07T06:33:14.9864510Z >>>>> 3/7/2026 6:33:14 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-07T06:33:22.8714150Z >>>>> 3/7/2026 6:33:22 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-07T06:33:23.9955330Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [7 s] 2026-03-07T06:33:25.4651060Z >>>>> 3/7/2026 6:33:25 AM FixtureSetup for Issue22104(Mac) 2026-03-07T06:33:25.5720180Z >>>>> 3/7/2026 6:33:25 AM VerifyCollectionViewVisualState Start 2026-03-07T06:33:30.6147790Z >>>>> 3/7/2026 6:33:30 AM VerifyCollectionViewVisualState Stop 2026-03-07T06:33:31.5639720Z Passed VerifyCollectionViewVisualState [5 s] 2026-03-07T06:33:32.9619230Z >>>>> 3/7/2026 6:33:32 AM FixtureSetup for Issue22320(Mac) 2026-03-07T06:33:33.0629550Z >>>>> 3/7/2026 6:33:33 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-07T06:33:34.2461580Z >>>>> 3/7/2026 6:33:34 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-07T06:33:34.2641880Z >>>>> 3/7/2026 6:33:34 AM Log types: 2026-03-07T06:33:34.6587000Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-07T06:33:34.6794950Z Error Message: 2026-03-07T06:33:34.6838470Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-07T06:33:34.6844100Z Stack Trace: 2026-03-07T06:33:34.6846340Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-07T06:33:34.6847310Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-07T06:33:34.6850060Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-07T06:33:34.6851650Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T06:33:34.6853070Z --- End of stack trace from previous location --- 2026-03-07T06:33:34.6855910Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T06:33:34.6857640Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-07T06:33:34.6858950Z --- End of stack trace from previous location --- 2026-03-07T06:33:34.6861430Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-07T06:33:34.6863180Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-07T06:33:34.6864920Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-07T06:33:34.6867840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:33:34.6871020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:33:34.6872610Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T06:33:34.6873680Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T06:33:34.6874580Z 2026-03-07T06:33:37.1737660Z >>>>> 3/7/2026 6:33:37 AM FixtureSetup for Issue22467(Mac) 2026-03-07T06:33:37.2719920Z >>>>> 3/7/2026 6:33:37 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-07T06:33:44.5861570Z >>>>> 3/7/2026 6:33:44 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-07T06:33:44.7627810Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [7 s] 2026-03-07T06:33:46.9416940Z >>>>> 3/7/2026 6:33:46 AM FixtureSetup for Issue22674(Mac) 2026-03-07T06:33:47.0265720Z >>>>> 3/7/2026 6:33:47 AM RemoveItemWhenSelectionChanged Start 2026-03-07T06:33:48.1829040Z >>>>> 3/7/2026 6:33:48 AM RemoveItemWhenSelectionChanged Stop 2026-03-07T06:33:48.5289240Z Passed RemoveItemWhenSelectionChanged [1 s] 2026-03-07T06:33:50.8506730Z >>>>> 3/7/2026 6:33:50 AM FixtureSetup for Issue23702(Mac) 2026-03-07T06:33:50.9448270Z >>>>> 3/7/2026 6:33:50 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-07T06:33:55.1493840Z >>>>> 3/7/2026 6:33:55 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-07T06:33:55.4975580Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [4 s] 2026-03-07T06:33:57.4912010Z >>>>> 3/7/2026 6:33:57 AM FixtureSetup for Issue25181(Mac) 2026-03-07T06:33:57.5829260Z >>>>> 3/7/2026 6:33:57 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-07T06:33:59.7426540Z >>>>> 3/7/2026 6:33:59 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-07T06:34:00.6402290Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-07T06:34:02.3890120Z >>>>> 3/7/2026 6:34:02 AM FixtureSetup for Issue25191(Mac) 2026-03-07T06:34:02.5055920Z >>>>> 3/7/2026 6:34:02 AM CollectionViewMeasureFirstItem Start 2026-03-07T06:34:06.3485160Z >>>>> 3/7/2026 6:34:06 AM CollectionViewMeasureFirstItem Stop 2026-03-07T06:34:07.0413050Z Passed CollectionViewMeasureFirstItem [3 s] 2026-03-07T06:34:08.7969630Z >>>>> 3/7/2026 6:34:08 AM FixtureSetup for Issue25224(Mac) 2026-03-07T06:34:08.8881390Z >>>>> 3/7/2026 6:34:08 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-07T06:34:12.5867900Z >>>>> 3/7/2026 6:34:12 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-07T06:34:12.5928920Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 s] 2026-03-07T06:34:12.5930010Z >>>>> 3/7/2026 6:34:12 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-07T06:34:15.2078890Z >>>>> 3/7/2026 6:34:15 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-07T06:34:15.5958320Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-07T06:34:17.5985570Z >>>>> 3/7/2026 6:34:17 AM FixtureSetup for Issue25362(Mac) 2026-03-07T06:34:17.6934160Z >>>>> 3/7/2026 6:34:17 AM HeaderShouldNotCollapseWithItems Start 2026-03-07T06:34:25.6693880Z >>>>> 3/7/2026 6:34:25 AM HeaderShouldNotCollapseWithItems Stop 2026-03-07T06:34:26.7160110Z Passed HeaderShouldNotCollapseWithItems [7 s] 2026-03-07T06:34:28.0972740Z >>>>> 3/7/2026 6:34:28 AM FixtureSetup for Issue25433(Mac) 2026-03-07T06:34:28.1869850Z >>>>> 3/7/2026 6:34:28 AM CollectionViewHorizontalItemSpacing Start 2026-03-07T06:34:30.5454390Z >>>>> 3/7/2026 6:34:30 AM CollectionViewHorizontalItemSpacing Stop 2026-03-07T06:34:31.3211860Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-07T06:34:32.8861460Z >>>>> 3/7/2026 6:34:32 AM FixtureSetup for Issue25514(Mac) 2026-03-07T06:34:32.9766750Z >>>>> 3/7/2026 6:34:32 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-07T06:34:35.0667630Z >>>>> 3/7/2026 6:34:35 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-07T06:34:36.0213010Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-07T06:34:37.8583510Z >>>>> 3/7/2026 6:34:37 AM FixtureSetup for Issue25551(Mac) 2026-03-07T06:34:37.9534410Z >>>>> 3/7/2026 6:34:37 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-07T06:34:46.3685790Z >>>>> 3/7/2026 6:34:46 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-07T06:34:46.9999560Z Passed CollectionViewPreSelectionShouldUpdate [8 s] 2026-03-07T06:34:49.3823490Z >>>>> 3/7/2026 6:34:49 AM FixtureSetup for Issue25649(Mac) 2026-03-07T06:34:49.4925540Z >>>>> 3/7/2026 6:34:49 AM Issue25649Test Start 2026-03-07T06:35:02.3580910Z >>>>> 3/7/2026 6:35:02 AM Issue25649Test Stop 2026-03-07T06:35:02.9966810Z Passed Issue25649Test [12 s] 2026-03-07T06:35:04.7276530Z >>>>> 3/7/2026 6:35:04 AM FixtureSetup for Issue25724(Mac) 2026-03-07T06:35:04.8106970Z >>>>> 3/7/2026 6:35:04 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-07T06:35:09.0652280Z >>>>> 3/7/2026 6:35:09 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-07T06:35:09.3018000Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-07T06:35:11.5733280Z >>>>> 3/7/2026 6:35:11 AM FixtureSetup for Issue25859(Mac) 2026-03-07T06:35:11.6679190Z >>>>> 3/7/2026 6:35:11 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-07T06:35:15.1867130Z >>>>> 3/7/2026 6:35:15 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-07T06:35:16.1960820Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-07T06:35:17.7147000Z >>>>> 3/7/2026 6:35:17 AM FixtureSetup for Issue25889(Mac) 2026-03-07T06:35:17.7994910Z >>>>> 3/7/2026 6:35:17 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-07T06:35:31.9345900Z >>>>> 3/7/2026 6:35:31 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-07T06:35:32.7973340Z Passed RemainingItemsThresholdReachedCommandFired [14 s] 2026-03-07T06:35:34.4985810Z >>>>> 3/7/2026 6:35:34 AM FixtureSetup for Issue26066(Mac) 2026-03-07T06:35:34.5826810Z >>>>> 3/7/2026 6:35:34 AM CollectionView2ShouldFindAncestorType Start 2026-03-07T06:35:40.7844410Z >>>>> 3/7/2026 6:35:40 AM CollectionView2ShouldFindAncestorType Stop 2026-03-07T06:35:42.0981920Z Passed CollectionView2ShouldFindAncestorType [6 s] 2026-03-07T06:35:43.2979820Z >>>>> 3/7/2026 6:35:43 AM FixtureSetup for Issue26083(Mac) 2026-03-07T06:35:43.3877510Z >>>>> 3/7/2026 6:35:43 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-07T06:35:49.3541560Z >>>>> 3/7/2026 6:35:49 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-07T06:35:49.6971360Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [5 s] 2026-03-07T06:35:51.7527650Z >>>>> 3/7/2026 6:35:51 AM FixtureSetup for Issue26187(Mac) 2026-03-07T06:35:51.8463140Z >>>>> 3/7/2026 6:35:51 AM SelectedItemVisualIsCleared Start 2026-03-07T06:35:59.7840770Z >>>>> 3/7/2026 6:35:59 AM SelectedItemVisualIsCleared Stop 2026-03-07T06:36:00.8870630Z Passed SelectedItemVisualIsCleared [7 s] 2026-03-07T06:36:02.4548190Z >>>>> 3/7/2026 6:36:02 AM FixtureSetup for Issue26817_2(Mac) 2026-03-07T06:36:02.5452070Z >>>>> 3/7/2026 6:36:02 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T06:36:21.2184660Z >>>>> 3/7/2026 6:36:21 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T06:36:22.0852030Z Passed AccessibilityTraitsSetCorrectly [18 s] 2026-03-07T06:36:23.8143940Z >>>>> 3/7/2026 6:36:23 AM FixtureSetup for Issue26817(Mac) 2026-03-07T06:36:23.9172280Z >>>>> 3/7/2026 6:36:23 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T06:36:41.7316180Z >>>>> 3/7/2026 6:36:41 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T06:36:41.9779580Z Passed AccessibilityTraitsSetCorrectly [17 s] 2026-03-07T06:36:44.0895930Z >>>>> 3/7/2026 6:36:44 AM FixtureSetup for Issue26997(Mac) 2026-03-07T06:36:44.1888140Z >>>>> 3/7/2026 6:36:44 AM CollectionViewShouldNotCrash Start 2026-03-07T06:36:45.0136630Z >>>>> 3/7/2026 6:36:45 AM CollectionViewShouldNotCrash Stop 2026-03-07T06:36:45.6964880Z Passed CollectionViewShouldNotCrash [829 ms] 2026-03-07T06:36:48.2161650Z >>>>> 3/7/2026 6:36:48 AM FixtureSetup for Issue27117(Mac) 2026-03-07T06:36:48.3293370Z >>>>> 3/7/2026 6:36:48 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-07T06:37:09.8917310Z >>>>> 3/7/2026 6:37:09 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-07T06:37:10.8304110Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [21 s] 2026-03-07T06:37:12.5454640Z >>>>> 3/7/2026 6:37:12 AM FixtureSetup for Issue27200(Mac) 2026-03-07T06:37:12.6349360Z >>>>> 3/7/2026 6:37:12 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-07T06:37:17.6675850Z >>>>> 3/7/2026 6:37:17 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-07T06:37:18.6276540Z Passed CollectionViewHeaderSizewithIsVisibleBinding [5 s] 2026-03-07T06:37:20.3801210Z >>>>> 3/7/2026 6:37:20 AM FixtureSetup for Issue27766(Mac) 2026-03-07T06:37:20.4764150Z >>>>> 3/7/2026 6:37:20 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-07T06:37:27.3143980Z >>>>> 3/7/2026 6:37:27 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-07T06:37:28.0196690Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [6 s] 2026-03-07T06:37:29.7884440Z >>>>> 3/7/2026 6:37:29 AM FixtureSetup for Issue2777(Mac) 2026-03-07T06:37:29.8870980Z >>>>> 3/7/2026 6:37:29 AM Issue2777Test Start 2026-03-07T06:37:30.9776690Z >>>>> 3/7/2026 6:37:30 AM Issue2777Test Stop 2026-03-07T06:37:31.3965200Z Passed Issue2777Test [1 s] 2026-03-07T06:37:33.6401730Z >>>>> 3/7/2026 6:37:33 AM FixtureSetup for Issue27797(Mac) 2026-03-07T06:37:33.7384100Z >>>>> 3/7/2026 6:37:33 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-07T06:37:41.8979900Z >>>>> 3/7/2026 6:37:41 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-07T06:37:42.7333190Z Passed AppShouldNotCrashWhenModifyingCollectionView [8 s] 2026-03-07T06:37:44.3572290Z >>>>> 3/7/2026 6:37:44 AM FixtureSetup for Issue27808(Mac) 2026-03-07T06:37:44.4556620Z >>>>> 3/7/2026 6:37:44 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-07T06:37:45.2871780Z >>>>> 3/7/2026 6:37:45 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-07T06:37:46.0190030Z Passed CollectionViewShouldHaveCorrectHeight [836 ms] 2026-03-07T06:37:47.7513180Z >>>>> 3/7/2026 6:37:47 AM FixtureSetup for Issue28162(Mac) 2026-03-07T06:37:47.8388840Z >>>>> 3/7/2026 6:37:47 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-07T06:37:50.2003680Z >>>>> 3/7/2026 6:37:50 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-07T06:37:50.8313270Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-07T06:37:52.5215670Z >>>>> 3/7/2026 6:37:52 AM FixtureSetup for Issue28212(Mac) 2026-03-07T06:37:52.6163270Z >>>>> 3/7/2026 6:37:52 AM Issue28212_CollectionView Start 2026-03-07T06:38:01.9833080Z >>>>> 3/7/2026 6:38:01 AM Issue28212_CollectionView Stop 2026-03-07T06:38:03.1320410Z Passed Issue28212_CollectionView [9 s] 2026-03-07T06:38:04.3468290Z >>>>> 3/7/2026 6:38:04 AM FixtureSetup for Issue28509(Mac) 2026-03-07T06:38:04.4435390Z >>>>> 3/7/2026 6:38:04 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-07T06:38:14.3206450Z >>>>> 3/7/2026 6:38:14 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-07T06:38:14.3256400Z Passed UpdateGroupHeaderAndFooterDynamically [9 s] 2026-03-07T06:38:14.3258280Z >>>>> 3/7/2026 6:38:14 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-07T06:38:25.4151530Z >>>>> 3/7/2026 6:38:25 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-07T06:38:25.4201410Z Passed UpdateHeaderFooterTemplateDynamically [11 s] 2026-03-07T06:38:25.4202500Z >>>>> 3/7/2026 6:38:25 AM UpdateHeaderFooterDynamically Start 2026-03-07T06:38:35.0232200Z >>>>> 3/7/2026 6:38:35 AM UpdateHeaderFooterDynamically Stop 2026-03-07T06:38:35.9624250Z Passed UpdateHeaderFooterDynamically [9 s] 2026-03-07T06:38:37.5014940Z >>>>> 3/7/2026 6:38:37 AM FixtureSetup for Issue28530(Mac) 2026-03-07T06:38:37.5978750Z >>>>> 3/7/2026 6:38:37 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-07T06:38:44.1606120Z >>>>> 3/7/2026 6:38:44 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-07T06:38:45.0999750Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-07T06:38:46.7687950Z >>>>> 3/7/2026 6:38:46 AM FixtureSetup for Issue28580(Mac) 2026-03-07T06:38:46.8811390Z >>>>> 3/7/2026 6:38:46 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-07T06:38:49.7253370Z >>>>> 3/7/2026 6:38:49 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-07T06:38:49.8931150Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-07T06:38:52.1711190Z >>>>> 3/7/2026 6:38:52 AM FixtureSetup for Issue28604(Mac) 2026-03-07T06:38:52.2684640Z >>>>> 3/7/2026 6:38:52 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-07T06:38:54.6913010Z >>>>> 3/7/2026 6:38:54 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-07T06:38:55.2702340Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-07T06:38:57.1801760Z >>>>> 3/7/2026 6:38:57 AM FixtureSetup for Issue28656(Mac) 2026-03-07T06:38:57.2741700Z >>>>> 3/7/2026 6:38:57 AM CollectionViewShouldChangeItemsLayout Start 2026-03-07T06:39:05.9840930Z >>>>> 3/7/2026 6:39:05 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-07T06:39:05.9957720Z >>>>> 3/7/2026 6:39:05 AM Log types: 2026-03-07T06:39:07.7722280Z Failed CollectionViewShouldChangeItemsLayout [9 s] 2026-03-07T06:39:07.7723670Z Error Message: 2026-03-07T06:39:07.7724630Z VisualTestUtils.VisualTestFailedException : 2026-03-07T06:39:07.7725670Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.26% difference) 2026-03-07T06:39:07.7727410Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T06:39:07.7728470Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T06:39:07.7729230Z 2026-03-07T06:39:07.7730170Z More info: https://aka.ms/visual-test-workflow 2026-03-07T06:39:07.7730850Z 2026-03-07T06:39:07.7731810Z Stack Trace: 2026-03-07T06:39:07.7732860Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T06:39:07.7734240Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T06:39:07.7735700Z 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:39:07.7737180Z 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:39:07.7738700Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-07T06:39:07.7739990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:39:07.7741260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T06:39:07.7742510Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T06:39:07.7743650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T06:39:07.7744480Z 2026-03-07T06:39:08.8035980Z >>>>> 3/7/2026 6:39:08 AM FixtureSetup for Issue28678(Mac) 2026-03-07T06:39:08.9169560Z >>>>> 3/7/2026 6:39:08 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-07T06:39:14.6082680Z >>>>> 3/7/2026 6:39:14 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-07T06:39:15.3133050Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [5 s] 2026-03-07T06:39:17.3456230Z >>>>> 3/7/2026 6:39:17 AM FixtureSetup for Issue28716(Mac) 2026-03-07T06:39:17.4364200Z >>>>> 3/7/2026 6:39:17 AM KeepLastItemInViewShouldWork Start 2026-03-07T06:39:27.6156220Z >>>>> 3/7/2026 6:39:27 AM KeepLastItemInViewShouldWork Stop 2026-03-07T06:39:27.9282940Z Passed KeepLastItemInViewShouldWork [10 s] 2026-03-07T06:39:29.9577630Z >>>>> 3/7/2026 6:39:29 AM FixtureSetup for Issue28765(Mac) 2026-03-07T06:39:30.0522940Z >>>>> 3/7/2026 6:39:30 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-07T06:39:30.9378330Z >>>>> 3/7/2026 6:39:30 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-07T06:39:30.9430860Z >>>>> 3/7/2026 6:39:30 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-07T06:39:31.3791080Z >>>>> 3/7/2026 6:39:31 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-07T06:39:31.5468070Z Passed EmptyViewStringWithHeaderAndFooterAsView [890 ms] 2026-03-07T06:39:31.5468840Z Passed EmptyViewStringWithHeaderAndFooterString [441 ms] 2026-03-07T06:39:32.5955780Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-07T06:39:32.7100240Z ##[error]The operation was canceled. 2026-03-07T06:39:32.7107810Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7112490Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7113340Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7115500Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7116160Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7116480Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7118350Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7118880Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7119200Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7121030Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7121520Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7121780Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7123570Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7124040Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7124340Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7126070Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7126570Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7126870Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7128640Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7129120Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7129420Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7131220Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:39:32.7131690Z Update build number to 10.0.50-ci+azdo.1324574 for build 1324574 2026-03-07T06:39:32.7131980Z ##[section]Async Command End: Update Build Number 2026-03-07T06:39:32.7134240Z ##[section]Finishing: Controls CollectionView