2026-03-08T23:16:08.8201110Z ##[section]Starting: Controls CollectionView 2026-03-08T23:16:08.8218020Z ============================================================================== 2026-03-08T23:16:08.8218290Z Task : PowerShell 2026-03-08T23:16:08.8218610Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-08T23:16:08.8218830Z Version : 2.268.1 2026-03-08T23:16:08.8219130Z Author : Microsoft Corporation 2026-03-08T23:16:08.8219300Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-08T23:16:08.8219610Z ============================================================================== 2026-03-08T23:16:09.0183840Z Generating script. 2026-03-08T23:16:09.0189210Z ========================== Starting Command Output =========================== 2026-03-08T23:16:09.0193230Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/d0a42d14-d53c-4953-9d48-6ec872008406.ps1' 2026-03-08T23:16:09.4470940Z $ErrorActionPreference = 'stop' 2026-03-08T23:16:09.4495290Z $ProgressPreference = 'silentlyContinue' 2026-03-08T23:16:09.4497280Z Get-Content $PSCommandPath 2026-03-08T23:16:09.4498520Z $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-08T23:16:09.4499660Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-08T23:16:09.4501660Z $command += " --runtimevariant=""Mono""" 2026-03-08T23:16:09.4504090Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-08T23:16:09.4507520Z 2026-03-08T23:16:09.4508750Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-08T23:16:09.4509600Z $deviceType = "" 2026-03-08T23:16:09.4510030Z if ($deviceType) { 2026-03-08T23:16:09.4511710Z $command += " --skin=""$deviceType""" 2026-03-08T23:16:09.4512370Z } 2026-03-08T23:16:09.4515000Z 2026-03-08T23:16:09.4516230Z $testFilter = "" 2026-03-08T23:16:09.4517380Z $testConfigrationArgs = "" 2026-03-08T23:16:09.4517920Z 2026-03-08T23:16:09.4520560Z "CollectionView".Split(",") | ForEach { 2026-03-08T23:16:09.4524290Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-08T23:16:09.4599480Z } 2026-03-08T23:16:09.4599810Z 2026-03-08T23:16:09.4602370Z $testFilter = $testFilter.TrimEnd("|") 2026-03-08T23:16:09.4605010Z 2026-03-08T23:16:09.4605960Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-08T23:16:09.4607730Z if ($testConfigrationArgs) { 2026-03-08T23:16:09.4608440Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-08T23:16:09.4608880Z } 2026-03-08T23:16:09.4609230Z if ($testFilter) { 2026-03-08T23:16:09.4609650Z $command += " --test-filter ""$testFilter""" 2026-03-08T23:16:09.4610330Z } 2026-03-08T23:16:09.4610950Z 2026-03-08T23:16:09.4612710Z $headless = true 2026-03-08T23:16:09.4613250Z if ($headless) { 2026-03-08T23:16:09.4614790Z $command += " --headless ""$headless""" 2026-03-08T23:16:09.4615250Z } 2026-03-08T23:16:09.4616630Z 2026-03-08T23:16:09.4617790Z Write-Host "Running command: $command" 2026-03-08T23:16:09.4618680Z 2026-03-08T23:16:09.4620000Z Invoke-Expression $command 2026-03-08T23:16:09.4621610Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-08T23:16:09.4730610Z } else { 2026-03-08T23:16:09.4732500Z exit $LASTEXITCODE 2026-03-08T23:16:09.4733020Z } 2026-03-08T23:16:09.5765050Z 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-08T23:16:10.2279370Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T23:16:10.8001450Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T23:16:11.2995740Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T23:16:11.8365240Z 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-08T23:16:12.4176740Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T23:16:13.2544640Z Looking for modules... 2026-03-08T23:16:17.4897040Z No modules found to install. 2026-03-08T23:16:17.4899890Z Module directory does not exist. 2026-03-08T23:16:17.4976840Z Analyzing build script... 2026-03-08T23:16:17.5009620Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-08T23:16:17.5027410Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-08T23:16:17.5039110Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-08T23:16:17.7427070Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-08T23:16:19.5317330Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-08T23:16:20.4261400Z Processing build script... 2026-03-08T23:16:20.4504550Z Installing addins... 2026-03-08T23:16:20.6379130Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-08T23:16:20.6660920Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-08T23:16:20.6875290Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-08T23:16:20.8949400Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-08T23:16:20.8950520Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-08T23:16:20.8951280Z is referencing an older version of Cake.Core (0.33.0). 2026-03-08T23:16:20.8951990Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-08T23:16:20.8960210Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T23:16:20.8963100Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T23:16:21.1963350Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-08T23:16:21.1964320Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-08T23:16:21.1965030Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-08T23:16:21.1965660Z Adding assembly reference to System.Runtime.dll... 2026-03-08T23:16:21.1966420Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-08T23:16:21.1967590Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-08T23:16:21.1968270Z Adding assembly reference to System.Threading.dll... 2026-03-08T23:16:21.1969290Z Adding assembly reference to System.Linq.dll... 2026-03-08T23:16:21.1969970Z Adding assembly reference to System.Collections.dll... 2026-03-08T23:16:21.1970680Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-08T23:16:21.1971380Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-08T23:16:21.1972170Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-08T23:16:21.1972860Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-08T23:16:21.1973510Z Adding assembly reference to System.ObjectModel.dll... 2026-03-08T23:16:21.1974180Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-08T23:16:21.1974900Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-08T23:16:21.1975600Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-08T23:16:21.1976280Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-08T23:16:21.1977030Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-08T23:16:21.1977730Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-08T23:16:21.1978410Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-08T23:16:21.1979100Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-08T23:16:21.1979830Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-08T23:16:21.1980510Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-08T23:16:21.1981220Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-08T23:16:21.1981870Z Adding assembly reference to mscorlib.dll... 2026-03-08T23:16:21.1982540Z Adding assembly reference to netstandard.dll... 2026-03-08T23:16:21.1983200Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-08T23:16:21.1983850Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-08T23:16:21.1984540Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-08T23:16:21.1985210Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-08T23:16:21.1985860Z Adding assembly reference to System.Memory.dll... 2026-03-08T23:16:21.1986560Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-08T23:16:21.1987310Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-08T23:16:21.1988000Z Adding assembly reference to System.ComponentModel.dll... 2026-03-08T23:16:21.1988730Z Adding assembly reference to System.Console.dll... 2026-03-08T23:16:21.1989410Z Adding assembly reference to System.Data.Common.dll... 2026-03-08T23:16:21.1990080Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-08T23:16:21.1990770Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-08T23:16:21.1991770Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-08T23:16:21.1992490Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-08T23:16:21.1993480Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-08T23:16:21.1994160Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-08T23:16:21.1994870Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-08T23:16:21.1995550Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-08T23:16:21.1996210Z Adding assembly reference to System.IO.Compression.dll... 2026-03-08T23:16:21.1996920Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-08T23:16:21.1997600Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-08T23:16:21.1998280Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-08T23:16:21.1998950Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-08T23:16:21.1999630Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-08T23:16:21.2000270Z Adding assembly reference to System.Net.Requests.dll... 2026-03-08T23:16:21.2000920Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-08T23:16:21.2001580Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-08T23:16:21.2002290Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-08T23:16:21.2002950Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-08T23:16:21.2003620Z Adding assembly reference to System.Net.Http.dll... 2026-03-08T23:16:21.2004300Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-08T23:16:21.2005020Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-08T23:16:21.2005660Z Adding assembly reference to System.Net.Mail.dll... 2026-03-08T23:16:21.2006330Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-08T23:16:21.2007020Z Adding assembly reference to System.Net.Ping.dll... 2026-03-08T23:16:21.2007660Z Adding assembly reference to System.Net.Security.dll... 2026-03-08T23:16:21.2008310Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-08T23:16:21.2008980Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-08T23:16:21.2009680Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-08T23:16:21.2010370Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-08T23:16:21.2011050Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-08T23:16:21.2011740Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-08T23:16:21.2012460Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-08T23:16:21.2013130Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-08T23:16:21.2013840Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-08T23:16:21.2014610Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-08T23:16:21.2015560Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-08T23:16:21.2016270Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-08T23:16:21.2017250Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-08T23:16:21.2018010Z Adding assembly reference to System.Security.Claims.dll... 2026-03-08T23:16:21.2018690Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-08T23:16:21.2019380Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-08T23:16:21.2020090Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-08T23:16:21.2020780Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-08T23:16:21.2021460Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-08T23:16:21.2022120Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-08T23:16:21.2022840Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-08T23:16:21.2023500Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-08T23:16:21.2024170Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-08T23:16:21.2024840Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-08T23:16:21.2025530Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-08T23:16:21.2026160Z Adding assembly reference to System.AppContext.dll... 2026-03-08T23:16:21.2026810Z Adding assembly reference to System.Buffers.dll... 2026-03-08T23:16:21.2027480Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-08T23:16:21.2028200Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-08T23:16:21.2028910Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-08T23:16:21.2029600Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-08T23:16:21.2030290Z Adding assembly reference to System.Configuration.dll... 2026-03-08T23:16:21.2030920Z Adding assembly reference to System.Core.dll... 2026-03-08T23:16:21.2031560Z Adding assembly reference to System.Private.Uri.dll... 2026-03-08T23:16:21.2032240Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-08T23:16:21.2032920Z Adding assembly reference to System.Data.dll... 2026-03-08T23:16:21.2033580Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-08T23:16:21.2034270Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-08T23:16:21.2034980Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-08T23:16:21.2035690Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-08T23:16:21.2036490Z Adding assembly reference to System.dll... 2026-03-08T23:16:21.2037110Z Adding assembly reference to System.Drawing.dll... 2026-03-08T23:16:21.2037750Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-08T23:16:21.2038660Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-08T23:16:21.2039340Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-08T23:16:21.2040030Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-08T23:16:21.2040970Z Adding assembly reference to System.Globalization.dll... 2026-03-08T23:16:21.2041650Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-08T23:16:21.2042370Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-08T23:16:21.2043040Z Adding assembly reference to System.IO.dll... 2026-03-08T23:16:21.2043700Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-08T23:16:21.2044420Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-08T23:16:21.2045100Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-08T23:16:21.2045780Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-08T23:16:21.2046470Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-08T23:16:21.2047190Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-08T23:16:21.2047830Z Adding assembly reference to System.Net.dll... 2026-03-08T23:16:21.2048460Z Adding assembly reference to System.Net.Quic.dll... 2026-03-08T23:16:21.2049110Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-08T23:16:21.2049820Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-08T23:16:21.2050480Z Adding assembly reference to System.Text.Json.dll... 2026-03-08T23:16:21.2051140Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-08T23:16:21.2051820Z Adding assembly reference to System.Numerics.dll... 2026-03-08T23:16:21.2052460Z Adding assembly reference to System.Reflection.dll... 2026-03-08T23:16:21.2053120Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-08T23:16:21.2053810Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-08T23:16:21.2054520Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-08T23:16:21.2055190Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-08T23:16:21.2055910Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-08T23:16:21.2056620Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-08T23:16:21.2057350Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-08T23:16:21.2058080Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-08T23:16:21.2058850Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-08T23:16:21.2059600Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-08T23:16:21.2060320Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-08T23:16:21.2061150Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-08T23:16:21.2061940Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-08T23:16:21.2062960Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-08T23:16:21.2063680Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-08T23:16:21.2064680Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-08T23:16:21.2065420Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-08T23:16:21.2066160Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-08T23:16:21.2066840Z Adding assembly reference to System.Security.dll... 2026-03-08T23:16:21.2067490Z Adding assembly reference to System.Security.Principal.dll... 2026-03-08T23:16:21.2068210Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-08T23:16:21.2068900Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-08T23:16:21.2069570Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-08T23:16:21.2070240Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-08T23:16:21.2070930Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-08T23:16:21.2071590Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-08T23:16:21.2072240Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-08T23:16:21.2072960Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-08T23:16:21.2073630Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-08T23:16:21.2074310Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-08T23:16:21.2074990Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-08T23:16:21.2075690Z Adding assembly reference to System.Transactions.dll... 2026-03-08T23:16:21.2076320Z Adding assembly reference to System.ValueTuple.dll... 2026-03-08T23:16:21.2076960Z Adding assembly reference to System.Web.dll... 2026-03-08T23:16:21.2077580Z Adding assembly reference to System.Windows.dll... 2026-03-08T23:16:21.2078230Z Adding assembly reference to System.Xml.dll... 2026-03-08T23:16:21.2078860Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-08T23:16:21.2079490Z Adding assembly reference to System.Private.Xml.dll... 2026-03-08T23:16:21.2080160Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-08T23:16:21.2080870Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-08T23:16:21.2081550Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-08T23:16:21.2082190Z Adding assembly reference to WindowsBase.dll... 2026-03-08T23:16:21.2082830Z Adding assembly reference to Cake.Core.dll... 2026-03-08T23:16:21.2083450Z Adding assembly reference to Cake.Common.dll... 2026-03-08T23:16:21.2084070Z Adding assembly reference to Spectre.Console.dll... 2026-03-08T23:16:21.2084710Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-08T23:16:21.2085400Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-08T23:16:21.2086230Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-08T23:16:21.2086890Z Importing namespace Cake.Common... 2026-03-08T23:16:21.2087490Z Importing namespace Cake.Common.Build... 2026-03-08T23:16:21.2088410Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-08T23:16:21.2089050Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-08T23:16:21.2089710Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-08T23:16:21.2090370Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-08T23:16:21.2091040Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-08T23:16:21.2091670Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-08T23:16:21.2092340Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-08T23:16:21.2093010Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-08T23:16:21.2093710Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-08T23:16:21.2094350Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-08T23:16:21.2094990Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-08T23:16:21.2095670Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-08T23:16:21.2096310Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-08T23:16:21.2096970Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-08T23:16:21.2097620Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-08T23:16:21.2098300Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-08T23:16:21.2098930Z Importing namespace Cake.Common.Build.GoCD... 2026-03-08T23:16:21.2099550Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-08T23:16:21.2100190Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-08T23:16:21.2100860Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-08T23:16:21.2101480Z Importing namespace Cake.Common.Build.MyGet... 2026-03-08T23:16:21.2102130Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-08T23:16:21.2102760Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-08T23:16:21.2103440Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-08T23:16:21.2104120Z Importing namespace Cake.Common.Diagnostics... 2026-03-08T23:16:21.2105070Z Importing namespace Cake.Common.IO... 2026-03-08T23:16:21.2106010Z Importing namespace Cake.Common.IO.Paths... 2026-03-08T23:16:21.2106970Z Importing namespace Cake.Common.Net... 2026-03-08T23:16:21.2107820Z Importing namespace Cake.Common.Security... 2026-03-08T23:16:21.2108850Z Importing namespace Cake.Common.Solution... 2026-03-08T23:16:21.2109820Z Importing namespace Cake.Common.Solution.Project... 2026-03-08T23:16:21.2110840Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-08T23:16:21.2111800Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-08T23:16:21.2112700Z Importing namespace Cake.Common.Text... 2026-03-08T23:16:21.2114010Z Importing namespace Cake.Common.Tools.Cake... 2026-03-08T23:16:21.2114640Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-08T23:16:21.2115690Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-08T23:16:21.2116350Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-08T23:16:21.2117160Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-08T23:16:21.2118130Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-08T23:16:21.2119040Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-08T23:16:21.2119720Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-08T23:16:21.2120420Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-08T23:16:21.2121080Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-08T23:16:21.2121730Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-08T23:16:21.2122380Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-08T23:16:21.2123100Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-08T23:16:21.2123770Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-08T23:16:21.2124430Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-08T23:16:21.2125100Z Importing namespace Cake.Common.Tools.Command... 2026-03-08T23:16:21.2125730Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-08T23:16:21.2126370Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-08T23:16:21.2127030Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-08T23:16:21.2127720Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-08T23:16:21.2128370Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-08T23:16:21.2129000Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-08T23:16:21.2129640Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-08T23:16:21.2130320Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-08T23:16:21.2130980Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-08T23:16:21.2131630Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-08T23:16:21.2132290Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-08T23:16:21.2132980Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-08T23:16:21.2133640Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-08T23:16:21.2134320Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-08T23:16:21.2135020Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-08T23:16:21.2135680Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-08T23:16:21.2136340Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-08T23:16:21.2137010Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-08T23:16:21.2137690Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-08T23:16:21.2138640Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-08T23:16:21.2139280Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-08T23:16:21.2140820Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-08T23:16:21.2141480Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-08T23:16:21.2142120Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-08T23:16:21.2142800Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-08T23:16:21.2143460Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-08T23:16:21.2144140Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-08T23:16:21.2144820Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-08T23:16:21.2145540Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-08T23:16:21.2146220Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-08T23:16:21.2146910Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-08T23:16:21.2147600Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-08T23:16:21.2148280Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-08T23:16:21.2148900Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-08T23:16:21.2149520Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-08T23:16:21.2150170Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-08T23:16:21.2150880Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-08T23:16:21.2151570Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-08T23:16:21.2152250Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-08T23:16:21.2152990Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-08T23:16:21.2153680Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-08T23:16:21.2154360Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-08T23:16:21.2155040Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-08T23:16:21.2155920Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-08T23:16:21.2156600Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-08T23:16:21.2157250Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-08T23:16:21.2157940Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-08T23:16:21.2158580Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-08T23:16:21.2159200Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-08T23:16:21.2159830Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-08T23:16:21.2160490Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-08T23:16:21.2161210Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-08T23:16:21.2161910Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-08T23:16:21.2162530Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-08T23:16:21.2163500Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-08T23:16:21.2164130Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-08T23:16:21.2165060Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-08T23:16:21.2165740Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-08T23:16:21.2166380Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-08T23:16:21.2167020Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-08T23:16:21.2167650Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-08T23:16:21.2168320Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-08T23:16:21.2168950Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-08T23:16:21.2169600Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-08T23:16:21.2170250Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-08T23:16:21.2170940Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-08T23:16:21.2171580Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-08T23:16:21.2172200Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-08T23:16:21.2172830Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-08T23:16:21.2173500Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-08T23:16:21.2174180Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-08T23:16:21.2175420Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-08T23:16:21.2176100Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-08T23:16:21.2176760Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-08T23:16:21.2177390Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-08T23:16:21.2178060Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-08T23:16:21.2178810Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-08T23:16:21.2179480Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-08T23:16:21.2180110Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-08T23:16:21.2180730Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-08T23:16:21.2181400Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-08T23:16:21.2182040Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-08T23:16:21.2182690Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-08T23:16:21.2183350Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-08T23:16:21.2184010Z Importing namespace Cake.Common.Tools.WiX... 2026-03-08T23:16:21.2184640Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-08T23:16:21.2185260Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-08T23:16:21.2185890Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-08T23:16:21.2186530Z Importing namespace Cake.Common.Xml... 2026-03-08T23:16:21.2187100Z Importing namespace Cake.Core... 2026-03-08T23:16:21.2188000Z Importing namespace Cake.Core.Diagnostics... 2026-03-08T23:16:21.2188600Z Importing namespace Cake.Core.IO... 2026-03-08T23:16:21.2189220Z Importing namespace Cake.Core.Scripting... 2026-03-08T23:16:21.2190090Z Importing namespace Cake.Core.Tooling... 2026-03-08T23:16:21.2190680Z Importing namespace Cake.FileHelpers... 2026-03-08T23:16:21.2191260Z Importing namespace NuGet.Common... 2026-03-08T23:16:21.2191890Z Importing namespace NuGet.Configuration... 2026-03-08T23:16:21.2192490Z Importing namespace NuGet.Protocol... 2026-03-08T23:16:21.2193100Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-08T23:16:21.2193700Z Importing namespace NuGet.Versioning... 2026-03-08T23:16:21.2194340Z Importing namespace System... 2026-03-08T23:16:21.2194940Z Importing namespace System.Collections.Generic... 2026-03-08T23:16:21.2195520Z Importing namespace System.IO... 2026-03-08T23:16:21.2196100Z Importing namespace System.Linq... 2026-03-08T23:16:21.2196700Z Importing namespace System.Text... 2026-03-08T23:16:21.2197300Z Importing namespace System.Threading.Tasks... 2026-03-08T23:16:21.2197770Z .NETStandard,Version=v2.0 2026-03-08T23:16:21.2664560Z Compiling build script... 2026-03-08T23:16:24.1010740Z /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-08T23:16:25.3706170Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T23:16:25.3707420Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T23:16:25.3724910Z Host OS System Arch: X64 2026-03-08T23:16:25.3725480Z Host Processor System Arch: X64 2026-03-08T23:16:25.3726020Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T23:16:25.3726620Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-08T23:16:25.3727060Z Build Configuration: Release 2026-03-08T23:16:25.3727510Z Build Runtime Identifier: maccatalyst-x64 2026-03-08T23:16:25.3727950Z Build Target Framework: net10.0-maccatalyst 2026-03-08T23:16:25.3728350Z Test Device: mac 2026-03-08T23:16:25.3728760Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-08T23:16:25.3847010Z 2026-03-08T23:16:25.3848010Z ======================================== 2026-03-08T23:16:25.3850260Z uitest 2026-03-08T23:16:25.3851430Z ======================================== 2026-03-08T23:16:25.3858570Z Executing task: uitest 2026-03-08T23:16:25.3870230Z Starting UI Tests... 2026-03-08T23:16:25.3875110Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T23:16:25.3877150Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T23:16:25.3948180Z Testing Device: mac 2026-03-08T23:16:25.3948740Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-08T23:16:25.3949530Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-08T23:16:25.3950370Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-08T23:16:25.3977740Z 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-08T23:16:25.4545190Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T23:16:25.4595090Z 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-08T23:16:31.0785580Z Determining projects to restore... 2026-03-08T23:16:45.3489220Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 1.87 sec). 2026-03-08T23:16:45.4413670Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 2.2 sec). 2026-03-08T23:16:49.4624430Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 6.2 sec). 2026-03-08T23:16:49.4804240Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 6 ms). 2026-03-08T23:16:54.0123990Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 10.69 sec). 2026-03-08T23:16:57.2914050Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 7.78 sec). 2026-03-08T23:16:57.3389730Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 11.96 sec). 2026-03-08T23:16:57.3645530Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 13 ms). 2026-03-08T23:16:58.0670770Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 745 ms). 2026-03-08T23:16:58.1253060Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 42 ms). 2026-03-08T23:16:58.2899720Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 4.23 sec). 2026-03-08T23:16:58.3478440Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 12.9 sec). 2026-03-08T23:16:59.4432170Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 2.06 sec). 2026-03-08T23:17:16.2979610Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-08T23:17:19.8135420Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-08T23:17:23.1830860Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-08T23:17:38.6587950Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-08T23:17:40.3687520Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-08T23:18:38.5498910Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-08T23:18:38.8583510Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-08T23:18:38.8711560Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-08T23:18:40.8728760Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-08T23:18:41.3677410Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-08T23:18:41.5322890Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-08T23:18:41.8649930Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-08T23:18:57.7825230Z 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-08T23:18:57.8816770Z 2026-03-08T23:18:57.8824710Z Build succeeded. 2026-03-08T23:18:57.8827540Z 0 Warning(s) 2026-03-08T23:18:57.8833290Z 0 Error(s) 2026-03-08T23:18:57.8835840Z 2026-03-08T23:18:57.8841610Z Time Elapsed 00:02:31.60 2026-03-08T23:18:57.9838710Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-08T23:18:57.9848550Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T23:18:57.9853640Z Run Tests With Filter TestCategory=CollectionView 2026-03-08T23:18:57.9855800Z Log Directory: /Users/runner/work/1/a/logs 2026-03-08T23:18:57.9857850Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-08T23:18:57.9863300Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-08T23:18:57.9864400Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T23:18:57.9866390Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-08T23:18:57.9867410Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T23:18:57.9868420Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-08T23:18:57.9871140Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-08T23:18:57.9874140Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-08T23:18:57.9876770Z 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-08T23:18:57.9879060Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-08T23:18:57.9932140Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-08T23:18:57.9975210Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-08T23:18:58.3350640Z Downloading file: 15% 2026-03-08T23:18:58.3357070Z Downloading file: 50% 2026-03-08T23:18:58.3642580Z Downloading file: 100% 2026-03-08T23:18:58.3704370Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-08T23:18:58.3711920Z 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-08T23:18:58.3733010Z 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-08T23:19:00.2011590Z 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-08T23:19:00.3078050Z VSTest version 18.0.1 (x64) 2026-03-08T23:19:00.3092460Z 2026-03-08T23:19:00.5567550Z Starting test execution, please wait... 2026-03-08T23:19:00.6173970Z A total of 1 test files matched the specified pattern. 2026-03-08T23:19:01.2764340Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-08T23:19:01.4777760Z [xUnit.net 00:00:00.22] Discovering: Controls.TestCases.Mac.Tests 2026-03-08T23:19:01.7469940Z [xUnit.net 00:00:00.49] Discovered: Controls.TestCases.Mac.Tests 2026-03-08T23:19:01.7739760Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-08T23:19:01.8516790Z 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-08T23:19:03.5107980Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-08T23:20:42.7572560Z >>>>> 3/8/2026 11:20:42 PM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-08T23:20:48.3381380Z >>>>> 3/8/2026 11:20:48 PM ValidateDynamicItemTemplateDisplayed Start 2026-03-08T23:21:40.6977370Z >>>>> 3/8/2026 11:21:40 PM ValidateDynamicItemTemplateDisplayed Stop 2026-03-08T23:21:41.2451630Z Passed ValidateDynamicItemTemplateDisplayed [52 s] 2026-03-08T23:21:41.3453430Z >>>>> 3/8/2026 11:21:41 PM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-08T23:22:12.5810400Z >>>>> 3/8/2026 11:22:12 PM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-08T23:22:12.6156510Z Passed ValidateDynamicEmptyViewGridDisplayed [31 s] 2026-03-08T23:22:12.6188290Z >>>>> 3/8/2026 11:22:12 PM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-08T23:22:42.3235110Z >>>>> 3/8/2026 11:22:42 PM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-08T23:22:42.3482290Z Passed ValidateDynamicEmptyViewStringDisplayed [29 s] 2026-03-08T23:22:42.3528720Z >>>>> 3/8/2026 11:22:42 PM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-08T23:23:14.2525820Z >>>>> 3/8/2026 11:23:14 PM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-08T23:23:14.2794780Z Passed ValidateDynamicEmptyViewTemplateDisplayed [31 s] 2026-03-08T23:23:14.2815040Z >>>>> 3/8/2026 11:23:14 PM ValidateDynamicFooterGridDisplayed Start 2026-03-08T23:23:47.5239460Z >>>>> 3/8/2026 11:23:47 PM ValidateDynamicFooterGridDisplayed Stop 2026-03-08T23:23:47.5291640Z Passed ValidateDynamicFooterGridDisplayed [33 s] 2026-03-08T23:23:47.5295110Z >>>>> 3/8/2026 11:23:47 PM ValidateDynamicFooterStringDisplayed Start 2026-03-08T23:24:20.4549050Z >>>>> 3/8/2026 11:24:20 PM ValidateDynamicFooterStringDisplayed Stop 2026-03-08T23:24:20.5743170Z Passed ValidateDynamicFooterStringDisplayed [33 s] 2026-03-08T23:24:20.6750940Z >>>>> 3/8/2026 11:24:20 PM ValidateDynamicFooterTemplateDisplayed Start 2026-03-08T23:24:51.4421300Z >>>>> 3/8/2026 11:24:51 PM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-08T23:24:51.6026710Z Passed ValidateDynamicFooterTemplateDisplayed [30 s] 2026-03-08T23:24:51.6395680Z >>>>> 3/8/2026 11:24:51 PM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-08T23:25:34.4737960Z >>>>> 3/8/2026 11:25:34 PM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-08T23:25:34.5168030Z Passed ValidateDynamicGroupFooterTemplateDisplayed [42 s] 2026-03-08T23:25:34.6060710Z >>>>> 3/8/2026 11:25:34 PM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-08T23:26:23.8326130Z >>>>> 3/8/2026 11:26:23 PM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-08T23:26:23.8431500Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [49 s] 2026-03-08T23:26:23.8536350Z >>>>> 3/8/2026 11:26:23 PM ValidateDynamicHeaderGridDisplayed Start 2026-03-08T23:26:54.4529690Z >>>>> 3/8/2026 11:26:54 PM ValidateDynamicHeaderGridDisplayed Stop 2026-03-08T23:26:54.5748140Z Passed ValidateDynamicHeaderGridDisplayed [30 s] 2026-03-08T23:26:54.5849560Z >>>>> 3/8/2026 11:26:54 PM ValidateDynamicHeaderStringDisplayed Start 2026-03-08T23:27:27.6610060Z >>>>> 3/8/2026 11:27:27 PM ValidateDynamicHeaderStringDisplayed Stop 2026-03-08T23:27:28.0620910Z Passed ValidateDynamicHeaderStringDisplayed [33 s] 2026-03-08T23:27:28.1624750Z >>>>> 3/8/2026 11:27:28 PM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-08T23:28:00.7982770Z >>>>> 3/8/2026 11:28:00 PM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-08T23:28:01.0507350Z Passed ValidateDynamicHeaderTemplateDisplayed [32 s] 2026-03-08T23:28:04.3565870Z >>>>> 3/8/2026 11:28:04 PM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-08T23:28:07.7298270Z >>>>> 3/8/2026 11:28:07 PM ValidateEmptyViewStringDisplayed Start 2026-03-08T23:28:25.9162030Z >>>>> 3/8/2026 11:28:25 PM ValidateEmptyViewStringDisplayed Stop 2026-03-08T23:28:25.9390560Z Passed ValidateEmptyViewStringDisplayed [18 s] 2026-03-08T23:28:25.9619440Z >>>>> 3/8/2026 11:28:25 PM ValidateCustomEmptyViewDisplayed Start 2026-03-08T23:28:38.9424680Z >>>>> 3/8/2026 11:28:38 PM ValidateCustomEmptyViewDisplayed Stop 2026-03-08T23:28:38.9628610Z Passed ValidateCustomEmptyViewDisplayed [13 s] 2026-03-08T23:28:38.9663760Z >>>>> 3/8/2026 11:28:38 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T23:28:59.3970520Z >>>>> 3/8/2026 11:28:59 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T23:28:59.4399700Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [20 s] 2026-03-08T23:28:59.5403640Z >>>>> 3/8/2026 11:28:59 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-08T23:29:20.1731450Z >>>>> 3/8/2026 11:29:20 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-08T23:29:20.1893790Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [20 s] 2026-03-08T23:29:20.2469530Z >>>>> 3/8/2026 11:29:20 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T23:29:39.0615720Z >>>>> 3/8/2026 11:29:39 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T23:29:39.0707650Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [18 s] 2026-03-08T23:29:39.0730030Z >>>>> 3/8/2026 11:29:39 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T23:29:58.2443200Z >>>>> 3/8/2026 11:29:58 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T23:29:58.5255150Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [19 s] 2026-03-08T23:29:58.5429760Z >>>>> 3/8/2026 11:29:58 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-08T23:30:24.0362090Z >>>>> 3/8/2026 11:30:23 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-08T23:30:24.0729000Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [25 s] 2026-03-08T23:30:24.0871870Z >>>>> 3/8/2026 11:30:24 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T23:30:47.8665470Z >>>>> 3/8/2026 11:30:47 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T23:30:47.9613690Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [23 s] 2026-03-08T23:30:47.9780390Z >>>>> 3/8/2026 11:30:47 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T23:31:06.2974180Z >>>>> 3/8/2026 11:31:06 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T23:31:06.3106590Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [18 s] 2026-03-08T23:31:06.3185590Z >>>>> 3/8/2026 11:31:06 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T23:31:23.2447180Z >>>>> 3/8/2026 11:31:23 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T23:31:23.2606340Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [16 s] 2026-03-08T23:31:23.2639600Z >>>>> 3/8/2026 11:31:23 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-08T23:31:43.5141850Z >>>>> 3/8/2026 11:31:43 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-08T23:31:43.5617120Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [20 s] 2026-03-08T23:31:43.5749210Z >>>>> 3/8/2026 11:31:43 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-08T23:32:02.5818050Z >>>>> 3/8/2026 11:32:02 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T23:32:02.8117260Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [19 s] 2026-03-08T23:32:02.8229310Z >>>>> 3/8/2026 11:32:02 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T23:32:19.4335130Z >>>>> 3/8/2026 11:32:19 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T23:32:19.4482620Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [16 s] 2026-03-08T23:32:19.4598210Z >>>>> 3/8/2026 11:32:19 PM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-08T23:32:33.7295030Z >>>>> 3/8/2026 11:32:33 PM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-08T23:32:33.7373120Z Passed ValidateCustomEmptyViewSizeDisplayed [14 s] 2026-03-08T23:32:33.7374400Z >>>>> 3/8/2026 11:32:33 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-08T23:32:50.9407350Z >>>>> 3/8/2026 11:32:50 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-08T23:32:50.9493390Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [17 s] 2026-03-08T23:32:50.9497160Z >>>>> 3/8/2026 11:32:50 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-08T23:33:09.3610020Z >>>>> 3/8/2026 11:33:09 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-08T23:33:09.3686400Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [18 s] 2026-03-08T23:33:09.3693070Z >>>>> 3/8/2026 11:33:09 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T23:33:27.7256910Z >>>>> 3/8/2026 11:33:27 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T23:33:27.7378900Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [18 s] 2026-03-08T23:33:27.7440510Z >>>>> 3/8/2026 11:33:27 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-08T23:33:45.6205350Z >>>>> 3/8/2026 11:33:45 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-08T23:33:45.6336400Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [17 s] 2026-03-08T23:33:45.6442000Z >>>>> 3/8/2026 11:33:45 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-08T23:34:03.1199270Z >>>>> 3/8/2026 11:34:03 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-08T23:34:03.1291930Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [17 s] 2026-03-08T23:34:03.1295050Z >>>>> 3/8/2026 11:34:03 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T23:34:19.9468440Z >>>>> 3/8/2026 11:34:19 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T23:34:19.9536600Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-08T23:34:19.9538150Z >>>>> 3/8/2026 11:34:19 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T23:34:35.0280290Z >>>>> 3/8/2026 11:34:35 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T23:34:35.0342740Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [15 s] 2026-03-08T23:34:35.0345540Z >>>>> 3/8/2026 11:34:35 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-08T23:34:50.1968930Z >>>>> 3/8/2026 11:34:50 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-08T23:34:50.2038110Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [15 s] 2026-03-08T23:34:50.2039230Z >>>>> 3/8/2026 11:34:50 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T23:35:05.7145610Z >>>>> 3/8/2026 11:35:05 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T23:35:05.7181280Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [15 s] 2026-03-08T23:35:05.7184850Z >>>>> 3/8/2026 11:35:05 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T23:35:20.1332840Z >>>>> 3/8/2026 11:35:20 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T23:35:20.1397610Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-08T23:35:20.1401970Z >>>>> 3/8/2026 11:35:20 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T23:35:34.8540780Z >>>>> 3/8/2026 11:35:34 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T23:35:34.8601720Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T23:35:34.8602900Z >>>>> 3/8/2026 11:35:34 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-08T23:35:49.4045950Z >>>>> 3/8/2026 11:35:49 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-08T23:35:49.4098470Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [14 s] 2026-03-08T23:35:49.4099690Z >>>>> 3/8/2026 11:35:49 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-08T23:36:04.1910570Z >>>>> 3/8/2026 11:36:04 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T23:36:04.2003900Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-08T23:36:04.2018430Z >>>>> 3/8/2026 11:36:04 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T23:36:20.5199910Z >>>>> 3/8/2026 11:36:20 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T23:36:20.5294590Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [16 s] 2026-03-08T23:36:20.5300950Z >>>>> 3/8/2026 11:36:20 PM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-08T23:36:31.5476180Z >>>>> 3/8/2026 11:36:31 PM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-08T23:36:31.5546110Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [11 s] 2026-03-08T23:36:31.5551160Z >>>>> 3/8/2026 11:36:31 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T23:36:46.4994910Z >>>>> 3/8/2026 11:36:46 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T23:36:46.5047170Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [14 s] 2026-03-08T23:36:46.5048350Z >>>>> 3/8/2026 11:36:46 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T23:37:01.0877040Z >>>>> 3/8/2026 11:37:01 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T23:37:01.0929020Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [14 s] 2026-03-08T23:37:01.0930730Z >>>>> 3/8/2026 11:37:01 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-08T23:37:15.4874810Z >>>>> 3/8/2026 11:37:15 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-08T23:37:15.4933400Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [14 s] 2026-03-08T23:37:15.4935000Z >>>>> 3/8/2026 11:37:15 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T23:37:30.4198880Z >>>>> 3/8/2026 11:37:30 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T23:37:30.4265150Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-08T23:37:30.4267560Z >>>>> 3/8/2026 11:37:30 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T23:37:46.4210630Z >>>>> 3/8/2026 11:37:46 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T23:37:46.4267190Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-08T23:37:46.4268520Z >>>>> 3/8/2026 11:37:46 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T23:38:01.1387560Z >>>>> 3/8/2026 11:38:01 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T23:38:01.1445270Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [14 s] 2026-03-08T23:38:01.1446370Z >>>>> 3/8/2026 11:38:01 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T23:38:20.5987590Z >>>>> 3/8/2026 11:38:20 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T23:38:20.6078820Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [19 s] 2026-03-08T23:38:20.6093220Z >>>>> 3/8/2026 11:38:20 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T23:38:36.1173590Z >>>>> 3/8/2026 11:38:36 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T23:38:36.1224700Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [15 s] 2026-03-08T23:38:36.1227240Z >>>>> 3/8/2026 11:38:36 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T23:38:51.3701570Z >>>>> 3/8/2026 11:38:51 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T23:38:51.3785020Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [15 s] 2026-03-08T23:38:51.3788030Z >>>>> 3/8/2026 11:38:51 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T23:39:06.9472950Z >>>>> 3/8/2026 11:39:06 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T23:39:06.9525860Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-08T23:39:06.9528800Z >>>>> 3/8/2026 11:39:06 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T23:39:21.5226980Z >>>>> 3/8/2026 11:39:21 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T23:39:21.5285520Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T23:39:21.5286670Z >>>>> 3/8/2026 11:39:21 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T23:39:40.0030550Z >>>>> 3/8/2026 11:39:39 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T23:39:40.0032590Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [18 s] 2026-03-08T23:39:40.0036540Z >>>>> 3/8/2026 11:39:40 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T23:39:55.7116250Z >>>>> 3/8/2026 11:39:55 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T23:39:55.7185430Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-08T23:39:55.7187170Z >>>>> 3/8/2026 11:39:55 PM ValidateEmptyViewSize Start 2026-03-08T23:40:08.1399730Z >>>>> 3/8/2026 11:40:08 PM ValidateEmptyViewSize Stop 2026-03-08T23:40:08.1464680Z Passed ValidateEmptyViewSize [12 s] 2026-03-08T23:40:08.1469450Z >>>>> 3/8/2026 11:40:08 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-08T23:40:24.0027150Z >>>>> 3/8/2026 11:40:24 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-08T23:40:24.0090010Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [15 s] 2026-03-08T23:40:24.0157420Z >>>>> 3/8/2026 11:40:24 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-08T23:40:39.0202320Z >>>>> 3/8/2026 11:40:39 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-08T23:40:39.0259740Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [15 s] 2026-03-08T23:40:39.0262810Z >>>>> 3/8/2026 11:40:39 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T23:40:53.7929640Z >>>>> 3/8/2026 11:40:53 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T23:40:53.8004470Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-08T23:40:53.8061030Z >>>>> 3/8/2026 11:40:53 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-08T23:41:08.6008620Z >>>>> 3/8/2026 11:41:08 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-08T23:41:08.6068730Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [14 s] 2026-03-08T23:41:08.6073240Z >>>>> 3/8/2026 11:41:08 PM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-08T23:41:23.6184660Z >>>>> 3/8/2026 11:41:23 PM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-08T23:41:23.6247530Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [15 s] 2026-03-08T23:41:23.6248760Z >>>>> 3/8/2026 11:41:23 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-08T23:41:38.9901870Z >>>>> 3/8/2026 11:41:38 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-08T23:41:38.9982730Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [15 s] 2026-03-08T23:41:38.9992130Z >>>>> 3/8/2026 11:41:38 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T23:41:56.2940980Z >>>>> 3/8/2026 11:41:56 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T23:41:56.3007680Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [17 s] 2026-03-08T23:41:56.3009030Z >>>>> 3/8/2026 11:41:56 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-08T23:42:16.3131950Z >>>>> 3/8/2026 11:42:16 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-08T23:42:16.3182840Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [20 s] 2026-03-08T23:42:16.3183880Z >>>>> 3/8/2026 11:42:16 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T23:42:32.2363350Z >>>>> 3/8/2026 11:42:32 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T23:42:32.2417200Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [15 s] 2026-03-08T23:42:32.2419040Z >>>>> 3/8/2026 11:42:32 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-08T23:42:51.4227810Z >>>>> 3/8/2026 11:42:51 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-08T23:42:51.4313580Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [19 s] 2026-03-08T23:42:51.4317440Z >>>>> 3/8/2026 11:42:51 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-08T23:43:08.5272320Z >>>>> 3/8/2026 11:43:08 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-08T23:43:08.5328010Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [17 s] 2026-03-08T23:43:08.5329160Z >>>>> 3/8/2026 11:43:08 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-08T23:43:22.6788930Z >>>>> 3/8/2026 11:43:22 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-08T23:43:22.6843890Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T23:43:22.6844970Z >>>>> 3/8/2026 11:43:22 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-08T23:43:37.2483440Z >>>>> 3/8/2026 11:43:37 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-08T23:43:37.2549630Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [14 s] 2026-03-08T23:43:37.2551990Z >>>>> 3/8/2026 11:43:37 PM ValidateEmptyViewTemplateDisplayed Start 2026-03-08T23:43:49.0329950Z >>>>> 3/8/2026 11:43:49 PM ValidateEmptyViewTemplateDisplayed Stop 2026-03-08T23:43:49.0401340Z Passed ValidateEmptyViewTemplateDisplayed [11 s] 2026-03-08T23:43:49.0403010Z >>>>> 3/8/2026 11:43:49 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T23:44:03.4366170Z >>>>> 3/8/2026 11:44:03 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T23:44:03.4435640Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [14 s] 2026-03-08T23:44:03.4438730Z >>>>> 3/8/2026 11:44:03 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T23:44:19.0813200Z >>>>> 3/8/2026 11:44:19 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T23:44:19.0873910Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [15 s] 2026-03-08T23:44:19.0876560Z >>>>> 3/8/2026 11:44:19 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T23:44:33.9348910Z >>>>> 3/8/2026 11:44:33 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T23:44:33.9398430Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-08T23:44:33.9399610Z >>>>> 3/8/2026 11:44:33 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T23:44:50.8547690Z >>>>> 3/8/2026 11:44:50 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T23:44:50.8618020Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-08T23:44:50.8621990Z >>>>> 3/8/2026 11:44:50 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T23:45:05.8937120Z >>>>> 3/8/2026 11:45:05 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T23:45:05.9012610Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [15 s] 2026-03-08T23:45:05.9015350Z >>>>> 3/8/2026 11:45:05 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T23:45:24.7424770Z >>>>> 3/8/2026 11:45:24 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T23:45:24.7484910Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [18 s] 2026-03-08T23:45:24.7487640Z >>>>> 3/8/2026 11:45:24 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T23:45:41.7886280Z >>>>> 3/8/2026 11:45:41 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T23:45:41.7943800Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [17 s] 2026-03-08T23:45:41.7946560Z >>>>> 3/8/2026 11:45:41 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T23:45:56.3961560Z >>>>> 3/8/2026 11:45:56 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T23:45:56.4011180Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-08T23:45:56.4012700Z >>>>> 3/8/2026 11:45:56 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T23:46:11.3002030Z >>>>> 3/8/2026 11:46:11 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T23:46:11.3052400Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-08T23:46:11.3054150Z >>>>> 3/8/2026 11:46:11 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T23:46:25.7994050Z >>>>> 3/8/2026 11:46:25 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T23:46:25.8048750Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T23:46:25.8070370Z >>>>> 3/8/2026 11:46:25 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T23:46:44.6623830Z >>>>> 3/8/2026 11:46:44 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T23:46:44.6691590Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [18 s] 2026-03-08T23:46:44.6703780Z >>>>> 3/8/2026 11:46:44 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T23:47:02.0569720Z >>>>> 3/8/2026 11:47:02 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T23:47:02.0669520Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [17 s] 2026-03-08T23:47:02.0675120Z >>>>> 3/8/2026 11:47:02 PM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T23:47:19.5371030Z >>>>> 3/8/2026 11:47:19 PM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T23:47:19.5441790Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-08T23:47:19.5444870Z >>>>> 3/8/2026 11:47:19 PM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T23:47:36.0905940Z >>>>> 3/8/2026 11:47:36 PM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T23:47:36.0958010Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [16 s] 2026-03-08T23:47:36.0961110Z >>>>> 3/8/2026 11:47:36 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T23:47:53.0992910Z >>>>> 3/8/2026 11:47:53 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T23:47:53.1051270Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-08T23:47:53.1052970Z >>>>> 3/8/2026 11:47:53 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T23:48:12.5971390Z >>>>> 3/8/2026 11:48:12 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T23:48:12.6515810Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-08T23:48:12.6642080Z >>>>> 3/8/2026 11:48:12 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T23:48:30.6051380Z >>>>> 3/8/2026 11:48:30 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T23:48:30.6103230Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-08T23:48:30.6104440Z >>>>> 3/8/2026 11:48:30 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T23:48:50.2352120Z >>>>> 3/8/2026 11:48:50 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T23:48:50.2814970Z >>>>> 3/8/2026 11:48:50 PM Log types: 2026-03-08T23:48:50.7782980Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-08T23:48:50.7785480Z Error Message: 2026-03-08T23:48:50.7788750Z VisualTestUtils.VisualTestFailedException : 2026-03-08T23:48:50.7789410Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-08T23:48:50.7790300Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T23:48:50.7791680Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T23:48:50.7792050Z 2026-03-08T23:48:50.7793270Z More info: https://aka.ms/visual-test-workflow 2026-03-08T23:48:50.7794560Z 2026-03-08T23:48:50.7796320Z Stack Trace: 2026-03-08T23:48:50.7797630Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T23:48:50.7799200Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-08T23:48:50.7805540Z 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-08T23:48:50.7806650Z 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-08T23:48:50.7808450Z 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-08T23:48:50.7809810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:48:50.7810660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:48:50.7812640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:48:50.7813540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:48:50.7813950Z 2026-03-08T23:48:50.7815400Z >>>>> 3/8/2026 11:48:50 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T23:49:07.1547990Z >>>>> 3/8/2026 11:49:07 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T23:49:07.1605630Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-08T23:49:07.1606730Z >>>>> 3/8/2026 11:49:07 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T23:49:26.6004030Z >>>>> 3/8/2026 11:49:26 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T23:49:26.6134920Z >>>>> 3/8/2026 11:49:26 PM Log types: 2026-03-08T23:49:28.1716970Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-08T23:49:28.1718790Z Error Message: 2026-03-08T23:49:28.1719640Z VisualTestUtils.VisualTestFailedException : 2026-03-08T23:49:28.1720280Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-08T23:49:28.1722530Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T23:49:28.1723500Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T23:49:28.1723740Z 2026-03-08T23:49:28.1724140Z More info: https://aka.ms/visual-test-workflow 2026-03-08T23:49:28.1725040Z 2026-03-08T23:49:28.1725430Z Stack Trace: 2026-03-08T23:49:28.1726590Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T23:49:28.1727780Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-08T23:49:28.1729300Z 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-08T23:49:28.1730620Z 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-08T23:49:28.1732330Z 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-08T23:49:28.1733670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:49:28.1734870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:49:28.1736620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:49:28.1737600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:49:28.1738100Z 2026-03-08T23:49:30.1546210Z >>>>> 3/8/2026 11:49:30 PM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-08T23:49:32.9623440Z >>>>> 3/8/2026 11:49:32 PM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-08T23:49:56.2605710Z >>>>> 3/8/2026 11:49:56 PM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-08T23:49:56.2659060Z Passed VerifyGroupFooterTemplate_WithFooterString [23 s] 2026-03-08T23:49:56.2662620Z >>>>> 3/8/2026 11:49:56 PM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-08T23:50:24.5263540Z >>>>> 3/8/2026 11:50:24 PM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-08T23:50:24.5322620Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [28 s] 2026-03-08T23:50:24.5326080Z >>>>> 3/8/2026 11:50:24 PM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-08T23:50:57.0979090Z >>>>> 3/8/2026 11:50:57 PM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-08T23:50:57.1044360Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [32 s] 2026-03-08T23:50:57.1047580Z >>>>> 3/8/2026 11:50:57 PM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-08T23:51:25.6224080Z >>>>> 3/8/2026 11:51:25 PM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-08T23:51:25.6297160Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [28 s] 2026-03-08T23:51:25.6298120Z >>>>> 3/8/2026 11:51:25 PM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-08T23:51:57.3902580Z >>>>> 3/8/2026 11:51:57 PM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-08T23:51:57.3954760Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [31 s] 2026-03-08T23:51:57.3957000Z >>>>> 3/8/2026 11:51:57 PM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-08T23:52:31.4150080Z >>>>> 3/8/2026 11:52:31 PM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-08T23:52:31.4279760Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [34 s] 2026-03-08T23:52:31.4282130Z >>>>> 3/8/2026 11:52:31 PM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-08T23:53:07.4870510Z >>>>> 3/8/2026 11:53:07 PM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-08T23:53:07.4925820Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [36 s] 2026-03-08T23:53:07.4927040Z >>>>> 3/8/2026 11:53:07 PM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-08T23:53:40.9029090Z >>>>> 3/8/2026 11:53:40 PM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-08T23:53:40.9086160Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [33 s] 2026-03-08T23:53:40.9087720Z >>>>> 3/8/2026 11:53:40 PM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-08T23:54:16.9085630Z >>>>> 3/8/2026 11:54:16 PM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-08T23:54:16.9140480Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [36 s] 2026-03-08T23:54:16.9142160Z >>>>> 3/8/2026 11:54:16 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-08T23:54:35.7774190Z >>>>> 3/8/2026 11:54:35 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-08T23:54:35.7825300Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [18 s] 2026-03-08T23:54:35.7826820Z >>>>> 3/8/2026 11:54:35 PM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-08T23:54:54.6102360Z >>>>> 3/8/2026 11:54:54 PM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-08T23:54:54.6162370Z Passed VerifyGroupFooterTemplate_WithHeaderString [18 s] 2026-03-08T23:54:54.6166450Z >>>>> 3/8/2026 11:54:54 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-08T23:55:15.8174050Z >>>>> 3/8/2026 11:55:15 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-08T23:55:15.8235580Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [21 s] 2026-03-08T23:55:15.8244730Z >>>>> 3/8/2026 11:55:15 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-08T23:55:31.5608370Z >>>>> 3/8/2026 11:55:31 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-08T23:55:31.5659630Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [15 s] 2026-03-08T23:55:31.5663930Z >>>>> 3/8/2026 11:55:31 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-08T23:55:50.9517530Z >>>>> 3/8/2026 11:55:50 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-08T23:55:50.9564460Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [19 s] 2026-03-08T23:55:50.9565460Z >>>>> 3/8/2026 11:55:50 PM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-08T23:56:09.2681880Z >>>>> 3/8/2026 11:56:09 PM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-08T23:56:09.2746770Z Passed VerifyGroupHeaderTemplate_WithFooterString [18 s] 2026-03-08T23:56:09.2755960Z >>>>> 3/8/2026 11:56:09 PM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-08T23:56:29.1591680Z >>>>> 3/8/2026 11:56:29 PM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-08T23:56:29.1640250Z Passed VerifyGroupHeaderTemplate_WithHeaderString [19 s] 2026-03-08T23:56:29.1641270Z >>>>> 3/8/2026 11:56:29 PM VerifyIsGrouped_WithFooterString Start 2026-03-08T23:56:45.8702820Z >>>>> 3/8/2026 11:56:45 PM VerifyIsGrouped_WithFooterString Stop 2026-03-08T23:56:45.8772870Z Passed VerifyIsGrouped_WithFooterString [16 s] 2026-03-08T23:56:45.8774280Z >>>>> 3/8/2026 11:56:45 PM VerifyIsGrouped_WithHeaderString Start 2026-03-08T23:57:00.6480860Z >>>>> 3/8/2026 11:57:00 PM VerifyIsGrouped_WithHeaderString Stop 2026-03-08T23:57:00.6527170Z Passed VerifyIsGrouped_WithHeaderString [14 s] 2026-03-08T23:57:00.6528260Z >>>>> 3/8/2026 11:57:00 PM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-08T23:57:12.6960370Z >>>>> 3/8/2026 11:57:12 PM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-08T23:57:12.7017820Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [12 s] 2026-03-08T23:57:12.7018760Z >>>>> 3/8/2026 11:57:12 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-08T23:57:31.1361850Z >>>>> 3/8/2026 11:57:31 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-08T23:57:31.1511960Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [18 s] 2026-03-08T23:57:31.1523540Z >>>>> 3/8/2026 11:57:31 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-08T23:57:44.4041400Z >>>>> 3/8/2026 11:57:44 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-08T23:57:44.6597790Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [13 s] 2026-03-08T23:57:46.9442730Z >>>>> 3/8/2026 11:57:46 PM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-08T23:57:49.4975880Z >>>>> 3/8/2026 11:57:49 PM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-08T23:58:05.3563980Z >>>>> 3/8/2026 11:58:05 PM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-08T23:58:05.3627300Z Passed VerifyStringItemsObservableCollectionWhenAddItems [15 s] 2026-03-08T23:58:05.3643830Z >>>>> 3/8/2026 11:58:05 PM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-08T23:58:20.2033040Z >>>>> 3/8/2026 11:58:20 PM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-08T23:58:20.2092600Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-08T23:58:20.2094390Z >>>>> 3/8/2026 11:58:20 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-08T23:58:34.8633360Z >>>>> 3/8/2026 11:58:34 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-08T23:58:34.8708920Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [14 s] 2026-03-08T23:58:34.8710490Z >>>>> 3/8/2026 11:58:34 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-08T23:58:49.9334830Z >>>>> 3/8/2026 11:58:49 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-08T23:58:49.9396330Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [15 s] 2026-03-08T23:58:49.9399670Z >>>>> 3/8/2026 11:58:49 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-08T23:59:05.9527280Z >>>>> 3/8/2026 11:59:05 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-08T23:59:05.9594560Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [16 s] 2026-03-08T23:59:05.9605650Z >>>>> 3/8/2026 11:59:05 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-08T23:59:30.9554950Z >>>>> 3/8/2026 11:59:30 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-08T23:59:30.9629150Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [25 s] 2026-03-08T23:59:30.9631410Z >>>>> 3/8/2026 11:59:30 PM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-08T23:59:51.4525760Z >>>>> 3/8/2026 11:59:51 PM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-08T23:59:51.4582490Z Passed VerifyModelItemsGroupedListWhenAddItems [20 s] 2026-03-08T23:59:51.4584390Z >>>>> 3/8/2026 11:59:51 PM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T00:00:27.5506970Z >>>>> 3/9/2026 12:00:27 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T00:00:27.5566630Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [36 s] 2026-03-09T00:00:27.5567850Z >>>>> 3/9/2026 12:00:27 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T00:00:52.1259510Z >>>>> 3/9/2026 12:00:52 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T00:00:52.1313860Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [24 s] 2026-03-09T00:00:52.1316110Z >>>>> 3/9/2026 12:00:52 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-09T00:01:13.0979220Z >>>>> 3/9/2026 12:01:13 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-09T00:01:13.1033730Z Passed VerifyModelItemsGroupedListWhenRemoveItems [20 s] 2026-03-09T00:01:13.1037690Z >>>>> 3/9/2026 12:01:13 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T00:01:46.8515410Z >>>>> 3/9/2026 12:01:46 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T00:01:46.8577330Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [33 s] 2026-03-09T00:01:46.8578820Z >>>>> 3/9/2026 12:01:46 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-09T00:01:59.4168380Z >>>>> 3/9/2026 12:01:59 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T00:01:59.4218550Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [12 s] 2026-03-09T00:01:59.4219750Z >>>>> 3/9/2026 12:01:59 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T00:02:11.5601840Z >>>>> 3/9/2026 12:02:11 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T00:02:11.5657980Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [12 s] 2026-03-09T00:02:11.5672610Z >>>>> 3/9/2026 12:02:11 AM VerifyModelItemsListWhenAddItems Start 2026-03-09T00:02:26.7158180Z >>>>> 3/9/2026 12:02:26 AM VerifyModelItemsListWhenAddItems Stop 2026-03-09T00:02:26.7206420Z Passed VerifyModelItemsListWhenAddItems [15 s] 2026-03-09T00:02:26.7207440Z >>>>> 3/9/2026 12:02:26 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-09T00:02:43.0355220Z >>>>> 3/9/2026 12:02:43 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-09T00:02:43.0435060Z Passed VerifyModelItemsListWhenRemoveItems [16 s] 2026-03-09T00:02:43.0443170Z >>>>> 3/9/2026 12:02:43 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T00:03:03.3591110Z >>>>> 3/9/2026 12:03:03 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T00:03:03.3645780Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [20 s] 2026-03-09T00:03:03.3649960Z >>>>> 3/9/2026 12:03:03 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-09T00:03:19.7300200Z >>>>> 3/9/2026 12:03:19 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-09T00:03:19.7369980Z Passed VerifyModelItemsObservableCollectionWhenAddItems [16 s] 2026-03-09T00:03:19.7373100Z >>>>> 3/9/2026 12:03:19 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T00:03:47.3747670Z >>>>> 3/9/2026 12:03:47 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T00:03:47.3803310Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [27 s] 2026-03-09T00:03:47.3804470Z >>>>> 3/9/2026 12:03:47 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T00:04:07.3750310Z >>>>> 3/9/2026 12:04:07 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T00:04:07.3835330Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [20 s] 2026-03-09T00:04:07.3842750Z >>>>> 3/9/2026 12:04:07 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-09T00:04:25.1598270Z >>>>> 3/9/2026 12:04:25 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T00:04:25.1659810Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [17 s] 2026-03-09T00:04:25.1661050Z >>>>> 3/9/2026 12:04:25 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T00:04:52.2360670Z >>>>> 3/9/2026 12:04:52 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T00:04:52.2424150Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [27 s] 2026-03-09T00:04:52.2425830Z >>>>> 3/9/2026 12:04:52 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-09T00:05:04.9713910Z >>>>> 3/9/2026 12:05:04 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-09T00:05:04.9768180Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [12 s] 2026-03-09T00:05:04.9769200Z >>>>> 3/9/2026 12:05:04 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-09T00:05:17.3008640Z >>>>> 3/9/2026 12:05:17 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-09T00:05:17.3086310Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [12 s] 2026-03-09T00:05:17.3093760Z >>>>> 3/9/2026 12:05:17 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-09T00:05:29.5639470Z >>>>> 3/9/2026 12:05:29 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-09T00:05:29.5724120Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [12 s] 2026-03-09T00:05:29.5733060Z >>>>> 3/9/2026 12:05:29 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-09T00:05:42.8121780Z >>>>> 3/9/2026 12:05:42 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-09T00:05:42.8188560Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [13 s] 2026-03-09T00:05:42.8201390Z >>>>> 3/9/2026 12:05:42 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-09T00:06:04.6781750Z >>>>> 3/9/2026 12:06:04 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-09T00:06:04.6833970Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [21 s] 2026-03-09T00:06:04.6835290Z >>>>> 3/9/2026 12:06:04 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-09T00:06:23.7893440Z >>>>> 3/9/2026 12:06:23 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-09T00:06:23.7945500Z Passed VerifyStringItemsGroupedListWhenAddItems [19 s] 2026-03-09T00:06:23.7946330Z >>>>> 3/9/2026 12:06:23 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T00:06:57.2868040Z >>>>> 3/9/2026 12:06:57 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T00:06:57.2924800Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [33 s] 2026-03-09T00:06:57.2926650Z >>>>> 3/9/2026 12:06:57 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T00:07:21.4484640Z >>>>> 3/9/2026 12:07:21 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T00:07:21.4534000Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [24 s] 2026-03-09T00:07:21.4535220Z >>>>> 3/9/2026 12:07:21 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-09T00:07:41.1643590Z >>>>> 3/9/2026 12:07:41 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-09T00:07:41.1699530Z Passed VerifyStringItemsGroupedListWhenRemoveItems [19 s] 2026-03-09T00:07:41.1700660Z >>>>> 3/9/2026 12:07:41 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T00:08:12.1353880Z >>>>> 3/9/2026 12:08:12 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T00:08:12.1429840Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-09T00:08:12.1435360Z >>>>> 3/9/2026 12:08:12 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-09T00:08:23.3627630Z >>>>> 3/9/2026 12:08:23 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T00:08:23.3740990Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-09T00:08:23.3749780Z >>>>> 3/9/2026 12:08:23 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T00:08:32.8878620Z >>>>> 3/9/2026 12:08:32 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T00:08:32.8936780Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [9 s] 2026-03-09T00:08:32.8938120Z >>>>> 3/9/2026 12:08:32 AM VerifyStringItemsListWhenAddItems Start 2026-03-09T00:08:45.9523600Z >>>>> 3/9/2026 12:08:45 AM VerifyStringItemsListWhenAddItems Stop 2026-03-09T00:08:45.9580270Z Passed VerifyStringItemsListWhenAddItems [13 s] 2026-03-09T00:08:45.9581360Z >>>>> 3/9/2026 12:08:45 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-09T00:08:59.6993040Z >>>>> 3/9/2026 12:08:59 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-09T00:08:59.7042350Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-09T00:08:59.7044290Z >>>>> 3/9/2026 12:08:59 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T00:09:23.7422450Z >>>>> 3/9/2026 12:09:23 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T00:09:23.7484470Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [24 s] 2026-03-09T00:09:23.7486060Z >>>>> 3/9/2026 12:09:23 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T00:09:50.4979690Z >>>>> 3/9/2026 12:09:50 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T00:09:50.5033310Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [26 s] 2026-03-09T00:09:50.5035340Z >>>>> 3/9/2026 12:09:50 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T00:10:07.9564900Z >>>>> 3/9/2026 12:10:07 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T00:10:07.9619100Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [17 s] 2026-03-09T00:10:07.9621810Z >>>>> 3/9/2026 12:10:07 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-09T00:10:21.6164140Z >>>>> 3/9/2026 12:10:21 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T00:10:21.6216070Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-09T00:10:21.6217190Z >>>>> 3/9/2026 12:10:21 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T00:10:46.2519730Z >>>>> 3/9/2026 12:10:46 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T00:10:47.1758670Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [24 s] 2026-03-09T00:10:48.9617530Z >>>>> 3/9/2026 12:10:48 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-09T00:10:51.7577030Z >>>>> 3/9/2026 12:10:51 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-09T00:11:15.0035290Z >>>>> 3/9/2026 12:11:15 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-09T00:11:15.0092880Z Passed VerifyMeasureAllItemsWithObservableCollection [23 s] 2026-03-09T00:11:15.0165150Z >>>>> 3/9/2026 12:11:15 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-09T00:11:38.7747300Z >>>>> 3/9/2026 12:11:38 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-09T00:11:38.7805910Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [23 s] 2026-03-09T00:11:38.7806990Z >>>>> 3/9/2026 12:11:38 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-09T00:11:59.7823040Z >>>>> 3/9/2026 12:11:59 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T00:11:59.7876100Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [21 s] 2026-03-09T00:11:59.7877620Z >>>>> 3/9/2026 12:11:59 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-09T00:12:45.7372280Z >>>>> 3/9/2026 12:12:45 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-09T00:12:45.7427870Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [45 s] 2026-03-09T00:12:45.7429770Z >>>>> 3/9/2026 12:12:45 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-09T00:13:10.4413930Z >>>>> 3/9/2026 12:13:10 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-09T00:13:10.4473500Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [24 s] 2026-03-09T00:13:10.4475330Z >>>>> 3/9/2026 12:13:10 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-09T00:13:32.2457740Z >>>>> 3/9/2026 12:13:32 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T00:13:32.2523900Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [21 s] 2026-03-09T00:13:32.2527870Z >>>>> 3/9/2026 12:13:32 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-09T00:14:14.6083150Z >>>>> 3/9/2026 12:14:14 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-09T00:14:14.6152360Z Passed VerifyKeepScrollOffsetWithGroupedList [42 s] 2026-03-09T00:14:14.6155360Z >>>>> 3/9/2026 12:14:14 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-09T00:14:49.2996140Z >>>>> 3/9/2026 12:14:49 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-09T00:14:49.3063140Z Passed VerifyKeepScrollOffsetWithObservableList [34 s] 2026-03-09T00:14:49.3068170Z >>>>> 3/9/2026 12:14:49 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-09T00:15:12.4156590Z >>>>> 3/9/2026 12:15:12 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-09T00:15:13.3338570Z Passed VerifyMeasureAllItemsWithGroupedList [23 s] 2026-03-09T00:15:15.0430550Z >>>>> 3/9/2026 12:15:15 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-09T00:15:17.7308880Z >>>>> 3/9/2026 12:15:17 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-09T00:15:39.5345480Z >>>>> 3/9/2026 12:15:39 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-09T00:15:39.5407240Z Passed VerifySelectionModeNoneWhenItemsSourceNone [21 s] 2026-03-09T00:15:39.5408300Z >>>>> 3/9/2026 12:15:39 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-09T00:16:00.4819730Z >>>>> 3/9/2026 12:16:00 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-09T00:16:00.4876400Z Passed VerifySelecctionModeSingleWhenCurrentSelection [20 s] 2026-03-09T00:16:00.4877380Z >>>>> 3/9/2026 12:16:00 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-09T00:16:17.5992410Z >>>>> 3/9/2026 12:16:17 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-09T00:16:17.6100130Z Passed VerifySelectionModeNoneWhenCurrentSelection [17 s] 2026-03-09T00:16:17.6117540Z >>>>> 3/9/2026 12:16:17 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-09T00:16:37.2053450Z >>>>> 3/9/2026 12:16:37 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-09T00:16:37.2111950Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [19 s] 2026-03-09T00:16:37.2113930Z >>>>> 3/9/2026 12:16:37 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-09T00:16:58.7729360Z >>>>> 3/9/2026 12:16:58 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-09T00:16:58.7783980Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [21 s] 2026-03-09T00:16:58.7785930Z >>>>> 3/9/2026 12:16:58 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-09T00:17:19.9218670Z >>>>> 3/9/2026 12:17:19 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-09T00:17:19.9282780Z Passed VerifySelectionModeNoneWhenPreviousSelection [21 s] 2026-03-09T00:17:19.9284660Z >>>>> 3/9/2026 12:17:19 AM VerifySelectionModeNoneWithFooterString Start 2026-03-09T00:17:43.3053030Z >>>>> 3/9/2026 12:17:43 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-09T00:17:43.3132210Z Passed VerifySelectionModeNoneWithFooterString [23 s] 2026-03-09T00:17:43.3135700Z >>>>> 3/9/2026 12:17:43 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-09T00:18:10.2998740Z >>>>> 3/9/2026 12:18:10 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-09T00:18:10.3052150Z Passed VerifySelectionModeNoneWithFooterTemplateView [26 s] 2026-03-09T00:18:10.3053090Z >>>>> 3/9/2026 12:18:10 AM VerifySelectionModeNoneWithFooterView Start 2026-03-09T00:18:32.6681250Z >>>>> 3/9/2026 12:18:32 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-09T00:18:32.6746720Z Passed VerifySelectionModeNoneWithFooterView [22 s] 2026-03-09T00:18:32.6748330Z >>>>> 3/9/2026 12:18:32 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-09T00:18:56.0325570Z >>>>> 3/9/2026 12:18:56 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-09T00:18:56.0421860Z Passed VerifySelectionModeNoneWithHeaderString [23 s] 2026-03-09T00:18:56.0426660Z >>>>> 3/9/2026 12:18:56 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-09T00:19:23.9075420Z >>>>> 3/9/2026 12:19:23 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-09T00:19:23.9146560Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [27 s] 2026-03-09T00:19:23.9147930Z >>>>> 3/9/2026 12:19:23 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-09T00:19:50.9404400Z >>>>> 3/9/2026 12:19:50 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-09T00:19:50.9473850Z Passed VerifySelectionModeNoneWithHeaderTemplateView [27 s] 2026-03-09T00:19:50.9477720Z >>>>> 3/9/2026 12:19:50 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-09T00:20:27.9706630Z >>>>> 3/9/2026 12:20:27 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-09T00:20:27.9771300Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [37 s] 2026-03-09T00:20:27.9775380Z >>>>> 3/9/2026 12:20:27 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-09T00:20:50.9401520Z >>>>> 3/9/2026 12:20:50 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-09T00:20:50.9461280Z Passed VerifySelectionModeNoneWithHeaderView [22 s] 2026-03-09T00:20:50.9463710Z >>>>> 3/9/2026 12:20:50 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-09T00:21:18.2300260Z >>>>> 3/9/2026 12:21:18 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-09T00:21:18.2356770Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [27 s] 2026-03-09T00:21:18.2357780Z >>>>> 3/9/2026 12:21:18 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-09T00:21:49.8775870Z >>>>> 3/9/2026 12:21:49 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-09T00:21:49.8858500Z Passed VerifySelectionModeSingleSelectionChangedEventCount [31 s] 2026-03-09T00:21:49.8863120Z >>>>> 3/9/2026 12:21:49 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-09T00:22:13.7086900Z >>>>> 3/9/2026 12:22:13 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-09T00:22:13.7149240Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [23 s] 2026-03-09T00:22:13.7154840Z >>>>> 3/9/2026 12:22:13 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-09T00:22:33.7809220Z >>>>> 3/9/2026 12:22:33 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-09T00:22:33.7869790Z Passed VerifySelectionModeSingleWhenItemsSourceNone [20 s] 2026-03-09T00:22:33.7870990Z >>>>> 3/9/2026 12:22:33 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-09T00:22:53.5801940Z >>>>> 3/9/2026 12:22:53 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-09T00:22:53.5874770Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [19 s] 2026-03-09T00:22:53.5878080Z >>>>> 3/9/2026 12:22:53 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-09T00:23:18.3039510Z >>>>> 3/9/2026 12:23:18 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-09T00:23:18.3100330Z Passed VerifySelectionModeSingleWhenPreviousSelection [24 s] 2026-03-09T00:23:18.3101480Z >>>>> 3/9/2026 12:23:18 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-09T00:23:42.4613680Z >>>>> 3/9/2026 12:23:42 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-09T00:23:42.4675490Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [24 s] 2026-03-09T00:23:42.4676960Z >>>>> 3/9/2026 12:23:42 AM VerifySelectionModeSingleWithFooterString Start 2026-03-09T00:24:10.7090470Z >>>>> 3/9/2026 12:24:10 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-09T00:24:10.7147920Z Passed VerifySelectionModeSingleWithFooterString [28 s] 2026-03-09T00:24:10.7149110Z >>>>> 3/9/2026 12:24:10 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-09T00:24:45.0481970Z >>>>> 3/9/2026 12:24:45 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-09T00:24:45.0543970Z Passed VerifySelectionModeSingleWithFooterTemplateView [34 s] 2026-03-09T00:24:45.0545340Z >>>>> 3/9/2026 12:24:45 AM VerifySelectionModeSingleWithFooterView Start 2026-03-09T00:25:14.6682000Z >>>>> 3/9/2026 12:25:14 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-09T00:25:14.6736810Z Passed VerifySelectionModeSingleWithFooterView [29 s] 2026-03-09T00:25:14.6738170Z >>>>> 3/9/2026 12:25:14 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-09T00:25:41.2069190Z >>>>> 3/9/2026 12:25:41 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-09T00:25:41.2219630Z Passed VerifySelectionModeSingleWithHeaderString [26 s] 2026-03-09T00:25:41.2256990Z >>>>> 3/9/2026 12:25:41 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-09T00:26:12.2046990Z >>>>> 3/9/2026 12:26:12 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-09T00:26:12.2098210Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [30 s] 2026-03-09T00:26:12.2099360Z >>>>> 3/9/2026 12:26:12 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-09T00:26:42.4621700Z >>>>> 3/9/2026 12:26:42 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-09T00:26:42.4689860Z Passed VerifySelectionModeSingleWithHeaderTemplateView [30 s] 2026-03-09T00:26:42.4691560Z >>>>> 3/9/2026 12:26:42 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-09T00:27:22.7687470Z >>>>> 3/9/2026 12:27:22 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-09T00:27:22.7741350Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [40 s] 2026-03-09T00:27:22.7742310Z >>>>> 3/9/2026 12:27:22 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-09T00:27:49.6493210Z >>>>> 3/9/2026 12:27:49 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-09T00:27:49.6558820Z Passed VerifySelectionModeSingleWithHeaderView [26 s] 2026-03-09T00:27:49.6564120Z >>>>> 3/9/2026 12:27:49 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-09T00:28:20.9168610Z >>>>> 3/9/2026 12:28:20 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-09T00:28:21.1924190Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [31 s] 2026-03-09T00:28:23.7650320Z >>>>> 3/9/2026 12:28:23 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-09T00:28:23.7701160Z >>>>> 3/9/2026 12:28:23 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-09T00:28:36.5582560Z >>>>> 3/9/2026 12:28:36 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-09T00:28:39.2266330Z Passed EmptyViewItemsSourceNullStringWorks [15 s] 2026-03-09T00:28:39.2283830Z >>>>> 3/9/2026 12:28:39 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-09T00:28:39.2294190Z >>>>> 3/9/2026 12:28:39 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-09T00:28:51.7205740Z >>>>> 3/9/2026 12:28:51 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-09T00:28:55.7873440Z Passed EmptyViewItemsSourceNullViewWorks [15 s] 2026-03-09T00:28:56.9753430Z >>>>> 3/9/2026 12:28:56 AM GroupingAndHeaderWorks Start 2026-03-09T00:28:56.9758260Z >>>>> 3/9/2026 12:28:56 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-09T00:29:16.7751270Z >>>>> 3/9/2026 12:29:16 AM GroupingAndHeaderWorks Stop 2026-03-09T00:29:19.8317750Z Passed GroupingAndHeaderWorks [22 s] 2026-03-09T00:29:22.0499420Z >>>>> 3/9/2026 12:29:22 AM HeaderFooterStringWorks Start 2026-03-09T00:29:22.0500740Z >>>>> 3/9/2026 12:29:22 AM FixtureSetup for HeaderFooterStringWorks 2026-03-09T00:29:35.3995680Z >>>>> 3/9/2026 12:29:35 AM HeaderFooterStringWorks Stop 2026-03-09T00:29:38.5714610Z Passed HeaderFooterStringWorks [16 s] 2026-03-09T00:29:41.2153650Z >>>>> 3/9/2026 12:29:41 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-09T00:29:44.1140050Z >>>>> 3/9/2026 12:29:44 AM SelectionShouldUpdateBinding Start 2026-03-09T00:29:58.8960770Z >>>>> 3/9/2026 12:29:58 AM SelectionShouldUpdateBinding Stop 2026-03-09T00:29:59.1428200Z Passed SelectionShouldUpdateBinding [14 s] 2026-03-09T00:30:01.3830920Z >>>>> 3/9/2026 12:30:01 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-09T00:30:01.4726220Z >>>>> 3/9/2026 12:30:01 AM ClearingGroupedNoCrash Start 2026-03-09T00:30:04.8776910Z >>>>> 3/9/2026 12:30:04 AM ClearingGroupedNoCrash Stop 2026-03-09T00:30:06.0247290Z Passed ClearingGroupedNoCrash [3 s] 2026-03-09T00:30:08.5920870Z >>>>> 3/9/2026 12:30:08 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-09T00:30:08.6940380Z >>>>> 3/9/2026 12:30:08 AM NoBindingErrors Start 2026-03-09T00:30:18.6754940Z >>>>> 3/9/2026 12:30:18 AM NoBindingErrors Stop 2026-03-09T00:30:19.1998560Z Passed NoBindingErrors [9 s] 2026-03-09T00:30:21.0826020Z >>>>> 3/9/2026 12:30:21 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-09T00:30:21.1664270Z >>>>> 3/9/2026 12:30:21 AM DynamicallyLoadCollectionView Start 2026-03-09T00:30:21.9402580Z >>>>> 3/9/2026 12:30:21 AM DynamicallyLoadCollectionView Stop 2026-03-09T00:30:22.7247010Z Passed DynamicallyLoadCollectionView [779 ms] 2026-03-09T00:30:24.3510580Z >>>>> 3/9/2026 12:30:24 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-09T00:30:24.4593920Z >>>>> 3/9/2026 12:30:24 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-09T00:30:24.4849100Z >>>>> 3/9/2026 12:30:24 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-09T00:30:24.4898590Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-09T00:30:25.9950170Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [33 ms] 2026-03-09T00:30:27.3264820Z >>>>> 3/9/2026 12:30:27 AM KeepItemsInView Start 2026-03-09T00:30:27.3296190Z >>>>> 3/9/2026 12:30:27 AM FixtureSetup for KeepItemsInView 2026-03-09T00:31:38.5374330Z >>>>> 3/9/2026 12:31:38 AM KeepItemsInView Stop 2026-03-09T00:31:42.5418540Z Passed KeepItemsInView [1 m 14 s] 2026-03-09T00:31:43.9412230Z >>>>> 3/9/2026 12:31:43 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-09T00:31:43.9413110Z >>>>> 3/9/2026 12:31:43 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-09T00:31:49.6072830Z >>>>> 3/9/2026 12:31:49 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-09T00:31:52.1645690Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [8 s] 2026-03-09T00:31:52.1649040Z >>>>> 3/9/2026 12:31:52 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-09T00:31:52.1664670Z >>>>> 3/9/2026 12:31:52 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-09T00:31:57.8541550Z >>>>> 3/9/2026 12:31:57 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-09T00:32:01.1724570Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [8 s] 2026-03-09T00:32:02.7670440Z >>>>> 3/9/2026 12:32:02 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-09T00:32:02.8645040Z >>>>> 3/9/2026 12:32:02 AM EmptyViewShouldNotCrash Start 2026-03-09T00:32:03.6852110Z >>>>> 3/9/2026 12:32:03 AM EmptyViewShouldNotCrash Stop 2026-03-09T00:32:04.3584510Z Passed EmptyViewShouldNotCrash [825 ms] 2026-03-09T00:32:06.1460100Z >>>>> 3/9/2026 12:32:06 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-09T00:32:06.2310150Z >>>>> 3/9/2026 12:32:06 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-09T00:32:07.0246930Z >>>>> 3/9/2026 12:32:07 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-09T00:32:07.7251020Z Passed CollectionShouldInvalidateOnVisibilityChange [799 ms] 2026-03-09T00:32:10.3262270Z >>>>> 3/9/2026 12:32:10 AM FixtureSetup for Issue10454(Mac) 2026-03-09T00:32:10.4135790Z >>>>> 3/9/2026 12:32:10 AM ChildAddedShouldFire Start 2026-03-09T00:32:14.1882220Z >>>>> 3/9/2026 12:32:14 AM ChildAddedShouldFire Stop 2026-03-09T00:32:14.9241380Z Passed ChildAddedShouldFire [3 s] 2026-03-09T00:32:16.9879430Z >>>>> 3/9/2026 12:32:16 AM FixtureSetup for Issue10947(Mac) 2026-03-09T00:32:17.1018270Z >>>>> 3/9/2026 12:32:17 AM CollectionViewHeaderShouldNotScroll Start 2026-03-09T00:32:28.6077470Z >>>>> 3/9/2026 12:32:28 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-09T00:32:29.1588840Z Passed CollectionViewHeaderShouldNotScroll [11 s] 2026-03-09T00:32:31.1630820Z >>>>> 3/9/2026 12:32:31 AM FixtureSetup for Issue11311(Mac) 2026-03-09T00:32:31.2659460Z >>>>> 3/9/2026 12:32:31 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-09T00:32:32.1826270Z >>>>> 3/9/2026 12:32:32 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-09T00:32:32.7698410Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [922 ms] 2026-03-09T00:32:34.7928780Z >>>>> 3/9/2026 12:32:34 AM FixtureSetup for Issue11853(Mac) 2026-03-09T00:32:34.8867270Z >>>>> 3/9/2026 12:32:34 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-09T00:32:39.9652860Z >>>>> 3/9/2026 12:32:39 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-09T00:32:40.9235660Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [5 s] 2026-03-09T00:32:42.5279300Z >>>>> 3/9/2026 12:32:42 AM FixtureSetup for Issue11896(Mac) 2026-03-09T00:32:42.6314210Z >>>>> 3/9/2026 12:32:42 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-09T00:32:50.7615570Z >>>>> 3/9/2026 12:32:50 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-09T00:32:50.7684200Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [8 s] 2026-03-09T00:32:50.7688810Z >>>>> 3/9/2026 12:32:50 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-09T00:32:59.9469600Z >>>>> 3/9/2026 12:32:59 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-09T00:33:01.3367620Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [9 s] 2026-03-09T00:33:02.5157660Z >>>>> 3/9/2026 12:33:02 AM FixtureSetup for Issue12374(Mac) 2026-03-09T00:33:02.6211900Z >>>>> 3/9/2026 12:33:02 AM Issue12374Test Start 2026-03-09T00:33:10.4269000Z >>>>> 3/9/2026 12:33:10 AM Issue12374Test Stop 2026-03-09T00:33:11.9739980Z Passed Issue12374Test [7 s] 2026-03-09T00:33:12.8774680Z >>>>> 3/9/2026 12:33:12 AM FixtureSetup for Issue12714(Mac) 2026-03-09T00:33:12.9664690Z >>>>> 3/9/2026 12:33:12 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-09T00:33:15.6125250Z >>>>> 3/9/2026 12:33:15 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-09T00:33:16.4933560Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-09T00:33:18.1136190Z >>>>> 3/9/2026 12:33:18 AM FixtureSetup for Issue13126_2(Mac) 2026-03-09T00:33:18.2057800Z >>>>> 3/9/2026 12:33:18 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-09T00:33:18.9851390Z >>>>> 3/9/2026 12:33:18 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-09T00:33:19.7635790Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [785 ms] 2026-03-09T00:33:21.3605100Z >>>>> 3/9/2026 12:33:21 AM FixtureSetup for Issue13203(Mac) 2026-03-09T00:33:21.4449550Z >>>>> 3/9/2026 12:33:21 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-09T00:33:22.2712530Z >>>>> 3/9/2026 12:33:22 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-09T00:33:22.9482780Z Passed CollectionShouldInvalidateOnVisibilityChange [832 ms] 2026-03-09T00:33:24.6646680Z >>>>> 3/9/2026 12:33:24 AM FixtureSetup for Issue13551(Mac) 2026-03-09T00:33:24.7666640Z >>>>> 3/9/2026 12:33:24 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-09T00:33:26.0392460Z >>>>> 3/9/2026 12:33:26 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-09T00:33:26.3242550Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-09T00:33:28.5871740Z >>>>> 3/9/2026 12:33:28 AM FixtureSetup for Issue14557(Mac) 2026-03-09T00:33:28.6888910Z >>>>> 3/9/2026 12:33:28 AM HeaderAndFooterRender Start 2026-03-09T00:33:31.5316350Z >>>>> 3/9/2026 12:33:31 AM HeaderAndFooterRender Stop 2026-03-09T00:33:31.6842620Z Passed HeaderAndFooterRender [2 s] 2026-03-09T00:33:34.0240600Z >>>>> 3/9/2026 12:33:34 AM FixtureSetup for Issue15778(Mac) 2026-03-09T00:33:34.1173310Z >>>>> 3/9/2026 12:33:34 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-09T00:33:37.8809180Z >>>>> 3/9/2026 12:33:37 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-09T00:33:38.6235720Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-09T00:33:40.6548160Z >>>>> 3/9/2026 12:33:40 AM FixtureSetup for Issue15815(Mac) 2026-03-09T00:33:40.7672410Z >>>>> 3/9/2026 12:33:40 AM LastItemIsVisilbe Start 2026-03-09T00:33:42.4664460Z >>>>> 3/9/2026 12:33:42 AM LastItemIsVisilbe Stop 2026-03-09T00:33:43.8326530Z Passed LastItemIsVisilbe [1 s] 2026-03-09T00:33:45.1675670Z >>>>> 3/9/2026 12:33:45 AM FixtureSetup for Issue16320(Mac) 2026-03-09T00:33:45.2596450Z >>>>> 3/9/2026 12:33:45 AM Issue16320Test Start 2026-03-09T00:33:48.1834660Z >>>>> 3/9/2026 12:33:48 AM Issue16320Test Stop 2026-03-09T00:33:48.4670610Z Passed Issue16320Test [2 s] 2026-03-09T00:33:50.7221780Z >>>>> 3/9/2026 12:33:50 AM FixtureSetup for Issue16787(Mac) 2026-03-09T00:33:50.8390410Z >>>>> 3/9/2026 12:33:50 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-09T00:33:52.2908630Z >>>>> 3/9/2026 12:33:52 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-09T00:33:52.4142150Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-09T00:33:55.1334050Z >>>>> 3/9/2026 12:33:55 AM FixtureSetup for Issue17400(Mac) 2026-03-09T00:33:55.2350520Z >>>>> 3/9/2026 12:33:55 AM Issue17400Test Start 2026-03-09T00:34:02.6332020Z >>>>> 3/9/2026 12:34:02 AM Issue17400Test Stop 2026-03-09T00:34:02.8093800Z Passed Issue17400Test [7 s] 2026-03-09T00:34:05.1686590Z >>>>> 3/9/2026 12:34:05 AM FixtureSetup for Issue17823(Mac) 2026-03-09T00:34:05.2638690Z >>>>> 3/9/2026 12:34:05 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-09T00:34:10.9549450Z >>>>> 3/9/2026 12:34:10 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-09T00:34:10.9605490Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [5 s] 2026-03-09T00:34:10.9609200Z >>>>> 3/9/2026 12:34:10 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-09T00:34:15.7756230Z >>>>> 3/9/2026 12:34:15 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-09T00:34:17.0101390Z Passed ReorderingLastItemWithHeaderDoesNotCrash [4 s] 2026-03-09T00:34:18.7181570Z >>>>> 3/9/2026 12:34:18 AM FixtureSetup for Issue17865(Mac) 2026-03-09T00:34:18.8134190Z >>>>> 3/9/2026 12:34:18 AM Issue17865Test Start 2026-03-09T00:34:25.3197950Z >>>>> 3/9/2026 12:34:25 AM Issue17865Test Stop 2026-03-09T00:34:26.3226500Z Passed Issue17865Test [6 s] 2026-03-09T00:34:28.0097960Z >>>>> 3/9/2026 12:34:28 AM FixtureSetup for Issue17969(Mac) 2026-03-09T00:34:28.1109680Z >>>>> 3/9/2026 12:34:28 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-09T00:34:35.7697960Z >>>>> 3/9/2026 12:34:35 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-09T00:34:35.7754470Z Passed CollectionViewAddGroupWhenViewIsEmpty [7 s] 2026-03-09T00:34:35.7755400Z >>>>> 3/9/2026 12:34:35 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-09T00:34:43.3591770Z >>>>> 3/9/2026 12:34:43 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-09T00:34:44.7919320Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [7 s] 2026-03-09T00:34:46.2354570Z >>>>> 3/9/2026 12:34:46 AM FixtureSetup for Issue18389(Mac) 2026-03-09T00:34:46.3373830Z >>>>> 3/9/2026 12:34:46 AM VerifyScrollToIndexWithHeader Start 2026-03-09T00:35:01.3256700Z >>>>> 3/9/2026 12:35:01 AM VerifyScrollToIndexWithHeader Stop 2026-03-09T00:35:02.9100440Z Passed VerifyScrollToIndexWithHeader [14 s] 2026-03-09T00:35:04.0805860Z >>>>> 3/9/2026 12:35:04 AM FixtureSetup for Issue18702(Mac) 2026-03-09T00:35:04.1834450Z >>>>> 3/9/2026 12:35:04 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-09T00:35:07.4909020Z >>>>> 3/9/2026 12:35:07 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-09T00:35:08.9945420Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [3 s] 2026-03-09T00:35:10.2465590Z >>>>> 3/9/2026 12:35:10 AM FixtureSetup for Issue18751(Mac) 2026-03-09T00:35:10.3409250Z >>>>> 3/9/2026 12:35:10 AM Issue18751Test Start 2026-03-09T00:35:14.9518810Z >>>>> 3/9/2026 12:35:14 AM Issue18751Test Stop 2026-03-09T00:35:15.1136290Z Passed Issue18751Test [4 s] 2026-03-09T00:35:17.5981550Z >>>>> 3/9/2026 12:35:17 AM FixtureSetup for Issue19338(Mac) 2026-03-09T00:35:17.6942710Z >>>>> 3/9/2026 12:35:17 AM HeaderAndFooterShouldBeVisible Start 2026-03-09T00:35:20.4653730Z >>>>> 3/9/2026 12:35:20 AM HeaderAndFooterShouldBeVisible Stop 2026-03-09T00:35:20.6908720Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-09T00:35:22.9870290Z >>>>> 3/9/2026 12:35:22 AM FixtureSetup for Issue19379(Mac) 2026-03-09T00:35:23.0880420Z >>>>> 3/9/2026 12:35:23 AM UpdateCollectionViewHeaderTest Start 2026-03-09T00:35:28.2233660Z >>>>> 3/9/2026 12:35:28 AM UpdateCollectionViewHeaderTest Stop 2026-03-09T00:35:29.0839800Z Passed UpdateCollectionViewHeaderTest [5 s] 2026-03-09T00:35:30.6204390Z >>>>> 3/9/2026 12:35:30 AM FixtureSetup for Issue19609(Mac) 2026-03-09T00:35:30.7120090Z >>>>> 3/9/2026 12:35:30 AM CanTapButtonOnEmptyView Start 2026-03-09T00:35:33.9188450Z >>>>> 3/9/2026 12:35:33 AM CanTapButtonOnEmptyView Stop 2026-03-09T00:35:35.2700890Z Passed CanTapButtonOnEmptyView [3 s] 2026-03-09T00:35:36.4921720Z >>>>> 3/9/2026 12:35:36 AM FixtureSetup for Issue19771(Mac) 2026-03-09T00:35:36.5835190Z >>>>> 3/9/2026 12:35:36 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-09T00:35:45.5563810Z >>>>> 3/9/2026 12:35:45 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-09T00:35:45.7906520Z Passed CollectionViewIsEnabledFalsePreventsInteractions [8 s] 2026-03-09T00:35:48.0829710Z >>>>> 3/9/2026 12:35:48 AM FixtureSetup for Issue19803(Mac) 2026-03-09T00:35:48.1806470Z >>>>> 3/9/2026 12:35:48 AM NoNREWhenChangingGridItemsLayout Start 2026-03-09T00:35:51.4682340Z >>>>> 3/9/2026 12:35:51 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-09T00:35:52.6905000Z Passed NoNREWhenChangingGridItemsLayout [3 s] 2026-03-09T00:35:54.2968880Z >>>>> 3/9/2026 12:35:54 AM FixtureSetup for Issue20294(Mac) 2026-03-09T00:35:54.3880590Z >>>>> 3/9/2026 12:35:54 AM ScrollToEndDoesntCrash Start 2026-03-09T00:36:21.1416390Z >>>>> 3/9/2026 12:36:21 AM ScrollToEndDoesntCrash Stop 2026-03-09T00:36:21.4277430Z Passed ScrollToEndDoesntCrash [26 s] 2026-03-09T00:36:23.8716030Z >>>>> 3/9/2026 12:36:23 AM FixtureSetup for Issue20443(Mac) 2026-03-09T00:36:23.9715090Z >>>>> 3/9/2026 12:36:23 AM RefreshShouldNotChangeSize Start 2026-03-09T00:36:38.9024580Z >>>>> 3/9/2026 12:36:38 AM RefreshShouldNotChangeSize Stop 2026-03-09T00:36:38.9652600Z Passed RefreshShouldNotChangeSize [14 s] 2026-03-09T00:36:42.0560680Z >>>>> 3/9/2026 12:36:42 AM FixtureSetup for Issue20842(Mac) 2026-03-09T00:36:42.1450760Z >>>>> 3/9/2026 12:36:42 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-09T00:37:09.0397020Z >>>>> 3/9/2026 12:37:09 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-09T00:37:09.1362270Z Passed VerifyCollectionViewItemsAfterScrolling [26 s] 2026-03-09T00:37:11.4472110Z >>>>> 3/9/2026 12:37:11 AM FixtureSetup for Issue21728(Mac) 2026-03-09T00:37:11.5348530Z >>>>> 3/9/2026 12:37:11 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-09T00:37:14.0438210Z >>>>> 3/9/2026 12:37:14 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-09T00:37:14.5353440Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-09T00:37:16.6279120Z >>>>> 3/9/2026 12:37:16 AM FixtureSetup for Issue21967(Mac) 2026-03-09T00:37:16.7202360Z >>>>> 3/9/2026 12:37:16 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-09T00:37:18.7409310Z >>>>> 3/9/2026 12:37:18 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-09T00:37:18.7462740Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [2 s] 2026-03-09T00:37:18.7464570Z >>>>> 3/9/2026 12:37:18 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-09T00:37:27.1285040Z >>>>> 3/9/2026 12:37:27 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-09T00:37:27.7548670Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [8 s] 2026-03-09T00:37:29.6690240Z >>>>> 3/9/2026 12:37:29 AM FixtureSetup for Issue22104(Mac) 2026-03-09T00:37:29.7530550Z >>>>> 3/9/2026 12:37:29 AM VerifyCollectionViewVisualState Start 2026-03-09T00:37:34.4633400Z >>>>> 3/9/2026 12:37:34 AM VerifyCollectionViewVisualState Stop 2026-03-09T00:37:35.7544100Z Passed VerifyCollectionViewVisualState [4 s] 2026-03-09T00:37:36.8906990Z >>>>> 3/9/2026 12:37:36 AM FixtureSetup for Issue22320(Mac) 2026-03-09T00:37:36.9998610Z >>>>> 3/9/2026 12:37:36 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-09T00:37:38.4290670Z >>>>> 3/9/2026 12:37:38 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-09T00:37:38.4579910Z >>>>> 3/9/2026 12:37:38 AM Log types: 2026-03-09T00:37:40.2990370Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-09T00:37:40.3002680Z Error Message: 2026-03-09T00:37:40.3013000Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-09T00:37:40.3020400Z Stack Trace: 2026-03-09T00:37:40.3042230Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-09T00:37:40.3181230Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-09T00:37:40.3182720Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-09T00:37:40.3184050Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-09T00:37:40.3184820Z --- End of stack trace from previous location --- 2026-03-09T00:37:40.3211930Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-09T00:37:40.3214240Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-09T00:37:40.3214870Z --- End of stack trace from previous location --- 2026-03-09T00:37:40.3216500Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-09T00:37:40.3217340Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-09T00:37:40.3218170Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-09T00:37:40.3219030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:37:40.3220480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:37:40.3221880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:37:40.3222700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:37:40.3223090Z 2026-03-09T00:37:41.5136750Z >>>>> 3/9/2026 12:37:41 AM FixtureSetup for Issue22467(Mac) 2026-03-09T00:37:41.6302950Z >>>>> 3/9/2026 12:37:41 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-09T00:37:49.9926950Z >>>>> 3/9/2026 12:37:49 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-09T00:37:50.8719510Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [8 s] 2026-03-09T00:37:52.6406790Z >>>>> 3/9/2026 12:37:52 AM FixtureSetup for Issue22674(Mac) 2026-03-09T00:37:52.7403950Z >>>>> 3/9/2026 12:37:52 AM RemoveItemWhenSelectionChanged Start 2026-03-09T00:37:54.3959990Z >>>>> 3/9/2026 12:37:54 AM RemoveItemWhenSelectionChanged Stop 2026-03-09T00:37:55.7401800Z Passed RemoveItemWhenSelectionChanged [1 s] 2026-03-09T00:37:57.3656240Z >>>>> 3/9/2026 12:37:57 AM FixtureSetup for Issue23702(Mac) 2026-03-09T00:37:57.4657900Z >>>>> 3/9/2026 12:37:57 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-09T00:38:02.1720210Z >>>>> 3/9/2026 12:38:02 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-09T00:38:03.4568270Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [4 s] 2026-03-09T00:38:04.5768620Z >>>>> 3/9/2026 12:38:04 AM FixtureSetup for Issue25181(Mac) 2026-03-09T00:38:04.6716350Z >>>>> 3/9/2026 12:38:04 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-09T00:38:06.9376360Z >>>>> 3/9/2026 12:38:06 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-09T00:38:08.0231240Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-09T00:38:09.5887770Z >>>>> 3/9/2026 12:38:09 AM FixtureSetup for Issue25191(Mac) 2026-03-09T00:38:09.6802950Z >>>>> 3/9/2026 12:38:09 AM CollectionViewMeasureFirstItem Start 2026-03-09T00:38:14.0042090Z >>>>> 3/9/2026 12:38:14 AM CollectionViewMeasureFirstItem Stop 2026-03-09T00:38:14.2417920Z Passed CollectionViewMeasureFirstItem [4 s] 2026-03-09T00:38:16.7010660Z >>>>> 3/9/2026 12:38:16 AM FixtureSetup for Issue25224(Mac) 2026-03-09T00:38:16.7979950Z >>>>> 3/9/2026 12:38:16 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-09T00:38:20.8256310Z >>>>> 3/9/2026 12:38:20 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-09T00:38:20.8322500Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [4 s] 2026-03-09T00:38:20.8324460Z >>>>> 3/9/2026 12:38:20 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-09T00:38:23.6229980Z >>>>> 3/9/2026 12:38:23 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-09T00:38:23.8913680Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-09T00:38:26.3945570Z >>>>> 3/9/2026 12:38:26 AM FixtureSetup for Issue25362(Mac) 2026-03-09T00:38:26.5392510Z >>>>> 3/9/2026 12:38:26 AM HeaderShouldNotCollapseWithItems Start 2026-03-09T00:38:35.6398070Z >>>>> 3/9/2026 12:38:35 AM HeaderShouldNotCollapseWithItems Stop 2026-03-09T00:38:37.0441940Z Passed HeaderShouldNotCollapseWithItems [9 s] 2026-03-09T00:38:38.2025110Z >>>>> 3/9/2026 12:38:38 AM FixtureSetup for Issue25433(Mac) 2026-03-09T00:38:38.3319510Z >>>>> 3/9/2026 12:38:38 AM CollectionViewHorizontalItemSpacing Start 2026-03-09T00:38:40.9893500Z >>>>> 3/9/2026 12:38:40 AM CollectionViewHorizontalItemSpacing Stop 2026-03-09T00:38:41.5898590Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-09T00:38:43.5197280Z >>>>> 3/9/2026 12:38:43 AM FixtureSetup for Issue25514(Mac) 2026-03-09T00:38:43.6025970Z >>>>> 3/9/2026 12:38:43 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-09T00:38:45.8894850Z >>>>> 3/9/2026 12:38:45 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-09T00:38:46.6070020Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-09T00:38:48.6218920Z >>>>> 3/9/2026 12:38:48 AM FixtureSetup for Issue25551(Mac) 2026-03-09T00:38:48.7181190Z >>>>> 3/9/2026 12:38:48 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-09T00:38:57.6617630Z >>>>> 3/9/2026 12:38:57 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-09T00:38:57.8117200Z Passed CollectionViewPreSelectionShouldUpdate [8 s] 2026-03-09T00:39:00.8354620Z >>>>> 3/9/2026 12:39:00 AM FixtureSetup for Issue25649(Mac) 2026-03-09T00:39:00.9417200Z >>>>> 3/9/2026 12:39:00 AM Issue25649Test Start 2026-03-09T00:39:15.4926780Z >>>>> 3/9/2026 12:39:15 AM Issue25649Test Stop 2026-03-09T00:39:15.9570490Z Passed Issue25649Test [14 s] 2026-03-09T00:39:18.3543300Z >>>>> 3/9/2026 12:39:18 AM FixtureSetup for Issue25724(Mac) 2026-03-09T00:39:18.4684580Z >>>>> 3/9/2026 12:39:18 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-09T00:39:23.1560400Z >>>>> 3/9/2026 12:39:23 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-09T00:39:24.5258230Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-09T00:39:25.9094180Z >>>>> 3/9/2026 12:39:25 AM FixtureSetup for Issue25859(Mac) 2026-03-09T00:39:26.0142600Z >>>>> 3/9/2026 12:39:26 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-09T00:39:29.8523530Z >>>>> 3/9/2026 12:39:29 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-09T00:39:30.5411300Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-09T00:39:32.4250770Z >>>>> 3/9/2026 12:39:32 AM FixtureSetup for Issue25889(Mac) 2026-03-09T00:39:32.5225470Z >>>>> 3/9/2026 12:39:32 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-09T00:39:48.1757500Z >>>>> 3/9/2026 12:39:48 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-09T00:39:49.0187590Z Passed RemainingItemsThresholdReachedCommandFired [15 s] 2026-03-09T00:39:51.0060740Z >>>>> 3/9/2026 12:39:51 AM FixtureSetup for Issue26066(Mac) 2026-03-09T00:39:51.1053650Z >>>>> 3/9/2026 12:39:51 AM CollectionView2ShouldFindAncestorType Start 2026-03-09T00:39:57.6086280Z >>>>> 3/9/2026 12:39:57 AM CollectionView2ShouldFindAncestorType Stop 2026-03-09T00:39:58.6155010Z Passed CollectionView2ShouldFindAncestorType [6 s] 2026-03-09T00:40:00.1525800Z >>>>> 3/9/2026 12:40:00 AM FixtureSetup for Issue26083(Mac) 2026-03-09T00:40:00.2522140Z >>>>> 3/9/2026 12:40:00 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-09T00:40:06.9428220Z >>>>> 3/9/2026 12:40:06 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-09T00:40:07.7710230Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [6 s] 2026-03-09T00:40:09.4470490Z >>>>> 3/9/2026 12:40:09 AM FixtureSetup for Issue26187(Mac) 2026-03-09T00:40:09.5421130Z >>>>> 3/9/2026 12:40:09 AM SelectedItemVisualIsCleared Start 2026-03-09T00:40:18.0757680Z >>>>> 3/9/2026 12:40:18 AM SelectedItemVisualIsCleared Stop 2026-03-09T00:40:18.5460880Z Passed SelectedItemVisualIsCleared [8 s] 2026-03-09T00:40:20.7954720Z >>>>> 3/9/2026 12:40:20 AM FixtureSetup for Issue26817_2(Mac) 2026-03-09T00:40:20.9053920Z >>>>> 3/9/2026 12:40:20 AM AccessibilityTraitsSetCorrectly Start 2026-03-09T00:40:42.1677780Z >>>>> 3/9/2026 12:40:42 AM AccessibilityTraitsSetCorrectly Stop 2026-03-09T00:40:43.3974240Z Passed AccessibilityTraitsSetCorrectly [21 s] 2026-03-09T00:40:44.7790780Z >>>>> 3/9/2026 12:40:44 AM FixtureSetup for Issue26817(Mac) 2026-03-09T00:40:44.8725230Z >>>>> 3/9/2026 12:40:44 AM AccessibilityTraitsSetCorrectly Start 2026-03-09T00:41:04.1375080Z >>>>> 3/9/2026 12:41:04 AM AccessibilityTraitsSetCorrectly Stop 2026-03-09T00:41:04.4004390Z Passed AccessibilityTraitsSetCorrectly [19 s] 2026-03-09T00:41:06.5584170Z >>>>> 3/9/2026 12:41:06 AM FixtureSetup for Issue26997(Mac) 2026-03-09T00:41:06.6501470Z >>>>> 3/9/2026 12:41:06 AM CollectionViewShouldNotCrash Start 2026-03-09T00:41:07.5455770Z >>>>> 3/9/2026 12:41:07 AM CollectionViewShouldNotCrash Stop 2026-03-09T00:41:08.1506910Z Passed CollectionViewShouldNotCrash [905 ms] 2026-03-09T00:41:10.5736340Z >>>>> 3/9/2026 12:41:10 AM FixtureSetup for Issue27117(Mac) 2026-03-09T00:41:10.6661250Z >>>>> 3/9/2026 12:41:10 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-09T00:41:34.0183450Z >>>>> 3/9/2026 12:41:34 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-09T00:41:34.6603480Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [23 s] 2026-03-09T00:41:36.7440180Z >>>>> 3/9/2026 12:41:36 AM FixtureSetup for Issue27200(Mac) 2026-03-09T00:41:36.8392690Z >>>>> 3/9/2026 12:41:36 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-09T00:41:42.7038080Z >>>>> 3/9/2026 12:41:42 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-09T00:41:42.8358900Z Passed CollectionViewHeaderSizewithIsVisibleBinding [5 s] 2026-03-09T00:41:45.5606230Z >>>>> 3/9/2026 12:41:45 AM FixtureSetup for Issue27766(Mac) 2026-03-09T00:41:45.6579500Z >>>>> 3/9/2026 12:41:45 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-09T00:41:53.1328420Z >>>>> 3/9/2026 12:41:53 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-09T00:41:53.1472970Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [7 s] 2026-03-09T00:41:55.7812080Z >>>>> 3/9/2026 12:41:55 AM FixtureSetup for Issue2777(Mac) 2026-03-09T00:41:55.8938040Z >>>>> 3/9/2026 12:41:55 AM Issue2777Test Start 2026-03-09T00:41:57.1361680Z >>>>> 3/9/2026 12:41:57 AM Issue2777Test Stop 2026-03-09T00:41:57.4165200Z Passed Issue2777Test [1 s] 2026-03-09T00:41:59.8135670Z >>>>> 3/9/2026 12:41:59 AM FixtureSetup for Issue27797(Mac) 2026-03-09T00:41:59.9018040Z >>>>> 3/9/2026 12:41:59 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-09T00:42:08.2004000Z >>>>> 3/9/2026 12:42:08 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-09T00:42:08.9619730Z Passed AppShouldNotCrashWhenModifyingCollectionView [8 s] 2026-03-09T00:42:10.6178940Z >>>>> 3/9/2026 12:42:10 AM FixtureSetup for Issue27808(Mac) 2026-03-09T00:42:10.7175620Z >>>>> 3/9/2026 12:42:10 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-09T00:42:11.5993210Z >>>>> 3/9/2026 12:42:11 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-09T00:42:12.2404310Z Passed CollectionViewShouldHaveCorrectHeight [893 ms] 2026-03-09T00:42:14.1940000Z >>>>> 3/9/2026 12:42:14 AM FixtureSetup for Issue28162(Mac) 2026-03-09T00:42:14.3017060Z >>>>> 3/9/2026 12:42:14 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-09T00:42:16.8831610Z >>>>> 3/9/2026 12:42:16 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-09T00:42:17.2907260Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-09T00:42:19.2940690Z >>>>> 3/9/2026 12:42:19 AM FixtureSetup for Issue28212(Mac) 2026-03-09T00:42:19.3964510Z >>>>> 3/9/2026 12:42:19 AM Issue28212_CollectionView Start 2026-03-09T00:42:29.2858080Z >>>>> 3/9/2026 12:42:29 AM Issue28212_CollectionView Stop 2026-03-09T00:42:29.9238330Z Passed Issue28212_CollectionView [9 s] 2026-03-09T00:42:31.7489030Z >>>>> 3/9/2026 12:42:31 AM FixtureSetup for Issue28509(Mac) 2026-03-09T00:42:31.8431030Z >>>>> 3/9/2026 12:42:31 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-09T00:42:42.5107790Z >>>>> 3/9/2026 12:42:42 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-09T00:42:42.5166700Z Passed UpdateGroupHeaderAndFooterDynamically [10 s] 2026-03-09T00:42:42.5168120Z >>>>> 3/9/2026 12:42:42 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-09T00:42:54.6387820Z >>>>> 3/9/2026 12:42:54 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-09T00:42:54.6444960Z Passed UpdateHeaderFooterTemplateDynamically [12 s] 2026-03-09T00:42:54.6446030Z >>>>> 3/9/2026 12:42:54 AM UpdateHeaderFooterDynamically Start 2026-03-09T00:43:05.7202510Z >>>>> 3/9/2026 12:43:05 AM UpdateHeaderFooterDynamically Stop 2026-03-09T00:43:06.6903100Z Passed UpdateHeaderFooterDynamically [11 s] 2026-03-09T00:43:08.3046220Z >>>>> 3/9/2026 12:43:08 AM FixtureSetup for Issue28530(Mac) 2026-03-09T00:43:08.4294780Z >>>>> 3/9/2026 12:43:08 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-09T00:43:15.3698300Z >>>>> 3/9/2026 12:43:15 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-09T00:43:15.9941000Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-09T00:43:18.0076290Z >>>>> 3/9/2026 12:43:18 AM FixtureSetup for Issue28580(Mac) 2026-03-09T00:43:18.1126590Z >>>>> 3/9/2026 12:43:18 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-09T00:43:21.1220670Z >>>>> 3/9/2026 12:43:21 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-09T00:43:21.2852380Z Passed FooterWithEmptyCVShouldHaveCorrectSize [3 s] 2026-03-09T00:43:23.5452890Z >>>>> 3/9/2026 12:43:23 AM FixtureSetup for Issue28604(Mac) 2026-03-09T00:43:23.6302300Z >>>>> 3/9/2026 12:43:23 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-09T00:43:26.2355510Z >>>>> 3/9/2026 12:43:26 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-09T00:43:26.6231000Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-09T00:43:28.8632340Z >>>>> 3/9/2026 12:43:28 AM FixtureSetup for Issue28656(Mac) 2026-03-09T00:43:28.9520630Z >>>>> 3/9/2026 12:43:28 AM CollectionViewShouldChangeItemsLayout Start 2026-03-09T00:43:38.2054400Z >>>>> 3/9/2026 12:43:38 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-09T00:43:38.2203390Z >>>>> 3/9/2026 12:43:38 AM Log types: 2026-03-09T00:43:39.4944140Z Failed CollectionViewShouldChangeItemsLayout [9 s] 2026-03-09T00:43:39.4944710Z Error Message: 2026-03-09T00:43:39.4945190Z VisualTestUtils.VisualTestFailedException : 2026-03-09T00:43:39.4945740Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.22% difference) 2026-03-09T00:43:39.4946300Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T00:43:39.4946930Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T00:43:39.4947210Z 2026-03-09T00:43:39.4947580Z More info: https://aka.ms/visual-test-workflow 2026-03-09T00:43:39.4947810Z 2026-03-09T00:43:39.4948180Z Stack Trace: 2026-03-09T00:43:39.4948720Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T00:43:39.4949570Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T00:43:39.4950460Z 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-09T00:43:39.4951470Z 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-09T00:43:39.4952470Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-09T00:43:39.4953310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:43:39.4954070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:43:39.4954740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:43:39.4955390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:43:39.4955690Z 2026-03-09T00:43:41.2031860Z >>>>> 3/9/2026 12:43:41 AM FixtureSetup for Issue28678(Mac) 2026-03-09T00:43:41.2905770Z >>>>> 3/9/2026 12:43:41 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-09T00:43:47.2940640Z >>>>> 3/9/2026 12:43:47 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-09T00:43:48.7897870Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [6 s] 2026-03-09T00:43:50.2598930Z >>>>> 3/9/2026 12:43:50 AM FixtureSetup for Issue28716(Mac) 2026-03-09T00:43:50.3633220Z >>>>> 3/9/2026 12:43:50 AM KeepLastItemInViewShouldWork Start 2026-03-09T00:44:01.3460900Z >>>>> 3/9/2026 12:44:01 AM KeepLastItemInViewShouldWork Stop 2026-03-09T00:44:02.3740620Z Passed KeepLastItemInViewShouldWork [10 s] 2026-03-09T00:44:03.8535440Z >>>>> 3/9/2026 12:44:03 AM FixtureSetup for Issue28765(Mac) 2026-03-09T00:44:03.9521230Z >>>>> 3/9/2026 12:44:03 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-09T00:44:04.8801770Z >>>>> 3/9/2026 12:44:04 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-09T00:44:04.8871100Z >>>>> 3/9/2026 12:44:04 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-09T00:44:05.3487620Z >>>>> 3/9/2026 12:44:05 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-09T00:44:05.4499870Z Passed EmptyViewStringWithHeaderAndFooterAsView [938 ms] 2026-03-09T00:44:05.4503860Z Passed EmptyViewStringWithHeaderAndFooterString [468 ms] 2026-03-09T00:44:07.8589640Z >>>>> 3/9/2026 12:44:07 AM FixtureSetup for Issue29130(Mac) 2026-03-09T00:44:07.9558280Z >>>>> 3/9/2026 12:44:07 AM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-09T00:44:13.5830790Z >>>>> 3/9/2026 12:44:13 AM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-09T00:44:13.5945910Z Passed ItemSizeShouldRespondForItemSizingStrategy [5 s] 2026-03-09T00:44:13.5959080Z >>>>> 3/9/2026 12:44:13 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-09T00:44:24.1329500Z >>>>> 3/9/2026 12:44:24 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-09T00:44:25.7023520Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [10 s] 2026-03-09T00:44:27.2374310Z >>>>> 3/9/2026 12:44:27 AM FixtureSetup for Issue29141(Mac) 2026-03-09T00:44:27.3581640Z >>>>> 3/9/2026 12:44:27 AM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-09T00:44:35.8421350Z >>>>> 3/9/2026 12:44:35 AM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-09T00:44:35.8479390Z Passed VerifyCVGroupHFTemplateWithObservableCollection [8 s] 2026-03-09T00:44:35.8481600Z >>>>> 3/9/2026 12:44:35 AM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-09T00:44:42.9449480Z >>>>> 3/9/2026 12:44:42 AM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-09T00:44:42.9502480Z Passed VerifyCVGroupHFTemplateWithStringCollection [7 s] 2026-03-09T00:44:42.9504090Z >>>>> 3/9/2026 12:44:42 AM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-09T00:44:54.5521190Z >>>>> 3/9/2026 12:44:54 AM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-09T00:44:54.9914330Z Passed VerifyCVNoSectionCrashOnAddFlatItem [11 s] 2026-03-09T00:44:57.2197620Z >>>>> 3/9/2026 12:44:57 AM FixtureSetup for Issue29491(Mac) 2026-03-09T00:44:57.3181920Z >>>>> 3/9/2026 12:44:57 AM VerifyDataTemplateParentIsNotNull Start 2026-03-09T00:45:05.8208600Z >>>>> 3/9/2026 12:45:05 AM VerifyDataTemplateParentIsNotNull Stop 2026-03-09T00:45:06.3153870Z Passed VerifyDataTemplateParentIsNotNull [8 s] 2026-03-09T00:45:08.2432260Z >>>>> 3/9/2026 12:45:08 AM FixtureSetup for Issue29634(Mac) 2026-03-09T00:45:08.3396940Z >>>>> 3/9/2026 12:45:08 AM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-09T00:45:11.0057480Z >>>>> 3/9/2026 12:45:11 AM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-09T00:45:11.3580480Z Passed VerifyEmptyViewResizesWhenBoundsChange [2 s] 2026-03-09T00:45:13.6839500Z >>>>> 3/9/2026 12:45:13 AM FixtureSetup for Issue29882(Mac) 2026-03-09T00:45:13.7873230Z >>>>> 3/9/2026 12:45:13 AM SettingItemSourceToNullShouldNotCrash Start 2026-03-09T00:45:17.9637340Z >>>>> 3/9/2026 12:45:17 AM SettingItemSourceToNullShouldNotCrash Stop 2026-03-09T00:45:18.3020500Z Passed SettingItemSourceToNullShouldNotCrash [4 s] 2026-03-09T00:45:20.4553140Z >>>>> 3/9/2026 12:45:20 AM FixtureSetup for Issue29937(Mac) 2026-03-09T00:45:20.5485250Z >>>>> 3/9/2026 12:45:20 AM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-09T00:45:23.7609420Z >>>>> 3/9/2026 12:45:23 AM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-09T00:45:25.0471140Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [3 s] 2026-03-09T00:45:26.2355890Z >>>>> 3/9/2026 12:45:26 AM FixtureSetup for Issue30363(Mac) 2026-03-09T00:45:26.3297290Z >>>>> 3/9/2026 12:45:26 AM CollectionViewSelectionShouldClear Start 2026-03-09T00:45:33.1553530Z >>>>> 3/9/2026 12:45:33 AM CollectionViewSelectionShouldClear Stop 2026-03-09T00:45:33.1678530Z >>>>> 3/9/2026 12:45:33 AM Log types: 2026-03-09T00:45:34.1202940Z Failed CollectionViewSelectionShouldClear [7 s] 2026-03-09T00:45:34.1203880Z Error Message: 2026-03-09T00:45:34.1204320Z VisualTestUtils.VisualTestFailedException : 2026-03-09T00:45:34.1205660Z 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-09T00:45:34.1206440Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-09T00:45:34.1207350Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-09T00:45:34.1207910Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T00:45:34.1208120Z 2026-03-09T00:45:34.1208490Z More info: https://aka.ms/visual-test-workflow 2026-03-09T00:45:34.1208690Z 2026-03-09T00:45:34.1209000Z Stack Trace: 2026-03-09T00:45:34.1209750Z 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-09T00:45:34.1210900Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-09T00:45:34.1211690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:45:34.1212450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:45:34.1213140Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:45:34.1213760Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:45:34.1214110Z 2026-03-09T00:45:36.0074490Z >>>>> 3/9/2026 12:45:36 AM FixtureSetup for Issue30868(Mac) 2026-03-09T00:45:36.1068720Z >>>>> 3/9/2026 12:45:36 AM CollectionViewSelectionModeOnDarkTheme Start 2026-03-09T00:45:40.4007240Z >>>>> 3/9/2026 12:45:40 AM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-09T00:45:40.4068660Z Passed CollectionViewSelectionModeOnDarkTheme [4 s] 2026-03-09T00:45:40.4070780Z >>>>> 3/9/2026 12:45:40 AM CollectionViewSelectionModeOnLightTheme Start 2026-03-09T00:45:42.4828140Z >>>>> 3/9/2026 12:45:42 AM CollectionViewSelectionModeOnLightTheme Stop 2026-03-09T00:45:43.4083690Z Passed CollectionViewSelectionModeOnLightTheme [2 s] 2026-03-09T00:45:45.0614380Z >>>>> 3/9/2026 12:45:45 AM FixtureSetup for Issue30953(Mac) 2026-03-09T00:45:45.1742460Z >>>>> 3/9/2026 12:45:45 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-09T00:45:48.6265800Z >>>>> 3/9/2026 12:45:48 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-09T00:45:49.6916590Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [3 s] 2026-03-09T00:45:51.3739240Z >>>>> 3/9/2026 12:45:51 AM FixtureSetup for Issue31096(Mac) 2026-03-09T00:45:51.4909880Z >>>>> 3/9/2026 12:45:51 AM ChangingIsGroupedOnRuntime Start 2026-03-09T00:45:59.8657970Z >>>>> 3/9/2026 12:45:59 AM ChangingIsGroupedOnRuntime Stop 2026-03-09T00:46:00.5238170Z Passed ChangingIsGroupedOnRuntime [8 s] 2026-03-09T00:46:03.5401950Z >>>>> 3/9/2026 12:46:03 AM FixtureSetup for Issue31351(Mac) 2026-03-09T00:46:03.6401380Z >>>>> 3/9/2026 12:46:03 AM CustomCollectionViewShouldScroll Start 2026-03-09T00:46:18.7963620Z >>>>> 3/9/2026 12:46:18 AM CustomCollectionViewShouldScroll Stop 2026-03-09T00:46:20.1498530Z Passed CustomCollectionViewShouldScroll [15 s] 2026-03-09T00:46:21.2576480Z >>>>> 3/9/2026 12:46:21 AM FixtureSetup for Issue31465(Mac) 2026-03-09T00:46:21.3428690Z >>>>> 3/9/2026 12:46:21 AM VerifyCollectionViewEmptyView Start 2026-03-09T00:46:25.9173090Z >>>>> 3/9/2026 12:46:25 AM VerifyCollectionViewEmptyView Stop 2026-03-09T00:46:26.1535280Z Passed VerifyCollectionViewEmptyView [4 s] 2026-03-09T00:46:28.5396060Z >>>>> 3/9/2026 12:46:28 AM FixtureSetup for Issue31897(Mac) 2026-03-09T00:46:28.6215970Z >>>>> 3/9/2026 12:46:28 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-09T00:46:55.7243200Z >>>>> 3/9/2026 12:46:55 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-09T00:46:57.1382710Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [27 s] 2026-03-09T00:46:58.2687130Z >>>>> 3/9/2026 12:46:58 AM FixtureSetup for Issue31899(Mac) 2026-03-09T00:46:58.3676030Z >>>>> 3/9/2026 12:46:58 AM RemoveHeaderFooterAtRuntime Start 2026-03-09T00:47:04.8641800Z >>>>> 3/9/2026 12:47:04 AM RemoveHeaderFooterAtRuntime Stop 2026-03-09T00:47:04.8709770Z Passed RemoveHeaderFooterAtRuntime [6 s] 2026-03-09T00:47:04.8711940Z >>>>> 3/9/2026 12:47:04 AM AddHeaderFooterAtRuntime Start 2026-03-09T00:47:11.1090790Z >>>>> 3/9/2026 12:47:11 AM AddHeaderFooterAtRuntime Stop 2026-03-09T00:47:12.3772530Z Passed AddHeaderFooterAtRuntime [6 s] 2026-03-09T00:47:13.7441270Z >>>>> 3/9/2026 12:47:13 AM FixtureSetup for Issue31911(Mac) 2026-03-09T00:47:13.8793980Z >>>>> 3/9/2026 12:47:13 AM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-09T00:47:19.0334920Z >>>>> 3/9/2026 12:47:19 AM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-09T00:47:19.0437490Z Passed HeaderShouldBeRemovedWhenSetToNull [5 s] 2026-03-09T00:47:19.0440370Z >>>>> 3/9/2026 12:47:19 AM FooterShouldBeRemovedWhenSetToNull Start 2026-03-09T00:47:22.8662990Z >>>>> 3/9/2026 12:47:22 AM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-09T00:47:23.5999150Z Passed FooterShouldBeRemovedWhenSetToNull [3 s] 2026-03-09T00:47:25.4141960Z >>>>> 3/9/2026 12:47:25 AM FixtureSetup for Issue32223(Mac) 2026-03-09T00:47:25.5220860Z >>>>> 3/9/2026 12:47:25 AM CanReorderWithItemDataTemplateSelector Start 2026-03-09T00:47:31.4624880Z >>>>> 3/9/2026 12:47:31 AM CanReorderWithItemDataTemplateSelector Stop 2026-03-09T00:47:31.5657380Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-09T00:47:33.9442010Z >>>>> 3/9/2026 12:47:33 AM FixtureSetup for Issue32348(Mac) 2026-03-09T00:47:34.0290480Z >>>>> 3/9/2026 12:47:34 AM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-09T00:47:42.1459280Z >>>>> 3/9/2026 12:47:42 AM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-09T00:47:43.0258220Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [8 s] 2026-03-09T00:47:44.9941660Z >>>>> 3/9/2026 12:47:44 AM FixtureSetup for Issue32359(Mac) 2026-03-09T00:47:45.1005870Z >>>>> 3/9/2026 12:47:45 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-09T00:48:09.6570160Z >>>>> 3/9/2026 12:48:09 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-09T00:48:09.6658250Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [24 s] 2026-03-09T00:48:09.6659570Z >>>>> 3/9/2026 12:48:09 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-09T00:48:20.6364830Z >>>>> 3/9/2026 12:48:20 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-09T00:48:21.6708490Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [10 s] 2026-03-09T00:48:23.1204450Z >>>>> 3/9/2026 12:48:23 AM FixtureSetup for Issue32932(Mac) 2026-03-09T00:48:23.2219810Z >>>>> 3/9/2026 12:48:23 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-09T00:48:24.4030460Z >>>>> 3/9/2026 12:48:24 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-09T00:48:24.7234140Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-09T00:48:27.3553830Z >>>>> 3/9/2026 12:48:27 AM FixtureSetup for Issue33130(Mac) 2026-03-09T00:48:27.4614340Z >>>>> 3/9/2026 12:48:27 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-09T00:48:42.7091250Z >>>>> 3/9/2026 12:48:42 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-09T00:48:44.0101490Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [15 s] 2026-03-09T00:48:45.2822620Z >>>>> 3/9/2026 12:48:45 AM FixtureSetup for Issue33324(Mac) 2026-03-09T00:48:45.3702880Z >>>>> 3/9/2026 12:48:45 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-09T00:48:55.1638470Z >>>>> 3/9/2026 12:48:55 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-09T00:48:55.1776390Z >>>>> 3/9/2026 12:48:55 AM Log types: 2026-03-09T00:48:56.0947730Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [10 s] 2026-03-09T00:48:56.0948330Z Error Message: 2026-03-09T00:48:56.0948750Z VisualTestUtils.VisualTestFailedException : 2026-03-09T00:48:56.0949330Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-09T00:48:56.0949960Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T00:48:56.0950510Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T00:48:56.0950740Z 2026-03-09T00:48:56.0951170Z More info: https://aka.ms/visual-test-workflow 2026-03-09T00:48:56.0951350Z 2026-03-09T00:48:56.0951700Z Stack Trace: 2026-03-09T00:48:56.0952350Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T00:48:56.0953240Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T00:48:56.0954180Z 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-09T00:48:56.0955220Z 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-09T00:48:56.0956260Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-09T00:48:56.0957120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:48:56.0957960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:48:56.0958660Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:48:56.0959330Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:48:56.0959680Z 2026-03-09T00:48:58.4854250Z >>>>> 3/9/2026 12:48:58 AM FixtureSetup for Issue33333(Mac) 2026-03-09T00:48:58.5697860Z >>>>> 3/9/2026 12:48:58 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-09T00:49:04.2234480Z >>>>> 3/9/2026 12:49:04 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-09T00:49:04.5644040Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [5 s] 2026-03-09T00:49:06.8817210Z >>>>> 3/9/2026 12:49:06 AM FixtureSetup for Issue33852(Mac) 2026-03-09T00:49:06.9828030Z >>>>> 3/9/2026 12:49:06 AM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-09T00:49:12.1888880Z >>>>> 3/9/2026 12:49:12 AM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-09T00:49:12.9949220Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [5 s] 2026-03-09T00:49:14.6710890Z >>>>> 3/9/2026 12:49:14 AM FixtureSetup for Issue34247(Mac) 2026-03-09T00:49:14.7751860Z >>>>> 3/9/2026 12:49:14 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-09T00:49:18.8715380Z >>>>> 3/9/2026 12:49:18 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-09T00:49:19.2800650Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [4 s] 2026-03-09T00:49:21.5521100Z >>>>> 3/9/2026 12:49:21 AM FixtureSetup for Issue4600(Mac) 2026-03-09T00:49:21.6486620Z >>>>> 3/9/2026 12:49:21 AM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-09T00:49:26.3504100Z >>>>> 3/9/2026 12:49:26 AM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-09T00:49:27.6954800Z Passed InitiallyEmptySourceDisplaysAddedItem [4 s] 2026-03-09T00:49:29.4530240Z >>>>> 3/9/2026 12:49:29 AM FixtureSetup for Issue5535(Mac) 2026-03-09T00:49:29.5508390Z >>>>> 3/9/2026 12:49:29 AM SwappingEmptyViews Start 2026-03-09T00:49:45.4971390Z >>>>> 3/9/2026 12:49:45 AM SwappingEmptyViews Stop 2026-03-09T00:49:46.0602870Z Passed SwappingEmptyViews [15 s] 2026-03-09T00:49:48.2173530Z >>>>> 3/9/2026 12:49:48 AM FixtureSetup for Issue5765(Mac) 2026-03-09T00:49:48.3130890Z >>>>> 3/9/2026 12:49:48 AM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-09T00:49:49.6410130Z >>>>> 3/9/2026 12:49:49 AM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-09T00:49:49.8159400Z Passed FlexLayoutsInFramesShouldSizeCorrectly [1 s] 2026-03-09T00:49:53.0200400Z >>>>> 3/9/2026 12:49:53 AM FixtureSetup for Issue5793(Mac) 2026-03-09T00:49:53.1253940Z >>>>> 3/9/2026 12:49:53 AM CollectionViewResetTest Start 2026-03-09T00:50:03.2345020Z >>>>> 3/9/2026 12:50:03 AM CollectionViewResetTest Stop 2026-03-09T00:50:03.6237890Z Passed CollectionViewResetTest [10 s] 2026-03-09T00:50:05.9560020Z >>>>> 3/9/2026 12:50:05 AM FixtureSetup for Issue5949(Mac) 2026-03-09T00:50:06.0563100Z >>>>> 3/9/2026 12:50:06 AM DoNotAccessDisposedCollectionView Start 2026-03-09T00:50:11.9641790Z >>>>> 3/9/2026 12:50:11 AM DoNotAccessDisposedCollectionView Stop 2026-03-09T00:50:12.1224080Z Passed DoNotAccessDisposedCollectionView [5 s] 2026-03-09T00:50:14.5646600Z >>>>> 3/9/2026 12:50:14 AM FixtureSetup for Issue6077(Mac) 2026-03-09T00:50:14.6716070Z >>>>> 3/9/2026 12:50:14 AM LastColumnShouldBeVisible Start 2026-03-09T00:50:15.8560140Z >>>>> 3/9/2026 12:50:15 AM LastColumnShouldBeVisible Stop 2026-03-09T00:50:16.1903960Z Passed LastColumnShouldBeVisible [1 s] 2026-03-09T00:50:18.5078840Z >>>>> 3/9/2026 12:50:18 AM FixtureSetup for Issue6609(Mac) 2026-03-09T00:50:18.6072150Z >>>>> 3/9/2026 12:50:18 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-09T00:50:23.7539590Z >>>>> 3/9/2026 12:50:23 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-09T00:50:24.6239790Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [5 s] 2026-03-09T00:50:26.3335410Z >>>>> 3/9/2026 12:50:26 AM FixtureSetup for Issue6932(Mac) 2026-03-09T00:50:26.4416350Z >>>>> 3/9/2026 12:50:26 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-09T00:50:30.5960310Z >>>>> 3/9/2026 12:50:30 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-09T00:50:30.6013620Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [4 s] 2026-03-09T00:50:30.6014580Z >>>>> 3/9/2026 12:50:30 AM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-09T00:50:35.4684720Z >>>>> 3/9/2026 12:50:35 AM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-09T00:50:36.6386040Z Passed EmptyViewHidesWhenItemsSourceIsFilled [4 s] 2026-03-09T00:50:38.8416580Z >>>>> 3/9/2026 12:50:38 AM FixtureSetup for Issue6963(Mac) 2026-03-09T00:50:38.9470480Z >>>>> 3/9/2026 12:50:38 AM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-09T00:50:41.3819650Z >>>>> 3/9/2026 12:50:41 AM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-09T00:50:41.9831110Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-09T00:50:44.4511900Z >>>>> 3/9/2026 12:50:44 AM FixtureSetup for Issue7102(Mac) 2026-03-09T00:50:44.5601780Z >>>>> 3/9/2026 12:50:44 AM HeaderDoesNotBreakIndexes Start 2026-03-09T00:51:03.9730490Z >>>>> 3/9/2026 12:51:03 AM HeaderDoesNotBreakIndexes Stop 2026-03-09T00:51:04.0722300Z Passed HeaderDoesNotBreakIndexes [19 s] 2026-03-09T00:51:06.6262070Z >>>>> 3/9/2026 12:51:06 AM FixtureSetup for Issue7338(Mac) 2026-03-09T00:51:06.7344340Z >>>>> 3/9/2026 12:51:06 AM Issue7338Test Start 2026-03-09T00:51:07.7660290Z >>>>> 3/9/2026 12:51:07 AM Issue7338Test Stop 2026-03-09T00:51:08.2916600Z Passed Issue7338Test [1 s] 2026-03-09T00:51:10.3191550Z >>>>> 3/9/2026 12:51:10 AM FixtureSetup for Issue7393(Mac) 2026-03-09T00:51:10.4188610Z >>>>> 3/9/2026 12:51:10 AM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-09T00:51:12.9663330Z >>>>> 3/9/2026 12:51:12 AM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-09T00:51:13.4582910Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-09T00:51:15.6737380Z >>>>> 3/9/2026 12:51:15 AM FixtureSetup for Issue7562(Mac) 2026-03-09T00:51:15.7857670Z >>>>> 3/9/2026 12:51:15 AM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-09T00:51:16.7986770Z >>>>> 3/9/2026 12:51:16 AM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-09T00:51:17.3341710Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [1 s] 2026-03-09T00:51:19.8920520Z >>>>> 3/9/2026 12:51:19 AM FixtureSetup for Issue8308(Mac) 2026-03-09T00:51:20.0031750Z >>>>> 3/9/2026 12:51:20 AM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-09T00:51:30.3267010Z >>>>> 3/9/2026 12:51:30 AM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-09T00:51:30.4939440Z Passed NavigatingBackToCollectionViewShouldNotCrash [10 s] 2026-03-09T00:51:33.0270920Z >>>>> 3/9/2026 12:51:33 AM FixtureSetup for Issue8715(Mac) 2026-03-09T00:51:33.1229670Z >>>>> 3/9/2026 12:51:33 AM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-09T00:51:51.0972330Z >>>>> 3/9/2026 12:51:51 AM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-09T00:51:51.2399440Z Passed ReappearingCollectionViewShouldNotThrowNRE [17 s] 2026-03-09T00:51:53.5583900Z >>>>> 3/9/2026 12:51:53 AM FixtureSetup for Issue8761(Mac) 2026-03-09T00:51:53.6523290Z >>>>> 3/9/2026 12:51:53 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-09T00:52:03.7921840Z >>>>> 3/9/2026 12:52:03 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-09T00:52:04.1510250Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [10 s] 2026-03-09T00:52:06.6674740Z >>>>> 3/9/2026 12:52:06 AM FixtureSetup for Issue8814(Mac) 2026-03-09T00:52:06.7681310Z >>>>> 3/9/2026 12:52:06 AM CollectionViewInShellShouldBeVisible Start 2026-03-09T00:52:07.8941870Z >>>>> 3/9/2026 12:52:07 AM CollectionViewInShellShouldBeVisible Stop 2026-03-09T00:52:08.2718010Z Passed CollectionViewInShellShouldBeVisible [1 s] 2026-03-09T00:52:10.4217080Z >>>>> 3/9/2026 12:52:10 AM FixtureSetup for Issue8899(Mac) 2026-03-09T00:52:10.5304830Z >>>>> 3/9/2026 12:52:10 AM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-09T00:52:13.6131360Z >>>>> 3/9/2026 12:52:13 AM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-09T00:52:15.0473730Z Passed ClearingGroupedCollectionViewShouldNotCrash [3 s] 2026-03-09T00:52:16.2123010Z >>>>> 3/9/2026 12:52:16 AM FixtureSetup for Issue9087(Mac) 2026-03-09T00:52:16.3030880Z >>>>> 3/9/2026 12:52:16 AM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-09T00:52:17.2293090Z >>>>> 3/9/2026 12:52:17 AM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-09T00:52:18.1154720Z Passed BindablePropertiesAvailableAtOnElementChanged [935 ms] 2026-03-09T00:52:19.6215870Z >>>>> 3/9/2026 12:52:19 AM FixtureSetup for Issue9196(Mac) 2026-03-09T00:52:19.7088130Z >>>>> 3/9/2026 12:52:19 AM EmptyViewShouldNotCrash Start 2026-03-09T00:52:20.5688730Z >>>>> 3/9/2026 12:52:20 AM EmptyViewShouldNotCrash Stop 2026-03-09T00:52:21.2070090Z Passed EmptyViewShouldNotCrash [865 ms] 2026-03-09T00:52:23.0413820Z >>>>> 3/9/2026 12:52:23 AM FixtureSetup for Issue9580(Mac) 2026-03-09T00:52:23.1427080Z >>>>> 3/9/2026 12:52:23 AM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-09T00:52:26.5923120Z >>>>> 3/9/2026 12:52:26 AM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-09T00:52:27.6480760Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [3 s] 2026-03-09T00:52:29.3952170Z >>>>> 3/9/2026 12:52:29 AM FixtureSetup for Issue9686(Mac) 2026-03-09T00:52:29.5156710Z >>>>> 3/9/2026 12:52:29 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-09T00:52:35.9548100Z >>>>> 3/9/2026 12:52:35 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-09T00:52:37.0254030Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [6 s] 2026-03-09T00:52:41.8641010Z >>>>> 3/9/2026 12:52:41 AM FixtureSetup for NestedCollectionView(Mac) 2026-03-09T00:52:41.9876020Z >>>>> 3/9/2026 12:52:41 AM NestedCollectionViewsShouldNotCrash Start 2026-03-09T00:52:52.4906470Z >>>>> 3/9/2026 12:52:52 AM NestedCollectionViewsShouldNotCrash Stop 2026-03-09T00:52:52.4994620Z Passed NestedCollectionViewsShouldNotCrash [10 s] 2026-03-09T00:52:55.5623880Z >>>>> 3/9/2026 12:52:55 AM FixtureSetup for ScrollToGroup(Mac) 2026-03-09T00:52:55.6639280Z >>>>> 3/9/2026 12:52:55 AM InvalidScrollToIndexShouldNotCrash Start 2026-03-09T00:53:30.5637370Z >>>>> 3/9/2026 12:53:30 AM InvalidScrollToIndexShouldNotCrash Stop 2026-03-09T00:53:30.5713450Z Passed InvalidScrollToIndexShouldNotCrash [34 s] 2026-03-09T00:53:30.5714870Z >>>>> 3/9/2026 12:53:30 AM CanScrollToGroupAndItemIndex Start 2026-03-09T00:54:07.7225530Z >>>>> 3/9/2026 12:54:07 AM CanScrollToGroupAndItemIndex Stop 2026-03-09T00:54:07.7296260Z Passed CanScrollToGroupAndItemIndex [37 s] 2026-03-09T00:54:07.7299070Z >>>>> 3/9/2026 12:54:07 AM CanScrollToGroupAndItem Start 2026-03-09T00:54:39.0742060Z >>>>> 3/9/2026 12:54:39 AM CanScrollToGroupAndItem Stop 2026-03-09T00:54:39.2574490Z Passed CanScrollToGroupAndItem [31 s] 2026-03-09T00:54:41.7327520Z >>>>> 3/9/2026 12:54:41 AM FixtureSetup for Issue29588(Mac) 2026-03-09T00:54:41.8286670Z >>>>> 3/9/2026 12:54:41 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-09T00:54:58.9932520Z >>>>> 3/9/2026 12:54:58 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-09T00:54:59.8271170Z Passed RemainingItemsThresholdReachedEventShouldTrigger [17 s] 2026-03-09T00:55:01.8168900Z >>>>> 3/9/2026 12:55:01 AM VisitAndUpdateItemsSource Start 2026-03-09T00:55:01.8171640Z >>>>> 3/9/2026 12:55:01 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:55:36.9466660Z >>>>> 3/9/2026 12:55:36 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:55:39.6821440Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [37 s] 2026-03-09T00:55:39.6857320Z >>>>> 3/9/2026 12:55:39 AM VisitAndUpdateItemsSource Start 2026-03-09T00:55:39.6869600Z >>>>> 3/9/2026 12:55:39 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:56:37.0559380Z >>>>> 3/9/2026 12:56:37 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:56:41.9263410Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [1 m 2 s] 2026-03-09T00:56:42.0328000Z >>>>> 3/9/2026 12:56:41 AM VisitAndUpdateItemsSource Start 2026-03-09T00:56:42.0399190Z >>>>> 3/9/2026 12:56:42 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:57:39.8140410Z >>>>> 3/9/2026 12:57:39 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:57:44.1291460Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [1 m 2 s] 2026-03-09T00:57:44.1300550Z >>>>> 3/9/2026 12:57:44 AM VisitAndUpdateItemsSource Start 2026-03-09T00:57:44.1301610Z >>>>> 3/9/2026 12:57:44 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:58:36.3503670Z >>>>> 3/9/2026 12:58:36 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:58:39.7236350Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [55 s] 2026-03-09T00:58:39.7246640Z >>>>> 3/9/2026 12:58:39 AM VisitAndUpdateItemsSource Start 2026-03-09T00:58:39.7250710Z >>>>> 3/9/2026 12:58:39 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:00:24.8926770Z >>>>> 3/9/2026 1:00:24 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:00:27.8537870Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 48 s] 2026-03-09T01:00:27.8539010Z >>>>> 3/9/2026 1:00:27 AM VisitAndUpdateItemsSource Start 2026-03-09T01:00:27.8539640Z >>>>> 3/9/2026 1:00:27 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:01:30.4237800Z >>>>> 3/9/2026 1:01:30 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:01:33.4143040Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [1 m 5 s] 2026-03-09T01:01:33.4239500Z >>>>> 3/9/2026 1:01:33 AM VisitAndUpdateItemsSource Start 2026-03-09T01:01:33.4245650Z >>>>> 3/9/2026 1:01:33 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:02:04.1929950Z >>>>> 3/9/2026 1:02:04 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:02:07.2678000Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [33 s] 2026-03-09T01:02:07.2682060Z >>>>> 3/9/2026 1:02:07 AM VisitAndUpdateItemsSource Start 2026-03-09T01:02:07.2683690Z >>>>> 3/9/2026 1:02:07 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:02:38.1395190Z >>>>> 3/9/2026 1:02:38 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:02:41.5699660Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [34 s] 2026-03-09T01:02:41.5708380Z >>>>> 3/9/2026 1:02:41 AM VisitAndUpdateItemsSource Start 2026-03-09T01:02:41.5715670Z >>>>> 3/9/2026 1:02:41 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:03:27.5600140Z >>>>> 3/9/2026 1:03:27 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:03:30.2008100Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [48 s] 2026-03-09T01:03:30.2011270Z >>>>> 3/9/2026 1:03:30 AM VisitAndUpdateItemsSource Start 2026-03-09T01:03:30.2015120Z >>>>> 3/9/2026 1:03:30 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T01:04:07.7534920Z >>>>> 3/9/2026 1:04:07 AM VisitAndUpdateItemsSource Stop 2026-03-09T01:04:10.7648250Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [40 s] 2026-03-09T01:04:12.8222900Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-09T01:04:15.0428760Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-09T01:04:15.0493180Z 2026-03-09T01:04:15.1003020Z Test Run Failed. 2026-03-09T01:04:15.1232240Z Total tests: 350 2026-03-09T01:04:15.1335270Z Passed: 343 2026-03-09T01:04:15.1488850Z Failed: 6 2026-03-09T01:04:15.1531200Z Skipped: 1 2026-03-09T01:04:15.1532880Z Total time: 1.7537 Hours 2026-03-09T01:04:17.1580820Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-09T01:04:17.4197380Z An error occurred when executing task 'uitest'. 2026-03-09T01:04:17.6356880Z Completed in 01:47:52.1592983 2026-03-09T01:04:18.3836060Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-09T01:04:18.3848300Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-09T01:04:18.3883890Z 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-09T01:04:18.3895750Z 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-09T01:04:18.3897870Z 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-09T01:04:18.3899770Z 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-09T01:04:18.3904880Z 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-09T01:04:18.3912020Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-09T01:04:18.3924220Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-09T01:04:18.3951840Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-09T01:04:18.3981160Z at Submission#0.<>b__0_24() 2026-03-09T01:04:18.4008190Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-09T01:04:18.4027380Z 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-09T01:04:18.4031840Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-09T01:04:18.4037910Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-09T01:04:18.4077400Z 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-09T01:04:18.4090580Z 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-09T01:04:18.4271290Z 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-09T01:04:18.4331700Z 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-09T01:04:18.4350310Z 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-09T01:04:18.4374830Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-09T01:04:18.4417370Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-09T01:04:18.4446950Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-09T01:04:18.4459400Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-09T01:04:18.4504540Z at Submission#0.<>d__0.MoveNext() 2026-03-09T01:04:18.4506890Z --- End of stack trace from previous location --- 2026-03-09T01:04:18.4518370Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T01:04:18.4553510Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T01:04:18.4565000Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-09T01:04:18.4568740Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-09T01:04:18.4571790Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-09T01:04:18.4573790Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-09T01:04:18.4587650Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-09T01:04:21.1501330Z 2026-03-09T01:04:21.2897440Z ##[error]PowerShell exited with code '1'. 2026-03-09T01:04:21.6021380Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-09T01:04:23.6171580Z Generating script. 2026-03-09T01:04:23.6184210Z ========================== Starting Command Output =========================== 2026-03-09T01:04:23.6387960Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/f731d504-a622-47cf-b828-7ab6eba264f2.ps1' 2026-03-09T01:04:26.1531450Z $ErrorActionPreference = 'stop' 2026-03-09T01:04:26.1533880Z $ProgressPreference = 'silentlyContinue' 2026-03-09T01:04:26.1534520Z Get-Content $PSCommandPath 2026-03-09T01:04:26.1535720Z $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-09T01:04:26.1537120Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-09T01:04:26.1538410Z $command += " --runtimevariant=""Mono""" 2026-03-09T01:04:26.1540180Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-09T01:04:26.1543390Z 2026-03-09T01:04:26.1544460Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-09T01:04:26.1546400Z $deviceType = "" 2026-03-09T01:04:26.1547310Z if ($deviceType) { 2026-03-09T01:04:26.1548450Z $command += " --skin=""$deviceType""" 2026-03-09T01:04:26.1550010Z } 2026-03-09T01:04:26.1550190Z 2026-03-09T01:04:26.1551510Z $testFilter = "" 2026-03-09T01:04:26.1552970Z $testConfigrationArgs = "" 2026-03-09T01:04:26.1553490Z 2026-03-09T01:04:26.1555120Z "CollectionView".Split(",") | ForEach { 2026-03-09T01:04:26.1556360Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-09T01:04:26.1558570Z } 2026-03-09T01:04:26.1559110Z 2026-03-09T01:04:26.1559850Z $testFilter = $testFilter.TrimEnd("|") 2026-03-09T01:04:26.1560500Z 2026-03-09T01:04:26.1561460Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-09T01:04:26.1562340Z if ($testConfigrationArgs) { 2026-03-09T01:04:26.1563920Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-09T01:04:26.1564920Z } 2026-03-09T01:04:26.1565640Z if ($testFilter) { 2026-03-09T01:04:26.1567020Z $command += " --test-filter ""$testFilter""" 2026-03-09T01:04:26.1569680Z } 2026-03-09T01:04:26.1570610Z 2026-03-09T01:04:26.1571390Z $headless = true 2026-03-09T01:04:26.1572040Z if ($headless) { 2026-03-09T01:04:26.1574940Z $command += " --headless ""$headless""" 2026-03-09T01:04:26.1576190Z } 2026-03-09T01:04:26.1577740Z 2026-03-09T01:04:26.1579310Z Write-Host "Running command: $command" 2026-03-09T01:04:26.1580280Z 2026-03-09T01:04:26.1581780Z Invoke-Expression $command 2026-03-09T01:04:26.1583050Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-09T01:04:26.1585620Z } else { 2026-03-09T01:04:26.1587940Z exit $LASTEXITCODE 2026-03-09T01:04:26.1589100Z } 2026-03-09T01:04:26.3896360Z 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-09T01:04:27.2587770Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T01:04:27.8120510Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T01:04:28.3470050Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T01:04:28.7593130Z 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-09T01:04:29.1237070Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T01:04:29.9507140Z Looking for modules... 2026-03-09T01:04:32.5697190Z No modules found to install. 2026-03-09T01:04:32.5805760Z Module directory does not exist. 2026-03-09T01:04:32.5862380Z Analyzing build script... 2026-03-09T01:04:32.5882160Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-09T01:04:32.5890880Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-09T01:04:32.5896490Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-09T01:04:32.7674710Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-09T01:04:33.9713900Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-09T01:04:34.6463200Z Processing build script... 2026-03-09T01:04:34.6482120Z Installing addins... 2026-03-09T01:04:34.8282630Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-09T01:04:34.8398460Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-09T01:04:34.8481410Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-09T01:04:35.0909730Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-09T01:04:35.0910560Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-09T01:04:35.0911190Z is referencing an older version of Cake.Core (0.33.0). 2026-03-09T01:04:35.0911770Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-09T01:04:35.0960450Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T01:04:35.0991550Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T01:04:35.3748220Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-09T01:04:35.3748900Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-09T01:04:35.3749670Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-09T01:04:35.3750290Z Adding assembly reference to System.Runtime.dll... 2026-03-09T01:04:35.3750870Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-09T01:04:35.3751870Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-09T01:04:35.3752460Z Adding assembly reference to System.Threading.dll... 2026-03-09T01:04:35.3753330Z Adding assembly reference to System.Linq.dll... 2026-03-09T01:04:35.3754020Z Adding assembly reference to System.Collections.dll... 2026-03-09T01:04:35.3754600Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-09T01:04:35.3760750Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-09T01:04:35.3761430Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-09T01:04:35.3762020Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-09T01:04:35.3762720Z Adding assembly reference to System.ObjectModel.dll... 2026-03-09T01:04:35.3763280Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-09T01:04:35.3763860Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-09T01:04:35.3764430Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-09T01:04:35.3765050Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-09T01:04:35.3765620Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-09T01:04:35.3766200Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-09T01:04:35.3766790Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-09T01:04:35.3767360Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-09T01:04:35.3767920Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-09T01:04:35.3768480Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-09T01:04:35.3769090Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-09T01:04:35.3769650Z Adding assembly reference to mscorlib.dll... 2026-03-09T01:04:35.3770160Z Adding assembly reference to netstandard.dll... 2026-03-09T01:04:35.3770910Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-09T01:04:35.3771520Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-09T01:04:35.3772090Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-09T01:04:35.3772660Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-09T01:04:35.3773240Z Adding assembly reference to System.Memory.dll... 2026-03-09T01:04:35.3773800Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-09T01:04:35.3774400Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-09T01:04:35.3774970Z Adding assembly reference to System.ComponentModel.dll... 2026-03-09T01:04:35.3775540Z Adding assembly reference to System.Console.dll... 2026-03-09T01:04:35.3776070Z Adding assembly reference to System.Data.Common.dll... 2026-03-09T01:04:35.3776630Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-09T01:04:35.3777360Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-09T01:04:35.3778000Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-09T01:04:35.3778700Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-09T01:04:35.3779290Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-09T01:04:35.3779880Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-09T01:04:35.3780440Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-09T01:04:35.3781020Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-09T01:04:35.3781900Z Adding assembly reference to System.IO.Compression.dll... 2026-03-09T01:04:35.3782480Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-09T01:04:35.3783050Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-09T01:04:35.3783650Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-09T01:04:35.3784220Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-09T01:04:35.3784770Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-09T01:04:35.3785310Z Adding assembly reference to System.Net.Requests.dll... 2026-03-09T01:04:35.3785890Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-09T01:04:35.3786450Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-09T01:04:35.3787010Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-09T01:04:35.3787560Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-09T01:04:35.3788140Z Adding assembly reference to System.Net.Http.dll... 2026-03-09T01:04:35.3788700Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-09T01:04:35.3789250Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-09T01:04:35.3789820Z Adding assembly reference to System.Net.Mail.dll... 2026-03-09T01:04:35.3790370Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-09T01:04:35.3790930Z Adding assembly reference to System.Net.Ping.dll... 2026-03-09T01:04:35.3791470Z Adding assembly reference to System.Net.Security.dll... 2026-03-09T01:04:35.3792030Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-09T01:04:35.3792750Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-09T01:04:35.3793330Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-09T01:04:35.3793890Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-09T01:04:35.3794480Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-09T01:04:35.3799860Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-09T01:04:35.3800650Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-09T01:04:35.3801220Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-09T01:04:35.3801840Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-09T01:04:35.3807630Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-09T01:04:35.3808560Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-09T01:04:35.3813840Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-09T01:04:35.3814620Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-09T01:04:35.3815360Z Adding assembly reference to System.Security.Claims.dll... 2026-03-09T01:04:35.3816080Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-09T01:04:35.3816720Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-09T01:04:35.3817400Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-09T01:04:35.3818140Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-09T01:04:35.3823640Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-09T01:04:35.3828390Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-09T01:04:35.3831610Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-09T01:04:35.3835600Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-09T01:04:35.3887920Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-09T01:04:35.3888800Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-09T01:04:35.3889420Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-09T01:04:35.3889960Z Adding assembly reference to System.AppContext.dll... 2026-03-09T01:04:35.3890490Z Adding assembly reference to System.Buffers.dll... 2026-03-09T01:04:35.3891040Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-09T01:04:35.3891610Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-09T01:04:35.3892210Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-09T01:04:35.3892780Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-09T01:04:35.3893300Z Adding assembly reference to System.Configuration.dll... 2026-03-09T01:04:35.3893800Z Adding assembly reference to System.Core.dll... 2026-03-09T01:04:35.3894330Z Adding assembly reference to System.Private.Uri.dll... 2026-03-09T01:04:35.3894860Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-09T01:04:35.3895370Z Adding assembly reference to System.Data.dll... 2026-03-09T01:04:35.3895890Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-09T01:04:35.3896440Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-09T01:04:35.3896980Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-09T01:04:35.3897510Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-09T01:04:35.3898040Z Adding assembly reference to System.dll... 2026-03-09T01:04:35.3898530Z Adding assembly reference to System.Drawing.dll... 2026-03-09T01:04:35.3899040Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-09T01:04:35.3900010Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-09T01:04:35.3900560Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-09T01:04:35.3901360Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-09T01:04:35.3901930Z Adding assembly reference to System.Globalization.dll... 2026-03-09T01:04:35.3902470Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-09T01:04:35.3903050Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-09T01:04:35.3903580Z Adding assembly reference to System.IO.dll... 2026-03-09T01:04:35.3904120Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-09T01:04:35.3904680Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-09T01:04:35.3905250Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-09T01:04:35.3905820Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-09T01:04:35.3906370Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-09T01:04:35.3906910Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-09T01:04:35.3907420Z Adding assembly reference to System.Net.dll... 2026-03-09T01:04:35.3907950Z Adding assembly reference to System.Net.Quic.dll... 2026-03-09T01:04:35.3908490Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-09T01:04:35.3909050Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-09T01:04:35.3909570Z Adding assembly reference to System.Text.Json.dll... 2026-03-09T01:04:35.3910100Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-09T01:04:35.3910630Z Adding assembly reference to System.Numerics.dll... 2026-03-09T01:04:35.3911140Z Adding assembly reference to System.Reflection.dll... 2026-03-09T01:04:35.3911670Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-09T01:04:35.3912220Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-09T01:04:35.3912980Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-09T01:04:35.3913610Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-09T01:04:35.3914210Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-09T01:04:35.3914790Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-09T01:04:35.3915380Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-09T01:04:35.3916100Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-09T01:04:35.3916760Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-09T01:04:35.3917500Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-09T01:04:35.3918570Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-09T01:04:35.3919400Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-09T01:04:35.3920160Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-09T01:04:35.3920770Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-09T01:04:35.3921450Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-09T01:04:35.3922200Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-09T01:04:35.3922800Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-09T01:04:35.3923410Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-09T01:04:35.3924010Z Adding assembly reference to System.Security.dll... 2026-03-09T01:04:35.3924550Z Adding assembly reference to System.Security.Principal.dll... 2026-03-09T01:04:35.3925120Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-09T01:04:35.3925670Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-09T01:04:35.3926260Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-09T01:04:35.3926820Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-09T01:04:35.3927380Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-09T01:04:35.3927930Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-09T01:04:35.3928660Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-09T01:04:35.3929230Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-09T01:04:35.3929810Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-09T01:04:35.3930410Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-09T01:04:35.3930970Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-09T01:04:35.3931650Z Adding assembly reference to System.Transactions.dll... 2026-03-09T01:04:35.3932200Z Adding assembly reference to System.ValueTuple.dll... 2026-03-09T01:04:35.3932910Z Adding assembly reference to System.Web.dll... 2026-03-09T01:04:35.3933440Z Adding assembly reference to System.Windows.dll... 2026-03-09T01:04:35.3933950Z Adding assembly reference to System.Xml.dll... 2026-03-09T01:04:35.3934470Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-09T01:04:35.3935030Z Adding assembly reference to System.Private.Xml.dll... 2026-03-09T01:04:35.3935580Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-09T01:04:35.3936130Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-09T01:04:35.3936680Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-09T01:04:35.3937240Z Adding assembly reference to WindowsBase.dll... 2026-03-09T01:04:35.3937740Z Adding assembly reference to Cake.Core.dll... 2026-03-09T01:04:35.3938250Z Adding assembly reference to Cake.Common.dll... 2026-03-09T01:04:35.3938790Z Adding assembly reference to Spectre.Console.dll... 2026-03-09T01:04:35.3939320Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-09T01:04:35.3940120Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-09T01:04:35.3940670Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-09T01:04:35.3941220Z Importing namespace Cake.Common... 2026-03-09T01:04:35.3941840Z Importing namespace Cake.Common.Build... 2026-03-09T01:04:35.3942350Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-09T01:04:35.3942890Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-09T01:04:35.3943450Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-09T01:04:35.3944010Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-09T01:04:35.3944550Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-09T01:04:35.3945080Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-09T01:04:35.3945650Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-09T01:04:35.3946220Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-09T01:04:35.3946760Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-09T01:04:35.3947290Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-09T01:04:35.3947860Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-09T01:04:35.3948400Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-09T01:04:35.3948930Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-09T01:04:35.3949670Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-09T01:04:35.3950330Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-09T01:04:35.3950910Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-09T01:04:35.3951440Z Importing namespace Cake.Common.Build.GoCD... 2026-03-09T01:04:35.3952000Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-09T01:04:35.3952520Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-09T01:04:35.3953050Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-09T01:04:35.3953560Z Importing namespace Cake.Common.Build.MyGet... 2026-03-09T01:04:35.3954110Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-09T01:04:35.3954630Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-09T01:04:35.3955160Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-09T01:04:35.3955690Z Importing namespace Cake.Common.Diagnostics... 2026-03-09T01:04:35.3956210Z Importing namespace Cake.Common.IO... 2026-03-09T01:04:35.3956710Z Importing namespace Cake.Common.IO.Paths... 2026-03-09T01:04:35.3957350Z Importing namespace Cake.Common.Net... 2026-03-09T01:04:35.3957980Z Importing namespace Cake.Common.Security... 2026-03-09T01:04:35.3958540Z Importing namespace Cake.Common.Solution... 2026-03-09T01:04:35.3959060Z Importing namespace Cake.Common.Solution.Project... 2026-03-09T01:04:35.3959610Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-09T01:04:35.3960160Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-09T01:04:35.3960860Z Importing namespace Cake.Common.Text... 2026-03-09T01:04:35.3961360Z Importing namespace Cake.Common.Tools.Cake... 2026-03-09T01:04:35.3961890Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-09T01:04:35.3962560Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-09T01:04:35.3963110Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-09T01:04:35.3963670Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-09T01:04:35.3964220Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-09T01:04:35.3964960Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-09T01:04:35.3965530Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-09T01:04:35.3966080Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-09T01:04:35.3966630Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-09T01:04:35.3967210Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-09T01:04:35.3967750Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-09T01:04:35.3968300Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-09T01:04:35.3968860Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-09T01:04:35.3969450Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-09T01:04:35.3969990Z Importing namespace Cake.Common.Tools.Command... 2026-03-09T01:04:35.3970510Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-09T01:04:35.3971080Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-09T01:04:35.3971620Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-09T01:04:35.3972160Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-09T01:04:35.3972710Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-09T01:04:35.3973280Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-09T01:04:35.3973810Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-09T01:04:35.3974360Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-09T01:04:35.3974900Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-09T01:04:35.3975470Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-09T01:04:35.3976020Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-09T01:04:35.3976560Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-09T01:04:35.3977110Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-09T01:04:35.3977800Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-09T01:04:35.3978520Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-09T01:04:35.3979080Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-09T01:04:35.3979670Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-09T01:04:35.3980230Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-09T01:04:35.3980920Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-09T01:04:35.3981470Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-09T01:04:35.3982030Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-09T01:04:35.3982660Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-09T01:04:35.3983200Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-09T01:04:35.3983880Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-09T01:04:35.3984470Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-09T01:04:35.3985030Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-09T01:04:35.3985600Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-09T01:04:35.3986320Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-09T01:04:35.3987410Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-09T01:04:35.3988210Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-09T01:04:35.3988930Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-09T01:04:35.3989550Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-09T01:04:35.3990100Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-09T01:04:35.3990620Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-09T01:04:35.3991140Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-09T01:04:35.3991710Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-09T01:04:35.3992280Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-09T01:04:35.3992860Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-09T01:04:35.3993430Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-09T01:04:35.3994140Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-09T01:04:35.3994760Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-09T01:04:35.3995350Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-09T01:04:35.3995950Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-09T01:04:35.3996520Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-09T01:04:35.3997080Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-09T01:04:35.3997610Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-09T01:04:35.3998180Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-09T01:04:35.3998710Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-09T01:04:35.3999230Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-09T01:04:35.3999760Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-09T01:04:35.4000310Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-09T01:04:35.4000830Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-09T01:04:35.4001340Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-09T01:04:35.4002010Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-09T01:04:35.4002560Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-09T01:04:35.4003080Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-09T01:04:35.4003710Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-09T01:04:35.4004400Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-09T01:04:35.4005200Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-09T01:04:35.4005790Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-09T01:04:35.4006320Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-09T01:04:35.4006880Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-09T01:04:35.4007420Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-09T01:04:35.4007960Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-09T01:04:35.4008500Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-09T01:04:35.4009060Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-09T01:04:35.4009610Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-09T01:04:35.4010270Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-09T01:04:35.4010820Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-09T01:04:35.4011520Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-09T01:04:35.4012060Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-09T01:04:35.4012600Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-09T01:04:35.4013130Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-09T01:04:35.4013690Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-09T01:04:35.4014210Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-09T01:04:35.4014780Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-09T01:04:35.4015400Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-09T01:04:35.4015960Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-09T01:04:35.4016480Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-09T01:04:35.4017000Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-09T01:04:35.4017550Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-09T01:04:35.4018060Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-09T01:04:35.4018580Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-09T01:04:35.4019100Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-09T01:04:35.4019600Z Importing namespace Cake.Common.Tools.WiX... 2026-03-09T01:04:35.4020110Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-09T01:04:35.4020610Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-09T01:04:35.4021100Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-09T01:04:35.4021580Z Importing namespace Cake.Common.Xml... 2026-03-09T01:04:35.4022160Z Importing namespace Cake.Core... 2026-03-09T01:04:35.4022650Z Importing namespace Cake.Core.Diagnostics... 2026-03-09T01:04:35.4023150Z Importing namespace Cake.Core.IO... 2026-03-09T01:04:35.4023710Z Importing namespace Cake.Core.Scripting... 2026-03-09T01:04:35.4024220Z Importing namespace Cake.Core.Tooling... 2026-03-09T01:04:35.4024690Z Importing namespace Cake.FileHelpers... 2026-03-09T01:04:35.4025150Z Importing namespace NuGet.Common... 2026-03-09T01:04:35.4025620Z Importing namespace NuGet.Configuration... 2026-03-09T01:04:35.4026080Z Importing namespace NuGet.Protocol... 2026-03-09T01:04:35.4026560Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-09T01:04:35.4027040Z Importing namespace NuGet.Versioning... 2026-03-09T01:04:35.4027500Z Importing namespace System... 2026-03-09T01:04:35.4027970Z Importing namespace System.Collections.Generic... 2026-03-09T01:04:35.4028440Z Importing namespace System.IO... 2026-03-09T01:04:35.4028890Z Importing namespace System.Linq... 2026-03-09T01:04:35.4029370Z Importing namespace System.Text... 2026-03-09T01:04:35.4029840Z Importing namespace System.Threading.Tasks... 2026-03-09T01:04:35.4030210Z .NETStandard,Version=v2.0 2026-03-09T01:04:35.4532080Z Compiling build script... 2026-03-09T01:04:37.8038040Z /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-09T01:04:38.8663200Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T01:04:38.8664620Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T01:04:38.8684050Z Host OS System Arch: X64 2026-03-09T01:04:38.8686720Z Host Processor System Arch: X64 2026-03-09T01:04:38.8687920Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T01:04:38.8688920Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-09T01:04:38.8689710Z Build Configuration: Release 2026-03-09T01:04:38.8690430Z Build Runtime Identifier: maccatalyst-x64 2026-03-09T01:04:38.8691360Z Build Target Framework: net10.0-maccatalyst 2026-03-09T01:04:38.8691870Z Test Device: mac 2026-03-09T01:04:38.8692330Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-09T01:04:38.8826600Z 2026-03-09T01:04:38.8827690Z ======================================== 2026-03-09T01:04:38.8828090Z uitest 2026-03-09T01:04:38.8828440Z ======================================== 2026-03-09T01:04:38.8829270Z Executing task: uitest 2026-03-09T01:04:38.8846500Z Starting UI Tests... 2026-03-09T01:04:38.8850700Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T01:04:38.8852140Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T01:04:38.8954240Z Testing Device: mac 2026-03-09T01:04:38.8954840Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-09T01:04:38.8955400Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-09T01:04:38.8955890Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-09T01:04:38.8985340Z 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-09T01:04:39.0993060Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T01:04:39.1084190Z 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-09T01:04:42.1095570Z Determining projects to restore... 2026-03-09T01:04:47.7886500Z All projects are up-to-date for restore. 2026-03-09T01:04:53.7451750Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-09T01:04:53.7658570Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-09T01:04:55.0436690Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-09T01:04:55.8359510Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-09T01:04:56.1677210Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-09T01:04:58.1737050Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-09T01:04:59.2060820Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-09T01:04:59.2186610Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-09T01:04:59.9580790Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-09T01:04:59.9826270Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-09T01:05:00.0925870Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-09T01:05:00.3893170Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-09T01:05:03.1794690Z 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-09T01:05:03.6040860Z 2026-03-09T01:05:03.6077820Z Build succeeded. 2026-03-09T01:05:03.6082150Z 0 Warning(s) 2026-03-09T01:05:03.6095580Z 0 Error(s) 2026-03-09T01:05:03.6129400Z 2026-03-09T01:05:03.6154880Z Time Elapsed 00:00:23.81 2026-03-09T01:05:03.7095090Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-09T01:05:03.7152560Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T01:05:03.7221380Z Run Tests With Filter TestCategory=CollectionView 2026-03-09T01:05:03.7251150Z Log Directory: /Users/runner/work/1/a/logs 2026-03-09T01:05:03.7270510Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-09T01:05:03.7295070Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-09T01:05:03.7313920Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T01:05:03.7339690Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-09T01:05:03.7357800Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T01:05:03.7372190Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-09T01:05:03.7389360Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-09T01:05:03.7392480Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-09T01:05:03.7394990Z 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-09T01:05:03.7397550Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-09T01:05:03.7400990Z 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-09T01:05:06.3255020Z 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-09T01:05:06.4246220Z VSTest version 18.0.1 (x64) 2026-03-09T01:05:06.4263280Z 2026-03-09T01:05:06.5651210Z Starting test execution, please wait... 2026-03-09T01:05:06.6078310Z A total of 1 test files matched the specified pattern. 2026-03-09T01:05:07.1310940Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-09T01:05:07.2475080Z [xUnit.net 00:00:00.13] Discovering: Controls.TestCases.Mac.Tests 2026-03-09T01:05:07.4413240Z [xUnit.net 00:00:00.33] Discovered: Controls.TestCases.Mac.Tests 2026-03-09T01:05:07.4617960Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-09T01:05:07.4935130Z 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-09T01:05:08.3619170Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-09T01:05:43.9905500Z >>>>> 3/9/2026 1:05:43 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-09T01:05:47.0308300Z >>>>> 3/9/2026 1:05:46 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-09T01:06:13.5266860Z >>>>> 3/9/2026 1:06:13 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-09T01:06:13.6019370Z Passed ValidateDynamicItemTemplateDisplayed [26 s] 2026-03-09T01:06:13.6020180Z >>>>> 3/9/2026 1:06:13 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-09T01:06:35.0921630Z >>>>> 3/9/2026 1:06:35 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-09T01:06:35.1062020Z Passed ValidateDynamicEmptyViewGridDisplayed [21 s] 2026-03-09T01:06:35.1066300Z >>>>> 3/9/2026 1:06:35 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-09T01:06:57.1169420Z >>>>> 3/9/2026 1:06:57 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-09T01:06:57.1230870Z Passed ValidateDynamicEmptyViewStringDisplayed [22 s] 2026-03-09T01:06:57.1231790Z >>>>> 3/9/2026 1:06:57 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-09T01:07:18.7214530Z >>>>> 3/9/2026 1:07:18 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-09T01:07:18.7264990Z Passed ValidateDynamicEmptyViewTemplateDisplayed [21 s] 2026-03-09T01:07:18.7267370Z >>>>> 3/9/2026 1:07:18 AM ValidateDynamicFooterGridDisplayed Start 2026-03-09T01:07:37.8331780Z >>>>> 3/9/2026 1:07:37 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-09T01:07:37.8523290Z Passed ValidateDynamicFooterGridDisplayed [19 s] 2026-03-09T01:07:37.8528590Z >>>>> 3/9/2026 1:07:37 AM ValidateDynamicFooterStringDisplayed Start 2026-03-09T01:07:58.1808510Z >>>>> 3/9/2026 1:07:58 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-09T01:07:58.1862200Z Passed ValidateDynamicFooterStringDisplayed [20 s] 2026-03-09T01:07:58.1864260Z >>>>> 3/9/2026 1:07:58 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-09T01:08:18.9037220Z >>>>> 3/9/2026 1:08:18 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-09T01:08:18.9115260Z Passed ValidateDynamicFooterTemplateDisplayed [20 s] 2026-03-09T01:08:18.9129540Z >>>>> 3/9/2026 1:08:18 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-09T01:08:47.1753140Z >>>>> 3/9/2026 1:08:47 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-09T01:08:47.1784030Z Passed ValidateDynamicGroupFooterTemplateDisplayed [28 s] 2026-03-09T01:08:47.1787490Z >>>>> 3/9/2026 1:08:47 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-09T01:09:15.6156370Z >>>>> 3/9/2026 1:09:15 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-09T01:09:15.6208640Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [28 s] 2026-03-09T01:09:15.6210830Z >>>>> 3/9/2026 1:09:15 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-09T01:09:37.4004970Z >>>>> 3/9/2026 1:09:37 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-09T01:09:37.4072720Z Passed ValidateDynamicHeaderGridDisplayed [21 s] 2026-03-09T01:09:37.4077920Z >>>>> 3/9/2026 1:09:37 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-09T01:09:59.0683130Z >>>>> 3/9/2026 1:09:59 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-09T01:09:59.0810720Z Passed ValidateDynamicHeaderStringDisplayed [21 s] 2026-03-09T01:09:59.0845400Z >>>>> 3/9/2026 1:09:59 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-09T01:10:19.2858260Z >>>>> 3/9/2026 1:10:19 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-09T01:10:20.1210080Z Passed ValidateDynamicHeaderTemplateDisplayed [20 s] 2026-03-09T01:10:21.6749920Z >>>>> 3/9/2026 1:10:21 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-09T01:10:24.2055760Z >>>>> 3/9/2026 1:10:24 AM ValidateEmptyViewStringDisplayed Start 2026-03-09T01:10:36.3086680Z >>>>> 3/9/2026 1:10:36 AM ValidateEmptyViewStringDisplayed Stop 2026-03-09T01:10:36.3186180Z Passed ValidateEmptyViewStringDisplayed [12 s] 2026-03-09T01:10:36.3203420Z >>>>> 3/9/2026 1:10:36 AM ValidateCustomEmptyViewDisplayed Start 2026-03-09T01:10:45.3892870Z >>>>> 3/9/2026 1:10:45 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-09T01:10:45.3950900Z Passed ValidateCustomEmptyViewDisplayed [9 s] 2026-03-09T01:10:45.3963550Z >>>>> 3/9/2026 1:10:45 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-09T01:10:58.9578540Z >>>>> 3/9/2026 1:10:58 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-09T01:10:58.9665250Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [13 s] 2026-03-09T01:10:58.9681320Z >>>>> 3/9/2026 1:10:58 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-09T01:11:12.2632040Z >>>>> 3/9/2026 1:11:12 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-09T01:11:12.2726180Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [13 s] 2026-03-09T01:11:12.2734450Z >>>>> 3/9/2026 1:11:12 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T01:11:24.8799810Z >>>>> 3/9/2026 1:11:24 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T01:11:24.8850830Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [12 s] 2026-03-09T01:11:24.8851950Z >>>>> 3/9/2026 1:11:24 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-09T01:11:37.9148730Z >>>>> 3/9/2026 1:11:37 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-09T01:11:37.9201260Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [13 s] 2026-03-09T01:11:37.9202350Z >>>>> 3/9/2026 1:11:37 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-09T01:11:54.3237550Z >>>>> 3/9/2026 1:11:54 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-09T01:11:54.3291920Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [16 s] 2026-03-09T01:11:54.3293400Z >>>>> 3/9/2026 1:11:54 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-09T01:12:08.0101380Z >>>>> 3/9/2026 1:12:08 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-09T01:12:08.0211280Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-09T01:12:08.0271070Z >>>>> 3/9/2026 1:12:08 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T01:12:21.4814610Z >>>>> 3/9/2026 1:12:21 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T01:12:21.4885900Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-09T01:12:21.4888820Z >>>>> 3/9/2026 1:12:21 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T01:12:34.2780780Z >>>>> 3/9/2026 1:12:34 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T01:12:34.2846620Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-09T01:12:34.2848900Z >>>>> 3/9/2026 1:12:34 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-09T01:12:50.4246440Z >>>>> 3/9/2026 1:12:50 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-09T01:12:50.4381570Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [16 s] 2026-03-09T01:12:50.4383800Z >>>>> 3/9/2026 1:12:50 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-09T01:13:03.9214760Z >>>>> 3/9/2026 1:13:03 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T01:13:03.9278030Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-09T01:13:03.9280160Z >>>>> 3/9/2026 1:13:03 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-09T01:13:17.2000110Z >>>>> 3/9/2026 1:13:17 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-09T01:13:17.2066060Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-09T01:13:17.2073990Z >>>>> 3/9/2026 1:13:17 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-09T01:13:26.9149170Z >>>>> 3/9/2026 1:13:26 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-09T01:13:26.9232500Z Passed ValidateCustomEmptyViewSizeDisplayed [9 s] 2026-03-09T01:13:26.9238110Z >>>>> 3/9/2026 1:13:26 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-09T01:13:40.9004510Z >>>>> 3/9/2026 1:13:40 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-09T01:13:40.9060430Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [13 s] 2026-03-09T01:13:40.9061650Z >>>>> 3/9/2026 1:13:40 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-09T01:13:54.1533540Z >>>>> 3/9/2026 1:13:54 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-09T01:13:54.1600960Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [13 s] 2026-03-09T01:13:54.1610380Z >>>>> 3/9/2026 1:13:54 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-09T01:14:06.9152760Z >>>>> 3/9/2026 1:14:06 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-09T01:14:06.9210580Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [12 s] 2026-03-09T01:14:06.9212500Z >>>>> 3/9/2026 1:14:06 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-09T01:14:19.4253010Z >>>>> 3/9/2026 1:14:19 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-09T01:14:19.4306280Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [12 s] 2026-03-09T01:14:19.4308020Z >>>>> 3/9/2026 1:14:19 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-09T01:14:32.7831080Z >>>>> 3/9/2026 1:14:32 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-09T01:14:32.7903600Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [13 s] 2026-03-09T01:14:32.7909200Z >>>>> 3/9/2026 1:14:32 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T01:14:46.9501320Z >>>>> 3/9/2026 1:14:46 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T01:14:46.9563940Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-09T01:14:46.9567260Z >>>>> 3/9/2026 1:14:46 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-09T01:15:00.9884280Z >>>>> 3/9/2026 1:15:00 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-09T01:15:00.9931520Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [14 s] 2026-03-09T01:15:00.9933620Z >>>>> 3/9/2026 1:15:00 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-09T01:15:14.0342860Z >>>>> 3/9/2026 1:15:14 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-09T01:15:14.0400390Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [13 s] 2026-03-09T01:15:14.0401430Z >>>>> 3/9/2026 1:15:14 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-09T01:15:27.1225200Z >>>>> 3/9/2026 1:15:27 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-09T01:15:27.1279670Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [13 s] 2026-03-09T01:15:27.1282470Z >>>>> 3/9/2026 1:15:27 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T01:15:40.3764950Z >>>>> 3/9/2026 1:15:40 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T01:15:40.3844120Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-09T01:15:40.3853680Z >>>>> 3/9/2026 1:15:40 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T01:15:53.1984150Z >>>>> 3/9/2026 1:15:53 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T01:15:53.2044030Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-09T01:15:53.2045120Z >>>>> 3/9/2026 1:15:53 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-09T01:16:06.3737310Z >>>>> 3/9/2026 1:16:06 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-09T01:16:06.3787910Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [13 s] 2026-03-09T01:16:06.3792230Z >>>>> 3/9/2026 1:16:06 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-09T01:16:20.1145950Z >>>>> 3/9/2026 1:16:20 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T01:16:20.1200250Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-09T01:16:20.1202050Z >>>>> 3/9/2026 1:16:20 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-09T01:16:33.0992300Z >>>>> 3/9/2026 1:16:33 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-09T01:16:33.1045740Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [12 s] 2026-03-09T01:16:33.1046790Z >>>>> 3/9/2026 1:16:33 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-09T01:16:42.2987980Z >>>>> 3/9/2026 1:16:42 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-09T01:16:42.3043910Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [9 s] 2026-03-09T01:16:42.3047550Z >>>>> 3/9/2026 1:16:42 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-09T01:16:55.4846340Z >>>>> 3/9/2026 1:16:55 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-09T01:16:55.4900320Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [13 s] 2026-03-09T01:16:55.4902190Z >>>>> 3/9/2026 1:16:55 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-09T01:17:08.2255730Z >>>>> 3/9/2026 1:17:08 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-09T01:17:08.2315030Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-09T01:17:08.2316010Z >>>>> 3/9/2026 1:17:08 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-09T01:17:21.9108460Z >>>>> 3/9/2026 1:17:21 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-09T01:17:21.9169950Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [13 s] 2026-03-09T01:17:21.9172790Z >>>>> 3/9/2026 1:17:21 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T01:17:35.7917690Z >>>>> 3/9/2026 1:17:35 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T01:17:35.7960690Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-09T01:17:35.7961710Z >>>>> 3/9/2026 1:17:35 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-09T01:17:48.9297880Z >>>>> 3/9/2026 1:17:48 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-09T01:17:48.9361630Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [13 s] 2026-03-09T01:17:48.9365040Z >>>>> 3/9/2026 1:17:48 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-09T01:18:01.9042120Z >>>>> 3/9/2026 1:18:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-09T01:18:01.9125970Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [12 s] 2026-03-09T01:18:01.9128550Z >>>>> 3/9/2026 1:18:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-09T01:18:18.4945110Z >>>>> 3/9/2026 1:18:18 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-09T01:18:18.4991270Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-09T01:18:18.4992210Z >>>>> 3/9/2026 1:18:18 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-09T01:18:32.2141590Z >>>>> 3/9/2026 1:18:32 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-09T01:18:32.2185100Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [13 s] 2026-03-09T01:18:32.2188040Z >>>>> 3/9/2026 1:18:32 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T01:18:46.4367660Z >>>>> 3/9/2026 1:18:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T01:18:46.4433950Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [14 s] 2026-03-09T01:18:46.4435860Z >>>>> 3/9/2026 1:18:46 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T01:18:59.4949420Z >>>>> 3/9/2026 1:18:59 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T01:18:59.5031820Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-09T01:18:59.5033270Z >>>>> 3/9/2026 1:18:59 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T01:19:12.4828290Z >>>>> 3/9/2026 1:19:12 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T01:19:12.4889070Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-09T01:19:12.4891220Z >>>>> 3/9/2026 1:19:12 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-09T01:19:28.6291100Z >>>>> 3/9/2026 1:19:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-09T01:19:28.6337720Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [16 s] 2026-03-09T01:19:28.6340810Z >>>>> 3/9/2026 1:19:28 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-09T01:19:42.4882270Z >>>>> 3/9/2026 1:19:42 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T01:19:42.4934710Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-09T01:19:42.4940410Z >>>>> 3/9/2026 1:19:42 AM ValidateEmptyViewSize Start 2026-03-09T01:19:53.6018750Z >>>>> 3/9/2026 1:19:53 AM ValidateEmptyViewSize Stop 2026-03-09T01:19:53.6065320Z Passed ValidateEmptyViewSize [11 s] 2026-03-09T01:19:53.6071100Z >>>>> 3/9/2026 1:19:53 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-09T01:20:07.9412280Z >>>>> 3/9/2026 1:20:07 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-09T01:20:07.9504080Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [14 s] 2026-03-09T01:20:07.9509640Z >>>>> 3/9/2026 1:20:07 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-09T01:20:21.5344650Z >>>>> 3/9/2026 1:20:21 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-09T01:20:21.5415920Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [13 s] 2026-03-09T01:20:21.5419530Z >>>>> 3/9/2026 1:20:21 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T01:20:34.2821930Z >>>>> 3/9/2026 1:20:34 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T01:20:34.2893130Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [12 s] 2026-03-09T01:20:34.2918250Z >>>>> 3/9/2026 1:20:34 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-09T01:20:47.2459970Z >>>>> 3/9/2026 1:20:47 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-09T01:20:47.2531470Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [12 s] 2026-03-09T01:20:47.2535150Z >>>>> 3/9/2026 1:20:47 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-09T01:21:00.3821180Z >>>>> 3/9/2026 1:21:00 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-09T01:21:00.3873650Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [13 s] 2026-03-09T01:21:00.3875370Z >>>>> 3/9/2026 1:21:00 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-09T01:21:13.5056640Z >>>>> 3/9/2026 1:21:13 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-09T01:21:13.5127280Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [13 s] 2026-03-09T01:21:13.5132350Z >>>>> 3/9/2026 1:21:13 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T01:21:29.4669470Z >>>>> 3/9/2026 1:21:29 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T01:21:29.4752580Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [15 s] 2026-03-09T01:21:29.4754410Z >>>>> 3/9/2026 1:21:29 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-09T01:21:46.6434380Z >>>>> 3/9/2026 1:21:46 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-09T01:21:46.6477350Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [17 s] 2026-03-09T01:21:46.6478200Z >>>>> 3/9/2026 1:21:46 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T01:22:00.2693280Z >>>>> 3/9/2026 1:22:00 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T01:22:00.2773370Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-09T01:22:00.2775760Z >>>>> 3/9/2026 1:22:00 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-09T01:22:16.5907340Z >>>>> 3/9/2026 1:22:16 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-09T01:22:16.5973690Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [16 s] 2026-03-09T01:22:16.5976600Z >>>>> 3/9/2026 1:22:16 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-09T01:22:30.5517570Z >>>>> 3/9/2026 1:22:30 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-09T01:22:30.5597210Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [13 s] 2026-03-09T01:22:30.5601380Z >>>>> 3/9/2026 1:22:30 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-09T01:22:44.9096280Z >>>>> 3/9/2026 1:22:44 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-09T01:22:44.9156790Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [14 s] 2026-03-09T01:22:44.9158470Z >>>>> 3/9/2026 1:22:44 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-09T01:22:57.8927500Z >>>>> 3/9/2026 1:22:57 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-09T01:22:57.8975720Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [12 s] 2026-03-09T01:22:57.8976870Z >>>>> 3/9/2026 1:22:57 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-09T01:23:07.7534010Z >>>>> 3/9/2026 1:23:07 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-09T01:23:07.7578980Z Passed ValidateEmptyViewTemplateDisplayed [9 s] 2026-03-09T01:23:07.7580990Z >>>>> 3/9/2026 1:23:07 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-09T01:23:20.4248880Z >>>>> 3/9/2026 1:23:20 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-09T01:23:20.4292680Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [12 s] 2026-03-09T01:23:20.4297300Z >>>>> 3/9/2026 1:23:20 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-09T01:23:33.4482500Z >>>>> 3/9/2026 1:23:33 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-09T01:23:33.4529620Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [13 s] 2026-03-09T01:23:33.4530720Z >>>>> 3/9/2026 1:23:33 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T01:23:46.5329360Z >>>>> 3/9/2026 1:23:46 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T01:23:46.5392460Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-09T01:23:46.5397480Z >>>>> 3/9/2026 1:23:46 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-09T01:24:02.6956050Z >>>>> 3/9/2026 1:24:02 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-09T01:24:02.7017710Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-09T01:24:02.7019820Z >>>>> 3/9/2026 1:24:02 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-09T01:24:16.0219370Z >>>>> 3/9/2026 1:24:16 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-09T01:24:16.0263640Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-09T01:24:16.0288010Z >>>>> 3/9/2026 1:24:16 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-09T01:24:32.9501250Z >>>>> 3/9/2026 1:24:32 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-09T01:24:32.9541150Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-09T01:24:32.9542340Z >>>>> 3/9/2026 1:24:32 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-09T01:24:47.4578510Z >>>>> 3/9/2026 1:24:47 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-09T01:24:47.4632650Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [14 s] 2026-03-09T01:24:47.4634480Z >>>>> 3/9/2026 1:24:47 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T01:25:00.3145130Z >>>>> 3/9/2026 1:25:00 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T01:25:00.3190950Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [12 s] 2026-03-09T01:25:00.3197760Z >>>>> 3/9/2026 1:25:00 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T01:25:16.2014210Z >>>>> 3/9/2026 1:25:16 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T01:25:16.2081890Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-09T01:25:16.2086390Z >>>>> 3/9/2026 1:25:16 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T01:25:31.4532970Z >>>>> 3/9/2026 1:25:31 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T01:25:31.4591500Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [15 s] 2026-03-09T01:25:31.4593300Z >>>>> 3/9/2026 1:25:31 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-09T01:25:50.4629710Z >>>>> 3/9/2026 1:25:50 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-09T01:25:50.4696420Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [19 s] 2026-03-09T01:25:50.4698110Z >>>>> 3/9/2026 1:25:50 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-09T01:26:06.6690040Z >>>>> 3/9/2026 1:26:06 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T01:26:06.6758130Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [16 s] 2026-03-09T01:26:06.6759350Z >>>>> 3/9/2026 1:26:06 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T01:26:24.7013780Z >>>>> 3/9/2026 1:26:24 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T01:26:24.7089000Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [18 s] 2026-03-09T01:26:24.7091620Z >>>>> 3/9/2026 1:26:24 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T01:26:43.4978680Z >>>>> 3/9/2026 1:26:43 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T01:26:43.5039910Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-09T01:26:43.5042550Z >>>>> 3/9/2026 1:26:43 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T01:27:01.1217110Z >>>>> 3/9/2026 1:27:01 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T01:27:01.1272760Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-09T01:27:01.1274820Z >>>>> 3/9/2026 1:27:01 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T01:27:20.8613160Z >>>>> 3/9/2026 1:27:20 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T01:27:20.8678050Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-09T01:27:20.8680920Z >>>>> 3/9/2026 1:27:20 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T01:27:37.8710590Z >>>>> 3/9/2026 1:27:37 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T01:27:37.8770110Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-09T01:27:37.8771420Z >>>>> 3/9/2026 1:27:37 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T01:27:59.5474540Z >>>>> 3/9/2026 1:27:59 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T01:27:59.5865080Z >>>>> 3/9/2026 1:27:59 AM Log types: 2026-03-09T01:28:00.1645020Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [22 s] 2026-03-09T01:28:00.1651000Z Error Message: 2026-03-09T01:28:00.1653430Z VisualTestUtils.VisualTestFailedException : 2026-03-09T01:28:00.1655980Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-09T01:28:00.1659460Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T01:28:00.1661870Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T01:28:00.1663820Z 2026-03-09T01:28:00.1665970Z More info: https://aka.ms/visual-test-workflow 2026-03-09T01:28:00.1667810Z 2026-03-09T01:28:00.1670050Z Stack Trace: 2026-03-09T01:28:00.1672400Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T01:28:00.1675570Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T01:28:00.1678450Z 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-09T01:28:00.1685840Z 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-09T01:28:00.1688990Z 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-09T01:28:00.1693790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T01:28:00.1697190Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T01:28:00.1718480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T01:28:00.1720900Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T01:28:00.1721460Z 2026-03-09T01:28:00.1725210Z >>>>> 3/9/2026 1:28:00 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T01:28:17.8351110Z >>>>> 3/9/2026 1:28:17 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T01:28:17.8420290Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-09T01:28:17.8421550Z >>>>> 3/9/2026 1:28:17 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T01:28:37.2883580Z >>>>> 3/9/2026 1:28:37 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T01:28:37.3022070Z >>>>> 3/9/2026 1:28:37 AM Log types: 2026-03-09T01:28:38.8709930Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-09T01:28:38.8711460Z Error Message: 2026-03-09T01:28:38.8712130Z VisualTestUtils.VisualTestFailedException : 2026-03-09T01:28:38.8712900Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-09T01:28:38.8715740Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T01:28:38.8716590Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T01:28:38.8717060Z 2026-03-09T01:28:38.8717990Z More info: https://aka.ms/visual-test-workflow 2026-03-09T01:28:38.8718330Z 2026-03-09T01:28:38.8719020Z Stack Trace: 2026-03-09T01:28:38.8720160Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T01:28:38.8721760Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T01:28:38.8723430Z 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-09T01:28:38.8725300Z 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-09T01:28:38.8727500Z 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-09T01:28:38.8729330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T01:28:38.8730790Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T01:28:38.8732170Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T01:28:38.8733640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T01:28:38.8735220Z 2026-03-09T01:28:41.6521050Z >>>>> 3/9/2026 1:28:41 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-09T01:28:44.7885000Z >>>>> 3/9/2026 1:28:44 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-09T01:29:05.0427430Z >>>>> 3/9/2026 1:29:05 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-09T01:29:05.0503370Z Passed VerifyGroupFooterTemplate_WithFooterString [20 s] 2026-03-09T01:29:05.0511400Z >>>>> 3/9/2026 1:29:05 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-09T01:29:32.6557960Z >>>>> 3/9/2026 1:29:32 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-09T01:29:32.6605990Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [27 s] 2026-03-09T01:29:32.6607650Z >>>>> 3/9/2026 1:29:32 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-09T01:30:01.0038510Z >>>>> 3/9/2026 1:30:01 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-09T01:30:01.0090200Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [28 s] 2026-03-09T01:30:01.0091300Z >>>>> 3/9/2026 1:30:01 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-09T01:30:26.7091540Z >>>>> 3/9/2026 1:30:26 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-09T01:30:26.7152470Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [25 s] 2026-03-09T01:30:26.7155990Z >>>>> 3/9/2026 1:30:26 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-09T01:30:57.1282170Z >>>>> 3/9/2026 1:30:57 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-09T01:30:57.1397670Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [30 s] 2026-03-09T01:30:57.1398790Z >>>>> 3/9/2026 1:30:57 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-09T01:31:26.2661740Z >>>>> 3/9/2026 1:31:26 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-09T01:31:26.2712950Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [29 s] 2026-03-09T01:31:26.2714070Z >>>>> 3/9/2026 1:31:26 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-09T01:32:00.8018330Z >>>>> 3/9/2026 1:32:00 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-09T01:32:00.8064120Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [34 s] 2026-03-09T01:32:00.8067410Z >>>>> 3/9/2026 1:32:00 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-09T01:32:34.3320630Z >>>>> 3/9/2026 1:32:34 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-09T01:32:34.3378810Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [33 s] 2026-03-09T01:32:34.3380590Z >>>>> 3/9/2026 1:32:34 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-09T01:33:24.7484550Z >>>>> 3/9/2026 1:33:24 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-09T01:33:24.7571660Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [50 s] 2026-03-09T01:33:24.7587670Z >>>>> 3/9/2026 1:33:24 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-09T01:33:48.6384080Z >>>>> 3/9/2026 1:33:48 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-09T01:33:48.6457570Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [23 s] 2026-03-09T01:33:48.6458930Z >>>>> 3/9/2026 1:33:48 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-09T01:34:12.1081260Z >>>>> 3/9/2026 1:34:12 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-09T01:34:12.1153530Z Passed VerifyGroupFooterTemplate_WithHeaderString [23 s] 2026-03-09T01:34:12.1154810Z >>>>> 3/9/2026 1:34:12 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-09T01:34:41.0151300Z >>>>> 3/9/2026 1:34:41 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-09T01:34:41.0262880Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [28 s] 2026-03-09T01:34:41.0268010Z >>>>> 3/9/2026 1:34:41 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-09T01:35:01.0883350Z >>>>> 3/9/2026 1:35:01 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-09T01:35:01.0934810Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [20 s] 2026-03-09T01:35:01.0936470Z >>>>> 3/9/2026 1:35:01 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-09T01:35:18.2187010Z >>>>> 3/9/2026 1:35:18 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-09T01:35:18.2225410Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [17 s] 2026-03-09T01:35:18.2226560Z >>>>> 3/9/2026 1:35:18 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-09T01:35:35.1929860Z >>>>> 3/9/2026 1:35:35 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-09T01:35:35.1970110Z Passed VerifyGroupHeaderTemplate_WithFooterString [16 s] 2026-03-09T01:35:35.1970950Z >>>>> 3/9/2026 1:35:35 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-09T01:35:52.3205330Z >>>>> 3/9/2026 1:35:52 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-09T01:35:52.3317460Z Passed VerifyGroupHeaderTemplate_WithHeaderString [17 s] 2026-03-09T01:35:52.3326080Z >>>>> 3/9/2026 1:35:52 AM VerifyIsGrouped_WithFooterString Start 2026-03-09T01:36:09.1584890Z >>>>> 3/9/2026 1:36:09 AM VerifyIsGrouped_WithFooterString Stop 2026-03-09T01:36:09.1654550Z Passed VerifyIsGrouped_WithFooterString [16 s] 2026-03-09T01:36:09.1655810Z >>>>> 3/9/2026 1:36:09 AM VerifyIsGrouped_WithHeaderString Start 2026-03-09T01:36:22.7104950Z >>>>> 3/9/2026 1:36:22 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-09T01:36:22.7156340Z Passed VerifyIsGrouped_WithHeaderString [13 s] 2026-03-09T01:36:22.7157800Z >>>>> 3/9/2026 1:36:22 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-09T01:36:33.7069000Z >>>>> 3/9/2026 1:36:33 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-09T01:36:33.7118520Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [10 s] 2026-03-09T01:36:33.7119480Z >>>>> 3/9/2026 1:36:33 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-09T01:36:49.5786280Z >>>>> 3/9/2026 1:36:49 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-09T01:36:49.5824980Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [15 s] 2026-03-09T01:36:49.5833100Z >>>>> 3/9/2026 1:36:49 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-09T01:37:00.6364530Z >>>>> 3/9/2026 1:37:00 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-09T01:37:01.5925360Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [11 s] 2026-03-09T01:37:03.0283600Z >>>>> 3/9/2026 1:37:03 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-09T01:37:05.6253210Z >>>>> 3/9/2026 1:37:05 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-09T01:37:21.7394450Z >>>>> 3/9/2026 1:37:21 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-09T01:37:21.7465770Z Passed VerifyStringItemsObservableCollectionWhenAddItems [16 s] 2026-03-09T01:37:21.7475700Z >>>>> 3/9/2026 1:37:21 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-09T01:37:36.2172180Z >>>>> 3/9/2026 1:37:36 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-09T01:37:36.2212050Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-09T01:37:36.2213560Z >>>>> 3/9/2026 1:37:36 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-09T01:37:50.0355660Z >>>>> 3/9/2026 1:37:50 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-09T01:37:50.0398800Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [13 s] 2026-03-09T01:37:50.0399640Z >>>>> 3/9/2026 1:37:50 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-09T01:38:03.8123260Z >>>>> 3/9/2026 1:38:03 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-09T01:38:03.8189650Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-09T01:38:03.8206320Z >>>>> 3/9/2026 1:38:03 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-09T01:38:17.9335120Z >>>>> 3/9/2026 1:38:17 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-09T01:38:17.9388100Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [14 s] 2026-03-09T01:38:17.9389100Z >>>>> 3/9/2026 1:38:17 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-09T01:38:40.8367300Z >>>>> 3/9/2026 1:38:40 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-09T01:38:40.8484360Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [22 s] 2026-03-09T01:38:40.8495110Z >>>>> 3/9/2026 1:38:40 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-09T01:39:00.6544620Z >>>>> 3/9/2026 1:39:00 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-09T01:39:00.6598310Z Passed VerifyModelItemsGroupedListWhenAddItems [19 s] 2026-03-09T01:39:00.6599290Z >>>>> 3/9/2026 1:39:00 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T01:39:31.4326540Z >>>>> 3/9/2026 1:39:31 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T01:39:31.4369340Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [30 s] 2026-03-09T01:39:31.4372760Z >>>>> 3/9/2026 1:39:31 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T01:39:54.3020290Z >>>>> 3/9/2026 1:39:54 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T01:39:54.3088450Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-09T01:39:54.3089760Z >>>>> 3/9/2026 1:39:54 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-09T01:40:15.1974620Z >>>>> 3/9/2026 1:40:15 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-09T01:40:15.2028360Z Passed VerifyModelItemsGroupedListWhenRemoveItems [20 s] 2026-03-09T01:40:15.2029450Z >>>>> 3/9/2026 1:40:15 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T01:40:46.5282960Z >>>>> 3/9/2026 1:40:46 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T01:40:46.5336050Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [31 s] 2026-03-09T01:40:46.5337200Z >>>>> 3/9/2026 1:40:46 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-09T01:40:58.8461070Z >>>>> 3/9/2026 1:40:58 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T01:40:58.8504520Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [12 s] 2026-03-09T01:40:58.8505560Z >>>>> 3/9/2026 1:40:58 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T01:41:10.8743830Z >>>>> 3/9/2026 1:41:10 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T01:41:10.8812280Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [12 s] 2026-03-09T01:41:10.8816000Z >>>>> 3/9/2026 1:41:10 AM VerifyModelItemsListWhenAddItems Start 2026-03-09T01:41:27.3860740Z >>>>> 3/9/2026 1:41:27 AM VerifyModelItemsListWhenAddItems Stop 2026-03-09T01:41:27.3973990Z Passed VerifyModelItemsListWhenAddItems [16 s] 2026-03-09T01:41:27.3979700Z >>>>> 3/9/2026 1:41:27 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-09T01:41:43.5607640Z >>>>> 3/9/2026 1:41:43 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-09T01:41:43.5675810Z Passed VerifyModelItemsListWhenRemoveItems [16 s] 2026-03-09T01:41:43.5678390Z >>>>> 3/9/2026 1:41:43 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T01:42:01.1730860Z >>>>> 3/9/2026 1:42:01 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T01:42:01.1800050Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [17 s] 2026-03-09T01:42:01.1801020Z >>>>> 3/9/2026 1:42:01 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-09T01:42:16.4922990Z >>>>> 3/9/2026 1:42:16 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-09T01:42:16.4987210Z Passed VerifyModelItemsObservableCollectionWhenAddItems [15 s] 2026-03-09T01:42:16.4988380Z >>>>> 3/9/2026 1:42:16 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T01:42:44.8257240Z >>>>> 3/9/2026 1:42:44 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T01:42:44.8319880Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [28 s] 2026-03-09T01:42:44.8322210Z >>>>> 3/9/2026 1:42:44 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T01:43:04.1031950Z >>>>> 3/9/2026 1:43:04 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T01:43:04.1081860Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [19 s] 2026-03-09T01:43:04.1083170Z >>>>> 3/9/2026 1:43:04 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-09T01:43:19.4463110Z >>>>> 3/9/2026 1:43:19 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T01:43:19.4505840Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [15 s] 2026-03-09T01:43:19.4506830Z >>>>> 3/9/2026 1:43:19 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T01:43:44.5353440Z >>>>> 3/9/2026 1:43:44 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T01:43:44.5431790Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [25 s] 2026-03-09T01:43:44.5434890Z >>>>> 3/9/2026 1:43:44 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-09T01:43:57.3523740Z >>>>> 3/9/2026 1:43:57 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-09T01:43:57.3576750Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [12 s] 2026-03-09T01:43:57.3579270Z >>>>> 3/9/2026 1:43:57 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-09T01:44:10.1900150Z >>>>> 3/9/2026 1:44:10 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-09T01:44:10.1949820Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [12 s] 2026-03-09T01:44:10.1951100Z >>>>> 3/9/2026 1:44:10 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-09T01:44:21.5469370Z >>>>> 3/9/2026 1:44:21 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-09T01:44:21.5516580Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [11 s] 2026-03-09T01:44:21.5518670Z >>>>> 3/9/2026 1:44:21 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-09T01:44:32.8897880Z >>>>> 3/9/2026 1:44:32 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-09T01:44:32.8948350Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [11 s] 2026-03-09T01:44:32.8949250Z >>>>> 3/9/2026 1:44:32 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-09T01:44:53.0895640Z >>>>> 3/9/2026 1:44:53 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-09T01:44:53.0949090Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [20 s] 2026-03-09T01:44:53.0950080Z >>>>> 3/9/2026 1:44:53 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-09T01:45:11.4571100Z >>>>> 3/9/2026 1:45:11 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-09T01:45:11.4636370Z Passed VerifyStringItemsGroupedListWhenAddItems [18 s] 2026-03-09T01:45:11.4639530Z >>>>> 3/9/2026 1:45:11 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T01:45:44.5868010Z >>>>> 3/9/2026 1:45:44 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T01:45:44.5923590Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [33 s] 2026-03-09T01:45:44.5924760Z >>>>> 3/9/2026 1:45:44 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T01:46:06.2663710Z >>>>> 3/9/2026 1:46:06 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T01:46:06.2711940Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [21 s] 2026-03-09T01:46:06.2712840Z >>>>> 3/9/2026 1:46:06 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-09T01:46:24.8651950Z >>>>> 3/9/2026 1:46:24 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-09T01:46:24.8703890Z Passed VerifyStringItemsGroupedListWhenRemoveItems [18 s] 2026-03-09T01:46:24.8707560Z >>>>> 3/9/2026 1:46:24 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T01:46:55.9650480Z >>>>> 3/9/2026 1:46:55 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T01:46:55.9701150Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [31 s] 2026-03-09T01:46:55.9702130Z >>>>> 3/9/2026 1:46:55 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-09T01:47:06.6795700Z >>>>> 3/9/2026 1:47:06 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T01:47:06.6846730Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [10 s] 2026-03-09T01:47:06.6847790Z >>>>> 3/9/2026 1:47:06 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T01:47:15.6204840Z >>>>> 3/9/2026 1:47:15 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T01:47:15.6250560Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-09T01:47:15.6251650Z >>>>> 3/9/2026 1:47:15 AM VerifyStringItemsListWhenAddItems Start 2026-03-09T01:47:28.1231220Z >>>>> 3/9/2026 1:47:28 AM VerifyStringItemsListWhenAddItems Stop 2026-03-09T01:47:28.1284540Z Passed VerifyStringItemsListWhenAddItems [12 s] 2026-03-09T01:47:28.1285500Z >>>>> 3/9/2026 1:47:28 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-09T01:47:41.9112020Z >>>>> 3/9/2026 1:47:41 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-09T01:47:41.9158840Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-09T01:47:41.9159870Z >>>>> 3/9/2026 1:47:41 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T01:48:06.9792570Z >>>>> 3/9/2026 1:48:06 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T01:48:06.9847440Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [25 s] 2026-03-09T01:48:06.9849420Z >>>>> 3/9/2026 1:48:06 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T01:48:31.1699320Z >>>>> 3/9/2026 1:48:31 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T01:48:31.1760540Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [24 s] 2026-03-09T01:48:31.1763240Z >>>>> 3/9/2026 1:48:31 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T01:48:47.5267150Z >>>>> 3/9/2026 1:48:47 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T01:48:47.5317420Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-09T01:48:47.5318670Z >>>>> 3/9/2026 1:48:47 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-09T01:48:59.9554820Z >>>>> 3/9/2026 1:48:59 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T01:48:59.9610390Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [12 s] 2026-03-09T01:48:59.9611520Z >>>>> 3/9/2026 1:48:59 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T01:49:25.2615570Z >>>>> 3/9/2026 1:49:25 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T01:49:25.4716990Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [25 s] 2026-03-09T01:49:27.9723670Z >>>>> 3/9/2026 1:49:27 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-09T01:49:30.7058750Z >>>>> 3/9/2026 1:49:30 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-09T01:49:52.6943920Z >>>>> 3/9/2026 1:49:52 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-09T01:49:52.7003300Z Passed VerifyMeasureAllItemsWithObservableCollection [21 s] 2026-03-09T01:49:52.7012480Z >>>>> 3/9/2026 1:49:52 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-09T01:50:16.1503200Z >>>>> 3/9/2026 1:50:16 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-09T01:50:16.1561340Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [23 s] 2026-03-09T01:50:16.1562350Z >>>>> 3/9/2026 1:50:16 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-09T01:50:37.1115750Z >>>>> 3/9/2026 1:50:37 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T01:50:37.1263940Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [20 s] 2026-03-09T01:50:37.1392200Z >>>>> 3/9/2026 1:50:37 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-09T01:51:20.4534400Z >>>>> 3/9/2026 1:51:20 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-09T01:51:20.4583710Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [43 s] 2026-03-09T01:51:20.4585390Z >>>>> 3/9/2026 1:51:20 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-09T01:51:45.2732870Z >>>>> 3/9/2026 1:51:45 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-09T01:51:45.2799300Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [24 s] 2026-03-09T01:51:45.2801680Z >>>>> 3/9/2026 1:51:45 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-09T01:52:07.5836810Z >>>>> 3/9/2026 1:52:07 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T01:52:07.5900600Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [22 s] 2026-03-09T01:52:07.5902470Z >>>>> 3/9/2026 1:52:07 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-09T01:52:48.1761340Z >>>>> 3/9/2026 1:52:48 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-09T01:52:48.1834040Z Passed VerifyKeepScrollOffsetWithGroupedList [40 s] 2026-03-09T01:52:48.1841640Z >>>>> 3/9/2026 1:52:48 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-09T01:53:23.2114560Z >>>>> 3/9/2026 1:53:23 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-09T01:53:23.2234780Z Passed VerifyKeepScrollOffsetWithObservableList [35 s] 2026-03-09T01:53:23.2304530Z >>>>> 3/9/2026 1:53:23 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-09T01:53:45.4702560Z >>>>> 3/9/2026 1:53:45 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-09T01:53:45.7773490Z Passed VerifyMeasureAllItemsWithGroupedList [22 s] 2026-03-09T01:53:48.1943710Z >>>>> 3/9/2026 1:53:48 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-09T01:53:50.9130200Z >>>>> 3/9/2026 1:53:50 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-09T01:54:12.5094660Z >>>>> 3/9/2026 1:54:12 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-09T01:54:12.5170900Z Passed VerifySelectionModeNoneWhenItemsSourceNone [21 s] 2026-03-09T01:54:12.5173340Z >>>>> 3/9/2026 1:54:12 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-09T01:54:33.0723320Z >>>>> 3/9/2026 1:54:33 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-09T01:54:33.0797100Z Passed VerifySelecctionModeSingleWhenCurrentSelection [20 s] 2026-03-09T01:54:33.0800100Z >>>>> 3/9/2026 1:54:33 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-09T01:54:51.3161210Z >>>>> 3/9/2026 1:54:51 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-09T01:54:51.3217970Z Passed VerifySelectionModeNoneWhenCurrentSelection [18 s] 2026-03-09T01:54:51.3219220Z >>>>> 3/9/2026 1:54:51 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-09T01:55:10.1452980Z >>>>> 3/9/2026 1:55:10 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-09T01:55:10.1531830Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [18 s] 2026-03-09T01:55:10.1533400Z >>>>> 3/9/2026 1:55:10 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-09T01:55:30.8623950Z >>>>> 3/9/2026 1:55:30 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-09T01:55:30.8673380Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [20 s] 2026-03-09T01:55:30.8674270Z >>>>> 3/9/2026 1:55:30 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-09T01:55:51.7917430Z >>>>> 3/9/2026 1:55:51 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-09T01:55:51.7996180Z Passed VerifySelectionModeNoneWhenPreviousSelection [20 s] 2026-03-09T01:55:51.7999870Z >>>>> 3/9/2026 1:55:51 AM VerifySelectionModeNoneWithFooterString Start 2026-03-09T01:56:15.4186290Z >>>>> 3/9/2026 1:56:15 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-09T01:56:15.4242260Z Passed VerifySelectionModeNoneWithFooterString [23 s] 2026-03-09T01:56:15.4244110Z >>>>> 3/9/2026 1:56:15 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-09T01:56:41.6915410Z >>>>> 3/9/2026 1:56:41 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-09T01:56:41.6968690Z Passed VerifySelectionModeNoneWithFooterTemplateView [26 s] 2026-03-09T01:56:41.6969760Z >>>>> 3/9/2026 1:56:41 AM VerifySelectionModeNoneWithFooterView Start 2026-03-09T01:57:04.5580880Z >>>>> 3/9/2026 1:57:04 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-09T01:57:04.5646850Z Passed VerifySelectionModeNoneWithFooterView [22 s] 2026-03-09T01:57:04.5648880Z >>>>> 3/9/2026 1:57:04 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-09T01:57:28.6521870Z >>>>> 3/9/2026 1:57:28 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-09T01:57:28.6580280Z Passed VerifySelectionModeNoneWithHeaderString [24 s] 2026-03-09T01:57:28.6583940Z >>>>> 3/9/2026 1:57:28 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-09T01:57:55.2257890Z >>>>> 3/9/2026 1:57:55 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-09T01:57:55.2350400Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [26 s] 2026-03-09T01:57:55.2351850Z >>>>> 3/9/2026 1:57:55 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-09T01:58:21.8778140Z >>>>> 3/9/2026 1:58:21 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-09T01:58:21.8829780Z Passed VerifySelectionModeNoneWithHeaderTemplateView [26 s] 2026-03-09T01:58:21.8831050Z >>>>> 3/9/2026 1:58:21 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-09T01:58:59.3862800Z >>>>> 3/9/2026 1:58:59 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-09T01:58:59.3932390Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [37 s] 2026-03-09T01:58:59.3936900Z >>>>> 3/9/2026 1:58:59 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-09T01:59:22.1061470Z >>>>> 3/9/2026 1:59:22 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-09T01:59:22.1126950Z Passed VerifySelectionModeNoneWithHeaderView [22 s] 2026-03-09T01:59:22.1128240Z >>>>> 3/9/2026 1:59:22 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-09T01:59:49.5160470Z >>>>> 3/9/2026 1:59:49 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-09T01:59:49.5226520Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [27 s] 2026-03-09T01:59:49.5228040Z >>>>> 3/9/2026 1:59:49 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-09T02:00:19.0720510Z >>>>> 3/9/2026 2:00:19 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-09T02:00:19.0778020Z Passed VerifySelectionModeSingleSelectionChangedEventCount [29 s] 2026-03-09T02:00:19.0778960Z >>>>> 3/9/2026 2:00:19 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-09T02:00:40.9063190Z >>>>> 3/9/2026 2:00:40 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-09T02:00:40.9115210Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [21 s] 2026-03-09T02:00:40.9116540Z >>>>> 3/9/2026 2:00:40 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-09T02:00:59.2674730Z >>>>> 3/9/2026 2:00:59 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-09T02:00:59.2753140Z Passed VerifySelectionModeSingleWhenItemsSourceNone [18 s] 2026-03-09T02:00:59.2754780Z >>>>> 3/9/2026 2:00:59 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-09T02:01:16.6831920Z >>>>> 3/9/2026 2:01:16 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-09T02:01:16.6892580Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [17 s] 2026-03-09T02:01:16.6895260Z >>>>> 3/9/2026 2:01:16 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-09T02:01:39.3315550Z >>>>> 3/9/2026 2:01:39 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-09T02:01:39.3369110Z Passed VerifySelectionModeSingleWhenPreviousSelection [22 s] 2026-03-09T02:01:39.3370680Z >>>>> 3/9/2026 2:01:39 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-09T02:02:01.2978410Z >>>>> 3/9/2026 2:02:01 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-09T02:02:01.3051690Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [21 s] 2026-03-09T02:02:01.3060860Z >>>>> 3/9/2026 2:02:01 AM VerifySelectionModeSingleWithFooterString Start 2026-03-09T02:02:26.8335780Z >>>>> 3/9/2026 2:02:26 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-09T02:02:26.8398400Z Passed VerifySelectionModeSingleWithFooterString [25 s] 2026-03-09T02:02:26.8399350Z >>>>> 3/9/2026 2:02:26 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-09T02:02:58.2651170Z >>>>> 3/9/2026 2:02:58 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-09T02:02:58.2776750Z Passed VerifySelectionModeSingleWithFooterTemplateView [31 s] 2026-03-09T02:02:58.2863270Z >>>>> 3/9/2026 2:02:58 AM VerifySelectionModeSingleWithFooterView Start 2026-03-09T02:03:24.3383410Z >>>>> 3/9/2026 2:03:24 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-09T02:03:24.3437480Z Passed VerifySelectionModeSingleWithFooterView [26 s] 2026-03-09T02:03:24.3439300Z >>>>> 3/9/2026 2:03:24 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-09T02:03:50.2518230Z >>>>> 3/9/2026 2:03:50 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-09T02:03:50.2570290Z Passed VerifySelectionModeSingleWithHeaderString [25 s] 2026-03-09T02:03:50.2571920Z >>>>> 3/9/2026 2:03:50 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-09T02:04:22.8111610Z >>>>> 3/9/2026 2:04:22 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-09T02:04:22.8191070Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [32 s] 2026-03-09T02:04:22.8206360Z >>>>> 3/9/2026 2:04:22 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-09T02:04:52.9468470Z >>>>> 3/9/2026 2:04:52 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-09T02:04:52.9525140Z Passed VerifySelectionModeSingleWithHeaderTemplateView [30 s] 2026-03-09T02:04:52.9526250Z >>>>> 3/9/2026 2:04:52 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-09T02:05:33.3615470Z >>>>> 3/9/2026 2:05:33 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-09T02:05:33.3713530Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [40 s] 2026-03-09T02:05:33.3717500Z >>>>> 3/9/2026 2:05:33 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-09T02:06:00.2051860Z >>>>> 3/9/2026 2:06:00 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-09T02:06:00.2108660Z Passed VerifySelectionModeSingleWithHeaderView [26 s] 2026-03-09T02:06:00.2110380Z >>>>> 3/9/2026 2:06:00 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-09T02:06:30.6767710Z >>>>> 3/9/2026 2:06:30 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-09T02:06:31.7860020Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [30 s] 2026-03-09T02:06:33.3409000Z >>>>> 3/9/2026 2:06:33 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-09T02:06:33.3436140Z >>>>> 3/9/2026 2:06:33 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-09T02:06:46.4163150Z >>>>> 3/9/2026 2:06:46 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-09T02:06:49.2010130Z Passed EmptyViewItemsSourceNullStringWorks [15 s] 2026-03-09T02:06:49.2041940Z >>>>> 3/9/2026 2:06:49 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-09T02:06:49.2045800Z >>>>> 3/9/2026 2:06:49 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-09T02:07:01.9615950Z >>>>> 3/9/2026 2:07:01 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-09T02:07:05.7403550Z Passed EmptyViewItemsSourceNullViewWorks [15 s] 2026-03-09T02:07:07.1795480Z >>>>> 3/9/2026 2:07:07 AM GroupingAndHeaderWorks Start 2026-03-09T02:07:07.1798710Z >>>>> 3/9/2026 2:07:07 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-09T02:07:27.5046810Z >>>>> 3/9/2026 2:07:27 AM GroupingAndHeaderWorks Stop 2026-03-09T02:07:31.2411070Z Passed GroupingAndHeaderWorks [22 s] 2026-03-09T02:07:32.6751210Z >>>>> 3/9/2026 2:07:32 AM HeaderFooterStringWorks Start 2026-03-09T02:07:32.6752060Z >>>>> 3/9/2026 2:07:32 AM FixtureSetup for HeaderFooterStringWorks 2026-03-09T02:07:46.3109930Z >>>>> 3/9/2026 2:07:46 AM HeaderFooterStringWorks Stop 2026-03-09T02:07:49.2732340Z Passed HeaderFooterStringWorks [16 s] 2026-03-09T02:07:51.6329380Z >>>>> 3/9/2026 2:07:51 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-09T02:07:54.2931430Z >>>>> 3/9/2026 2:07:54 AM SelectionShouldUpdateBinding Start 2026-03-09T02:08:09.5365690Z >>>>> 3/9/2026 2:08:09 AM SelectionShouldUpdateBinding Stop 2026-03-09T02:08:10.8075890Z Passed SelectionShouldUpdateBinding [15 s] 2026-03-09T02:08:12.3743980Z >>>>> 3/9/2026 2:08:12 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-09T02:08:12.4957720Z >>>>> 3/9/2026 2:08:12 AM ClearingGroupedNoCrash Start 2026-03-09T02:08:15.8789240Z >>>>> 3/9/2026 2:08:15 AM ClearingGroupedNoCrash Stop 2026-03-09T02:08:17.0022780Z Passed ClearingGroupedNoCrash [3 s] 2026-03-09T02:08:19.4214460Z >>>>> 3/9/2026 2:08:19 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-09T02:08:19.5327420Z >>>>> 3/9/2026 2:08:19 AM NoBindingErrors Start 2026-03-09T02:08:29.3540190Z >>>>> 3/9/2026 2:08:29 AM NoBindingErrors Stop 2026-03-09T02:08:30.0397830Z Passed NoBindingErrors [9 s] 2026-03-09T02:08:31.8476590Z >>>>> 3/9/2026 2:08:31 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-09T02:08:31.9356040Z >>>>> 3/9/2026 2:08:31 AM DynamicallyLoadCollectionView Start 2026-03-09T02:08:32.7360720Z >>>>> 3/9/2026 2:08:32 AM DynamicallyLoadCollectionView Stop 2026-03-09T02:08:33.4452510Z Passed DynamicallyLoadCollectionView [805 ms] 2026-03-09T02:08:35.2455580Z >>>>> 3/9/2026 2:08:35 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-09T02:08:35.3571200Z >>>>> 3/9/2026 2:08:35 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-09T02:08:35.3773570Z >>>>> 3/9/2026 2:08:35 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-09T02:08:35.3845750Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-09T02:08:36.8821510Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [26 ms] 2026-03-09T02:08:38.1852730Z >>>>> 3/9/2026 2:08:38 AM KeepItemsInView Start 2026-03-09T02:08:38.1858440Z >>>>> 3/9/2026 2:08:38 AM FixtureSetup for KeepItemsInView 2026-03-09T02:09:42.8360650Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-09T02:09:43.0274870Z ##[error]The operation was canceled. 2026-03-09T02:09:43.0287030Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0310530Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0311090Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0314060Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0314830Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0315240Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0317470Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0318060Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0318430Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0322130Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0322740Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0323090Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0325950Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0326520Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0329180Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0332130Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0332730Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0333350Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0336010Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0336590Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0336940Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0339590Z ##[section]Async Command Start: Update Build Number 2026-03-09T02:09:43.0340230Z Update build number to 10.0.50-ci+azdo.1325704 for build 1325704 2026-03-09T02:09:43.0340540Z ##[section]Async Command End: Update Build Number 2026-03-09T02:09:43.0343460Z ##[section]Finishing: Controls CollectionView