2026-03-08T22:15:02.7146130Z ##[section]Starting: Controls CollectionView 2026-03-08T22:15:02.7174370Z ============================================================================== 2026-03-08T22:15:02.7174840Z Task : PowerShell 2026-03-08T22:15:02.7175150Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-08T22:15:02.7175500Z Version : 2.268.1 2026-03-08T22:15:02.7175810Z Author : Microsoft Corporation 2026-03-08T22:15:02.7176090Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-08T22:15:02.7176550Z ============================================================================== 2026-03-08T22:15:03.0479680Z Generating script. 2026-03-08T22:15:03.0495020Z ========================== Starting Command Output =========================== 2026-03-08T22:15:03.0507280Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/6706d67b-c3ce-45f3-a885-a2c577ccbfbf.ps1' 2026-03-08T22:15:03.7726070Z $ErrorActionPreference = 'stop' 2026-03-08T22:15:03.7903550Z $ProgressPreference = 'silentlyContinue' 2026-03-08T22:15:03.8057660Z Get-Content $PSCommandPath 2026-03-08T22:15:03.8087860Z $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-08T22:15:03.8701890Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-08T22:15:03.8912510Z $command += " --runtimevariant=""Mono""" 2026-03-08T22:15:03.8918780Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-08T22:15:03.9008780Z 2026-03-08T22:15:03.9013310Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-08T22:15:03.9215820Z $deviceType = "" 2026-03-08T22:15:03.9216970Z if ($deviceType) { 2026-03-08T22:15:03.9222800Z $command += " --skin=""$deviceType""" 2026-03-08T22:15:03.9225790Z } 2026-03-08T22:15:03.9226410Z 2026-03-08T22:15:03.9228780Z $testFilter = "" 2026-03-08T22:15:03.9229790Z $testConfigrationArgs = "" 2026-03-08T22:15:03.9232070Z 2026-03-08T22:15:03.9234380Z "CollectionView".Split(",") | ForEach { 2026-03-08T22:15:03.9237060Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-08T22:15:03.9237730Z } 2026-03-08T22:15:03.9239580Z 2026-03-08T22:15:03.9242250Z $testFilter = $testFilter.TrimEnd("|") 2026-03-08T22:15:03.9244360Z 2026-03-08T22:15:03.9248640Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-08T22:15:03.9446490Z if ($testConfigrationArgs) { 2026-03-08T22:15:03.9449800Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-08T22:15:03.9454340Z } 2026-03-08T22:15:03.9461820Z if ($testFilter) { 2026-03-08T22:15:03.9462750Z $command += " --test-filter ""$testFilter""" 2026-03-08T22:15:03.9471840Z } 2026-03-08T22:15:03.9473910Z 2026-03-08T22:15:03.9478270Z $headless = true 2026-03-08T22:15:03.9479110Z if ($headless) { 2026-03-08T22:15:03.9481660Z $command += " --headless ""$headless""" 2026-03-08T22:15:03.9482650Z } 2026-03-08T22:15:03.9484930Z 2026-03-08T22:15:03.9533360Z Write-Host "Running command: $command" 2026-03-08T22:15:03.9535780Z 2026-03-08T22:15:03.9538040Z Invoke-Expression $command 2026-03-08T22:15:03.9544430Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-08T22:15:03.9556990Z } else { 2026-03-08T22:15:03.9560780Z exit $LASTEXITCODE 2026-03-08T22:15:03.9561480Z } 2026-03-08T22:15:04.0400950Z 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-08T22:15:05.0107400Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T22:15:05.9964790Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T22:15:06.6383440Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T22:15:07.3267150Z 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-08T22:15:08.1042920Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-08T22:15:09.3024060Z Looking for modules... 2026-03-08T22:15:14.8223360Z No modules found to install. 2026-03-08T22:15:14.8227620Z Module directory does not exist. 2026-03-08T22:15:14.8230030Z Analyzing build script... 2026-03-08T22:15:14.8234050Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-08T22:15:14.8237390Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-08T22:15:14.8240630Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-08T22:15:15.1233020Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-08T22:15:18.8712610Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-08T22:15:20.1535920Z Processing build script... 2026-03-08T22:15:20.1565750Z Installing addins... 2026-03-08T22:15:20.4894740Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-08T22:15:20.5261870Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-08T22:15:20.5653730Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-08T22:15:20.8519070Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-08T22:15:20.8522020Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-08T22:15:20.8523380Z is referencing an older version of Cake.Core (0.33.0). 2026-03-08T22:15:20.8524710Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-08T22:15:20.8535280Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T22:15:20.8539550Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-08T22:15:21.3153340Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-08T22:15:21.3154750Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-08T22:15:21.3156140Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-08T22:15:21.3157240Z Adding assembly reference to System.Runtime.dll... 2026-03-08T22:15:21.3158340Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-08T22:15:21.3159590Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-08T22:15:21.3160850Z Adding assembly reference to System.Threading.dll... 2026-03-08T22:15:21.3163180Z Adding assembly reference to System.Linq.dll... 2026-03-08T22:15:21.3164390Z Adding assembly reference to System.Collections.dll... 2026-03-08T22:15:21.3165630Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-08T22:15:21.3166890Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-08T22:15:21.3168260Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-08T22:15:21.3169470Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-08T22:15:21.3170910Z Adding assembly reference to System.ObjectModel.dll... 2026-03-08T22:15:21.3172140Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-08T22:15:21.3173380Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-08T22:15:21.3174710Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-08T22:15:21.3176090Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-08T22:15:21.3177770Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-08T22:15:21.3179570Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-08T22:15:21.3181350Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-08T22:15:21.3182240Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-08T22:15:21.3183060Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-08T22:15:21.3183920Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-08T22:15:21.3185120Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-08T22:15:21.3186260Z Adding assembly reference to mscorlib.dll... 2026-03-08T22:15:21.3187290Z Adding assembly reference to netstandard.dll... 2026-03-08T22:15:21.3188530Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-08T22:15:21.3189440Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-08T22:15:21.3190340Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-08T22:15:21.3191210Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-08T22:15:21.3192210Z Adding assembly reference to System.Memory.dll... 2026-03-08T22:15:21.3193020Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-08T22:15:21.3194620Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-08T22:15:21.3195510Z Adding assembly reference to System.ComponentModel.dll... 2026-03-08T22:15:21.3196830Z Adding assembly reference to System.Console.dll... 2026-03-08T22:15:21.3198110Z Adding assembly reference to System.Data.Common.dll... 2026-03-08T22:15:21.3199550Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-08T22:15:21.3200880Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-08T22:15:21.3202320Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-08T22:15:21.3203660Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-08T22:15:21.3205860Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-08T22:15:21.3207220Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-08T22:15:21.3208510Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-08T22:15:21.3209920Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-08T22:15:21.3211220Z Adding assembly reference to System.IO.Compression.dll... 2026-03-08T22:15:21.3212570Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-08T22:15:21.3213870Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-08T22:15:21.3215500Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-08T22:15:21.3216960Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-08T22:15:21.3218520Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-08T22:15:21.3220060Z Adding assembly reference to System.Net.Requests.dll... 2026-03-08T22:15:21.3221440Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-08T22:15:21.3222640Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-08T22:15:21.3223970Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-08T22:15:21.3225600Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-08T22:15:21.3227000Z Adding assembly reference to System.Net.Http.dll... 2026-03-08T22:15:21.3228540Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-08T22:15:21.3230160Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-08T22:15:21.3231810Z Adding assembly reference to System.Net.Mail.dll... 2026-03-08T22:15:21.3233380Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-08T22:15:21.3234930Z Adding assembly reference to System.Net.Ping.dll... 2026-03-08T22:15:21.3236400Z Adding assembly reference to System.Net.Security.dll... 2026-03-08T22:15:21.3238070Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-08T22:15:21.3239400Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-08T22:15:21.3240500Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-08T22:15:21.3241370Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-08T22:15:21.3242750Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-08T22:15:21.3243570Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-08T22:15:21.3244380Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-08T22:15:21.3245400Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-08T22:15:21.3246240Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-08T22:15:21.3247170Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-08T22:15:21.3248100Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-08T22:15:21.3248960Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-08T22:15:21.3250540Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-08T22:15:21.3251850Z Adding assembly reference to System.Security.Claims.dll... 2026-03-08T22:15:21.3252920Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-08T22:15:21.3253850Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-08T22:15:21.3254710Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-08T22:15:21.3255760Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-08T22:15:21.3257040Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-08T22:15:21.3258340Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-08T22:15:21.3259690Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-08T22:15:21.3261040Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-08T22:15:21.3262420Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-08T22:15:21.3263870Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-08T22:15:21.3265570Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-08T22:15:21.3267020Z Adding assembly reference to System.AppContext.dll... 2026-03-08T22:15:21.3268450Z Adding assembly reference to System.Buffers.dll... 2026-03-08T22:15:21.3270160Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-08T22:15:21.3271810Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-08T22:15:21.3273510Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-08T22:15:21.3275020Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-08T22:15:21.3276580Z Adding assembly reference to System.Configuration.dll... 2026-03-08T22:15:21.3277900Z Adding assembly reference to System.Core.dll... 2026-03-08T22:15:21.3279130Z Adding assembly reference to System.Private.Uri.dll... 2026-03-08T22:15:21.3280310Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-08T22:15:21.3281520Z Adding assembly reference to System.Data.dll... 2026-03-08T22:15:21.3282670Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-08T22:15:21.3285020Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-08T22:15:21.3286650Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-08T22:15:21.3288140Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-08T22:15:21.3289660Z Adding assembly reference to System.dll... 2026-03-08T22:15:21.3291040Z Adding assembly reference to System.Drawing.dll... 2026-03-08T22:15:21.3292650Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-08T22:15:21.3294200Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-08T22:15:21.3295580Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-08T22:15:21.3297140Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-08T22:15:21.3299670Z Adding assembly reference to System.Globalization.dll... 2026-03-08T22:15:21.3301340Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-08T22:15:21.3302910Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-08T22:15:21.3304520Z Adding assembly reference to System.IO.dll... 2026-03-08T22:15:21.3306180Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-08T22:15:21.3307810Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-08T22:15:21.3309370Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-08T22:15:21.3310940Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-08T22:15:21.3312640Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-08T22:15:21.3314240Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-08T22:15:21.3315820Z Adding assembly reference to System.Net.dll... 2026-03-08T22:15:21.3317490Z Adding assembly reference to System.Net.Quic.dll... 2026-03-08T22:15:21.3318870Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-08T22:15:21.3320460Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-08T22:15:21.3322140Z Adding assembly reference to System.Text.Json.dll... 2026-03-08T22:15:21.3323480Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-08T22:15:21.3324640Z Adding assembly reference to System.Numerics.dll... 2026-03-08T22:15:21.3325790Z Adding assembly reference to System.Reflection.dll... 2026-03-08T22:15:21.3326650Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-08T22:15:21.3327470Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-08T22:15:21.3328280Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-08T22:15:21.3329100Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-08T22:15:21.3329990Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-08T22:15:21.3330820Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-08T22:15:21.3331620Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-08T22:15:21.3333190Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-08T22:15:21.3334390Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-08T22:15:21.3335600Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-08T22:15:21.3336770Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-08T22:15:21.3338180Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-08T22:15:21.3339110Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-08T22:15:21.3339960Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-08T22:15:21.3340800Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-08T22:15:21.3342290Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-08T22:15:21.3343140Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-08T22:15:21.3344030Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-08T22:15:21.3344950Z Adding assembly reference to System.Security.dll... 2026-03-08T22:15:21.3345870Z Adding assembly reference to System.Security.Principal.dll... 2026-03-08T22:15:21.3346680Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-08T22:15:21.3347800Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-08T22:15:21.3348680Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-08T22:15:21.3349510Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-08T22:15:21.3350650Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-08T22:15:21.3351540Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-08T22:15:21.3352330Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-08T22:15:21.3353160Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-08T22:15:21.3353970Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-08T22:15:21.3354980Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-08T22:15:21.3355800Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-08T22:15:21.3356590Z Adding assembly reference to System.Transactions.dll... 2026-03-08T22:15:21.3357370Z Adding assembly reference to System.ValueTuple.dll... 2026-03-08T22:15:21.3358190Z Adding assembly reference to System.Web.dll... 2026-03-08T22:15:21.3358930Z Adding assembly reference to System.Windows.dll... 2026-03-08T22:15:21.3359670Z Adding assembly reference to System.Xml.dll... 2026-03-08T22:15:21.3360490Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-08T22:15:21.3361250Z Adding assembly reference to System.Private.Xml.dll... 2026-03-08T22:15:21.3362050Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-08T22:15:21.3362850Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-08T22:15:21.3364210Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-08T22:15:21.3365040Z Adding assembly reference to WindowsBase.dll... 2026-03-08T22:15:21.3365810Z Adding assembly reference to Cake.Core.dll... 2026-03-08T22:15:21.3366540Z Adding assembly reference to Cake.Common.dll... 2026-03-08T22:15:21.3367330Z Adding assembly reference to Spectre.Console.dll... 2026-03-08T22:15:21.3368470Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-08T22:15:21.3369370Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-08T22:15:21.3370130Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-08T22:15:21.3371110Z Importing namespace Cake.Common... 2026-03-08T22:15:21.3371850Z Importing namespace Cake.Common.Build... 2026-03-08T22:15:21.3373090Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-08T22:15:21.3373860Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-08T22:15:21.3374780Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-08T22:15:21.3375690Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-08T22:15:21.3376470Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-08T22:15:21.3377230Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-08T22:15:21.3378050Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-08T22:15:21.3425120Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-08T22:15:21.3426570Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-08T22:15:21.3427650Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-08T22:15:21.3428600Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-08T22:15:21.3429350Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-08T22:15:21.3430130Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-08T22:15:21.3430930Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-08T22:15:21.3431710Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-08T22:15:21.3432470Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-08T22:15:21.3433540Z Importing namespace Cake.Common.Build.GoCD... 2026-03-08T22:15:21.3434540Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-08T22:15:21.3435320Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-08T22:15:21.3436080Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-08T22:15:21.3436800Z Importing namespace Cake.Common.Build.MyGet... 2026-03-08T22:15:21.3437590Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-08T22:15:21.3438320Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-08T22:15:21.3439050Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-08T22:15:21.3439920Z Importing namespace Cake.Common.Diagnostics... 2026-03-08T22:15:21.3440680Z Importing namespace Cake.Common.IO... 2026-03-08T22:15:21.3441400Z Importing namespace Cake.Common.IO.Paths... 2026-03-08T22:15:21.3442800Z Importing namespace Cake.Common.Net... 2026-03-08T22:15:21.3443780Z Importing namespace Cake.Common.Security... 2026-03-08T22:15:21.3444570Z Importing namespace Cake.Common.Solution... 2026-03-08T22:15:21.3445350Z Importing namespace Cake.Common.Solution.Project... 2026-03-08T22:15:21.3446150Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-08T22:15:21.3447010Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-08T22:15:21.3447740Z Importing namespace Cake.Common.Text... 2026-03-08T22:15:21.3448430Z Importing namespace Cake.Common.Tools.Cake... 2026-03-08T22:15:21.3449160Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-08T22:15:21.3450700Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-08T22:15:21.3451540Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-08T22:15:21.3452340Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-08T22:15:21.3453100Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-08T22:15:21.3453990Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-08T22:15:21.3454790Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-08T22:15:21.3455550Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-08T22:15:21.3456360Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-08T22:15:21.3457110Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-08T22:15:21.3457930Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-08T22:15:21.3459090Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-08T22:15:21.3460410Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-08T22:15:21.3461640Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-08T22:15:21.3462740Z Importing namespace Cake.Common.Tools.Command... 2026-03-08T22:15:21.3463800Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-08T22:15:21.3464930Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-08T22:15:21.3466090Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-08T22:15:21.3467220Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-08T22:15:21.3468490Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-08T22:15:21.3469350Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-08T22:15:21.3470200Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-08T22:15:21.3471030Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-08T22:15:21.3471800Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-08T22:15:21.3472580Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-08T22:15:21.3473350Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-08T22:15:21.3474090Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-08T22:15:21.3474900Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-08T22:15:21.3476250Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-08T22:15:21.3477030Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-08T22:15:21.3477830Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-08T22:15:21.3478620Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-08T22:15:21.3479440Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-08T22:15:21.3480230Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-08T22:15:21.3481000Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-08T22:15:21.3481740Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-08T22:15:21.3483010Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-08T22:15:21.3484100Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-08T22:15:21.3484970Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-08T22:15:21.3485710Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-08T22:15:21.3486510Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-08T22:15:21.3487310Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-08T22:15:21.3488090Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-08T22:15:21.3488920Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-08T22:15:21.3489730Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-08T22:15:21.3490570Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-08T22:15:21.3491400Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-08T22:15:21.3492170Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-08T22:15:21.3492900Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-08T22:15:21.3493690Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-08T22:15:21.3494540Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-08T22:15:21.3495620Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-08T22:15:21.3496740Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-08T22:15:21.3497570Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-08T22:15:21.3498700Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-08T22:15:21.3500030Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-08T22:15:21.3501290Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-08T22:15:21.3502600Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-08T22:15:21.3503760Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-08T22:15:21.3504740Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-08T22:15:21.3505500Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-08T22:15:21.3506220Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-08T22:15:21.3507620Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-08T22:15:21.3508390Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-08T22:15:21.3509160Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-08T22:15:21.3509960Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-08T22:15:21.3511000Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-08T22:15:21.3511740Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-08T22:15:21.3512850Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-08T22:15:21.3513940Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-08T22:15:21.3515150Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-08T22:15:21.3517070Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-08T22:15:21.3518190Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-08T22:15:21.3520500Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-08T22:15:21.3521650Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-08T22:15:21.3522870Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-08T22:15:21.3523990Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-08T22:15:21.3525080Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-08T22:15:21.3526220Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-08T22:15:21.3527340Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-08T22:15:21.3528450Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-08T22:15:21.3529590Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-08T22:15:21.3530670Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-08T22:15:21.3531770Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-08T22:15:21.3532870Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-08T22:15:21.3533930Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-08T22:15:21.3535000Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-08T22:15:21.3536120Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-08T22:15:21.3537220Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-08T22:15:21.3538300Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-08T22:15:21.3539530Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-08T22:15:21.3540740Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-08T22:15:21.3541780Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-08T22:15:21.3542820Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-08T22:15:21.3543990Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-08T22:15:21.3545190Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-08T22:15:21.3546370Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-08T22:15:21.3547510Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-08T22:15:21.3549380Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-08T22:15:21.3550690Z Importing namespace Cake.Common.Tools.WiX... 2026-03-08T22:15:21.3551820Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-08T22:15:21.3553030Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-08T22:15:21.3554060Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-08T22:15:21.3555130Z Importing namespace Cake.Common.Xml... 2026-03-08T22:15:21.3556040Z Importing namespace Cake.Core... 2026-03-08T22:15:21.3557020Z Importing namespace Cake.Core.Diagnostics... 2026-03-08T22:15:21.3558110Z Importing namespace Cake.Core.IO... 2026-03-08T22:15:21.3559150Z Importing namespace Cake.Core.Scripting... 2026-03-08T22:15:21.3560940Z Importing namespace Cake.Core.Tooling... 2026-03-08T22:15:21.3562110Z Importing namespace Cake.FileHelpers... 2026-03-08T22:15:21.3563590Z Importing namespace NuGet.Common... 2026-03-08T22:15:21.3564590Z Importing namespace NuGet.Configuration... 2026-03-08T22:15:21.3565650Z Importing namespace NuGet.Protocol... 2026-03-08T22:15:21.3566740Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-08T22:15:21.3567760Z Importing namespace NuGet.Versioning... 2026-03-08T22:15:21.3568810Z Importing namespace System... 2026-03-08T22:15:21.3569800Z Importing namespace System.Collections.Generic... 2026-03-08T22:15:21.3570910Z Importing namespace System.IO... 2026-03-08T22:15:21.3571960Z Importing namespace System.Linq... 2026-03-08T22:15:21.3572960Z Importing namespace System.Text... 2026-03-08T22:15:21.3574040Z Importing namespace System.Threading.Tasks... 2026-03-08T22:15:21.3574890Z .NETStandard,Version=v2.0 2026-03-08T22:15:21.4162510Z Compiling build script... 2026-03-08T22:15:25.4222920Z /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-08T22:15:27.4778670Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T22:15:27.4779640Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-08T22:15:27.4804010Z Host OS System Arch: X64 2026-03-08T22:15:27.4804910Z Host Processor System Arch: X64 2026-03-08T22:15:27.4805960Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T22:15:27.4807120Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-08T22:15:27.4807900Z Build Configuration: Release 2026-03-08T22:15:27.4808650Z Build Runtime Identifier: maccatalyst-x64 2026-03-08T22:15:27.4810230Z Build Target Framework: net10.0-maccatalyst 2026-03-08T22:15:27.4810860Z Test Device: mac 2026-03-08T22:15:27.4811420Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-08T22:15:27.4985530Z 2026-03-08T22:15:27.4986880Z ======================================== 2026-03-08T22:15:27.4987600Z uitest 2026-03-08T22:15:27.4988270Z ======================================== 2026-03-08T22:15:27.4989680Z Executing task: uitest 2026-03-08T22:15:27.5020640Z Starting UI Tests... 2026-03-08T22:15:27.5027160Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T22:15:27.5030040Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-08T22:15:27.5130640Z Testing Device: mac 2026-03-08T22:15:27.5131960Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-08T22:15:27.5133070Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-08T22:15:27.5134150Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-08T22:15:27.5169670Z 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-08T22:15:27.5863610Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T22:15:27.5941470Z 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-08T22:15:36.9239420Z Determining projects to restore... 2026-03-08T22:15:53.7440010Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2.13 sec). 2026-03-08T22:15:55.2035590Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3.84 sec). 2026-03-08T22:15:56.2665200Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 4.86 sec). 2026-03-08T22:15:56.3879030Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 1.16 sec). 2026-03-08T22:15:57.7223590Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 1.46 sec). 2026-03-08T22:16:03.4720260Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 7.04 sec). 2026-03-08T22:16:04.6132100Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 6.85 sec). 2026-03-08T22:16:04.6326070Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 4 ms). 2026-03-08T22:16:05.5306470Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 11.63 sec). 2026-03-08T22:16:05.6439420Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 14.3 sec). 2026-03-08T22:16:08.8156540Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.26 sec). 2026-03-08T22:16:09.7013130Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 5.7 sec). 2026-03-08T22:16:09.7810600Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 5.09 sec). 2026-03-08T22:16:39.8873190Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-08T22:16:44.2886410Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-08T22:16:48.1728490Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-08T22:17:06.5927330Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-08T22:17:07.9248470Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-08T22:18:45.0493790Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-08T22:18:45.7384400Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-08T22:18:48.8899900Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-08T22:18:49.3214410Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-08T22:18:49.5686460Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-08T22:18:49.7022850Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-08T22:18:50.1772810Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-08T22:19:09.0597330Z 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-08T22:19:09.1457660Z 2026-03-08T22:19:09.1801130Z Build succeeded. 2026-03-08T22:19:09.1821410Z 0 Warning(s) 2026-03-08T22:19:09.1888190Z 0 Error(s) 2026-03-08T22:19:09.2228330Z 2026-03-08T22:19:09.2335720Z Time Elapsed 00:03:39.34 2026-03-08T22:19:09.3634530Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-08T22:19:09.3651260Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-08T22:19:09.3711080Z Run Tests With Filter TestCategory=CollectionView 2026-03-08T22:19:09.3715330Z Log Directory: /Users/runner/work/1/a/logs 2026-03-08T22:19:09.3716700Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-08T22:19:09.3718060Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-08T22:19:09.3720580Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T22:19:09.3722270Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-08T22:19:09.3723560Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-08T22:19:09.3724890Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-08T22:19:09.3726130Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-08T22:19:09.3729010Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-08T22:19:09.3733380Z 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-08T22:19:09.3736210Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-08T22:19:09.3842760Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-08T22:19:09.3959430Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-08T22:19:09.7820060Z Downloading file: 15% 2026-03-08T22:19:09.7832230Z Downloading file: 50% 2026-03-08T22:19:09.7934180Z Downloading file: 100% 2026-03-08T22:19:09.8020720Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-08T22:19:09.8035750Z 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-08T22:19:09.8081060Z 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-08T22:19:13.5058000Z 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-08T22:19:13.6264420Z VSTest version 18.0.1 (x64) 2026-03-08T22:19:13.6279120Z 2026-03-08T22:19:13.9244920Z Starting test execution, please wait... 2026-03-08T22:19:14.0063550Z A total of 1 test files matched the specified pattern. 2026-03-08T22:19:15.9207670Z [xUnit.net 00:00:00.09] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-08T22:19:16.3321850Z [xUnit.net 00:00:00.69] Discovering: Controls.TestCases.Mac.Tests 2026-03-08T22:19:16.9236180Z [xUnit.net 00:00:01.28] Discovered: Controls.TestCases.Mac.Tests 2026-03-08T22:19:17.0508880Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-08T22:19:17.1337200Z 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-08T22:19:20.5885250Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-08T22:22:59.2566970Z >>>>> 3/8/2026 10:22:59 PM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-08T22:23:09.1438820Z >>>>> 3/8/2026 10:23:08 PM ValidateDynamicItemTemplateDisplayed Start 2026-03-08T22:24:12.2744440Z >>>>> 3/8/2026 10:24:12 PM ValidateDynamicItemTemplateDisplayed Stop 2026-03-08T22:24:12.4585420Z Passed ValidateDynamicItemTemplateDisplayed [1 m 3 s] 2026-03-08T22:24:12.4658880Z >>>>> 3/8/2026 10:24:12 PM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-08T22:25:01.5904260Z >>>>> 3/8/2026 10:25:01 PM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-08T22:25:01.6261340Z Passed ValidateDynamicEmptyViewGridDisplayed [49 s] 2026-03-08T22:25:01.6323000Z >>>>> 3/8/2026 10:25:01 PM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-08T22:25:40.9292570Z >>>>> 3/8/2026 10:25:40 PM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-08T22:25:41.0387490Z Passed ValidateDynamicEmptyViewStringDisplayed [39 s] 2026-03-08T22:25:41.0435890Z >>>>> 3/8/2026 10:25:41 PM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-08T22:26:24.9058480Z >>>>> 3/8/2026 10:26:24 PM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-08T22:26:25.3300540Z Passed ValidateDynamicEmptyViewTemplateDisplayed [44 s] 2026-03-08T22:26:25.4304160Z >>>>> 3/8/2026 10:26:25 PM ValidateDynamicFooterGridDisplayed Start 2026-03-08T22:27:11.9526810Z >>>>> 3/8/2026 10:27:11 PM ValidateDynamicFooterGridDisplayed Stop 2026-03-08T22:27:12.2086500Z Passed ValidateDynamicFooterGridDisplayed [46 s] 2026-03-08T22:27:12.2948980Z >>>>> 3/8/2026 10:27:12 PM ValidateDynamicFooterStringDisplayed Start 2026-03-08T22:27:56.1404000Z >>>>> 3/8/2026 10:27:55 PM ValidateDynamicFooterStringDisplayed Stop 2026-03-08T22:27:56.1994850Z Passed ValidateDynamicFooterStringDisplayed [43 s] 2026-03-08T22:27:56.2240630Z >>>>> 3/8/2026 10:27:56 PM ValidateDynamicFooterTemplateDisplayed Start 2026-03-08T22:28:36.8491240Z >>>>> 3/8/2026 10:28:36 PM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-08T22:28:36.8949300Z Passed ValidateDynamicFooterTemplateDisplayed [40 s] 2026-03-08T22:28:36.9004090Z >>>>> 3/8/2026 10:28:36 PM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-08T22:29:27.5767340Z >>>>> 3/8/2026 10:29:27 PM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-08T22:29:27.7219190Z Passed ValidateDynamicGroupFooterTemplateDisplayed [50 s] 2026-03-08T22:29:27.8258510Z >>>>> 3/8/2026 10:29:27 PM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-08T22:30:30.4557910Z >>>>> 3/8/2026 10:30:30 PM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-08T22:30:31.2371660Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [1 m 2 s] 2026-03-08T22:30:31.3383360Z >>>>> 3/8/2026 10:30:30 PM ValidateDynamicHeaderGridDisplayed Start 2026-03-08T22:31:09.7625920Z >>>>> 3/8/2026 10:31:09 PM ValidateDynamicHeaderGridDisplayed Stop 2026-03-08T22:31:09.7977130Z Passed ValidateDynamicHeaderGridDisplayed [39 s] 2026-03-08T22:31:09.8005990Z >>>>> 3/8/2026 10:31:09 PM ValidateDynamicHeaderStringDisplayed Start 2026-03-08T22:32:08.1950780Z >>>>> 3/8/2026 10:32:07 PM ValidateDynamicHeaderStringDisplayed Stop 2026-03-08T22:32:08.4007630Z Passed ValidateDynamicHeaderStringDisplayed [58 s] 2026-03-08T22:32:08.5017430Z >>>>> 3/8/2026 10:32:08 PM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-08T22:33:10.4246280Z >>>>> 3/8/2026 10:33:10 PM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-08T22:33:11.9060200Z Passed ValidateDynamicHeaderTemplateDisplayed [1 m 2 s] 2026-03-08T22:33:19.1583040Z >>>>> 3/8/2026 10:33:19 PM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-08T22:33:24.0724320Z >>>>> 3/8/2026 10:33:24 PM ValidateEmptyViewStringDisplayed Start 2026-03-08T22:33:55.8175160Z >>>>> 3/8/2026 10:33:55 PM ValidateEmptyViewStringDisplayed Stop 2026-03-08T22:33:55.8399850Z Passed ValidateEmptyViewStringDisplayed [31 s] 2026-03-08T22:33:55.8898250Z >>>>> 3/8/2026 10:33:55 PM ValidateCustomEmptyViewDisplayed Start 2026-03-08T22:34:14.4459320Z >>>>> 3/8/2026 10:34:14 PM ValidateCustomEmptyViewDisplayed Stop 2026-03-08T22:34:15.0470430Z Passed ValidateCustomEmptyViewDisplayed [19 s] 2026-03-08T22:34:15.1480300Z >>>>> 3/8/2026 10:34:15 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T22:34:38.5478780Z >>>>> 3/8/2026 10:34:38 PM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T22:34:38.5780540Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [23 s] 2026-03-08T22:34:38.5798830Z >>>>> 3/8/2026 10:34:38 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-08T22:34:59.3904770Z >>>>> 3/8/2026 10:34:59 PM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-08T22:34:59.4567230Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [20 s] 2026-03-08T22:34:59.4939420Z >>>>> 3/8/2026 10:34:59 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T22:35:18.9839170Z >>>>> 3/8/2026 10:35:18 PM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T22:35:18.9930950Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [19 s] 2026-03-08T22:35:18.9947330Z >>>>> 3/8/2026 10:35:18 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T22:35:40.5223190Z >>>>> 3/8/2026 10:35:40 PM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T22:35:40.8140370Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [21 s] 2026-03-08T22:35:40.8977290Z >>>>> 3/8/2026 10:35:40 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-08T22:36:12.1583810Z >>>>> 3/8/2026 10:36:12 PM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-08T22:36:12.2223710Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [31 s] 2026-03-08T22:36:12.2472700Z >>>>> 3/8/2026 10:36:12 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T22:36:42.0779390Z >>>>> 3/8/2026 10:36:42 PM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T22:36:42.1484680Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [29 s] 2026-03-08T22:36:42.2847550Z >>>>> 3/8/2026 10:36:42 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T22:37:02.8522950Z >>>>> 3/8/2026 10:37:02 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T22:37:02.8604770Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [20 s] 2026-03-08T22:37:02.8641060Z >>>>> 3/8/2026 10:37:02 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T22:37:21.7123970Z >>>>> 3/8/2026 10:37:21 PM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T22:37:21.7215670Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [18 s] 2026-03-08T22:37:21.7228150Z >>>>> 3/8/2026 10:37:21 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-08T22:37:44.7867850Z >>>>> 3/8/2026 10:37:44 PM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-08T22:37:44.8871760Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [23 s] 2026-03-08T22:37:44.8876430Z >>>>> 3/8/2026 10:37:44 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-08T22:38:14.6404520Z >>>>> 3/8/2026 10:38:14 PM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T22:38:14.6595120Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [29 s] 2026-03-08T22:38:14.6741560Z >>>>> 3/8/2026 10:38:14 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T22:38:34.7604940Z >>>>> 3/8/2026 10:38:34 PM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T22:38:34.7701500Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [20 s] 2026-03-08T22:38:34.7724120Z >>>>> 3/8/2026 10:38:34 PM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-08T22:38:46.3886480Z >>>>> 3/8/2026 10:38:46 PM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-08T22:38:46.5351460Z Passed ValidateCustomEmptyViewSizeDisplayed [11 s] 2026-03-08T22:38:46.5384230Z >>>>> 3/8/2026 10:38:46 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-08T22:39:06.3278520Z >>>>> 3/8/2026 10:39:06 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-08T22:39:06.3377920Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [19 s] 2026-03-08T22:39:06.3397680Z >>>>> 3/8/2026 10:39:06 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-08T22:39:26.8816750Z >>>>> 3/8/2026 10:39:26 PM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-08T22:39:26.8933400Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [20 s] 2026-03-08T22:39:26.8946470Z >>>>> 3/8/2026 10:39:26 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-08T22:39:43.9761730Z >>>>> 3/8/2026 10:39:43 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-08T22:39:44.0455520Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [17 s] 2026-03-08T22:39:44.0460460Z >>>>> 3/8/2026 10:39:43 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-08T22:39:59.8834370Z >>>>> 3/8/2026 10:39:59 PM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-08T22:39:59.8966770Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [15 s] 2026-03-08T22:39:59.8971590Z >>>>> 3/8/2026 10:39:59 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-08T22:40:16.5000490Z >>>>> 3/8/2026 10:40:16 PM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-08T22:40:16.5084120Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [16 s] 2026-03-08T22:40:16.5156600Z >>>>> 3/8/2026 10:40:16 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T22:40:33.0283590Z >>>>> 3/8/2026 10:40:33 PM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T22:40:33.0471720Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-08T22:40:33.0480100Z >>>>> 3/8/2026 10:40:33 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-08T22:40:49.4448110Z >>>>> 3/8/2026 10:40:49 PM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-08T22:40:49.4500230Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [16 s] 2026-03-08T22:40:49.4501320Z >>>>> 3/8/2026 10:40:49 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-08T22:41:02.3693570Z >>>>> 3/8/2026 10:41:02 PM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-08T22:41:02.3742300Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [12 s] 2026-03-08T22:41:02.3745090Z >>>>> 3/8/2026 10:41:02 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-08T22:41:15.2067270Z >>>>> 3/8/2026 10:41:15 PM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-08T22:41:15.2115760Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [12 s] 2026-03-08T22:41:15.2117000Z >>>>> 3/8/2026 10:41:15 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T22:41:27.6158520Z >>>>> 3/8/2026 10:41:27 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T22:41:27.6210710Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [12 s] 2026-03-08T22:41:27.6211760Z >>>>> 3/8/2026 10:41:27 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T22:41:40.4343280Z >>>>> 3/8/2026 10:41:40 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T22:41:40.4387310Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [12 s] 2026-03-08T22:41:40.4388240Z >>>>> 3/8/2026 10:41:40 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-08T22:41:53.7966970Z >>>>> 3/8/2026 10:41:53 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-08T22:41:53.8028010Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [13 s] 2026-03-08T22:41:53.8029220Z >>>>> 3/8/2026 10:41:53 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-08T22:42:07.9242420Z >>>>> 3/8/2026 10:42:07 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T22:42:07.9313880Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-08T22:42:07.9315820Z >>>>> 3/8/2026 10:42:07 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-08T22:42:21.0157290Z >>>>> 3/8/2026 10:42:21 PM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-08T22:42:21.0208290Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-08T22:42:21.0209230Z >>>>> 3/8/2026 10:42:21 PM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-08T22:42:30.1239060Z >>>>> 3/8/2026 10:42:30 PM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-08T22:42:30.1306650Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [9 s] 2026-03-08T22:42:30.1307850Z >>>>> 3/8/2026 10:42:30 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T22:42:42.5771380Z >>>>> 3/8/2026 10:42:42 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T22:42:42.5812650Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [12 s] 2026-03-08T22:42:42.5817110Z >>>>> 3/8/2026 10:42:42 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T22:42:55.0047850Z >>>>> 3/8/2026 10:42:55 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T22:42:55.0099780Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-08T22:42:55.0101050Z >>>>> 3/8/2026 10:42:55 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-08T22:43:07.7938980Z >>>>> 3/8/2026 10:43:07 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-08T22:43:07.8013850Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [12 s] 2026-03-08T22:43:07.8025180Z >>>>> 3/8/2026 10:43:07 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T22:43:21.9397420Z >>>>> 3/8/2026 10:43:21 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T22:43:21.9455070Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-08T22:43:21.9458140Z >>>>> 3/8/2026 10:43:21 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T22:43:35.0449680Z >>>>> 3/8/2026 10:43:35 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T22:43:35.0499440Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [13 s] 2026-03-08T22:43:35.0500620Z >>>>> 3/8/2026 10:43:35 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T22:43:47.7069700Z >>>>> 3/8/2026 10:43:47 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T22:43:47.7126590Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [12 s] 2026-03-08T22:43:47.7132220Z >>>>> 3/8/2026 10:43:47 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T22:44:04.1180930Z >>>>> 3/8/2026 10:44:04 PM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T22:44:04.1235360Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-08T22:44:04.1237050Z >>>>> 3/8/2026 10:44:04 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T22:44:17.5457490Z >>>>> 3/8/2026 10:44:17 PM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T22:44:17.5522180Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [13 s] 2026-03-08T22:44:17.5528090Z >>>>> 3/8/2026 10:44:17 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T22:44:30.7222050Z >>>>> 3/8/2026 10:44:30 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T22:44:30.7296600Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-08T22:44:30.7302410Z >>>>> 3/8/2026 10:44:30 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T22:44:44.7976180Z >>>>> 3/8/2026 10:44:44 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T22:44:44.8033320Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-08T22:44:44.8034970Z >>>>> 3/8/2026 10:44:44 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T22:44:58.0217490Z >>>>> 3/8/2026 10:44:58 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T22:44:58.0268050Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [13 s] 2026-03-08T22:44:58.0274520Z >>>>> 3/8/2026 10:44:58 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T22:45:14.6744670Z >>>>> 3/8/2026 10:45:14 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T22:45:14.6808530Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [16 s] 2026-03-08T22:45:14.6812550Z >>>>> 3/8/2026 10:45:14 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T22:45:28.5644700Z >>>>> 3/8/2026 10:45:28 PM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T22:45:28.5707150Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-08T22:45:28.5710160Z >>>>> 3/8/2026 10:45:28 PM ValidateEmptyViewSize Start 2026-03-08T22:45:39.1318450Z >>>>> 3/8/2026 10:45:39 PM ValidateEmptyViewSize Stop 2026-03-08T22:45:39.1370390Z Passed ValidateEmptyViewSize [10 s] 2026-03-08T22:45:39.1372590Z >>>>> 3/8/2026 10:45:39 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-08T22:45:53.2672480Z >>>>> 3/8/2026 10:45:53 PM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-08T22:45:53.2768310Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [14 s] 2026-03-08T22:45:53.2851330Z >>>>> 3/8/2026 10:45:53 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-08T22:46:06.8817040Z >>>>> 3/8/2026 10:46:06 PM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-08T22:46:06.8871280Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [13 s] 2026-03-08T22:46:06.8874290Z >>>>> 3/8/2026 10:46:06 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T22:46:19.3523460Z >>>>> 3/8/2026 10:46:19 PM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T22:46:19.3629900Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [12 s] 2026-03-08T22:46:19.3646870Z >>>>> 3/8/2026 10:46:19 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-08T22:46:31.9148050Z >>>>> 3/8/2026 10:46:31 PM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-08T22:46:31.9239830Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [12 s] 2026-03-08T22:46:31.9266350Z >>>>> 3/8/2026 10:46:31 PM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-08T22:46:45.1239740Z >>>>> 3/8/2026 10:46:45 PM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-08T22:46:45.1298270Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [13 s] 2026-03-08T22:46:45.1300090Z >>>>> 3/8/2026 10:46:45 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-08T22:46:57.8741130Z >>>>> 3/8/2026 10:46:57 PM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-08T22:46:57.8917710Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [12 s] 2026-03-08T22:46:57.8930930Z >>>>> 3/8/2026 10:46:57 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-08T22:47:14.3173600Z >>>>> 3/8/2026 10:47:14 PM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-08T22:47:14.3255220Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-08T22:47:14.3261580Z >>>>> 3/8/2026 10:47:14 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-08T22:47:31.4257000Z >>>>> 3/8/2026 10:47:31 PM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-08T22:47:31.5001900Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [17 s] 2026-03-08T22:47:31.5003560Z >>>>> 3/8/2026 10:47:31 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T22:47:45.2624310Z >>>>> 3/8/2026 10:47:45 PM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T22:47:45.2679680Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-08T22:47:45.2680670Z >>>>> 3/8/2026 10:47:45 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-08T22:48:01.2557700Z >>>>> 3/8/2026 10:48:01 PM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-08T22:48:01.2645690Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [15 s] 2026-03-08T22:48:01.2649100Z >>>>> 3/8/2026 10:48:01 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-08T22:48:15.4145190Z >>>>> 3/8/2026 10:48:15 PM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-08T22:48:15.4204500Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [14 s] 2026-03-08T22:48:15.4205460Z >>>>> 3/8/2026 10:48:15 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-08T22:48:29.4142010Z >>>>> 3/8/2026 10:48:29 PM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-08T22:48:29.4219440Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T22:48:29.4242130Z >>>>> 3/8/2026 10:48:29 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-08T22:48:43.1524100Z >>>>> 3/8/2026 10:48:43 PM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-08T22:48:43.1597790Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [13 s] 2026-03-08T22:48:43.1602710Z >>>>> 3/8/2026 10:48:43 PM ValidateEmptyViewTemplateDisplayed Start 2026-03-08T22:48:52.6967690Z >>>>> 3/8/2026 10:48:52 PM ValidateEmptyViewTemplateDisplayed Stop 2026-03-08T22:48:52.7037450Z Passed ValidateEmptyViewTemplateDisplayed [9 s] 2026-03-08T22:48:52.7038440Z >>>>> 3/8/2026 10:48:52 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-08T22:49:05.3944840Z >>>>> 3/8/2026 10:49:05 PM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-08T22:49:05.4007560Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [12 s] 2026-03-08T22:49:05.4015280Z >>>>> 3/8/2026 10:49:05 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-08T22:49:18.2927920Z >>>>> 3/8/2026 10:49:18 PM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-08T22:49:18.3022800Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [12 s] 2026-03-08T22:49:18.3023920Z >>>>> 3/8/2026 10:49:18 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-08T22:49:31.0412260Z >>>>> 3/8/2026 10:49:31 PM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-08T22:49:31.0452350Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [12 s] 2026-03-08T22:49:31.0453260Z >>>>> 3/8/2026 10:49:31 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-08T22:49:47.3328330Z >>>>> 3/8/2026 10:49:47 PM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-08T22:49:47.3411880Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-08T22:49:47.3416570Z >>>>> 3/8/2026 10:49:47 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-08T22:50:01.0756500Z >>>>> 3/8/2026 10:50:01 PM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-08T22:50:01.0801330Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-08T22:50:01.0803520Z >>>>> 3/8/2026 10:50:01 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-08T22:50:17.9486620Z >>>>> 3/8/2026 10:50:17 PM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-08T22:50:17.9533400Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [16 s] 2026-03-08T22:50:17.9536850Z >>>>> 3/8/2026 10:50:17 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-08T22:50:31.9257220Z >>>>> 3/8/2026 10:50:31 PM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-08T22:50:31.9309450Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [13 s] 2026-03-08T22:50:31.9342560Z >>>>> 3/8/2026 10:50:31 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-08T22:50:44.6024660Z >>>>> 3/8/2026 10:50:44 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-08T22:50:44.6048880Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [12 s] 2026-03-08T22:50:44.6050290Z >>>>> 3/8/2026 10:50:44 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-08T22:50:58.0153620Z >>>>> 3/8/2026 10:50:58 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-08T22:50:58.0199260Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-08T22:50:58.0205230Z >>>>> 3/8/2026 10:50:58 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-08T22:51:12.9606400Z >>>>> 3/8/2026 10:51:12 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-08T22:51:12.9657160Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-08T22:51:12.9658260Z >>>>> 3/8/2026 10:51:12 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-08T22:51:29.1283870Z >>>>> 3/8/2026 10:51:29 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-08T22:51:29.1345280Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [16 s] 2026-03-08T22:51:29.1346560Z >>>>> 3/8/2026 10:51:29 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-08T22:51:43.0998230Z >>>>> 3/8/2026 10:51:43 PM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-08T22:51:43.1055480Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [13 s] 2026-03-08T22:51:43.1057100Z >>>>> 3/8/2026 10:51:43 PM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T22:51:58.3496350Z >>>>> 3/8/2026 10:51:58 PM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T22:51:58.3545910Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-08T22:51:58.3548380Z >>>>> 3/8/2026 10:51:58 PM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T22:52:13.2870190Z >>>>> 3/8/2026 10:52:13 PM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T22:52:13.2961590Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [14 s] 2026-03-08T22:52:13.2963920Z >>>>> 3/8/2026 10:52:13 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T22:52:29.9072870Z >>>>> 3/8/2026 10:52:29 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T22:52:29.9128890Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-08T22:52:29.9130820Z >>>>> 3/8/2026 10:52:29 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T22:52:46.5823560Z >>>>> 3/8/2026 10:52:46 PM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T22:52:46.5881190Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [16 s] 2026-03-08T22:52:46.5882590Z >>>>> 3/8/2026 10:52:46 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T22:53:01.0407520Z >>>>> 3/8/2026 10:53:01 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T22:53:01.0454140Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [14 s] 2026-03-08T22:53:01.0455170Z >>>>> 3/8/2026 10:53:01 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T22:53:18.2520230Z >>>>> 3/8/2026 10:53:18 PM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T22:53:18.3020650Z >>>>> 3/8/2026 10:53:18 PM Log types: 2026-03-08T22:53:18.8321130Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [17 s] 2026-03-08T22:53:18.8335380Z Error Message: 2026-03-08T22:53:18.8336710Z VisualTestUtils.VisualTestFailedException : 2026-03-08T22:53:18.8337600Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-08T22:53:18.8338480Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T22:53:18.8339150Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T22:53:18.8339400Z 2026-03-08T22:53:18.8339840Z More info: https://aka.ms/visual-test-workflow 2026-03-08T22:53:18.8340830Z 2026-03-08T22:53:18.8342320Z Stack Trace: 2026-03-08T22:53:18.8343310Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T22:53:18.8344340Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-08T22:53:18.8345410Z 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-08T22:53:18.8346690Z 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-08T22:53:18.8348040Z 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-08T22:53:18.8349160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T22:53:18.8350050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T22:53:18.8350900Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T22:53:18.8351710Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T22:53:18.8352060Z 2026-03-08T22:53:18.8371500Z >>>>> 3/8/2026 10:53:18 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-08T22:53:34.0039260Z >>>>> 3/8/2026 10:53:34 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-08T22:53:34.0094050Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-08T22:53:34.0100330Z >>>>> 3/8/2026 10:53:34 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-08T22:53:52.9008700Z >>>>> 3/8/2026 10:53:52 PM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-08T22:53:52.9165880Z >>>>> 3/8/2026 10:53:52 PM Log types: 2026-03-08T22:53:53.5637540Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-08T22:53:53.5638100Z Error Message: 2026-03-08T22:53:53.5638450Z VisualTestUtils.VisualTestFailedException : 2026-03-08T22:53:53.5639010Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-08T22:53:53.5640380Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T22:53:53.5640870Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T22:53:53.5641100Z 2026-03-08T22:53:53.5641440Z More info: https://aka.ms/visual-test-workflow 2026-03-08T22:53:53.5641600Z 2026-03-08T22:53:53.5641910Z Stack Trace: 2026-03-08T22:53:53.5642390Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T22:53:53.5643170Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-08T22:53:53.5643980Z 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-08T22:53:53.5645230Z 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-08T22:53:53.5646240Z 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-08T22:53:53.5647110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T22:53:53.5647810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T22:53:53.5648430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T22:53:53.5649040Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T22:53:53.5649320Z 2026-03-08T22:53:56.2425990Z >>>>> 3/8/2026 10:53:56 PM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-08T22:53:58.6778100Z >>>>> 3/8/2026 10:53:58 PM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-08T22:54:18.7755100Z >>>>> 3/8/2026 10:54:18 PM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-08T22:54:18.7799600Z Passed VerifyGroupFooterTemplate_WithFooterString [20 s] 2026-03-08T22:54:18.7801610Z >>>>> 3/8/2026 10:54:18 PM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-08T22:54:43.8586930Z >>>>> 3/8/2026 10:54:43 PM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-08T22:54:43.8631830Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [25 s] 2026-03-08T22:54:43.8634000Z >>>>> 3/8/2026 10:54:43 PM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-08T22:55:14.1422440Z >>>>> 3/8/2026 10:55:14 PM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-08T22:55:14.1478740Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [30 s] 2026-03-08T22:55:14.1479790Z >>>>> 3/8/2026 10:55:14 PM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-08T22:55:38.5742270Z >>>>> 3/8/2026 10:55:38 PM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-08T22:55:38.5788100Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [24 s] 2026-03-08T22:55:38.5790350Z >>>>> 3/8/2026 10:55:38 PM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-08T22:56:06.9793200Z >>>>> 3/8/2026 10:56:06 PM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-08T22:56:06.9929840Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [28 s] 2026-03-08T22:56:06.9935710Z >>>>> 3/8/2026 10:56:06 PM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-08T22:56:38.3826400Z >>>>> 3/8/2026 10:56:38 PM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-08T22:56:38.3865300Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [31 s] 2026-03-08T22:56:38.3866100Z >>>>> 3/8/2026 10:56:38 PM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-08T22:57:09.8569870Z >>>>> 3/8/2026 10:57:09 PM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-08T22:57:09.8610360Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [31 s] 2026-03-08T22:57:09.8612510Z >>>>> 3/8/2026 10:57:09 PM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-08T22:57:39.6864630Z >>>>> 3/8/2026 10:57:39 PM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-08T22:57:39.6927500Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [29 s] 2026-03-08T22:57:39.6929820Z >>>>> 3/8/2026 10:57:39 PM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-08T22:58:12.8452500Z >>>>> 3/8/2026 10:58:12 PM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-08T22:58:12.8492760Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [33 s] 2026-03-08T22:58:12.8493850Z >>>>> 3/8/2026 10:58:12 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-08T22:58:29.2895670Z >>>>> 3/8/2026 10:58:29 PM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-08T22:58:29.2945390Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [16 s] 2026-03-08T22:58:29.2946490Z >>>>> 3/8/2026 10:58:29 PM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-08T22:58:45.5369160Z >>>>> 3/8/2026 10:58:45 PM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-08T22:58:45.5425060Z Passed VerifyGroupFooterTemplate_WithHeaderString [16 s] 2026-03-08T22:58:45.5430350Z >>>>> 3/8/2026 10:58:45 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-08T22:59:06.7885290Z >>>>> 3/8/2026 10:59:06 PM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-08T22:59:06.7931490Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [21 s] 2026-03-08T22:59:06.7932350Z >>>>> 3/8/2026 10:59:06 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-08T22:59:20.8993160Z >>>>> 3/8/2026 10:59:20 PM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-08T22:59:20.9049310Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [14 s] 2026-03-08T22:59:20.9050600Z >>>>> 3/8/2026 10:59:20 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-08T22:59:38.1960820Z >>>>> 3/8/2026 10:59:38 PM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-08T22:59:38.2006720Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [17 s] 2026-03-08T22:59:38.2007670Z >>>>> 3/8/2026 10:59:38 PM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-08T22:59:57.8942380Z >>>>> 3/8/2026 10:59:57 PM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-08T22:59:57.9001140Z Passed VerifyGroupHeaderTemplate_WithFooterString [19 s] 2026-03-08T22:59:57.9003270Z >>>>> 3/8/2026 10:59:57 PM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-08T23:00:21.6351740Z >>>>> 3/8/2026 11:00:21 PM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-08T23:00:21.6409990Z Passed VerifyGroupHeaderTemplate_WithHeaderString [23 s] 2026-03-08T23:00:21.6412650Z >>>>> 3/8/2026 11:00:21 PM VerifyIsGrouped_WithFooterString Start 2026-03-08T23:00:39.4261780Z >>>>> 3/8/2026 11:00:39 PM VerifyIsGrouped_WithFooterString Stop 2026-03-08T23:00:39.4324240Z Passed VerifyIsGrouped_WithFooterString [17 s] 2026-03-08T23:00:39.4325270Z >>>>> 3/8/2026 11:00:39 PM VerifyIsGrouped_WithHeaderString Start 2026-03-08T23:00:54.6498040Z >>>>> 3/8/2026 11:00:54 PM VerifyIsGrouped_WithHeaderString Stop 2026-03-08T23:00:54.6547950Z Passed VerifyIsGrouped_WithHeaderString [15 s] 2026-03-08T23:00:54.6550860Z >>>>> 3/8/2026 11:00:54 PM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-08T23:01:07.6687490Z >>>>> 3/8/2026 11:01:07 PM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-08T23:01:07.6730150Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [13 s] 2026-03-08T23:01:07.6731200Z >>>>> 3/8/2026 11:01:07 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-08T23:01:26.9274040Z >>>>> 3/8/2026 11:01:26 PM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-08T23:01:26.9336600Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [19 s] 2026-03-08T23:01:26.9339740Z >>>>> 3/8/2026 11:01:26 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-08T23:01:41.6750830Z >>>>> 3/8/2026 11:01:41 PM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-08T23:01:41.9611210Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [14 s] 2026-03-08T23:01:44.5502110Z >>>>> 3/8/2026 11:01:44 PM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-08T23:01:47.7521480Z >>>>> 3/8/2026 11:01:47 PM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-08T23:02:09.7217370Z >>>>> 3/8/2026 11:02:09 PM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-08T23:02:09.7289090Z Passed VerifyStringItemsObservableCollectionWhenAddItems [21 s] 2026-03-08T23:02:09.7301890Z >>>>> 3/8/2026 11:02:09 PM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-08T23:02:33.6511010Z >>>>> 3/8/2026 11:02:33 PM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-08T23:02:33.6632670Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [23 s] 2026-03-08T23:02:33.6634560Z >>>>> 3/8/2026 11:02:33 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-08T23:02:58.6682490Z >>>>> 3/8/2026 11:02:58 PM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-08T23:02:58.6765730Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [25 s] 2026-03-08T23:02:58.6768500Z >>>>> 3/8/2026 11:02:58 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-08T23:03:24.5065290Z >>>>> 3/8/2026 11:03:24 PM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-08T23:03:24.5145920Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [25 s] 2026-03-08T23:03:24.5148630Z >>>>> 3/8/2026 11:03:24 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-08T23:03:46.8395300Z >>>>> 3/8/2026 11:03:46 PM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-08T23:03:46.8464840Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [22 s] 2026-03-08T23:03:46.8467160Z >>>>> 3/8/2026 11:03:46 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-08T23:04:31.3912910Z >>>>> 3/8/2026 11:04:31 PM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-08T23:04:31.3993730Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [44 s] 2026-03-08T23:04:31.4006160Z >>>>> 3/8/2026 11:04:31 PM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-08T23:05:05.9985700Z >>>>> 3/8/2026 11:05:05 PM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-08T23:05:06.0053730Z Passed VerifyModelItemsGroupedListWhenAddItems [34 s] 2026-03-08T23:05:06.0055170Z >>>>> 3/8/2026 11:05:06 PM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-08T23:05:36.9599070Z >>>>> 3/8/2026 11:05:36 PM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-08T23:05:36.9652870Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [30 s] 2026-03-08T23:05:36.9657540Z >>>>> 3/8/2026 11:05:36 PM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-08T23:05:59.6540370Z >>>>> 3/8/2026 11:05:59 PM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-08T23:05:59.6606320Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-08T23:05:59.6610200Z >>>>> 3/8/2026 11:05:59 PM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-08T23:06:20.9016060Z >>>>> 3/8/2026 11:06:20 PM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-08T23:06:20.9064050Z Passed VerifyModelItemsGroupedListWhenRemoveItems [21 s] 2026-03-08T23:06:20.9065570Z >>>>> 3/8/2026 11:06:20 PM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-08T23:06:50.2597900Z >>>>> 3/8/2026 11:06:50 PM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-08T23:06:50.2611970Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [29 s] 2026-03-08T23:06:50.2613440Z >>>>> 3/8/2026 11:06:50 PM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-08T23:07:01.9436070Z >>>>> 3/8/2026 11:07:01 PM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-08T23:07:01.9484620Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-08T23:07:01.9485580Z >>>>> 3/8/2026 11:07:01 PM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-08T23:07:13.3370630Z >>>>> 3/8/2026 11:07:13 PM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-08T23:07:13.3424210Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [11 s] 2026-03-08T23:07:13.3444120Z >>>>> 3/8/2026 11:07:13 PM VerifyModelItemsListWhenAddItems Start 2026-03-08T23:07:29.1980400Z >>>>> 3/8/2026 11:07:29 PM VerifyModelItemsListWhenAddItems Stop 2026-03-08T23:07:29.2029260Z Passed VerifyModelItemsListWhenAddItems [15 s] 2026-03-08T23:07:29.2031450Z >>>>> 3/8/2026 11:07:29 PM VerifyModelItemsListWhenRemoveItems Start 2026-03-08T23:07:45.3634240Z >>>>> 3/8/2026 11:07:45 PM VerifyModelItemsListWhenRemoveItems Stop 2026-03-08T23:07:45.3716520Z Passed VerifyModelItemsListWhenRemoveItems [16 s] 2026-03-08T23:07:45.3719130Z >>>>> 3/8/2026 11:07:45 PM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-08T23:08:03.0022400Z >>>>> 3/8/2026 11:08:03 PM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-08T23:08:03.0073750Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [17 s] 2026-03-08T23:08:03.0076020Z >>>>> 3/8/2026 11:08:03 PM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-08T23:08:18.0460760Z >>>>> 3/8/2026 11:08:18 PM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-08T23:08:18.0524130Z Passed VerifyModelItemsObservableCollectionWhenAddItems [15 s] 2026-03-08T23:08:18.0526340Z >>>>> 3/8/2026 11:08:18 PM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-08T23:08:44.7695410Z >>>>> 3/8/2026 11:08:44 PM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-08T23:08:44.7754980Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [26 s] 2026-03-08T23:08:44.7757380Z >>>>> 3/8/2026 11:08:44 PM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-08T23:09:04.5155960Z >>>>> 3/8/2026 11:09:04 PM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-08T23:09:04.5213210Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [19 s] 2026-03-08T23:09:04.5214190Z >>>>> 3/8/2026 11:09:04 PM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-08T23:09:19.4777400Z >>>>> 3/8/2026 11:09:19 PM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-08T23:09:19.4826820Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [14 s] 2026-03-08T23:09:19.4827780Z >>>>> 3/8/2026 11:09:19 PM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-08T23:09:45.1126430Z >>>>> 3/8/2026 11:09:45 PM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-08T23:09:45.1179380Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [25 s] 2026-03-08T23:09:45.1180250Z >>>>> 3/8/2026 11:09:45 PM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-08T23:09:57.1063000Z >>>>> 3/8/2026 11:09:57 PM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-08T23:09:57.1121020Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [11 s] 2026-03-08T23:09:57.1123210Z >>>>> 3/8/2026 11:09:57 PM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-08T23:10:09.8244120Z >>>>> 3/8/2026 11:10:09 PM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-08T23:10:09.8294670Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [12 s] 2026-03-08T23:10:09.8295780Z >>>>> 3/8/2026 11:10:09 PM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-08T23:10:21.6593730Z >>>>> 3/8/2026 11:10:21 PM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-08T23:10:21.6634030Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [11 s] 2026-03-08T23:10:21.6635100Z >>>>> 3/8/2026 11:10:21 PM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-08T23:10:32.8531340Z >>>>> 3/8/2026 11:10:32 PM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-08T23:10:32.8571310Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [11 s] 2026-03-08T23:10:32.8572300Z >>>>> 3/8/2026 11:10:32 PM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-08T23:10:52.6011630Z >>>>> 3/8/2026 11:10:52 PM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-08T23:10:52.6071930Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [19 s] 2026-03-08T23:10:52.6120010Z >>>>> 3/8/2026 11:10:52 PM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-08T23:11:09.8402440Z >>>>> 3/8/2026 11:11:09 PM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-08T23:11:09.8444460Z Passed VerifyStringItemsGroupedListWhenAddItems [17 s] 2026-03-08T23:11:09.8445330Z >>>>> 3/8/2026 11:11:09 PM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-08T23:11:42.2219460Z >>>>> 3/8/2026 11:11:42 PM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-08T23:11:42.2273020Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [32 s] 2026-03-08T23:11:42.2277330Z >>>>> 3/8/2026 11:11:42 PM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-08T23:12:04.1710390Z >>>>> 3/8/2026 11:12:04 PM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-08T23:12:04.1752670Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [21 s] 2026-03-08T23:12:04.1753650Z >>>>> 3/8/2026 11:12:04 PM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-08T23:12:21.6380140Z >>>>> 3/8/2026 11:12:21 PM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-08T23:12:21.6431950Z Passed VerifyStringItemsGroupedListWhenRemoveItems [17 s] 2026-03-08T23:12:21.6432830Z >>>>> 3/8/2026 11:12:21 PM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-08T23:12:52.2065740Z >>>>> 3/8/2026 11:12:52 PM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-08T23:12:52.2129560Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-08T23:12:52.2144840Z >>>>> 3/8/2026 11:12:52 PM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-08T23:13:02.4553720Z >>>>> 3/8/2026 11:13:02 PM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-08T23:13:02.4616260Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [10 s] 2026-03-08T23:13:02.4618530Z >>>>> 3/8/2026 11:13:02 PM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-08T23:13:11.4188840Z >>>>> 3/8/2026 11:13:11 PM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-08T23:13:11.4228340Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-08T23:13:11.4229270Z >>>>> 3/8/2026 11:13:11 PM VerifyStringItemsListWhenAddItems Start 2026-03-08T23:13:23.1946600Z >>>>> 3/8/2026 11:13:23 PM VerifyStringItemsListWhenAddItems Stop 2026-03-08T23:13:23.1989710Z Passed VerifyStringItemsListWhenAddItems [11 s] 2026-03-08T23:13:23.1991830Z >>>>> 3/8/2026 11:13:23 PM VerifyStringItemsListWhenRemoveItems Start 2026-03-08T23:13:36.2410810Z >>>>> 3/8/2026 11:13:36 PM VerifyStringItemsListWhenRemoveItems Stop 2026-03-08T23:13:36.2472070Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-08T23:13:36.2474880Z >>>>> 3/8/2026 11:13:36 PM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-08T23:13:58.4437050Z >>>>> 3/8/2026 11:13:58 PM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-08T23:13:58.4541300Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [22 s] 2026-03-08T23:13:58.4551720Z >>>>> 3/8/2026 11:13:58 PM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-08T23:14:24.3214550Z >>>>> 3/8/2026 11:14:24 PM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-08T23:14:24.3273920Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [25 s] 2026-03-08T23:14:24.3276230Z >>>>> 3/8/2026 11:14:24 PM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-08T23:14:40.0156550Z >>>>> 3/8/2026 11:14:40 PM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-08T23:14:40.0200970Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [15 s] 2026-03-08T23:14:40.0201930Z >>>>> 3/8/2026 11:14:40 PM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-08T23:14:52.8241660Z >>>>> 3/8/2026 11:14:52 PM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-08T23:14:52.8315550Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [12 s] 2026-03-08T23:14:52.8317390Z >>>>> 3/8/2026 11:14:52 PM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-08T23:15:17.7550800Z >>>>> 3/8/2026 11:15:17 PM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-08T23:15:18.3322220Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [24 s] 2026-03-08T23:15:20.5958230Z >>>>> 3/8/2026 11:15:20 PM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-08T23:15:23.4088830Z >>>>> 3/8/2026 11:15:23 PM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-08T23:15:46.3566340Z >>>>> 3/8/2026 11:15:46 PM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-08T23:15:46.3627810Z Passed VerifyMeasureAllItemsWithObservableCollection [22 s] 2026-03-08T23:15:46.3635950Z >>>>> 3/8/2026 11:15:46 PM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-08T23:16:09.4203400Z >>>>> 3/8/2026 11:16:09 PM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-08T23:16:09.4260150Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [23 s] 2026-03-08T23:16:09.4261230Z >>>>> 3/8/2026 11:16:09 PM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-08T23:16:28.8737470Z >>>>> 3/8/2026 11:16:28 PM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-08T23:16:28.8788030Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-08T23:16:28.8789120Z >>>>> 3/8/2026 11:16:28 PM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-08T23:17:12.9940200Z >>>>> 3/8/2026 11:17:12 PM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-08T23:17:13.0003760Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [44 s] 2026-03-08T23:17:13.0005440Z >>>>> 3/8/2026 11:17:12 PM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-08T23:17:36.0539570Z >>>>> 3/8/2026 11:17:36 PM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-08T23:17:36.0587620Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [23 s] 2026-03-08T23:17:36.0594990Z >>>>> 3/8/2026 11:17:36 PM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-08T23:17:56.0041910Z >>>>> 3/8/2026 11:17:56 PM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-08T23:17:56.0129210Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-08T23:17:56.0265330Z >>>>> 3/8/2026 11:17:56 PM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-08T23:18:36.2679000Z >>>>> 3/8/2026 11:18:36 PM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-08T23:18:36.2731740Z Passed VerifyKeepScrollOffsetWithGroupedList [40 s] 2026-03-08T23:18:36.2733010Z >>>>> 3/8/2026 11:18:36 PM VerifyKeepScrollOffsetWithObservableList Start 2026-03-08T23:19:09.0137790Z >>>>> 3/8/2026 11:19:09 PM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-08T23:19:09.0190530Z Passed VerifyKeepScrollOffsetWithObservableList [32 s] 2026-03-08T23:19:09.0191520Z >>>>> 3/8/2026 11:19:09 PM VerifyMeasureAllItemsWithGroupedList Start 2026-03-08T23:19:30.9742600Z >>>>> 3/8/2026 11:19:30 PM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-08T23:19:31.5364640Z Passed VerifyMeasureAllItemsWithGroupedList [21 s] 2026-03-08T23:19:33.6971110Z >>>>> 3/8/2026 11:19:33 PM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-08T23:19:36.2471350Z >>>>> 3/8/2026 11:19:36 PM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-08T23:19:56.7460750Z >>>>> 3/8/2026 11:19:56 PM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-08T23:19:56.7509720Z Passed VerifySelectionModeNoneWhenItemsSourceNone [20 s] 2026-03-08T23:19:56.7511700Z >>>>> 3/8/2026 11:19:56 PM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-08T23:20:16.5355100Z >>>>> 3/8/2026 11:20:16 PM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-08T23:20:16.5416620Z Passed VerifySelecctionModeSingleWhenCurrentSelection [19 s] 2026-03-08T23:20:16.5417750Z >>>>> 3/8/2026 11:20:16 PM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-08T23:20:32.6117100Z >>>>> 3/8/2026 11:20:32 PM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-08T23:20:32.6176850Z Passed VerifySelectionModeNoneWhenCurrentSelection [16 s] 2026-03-08T23:20:32.6178560Z >>>>> 3/8/2026 11:20:32 PM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-08T23:20:53.2641670Z >>>>> 3/8/2026 11:20:53 PM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-08T23:20:53.2697370Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [20 s] 2026-03-08T23:20:53.2702040Z >>>>> 3/8/2026 11:20:53 PM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-08T23:21:13.5616770Z >>>>> 3/8/2026 11:21:13 PM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-08T23:21:13.5667110Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [20 s] 2026-03-08T23:21:13.5668300Z >>>>> 3/8/2026 11:21:13 PM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-08T23:21:33.7860970Z >>>>> 3/8/2026 11:21:33 PM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-08T23:21:33.7932740Z Passed VerifySelectionModeNoneWhenPreviousSelection [20 s] 2026-03-08T23:21:33.7933830Z >>>>> 3/8/2026 11:21:33 PM VerifySelectionModeNoneWithFooterString Start 2026-03-08T23:21:54.9040360Z >>>>> 3/8/2026 11:21:54 PM VerifySelectionModeNoneWithFooterString Stop 2026-03-08T23:21:54.9107910Z Passed VerifySelectionModeNoneWithFooterString [21 s] 2026-03-08T23:21:54.9116110Z >>>>> 3/8/2026 11:21:54 PM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-08T23:22:22.7068220Z >>>>> 3/8/2026 11:22:22 PM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-08T23:22:22.7133290Z Passed VerifySelectionModeNoneWithFooterTemplateView [27 s] 2026-03-08T23:22:22.7135320Z >>>>> 3/8/2026 11:22:22 PM VerifySelectionModeNoneWithFooterView Start 2026-03-08T23:22:44.3647460Z >>>>> 3/8/2026 11:22:44 PM VerifySelectionModeNoneWithFooterView Stop 2026-03-08T23:22:44.3708250Z Passed VerifySelectionModeNoneWithFooterView [21 s] 2026-03-08T23:22:44.3711390Z >>>>> 3/8/2026 11:22:44 PM VerifySelectionModeNoneWithHeaderString Start 2026-03-08T23:23:05.4922960Z >>>>> 3/8/2026 11:23:05 PM VerifySelectionModeNoneWithHeaderString Stop 2026-03-08T23:23:05.5005440Z Passed VerifySelectionModeNoneWithHeaderString [21 s] 2026-03-08T23:23:05.5024720Z >>>>> 3/8/2026 11:23:05 PM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-08T23:23:33.2242260Z >>>>> 3/8/2026 11:23:33 PM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-08T23:23:33.2299100Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [27 s] 2026-03-08T23:23:33.2300270Z >>>>> 3/8/2026 11:23:33 PM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-08T23:23:59.2706860Z >>>>> 3/8/2026 11:23:59 PM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-08T23:23:59.2779930Z Passed VerifySelectionModeNoneWithHeaderTemplateView [26 s] 2026-03-08T23:23:59.2781450Z >>>>> 3/8/2026 11:23:59 PM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-08T23:24:33.3439990Z >>>>> 3/8/2026 11:24:33 PM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-08T23:24:33.3499200Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [34 s] 2026-03-08T23:24:33.3500450Z >>>>> 3/8/2026 11:24:33 PM VerifySelectionModeNoneWithHeaderView Start 2026-03-08T23:24:58.2846560Z >>>>> 3/8/2026 11:24:58 PM VerifySelectionModeNoneWithHeaderView Stop 2026-03-08T23:24:58.2902000Z Passed VerifySelectionModeNoneWithHeaderView [24 s] 2026-03-08T23:24:58.2903010Z >>>>> 3/8/2026 11:24:58 PM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-08T23:25:24.5432610Z >>>>> 3/8/2026 11:25:24 PM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-08T23:25:24.5486030Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [26 s] 2026-03-08T23:25:24.5487020Z >>>>> 3/8/2026 11:25:24 PM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-08T23:25:51.6920910Z >>>>> 3/8/2026 11:25:51 PM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-08T23:25:51.6994210Z Passed VerifySelectionModeSingleSelectionChangedEventCount [27 s] 2026-03-08T23:25:51.7026630Z >>>>> 3/8/2026 11:25:51 PM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-08T23:26:15.9190890Z >>>>> 3/8/2026 11:26:15 PM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-08T23:26:15.9272790Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [24 s] 2026-03-08T23:26:15.9279540Z >>>>> 3/8/2026 11:26:15 PM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-08T23:26:34.2465160Z >>>>> 3/8/2026 11:26:34 PM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-08T23:26:34.2512480Z Passed VerifySelectionModeSingleWhenItemsSourceNone [18 s] 2026-03-08T23:26:34.2513910Z >>>>> 3/8/2026 11:26:34 PM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-08T23:26:51.4552900Z >>>>> 3/8/2026 11:26:51 PM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-08T23:26:51.4599240Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [17 s] 2026-03-08T23:26:51.4601670Z >>>>> 3/8/2026 11:26:51 PM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-08T23:27:13.0026650Z >>>>> 3/8/2026 11:27:13 PM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-08T23:27:13.0111790Z Passed VerifySelectionModeSingleWhenPreviousSelection [21 s] 2026-03-08T23:27:13.0116170Z >>>>> 3/8/2026 11:27:13 PM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-08T23:27:38.6330730Z >>>>> 3/8/2026 11:27:38 PM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-08T23:27:38.6397570Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [25 s] 2026-03-08T23:27:38.6398820Z >>>>> 3/8/2026 11:27:38 PM VerifySelectionModeSingleWithFooterString Start 2026-03-08T23:28:05.1569400Z >>>>> 3/8/2026 11:28:05 PM VerifySelectionModeSingleWithFooterString Stop 2026-03-08T23:28:05.1622550Z Passed VerifySelectionModeSingleWithFooterString [26 s] 2026-03-08T23:28:05.1623610Z >>>>> 3/8/2026 11:28:05 PM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-08T23:28:35.9754270Z >>>>> 3/8/2026 11:28:35 PM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-08T23:28:35.9827800Z Passed VerifySelectionModeSingleWithFooterTemplateView [30 s] 2026-03-08T23:28:35.9831060Z >>>>> 3/8/2026 11:28:35 PM VerifySelectionModeSingleWithFooterView Start 2026-03-08T23:29:04.9082100Z >>>>> 3/8/2026 11:29:04 PM VerifySelectionModeSingleWithFooterView Stop 2026-03-08T23:29:04.9140620Z Passed VerifySelectionModeSingleWithFooterView [28 s] 2026-03-08T23:29:04.9141840Z >>>>> 3/8/2026 11:29:04 PM VerifySelectionModeSingleWithHeaderString Start 2026-03-08T23:29:31.2382480Z >>>>> 3/8/2026 11:29:31 PM VerifySelectionModeSingleWithHeaderString Stop 2026-03-08T23:29:31.2429250Z Passed VerifySelectionModeSingleWithHeaderString [26 s] 2026-03-08T23:29:31.2430240Z >>>>> 3/8/2026 11:29:31 PM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-08T23:30:03.8019900Z >>>>> 3/8/2026 11:30:03 PM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-08T23:30:03.8093010Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [32 s] 2026-03-08T23:30:03.8095800Z >>>>> 3/8/2026 11:30:03 PM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-08T23:30:37.2265260Z >>>>> 3/8/2026 11:30:37 PM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-08T23:30:37.2329940Z Passed VerifySelectionModeSingleWithHeaderTemplateView [33 s] 2026-03-08T23:30:37.2331240Z >>>>> 3/8/2026 11:30:37 PM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-08T23:31:18.2642510Z >>>>> 3/8/2026 11:31:18 PM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-08T23:31:18.2698450Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [41 s] 2026-03-08T23:31:18.2699360Z >>>>> 3/8/2026 11:31:18 PM VerifySelectionModeSingleWithHeaderView Start 2026-03-08T23:31:48.8562930Z >>>>> 3/8/2026 11:31:48 PM VerifySelectionModeSingleWithHeaderView Stop 2026-03-08T23:31:48.8626280Z Passed VerifySelectionModeSingleWithHeaderView [30 s] 2026-03-08T23:31:48.8627650Z >>>>> 3/8/2026 11:31:48 PM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-08T23:32:20.6808850Z >>>>> 3/8/2026 11:32:20 PM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-08T23:32:21.8989430Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [31 s] 2026-03-08T23:32:23.4796200Z >>>>> 3/8/2026 11:32:23 PM EmptyViewItemsSourceNullStringWorks Start 2026-03-08T23:32:23.4798970Z >>>>> 3/8/2026 11:32:23 PM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-08T23:32:35.9977130Z >>>>> 3/8/2026 11:32:35 PM EmptyViewItemsSourceNullStringWorks Stop 2026-03-08T23:32:38.7427840Z Passed EmptyViewItemsSourceNullStringWorks [15 s] 2026-03-08T23:32:38.7431930Z >>>>> 3/8/2026 11:32:38 PM EmptyViewItemsSourceNullViewWorks Start 2026-03-08T23:32:38.7433770Z >>>>> 3/8/2026 11:32:38 PM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-08T23:32:52.5706090Z >>>>> 3/8/2026 11:32:52 PM EmptyViewItemsSourceNullViewWorks Stop 2026-03-08T23:32:56.9296400Z Passed EmptyViewItemsSourceNullViewWorks [16 s] 2026-03-08T23:32:58.3857360Z >>>>> 3/8/2026 11:32:58 PM GroupingAndHeaderWorks Start 2026-03-08T23:32:58.3910430Z >>>>> 3/8/2026 11:32:58 PM FixtureSetup for GroupingAndHeaderWorks 2026-03-08T23:33:21.7112660Z >>>>> 3/8/2026 11:33:21 PM GroupingAndHeaderWorks Stop 2026-03-08T23:33:25.3866990Z Passed GroupingAndHeaderWorks [26 s] 2026-03-08T23:33:27.4147900Z >>>>> 3/8/2026 11:33:27 PM HeaderFooterStringWorks Start 2026-03-08T23:33:27.4149280Z >>>>> 3/8/2026 11:33:27 PM FixtureSetup for HeaderFooterStringWorks 2026-03-08T23:33:42.5013220Z >>>>> 3/8/2026 11:33:42 PM HeaderFooterStringWorks Stop 2026-03-08T23:33:46.9320190Z Passed HeaderFooterStringWorks [18 s] 2026-03-08T23:33:48.4854490Z >>>>> 3/8/2026 11:33:48 PM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-08T23:33:51.3776320Z >>>>> 3/8/2026 11:33:51 PM SelectionShouldUpdateBinding Start 2026-03-08T23:34:07.3221210Z >>>>> 3/8/2026 11:34:07 PM SelectionShouldUpdateBinding Stop 2026-03-08T23:34:07.8943140Z Passed SelectionShouldUpdateBinding [15 s] 2026-03-08T23:34:10.4559160Z >>>>> 3/8/2026 11:34:10 PM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-08T23:34:10.5667880Z >>>>> 3/8/2026 11:34:10 PM ClearingGroupedNoCrash Start 2026-03-08T23:34:14.3674060Z >>>>> 3/8/2026 11:34:14 PM ClearingGroupedNoCrash Stop 2026-03-08T23:34:15.0992180Z Passed ClearingGroupedNoCrash [3 s] 2026-03-08T23:34:18.5874040Z >>>>> 3/8/2026 11:34:18 PM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-08T23:34:18.7177010Z >>>>> 3/8/2026 11:34:18 PM NoBindingErrors Start 2026-03-08T23:34:31.1577410Z >>>>> 3/8/2026 11:34:31 PM NoBindingErrors Stop 2026-03-08T23:34:32.2110130Z Passed NoBindingErrors [12 s] 2026-03-08T23:34:33.8747770Z >>>>> 3/8/2026 11:34:33 PM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-08T23:34:33.9677640Z >>>>> 3/8/2026 11:34:33 PM DynamicallyLoadCollectionView Start 2026-03-08T23:34:34.8674130Z >>>>> 3/8/2026 11:34:34 PM DynamicallyLoadCollectionView Stop 2026-03-08T23:34:35.4792890Z Passed DynamicallyLoadCollectionView [908 ms] 2026-03-08T23:34:37.5969020Z >>>>> 3/8/2026 11:34:37 PM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-08T23:34:37.6579150Z >>>>> 3/8/2026 11:34:37 PM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-08T23:34:37.6990710Z >>>>> 3/8/2026 11:34:37 PM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-08T23:34:37.7089680Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-08T23:34:39.2202040Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [48 ms] 2026-03-08T23:34:40.7551000Z >>>>> 3/8/2026 11:34:40 PM KeepItemsInView Start 2026-03-08T23:34:40.7684060Z >>>>> 3/8/2026 11:34:40 PM FixtureSetup for KeepItemsInView 2026-03-08T23:36:02.3085930Z >>>>> 3/8/2026 11:36:02 PM KeepItemsInView Stop 2026-03-08T23:36:06.2756420Z Passed KeepItemsInView [1 m 24 s] 2026-03-08T23:36:08.0959410Z >>>>> 3/8/2026 11:36:08 PM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-08T23:36:08.0971320Z >>>>> 3/8/2026 11:36:08 PM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-08T23:36:14.8197690Z >>>>> 3/8/2026 11:36:14 PM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-08T23:36:17.4670240Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [9 s] 2026-03-08T23:36:17.4691330Z >>>>> 3/8/2026 11:36:17 PM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-08T23:36:17.4693790Z >>>>> 3/8/2026 11:36:17 PM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-08T23:36:24.1382770Z >>>>> 3/8/2026 11:36:24 PM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-08T23:36:27.9684560Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [9 s] 2026-03-08T23:36:29.3386680Z >>>>> 3/8/2026 11:36:29 PM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-08T23:36:29.4362310Z >>>>> 3/8/2026 11:36:29 PM EmptyViewShouldNotCrash Start 2026-03-08T23:36:30.3467460Z >>>>> 3/8/2026 11:36:30 PM EmptyViewShouldNotCrash Stop 2026-03-08T23:36:31.0030040Z Passed EmptyViewShouldNotCrash [916 ms] 2026-03-08T23:36:33.1190040Z >>>>> 3/8/2026 11:36:33 PM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-08T23:36:33.2321720Z >>>>> 3/8/2026 11:36:33 PM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-08T23:36:34.2315790Z >>>>> 3/8/2026 11:36:34 PM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-08T23:36:34.7317900Z Passed CollectionShouldInvalidateOnVisibilityChange [1 s] 2026-03-08T23:36:37.9474480Z >>>>> 3/8/2026 11:36:37 PM FixtureSetup for Issue10454(Mac) 2026-03-08T23:36:38.0474870Z >>>>> 3/8/2026 11:36:38 PM ChildAddedShouldFire Start 2026-03-08T23:36:42.2822050Z >>>>> 3/8/2026 11:36:42 PM ChildAddedShouldFire Stop 2026-03-08T23:36:42.6117800Z Passed ChildAddedShouldFire [4 s] 2026-03-08T23:36:45.2985460Z >>>>> 3/8/2026 11:36:45 PM FixtureSetup for Issue10947(Mac) 2026-03-08T23:36:45.4160540Z >>>>> 3/8/2026 11:36:45 PM CollectionViewHeaderShouldNotScroll Start 2026-03-08T23:36:58.1619210Z >>>>> 3/8/2026 11:36:58 PM CollectionViewHeaderShouldNotScroll Stop 2026-03-08T23:36:58.9318920Z Passed CollectionViewHeaderShouldNotScroll [12 s] 2026-03-08T23:37:01.0350420Z >>>>> 3/8/2026 11:37:01 PM FixtureSetup for Issue11311(Mac) 2026-03-08T23:37:01.1733770Z >>>>> 3/8/2026 11:37:01 PM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-08T23:37:02.2238360Z >>>>> 3/8/2026 11:37:02 PM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-08T23:37:02.6648630Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [1 s] 2026-03-08T23:37:05.0137340Z >>>>> 3/8/2026 11:37:05 PM FixtureSetup for Issue11853(Mac) 2026-03-08T23:37:05.1232470Z >>>>> 3/8/2026 11:37:05 PM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-08T23:37:10.6859440Z >>>>> 3/8/2026 11:37:10 PM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-08T23:37:11.1391820Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [5 s] 2026-03-08T23:37:13.4986900Z >>>>> 3/8/2026 11:37:13 PM FixtureSetup for Issue11896(Mac) 2026-03-08T23:37:13.5968220Z >>>>> 3/8/2026 11:37:13 PM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-08T23:37:22.8141240Z >>>>> 3/8/2026 11:37:22 PM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-08T23:37:22.8210180Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [9 s] 2026-03-08T23:37:22.8223440Z >>>>> 3/8/2026 11:37:22 PM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-08T23:37:32.5836380Z >>>>> 3/8/2026 11:37:32 PM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-08T23:37:33.3213400Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [9 s] 2026-03-08T23:37:35.2786970Z >>>>> 3/8/2026 11:37:35 PM FixtureSetup for Issue12374(Mac) 2026-03-08T23:37:35.3720790Z >>>>> 3/8/2026 11:37:35 PM Issue12374Test Start 2026-03-08T23:37:43.4547990Z >>>>> 3/8/2026 11:37:43 PM Issue12374Test Stop 2026-03-08T23:37:44.3982190Z Passed Issue12374Test [8 s] 2026-03-08T23:37:46.0680060Z >>>>> 3/8/2026 11:37:46 PM FixtureSetup for Issue12714(Mac) 2026-03-08T23:37:46.1714790Z >>>>> 3/8/2026 11:37:46 PM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-08T23:37:48.8732490Z >>>>> 3/8/2026 11:37:48 PM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-08T23:37:49.2314320Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-08T23:37:51.4730180Z >>>>> 3/8/2026 11:37:51 PM FixtureSetup for Issue13126_2(Mac) 2026-03-08T23:37:51.5665030Z >>>>> 3/8/2026 11:37:51 PM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-08T23:37:52.4356290Z >>>>> 3/8/2026 11:37:52 PM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-08T23:37:53.0649900Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [874 ms] 2026-03-08T23:37:54.9469850Z >>>>> 3/8/2026 11:37:54 PM FixtureSetup for Issue13203(Mac) 2026-03-08T23:37:55.0478370Z >>>>> 3/8/2026 11:37:55 PM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-08T23:37:55.9359920Z >>>>> 3/8/2026 11:37:55 PM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-08T23:37:56.5907730Z Passed CollectionShouldInvalidateOnVisibilityChange [893 ms] 2026-03-08T23:37:58.6589460Z >>>>> 3/8/2026 11:37:58 PM FixtureSetup for Issue13551(Mac) 2026-03-08T23:37:58.7714680Z >>>>> 3/8/2026 11:37:58 PM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-08T23:38:00.1845700Z >>>>> 3/8/2026 11:38:00 PM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-08T23:38:00.2867310Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-08T23:38:02.7826200Z >>>>> 3/8/2026 11:38:02 PM FixtureSetup for Issue14557(Mac) 2026-03-08T23:38:02.8778360Z >>>>> 3/8/2026 11:38:02 PM HeaderAndFooterRender Start 2026-03-08T23:38:05.7584530Z >>>>> 3/8/2026 11:38:05 PM HeaderAndFooterRender Stop 2026-03-08T23:38:05.8738520Z Passed HeaderAndFooterRender [2 s] 2026-03-08T23:38:08.3332950Z >>>>> 3/8/2026 11:38:08 PM FixtureSetup for Issue15778(Mac) 2026-03-08T23:38:08.4416200Z >>>>> 3/8/2026 11:38:08 PM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-08T23:38:12.5412570Z >>>>> 3/8/2026 11:38:12 PM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-08T23:38:12.9314180Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [4 s] 2026-03-08T23:38:15.1425330Z >>>>> 3/8/2026 11:38:15 PM FixtureSetup for Issue15815(Mac) 2026-03-08T23:38:15.2430960Z >>>>> 3/8/2026 11:38:15 PM LastItemIsVisilbe Start 2026-03-08T23:38:16.8182790Z >>>>> 3/8/2026 11:38:16 PM LastItemIsVisilbe Stop 2026-03-08T23:38:18.2737410Z Passed LastItemIsVisilbe [1 s] 2026-03-08T23:38:19.4040720Z >>>>> 3/8/2026 11:38:19 PM FixtureSetup for Issue16320(Mac) 2026-03-08T23:38:19.5243130Z >>>>> 3/8/2026 11:38:19 PM Issue16320Test Start 2026-03-08T23:38:22.6849380Z >>>>> 3/8/2026 11:38:22 PM Issue16320Test Stop 2026-03-08T23:38:22.8677560Z Passed Issue16320Test [3 s] 2026-03-08T23:38:25.4372590Z >>>>> 3/8/2026 11:38:25 PM FixtureSetup for Issue16787(Mac) 2026-03-08T23:38:25.5488780Z >>>>> 3/8/2026 11:38:25 PM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-08T23:38:27.0473890Z >>>>> 3/8/2026 11:38:27 PM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-08T23:38:28.5374360Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-08T23:38:30.0756460Z >>>>> 3/8/2026 11:38:30 PM FixtureSetup for Issue17400(Mac) 2026-03-08T23:38:30.1869390Z >>>>> 3/8/2026 11:38:30 PM Issue17400Test Start 2026-03-08T23:38:38.7604130Z >>>>> 3/8/2026 11:38:38 PM Issue17400Test Stop 2026-03-08T23:38:39.1810950Z Passed Issue17400Test [8 s] 2026-03-08T23:38:41.4462520Z >>>>> 3/8/2026 11:38:41 PM FixtureSetup for Issue17823(Mac) 2026-03-08T23:38:41.5547510Z >>>>> 3/8/2026 11:38:41 PM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-08T23:38:47.4634680Z >>>>> 3/8/2026 11:38:47 PM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-08T23:38:47.4695460Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [5 s] 2026-03-08T23:38:47.4696430Z >>>>> 3/8/2026 11:38:47 PM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-08T23:38:52.7881950Z >>>>> 3/8/2026 11:38:52 PM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-08T23:38:53.5354150Z Passed ReorderingLastItemWithHeaderDoesNotCrash [5 s] 2026-03-08T23:38:55.6692740Z >>>>> 3/8/2026 11:38:55 PM FixtureSetup for Issue17865(Mac) 2026-03-08T23:38:55.7715320Z >>>>> 3/8/2026 11:38:55 PM Issue17865Test Start 2026-03-08T23:39:03.0845480Z >>>>> 3/8/2026 11:39:03 PM Issue17865Test Stop 2026-03-08T23:39:03.2594210Z Passed Issue17865Test [7 s] 2026-03-08T23:39:05.7454810Z >>>>> 3/8/2026 11:39:05 PM FixtureSetup for Issue17969(Mac) 2026-03-08T23:39:05.8435400Z >>>>> 3/8/2026 11:39:05 PM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-08T23:39:14.3835920Z >>>>> 3/8/2026 11:39:14 PM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-08T23:39:14.3895000Z Passed CollectionViewAddGroupWhenViewIsEmpty [8 s] 2026-03-08T23:39:14.3896740Z >>>>> 3/8/2026 11:39:14 PM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-08T23:39:22.0911890Z >>>>> 3/8/2026 11:39:22 PM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-08T23:39:23.4726120Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [7 s] 2026-03-08T23:39:25.3242750Z >>>>> 3/8/2026 11:39:25 PM FixtureSetup for Issue18389(Mac) 2026-03-08T23:39:25.4235180Z >>>>> 3/8/2026 11:39:25 PM VerifyScrollToIndexWithHeader Start 2026-03-08T23:39:43.4457180Z >>>>> 3/8/2026 11:39:43 PM VerifyScrollToIndexWithHeader Stop 2026-03-08T23:39:43.5880290Z Passed VerifyScrollToIndexWithHeader [18 s] 2026-03-08T23:39:46.6123760Z >>>>> 3/8/2026 11:39:46 PM FixtureSetup for Issue18702(Mac) 2026-03-08T23:39:46.7273580Z >>>>> 3/8/2026 11:39:46 PM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-08T23:39:50.6529760Z >>>>> 3/8/2026 11:39:50 PM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-08T23:39:51.2206940Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [3 s] 2026-03-08T23:39:53.9066650Z >>>>> 3/8/2026 11:39:53 PM FixtureSetup for Issue18751(Mac) 2026-03-08T23:39:54.0604040Z >>>>> 3/8/2026 11:39:54 PM Issue18751Test Start 2026-03-08T23:39:59.3976430Z >>>>> 3/8/2026 11:39:59 PM Issue18751Test Stop 2026-03-08T23:40:00.0631340Z Passed Issue18751Test [5 s] 2026-03-08T23:40:02.3047150Z >>>>> 3/8/2026 11:40:02 PM FixtureSetup for Issue19338(Mac) 2026-03-08T23:40:02.4113490Z >>>>> 3/8/2026 11:40:02 PM HeaderAndFooterShouldBeVisible Start 2026-03-08T23:40:05.8626390Z >>>>> 3/8/2026 11:40:05 PM HeaderAndFooterShouldBeVisible Stop 2026-03-08T23:40:06.9043500Z Passed HeaderAndFooterShouldBeVisible [3 s] 2026-03-08T23:40:08.6851210Z >>>>> 3/8/2026 11:40:08 PM FixtureSetup for Issue19379(Mac) 2026-03-08T23:40:08.8061830Z >>>>> 3/8/2026 11:40:08 PM UpdateCollectionViewHeaderTest Start 2026-03-08T23:40:14.2774330Z >>>>> 3/8/2026 11:40:14 PM UpdateCollectionViewHeaderTest Stop 2026-03-08T23:40:14.8001010Z Passed UpdateCollectionViewHeaderTest [5 s] 2026-03-08T23:40:16.8398760Z >>>>> 3/8/2026 11:40:16 PM FixtureSetup for Issue19609(Mac) 2026-03-08T23:40:16.9411530Z >>>>> 3/8/2026 11:40:16 PM CanTapButtonOnEmptyView Start 2026-03-08T23:40:20.3923690Z >>>>> 3/8/2026 11:40:20 PM CanTapButtonOnEmptyView Stop 2026-03-08T23:40:21.4711260Z Passed CanTapButtonOnEmptyView [3 s] 2026-03-08T23:40:23.1693240Z >>>>> 3/8/2026 11:40:23 PM FixtureSetup for Issue19771(Mac) 2026-03-08T23:40:23.2629780Z >>>>> 3/8/2026 11:40:23 PM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-08T23:40:33.0935830Z >>>>> 3/8/2026 11:40:33 PM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-08T23:40:33.8302810Z Passed CollectionViewIsEnabledFalsePreventsInteractions [9 s] 2026-03-08T23:40:35.7789280Z >>>>> 3/8/2026 11:40:35 PM FixtureSetup for Issue19803(Mac) 2026-03-08T23:40:35.8786600Z >>>>> 3/8/2026 11:40:35 PM NoNREWhenChangingGridItemsLayout Start 2026-03-08T23:40:39.3525370Z >>>>> 3/8/2026 11:40:39 PM NoNREWhenChangingGridItemsLayout Stop 2026-03-08T23:40:40.4110290Z Passed NoNREWhenChangingGridItemsLayout [3 s] 2026-03-08T23:40:42.0991890Z >>>>> 3/8/2026 11:40:42 PM FixtureSetup for Issue20294(Mac) 2026-03-08T23:40:42.1949640Z >>>>> 3/8/2026 11:40:42 PM ScrollToEndDoesntCrash Start 2026-03-08T23:41:11.2735180Z >>>>> 3/8/2026 11:41:11 PM ScrollToEndDoesntCrash Stop 2026-03-08T23:41:12.2165830Z Passed ScrollToEndDoesntCrash [29 s] 2026-03-08T23:41:14.2140620Z >>>>> 3/8/2026 11:41:14 PM FixtureSetup for Issue20443(Mac) 2026-03-08T23:41:14.3189310Z >>>>> 3/8/2026 11:41:14 PM RefreshShouldNotChangeSize Start 2026-03-08T23:41:29.7207050Z >>>>> 3/8/2026 11:41:29 PM RefreshShouldNotChangeSize Stop 2026-03-08T23:41:30.8231240Z Passed RefreshShouldNotChangeSize [15 s] 2026-03-08T23:41:33.3435030Z >>>>> 3/8/2026 11:41:33 PM FixtureSetup for Issue20842(Mac) 2026-03-08T23:41:33.4550040Z >>>>> 3/8/2026 11:41:33 PM VerifyCollectionViewItemsAfterScrolling Start 2026-03-08T23:42:04.1841640Z >>>>> 3/8/2026 11:42:04 PM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-08T23:42:05.0027250Z Passed VerifyCollectionViewItemsAfterScrolling [30 s] 2026-03-08T23:42:06.7520190Z >>>>> 3/8/2026 11:42:06 PM FixtureSetup for Issue21728(Mac) 2026-03-08T23:42:06.8584440Z >>>>> 3/8/2026 11:42:06 PM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-08T23:42:09.8799530Z >>>>> 3/8/2026 11:42:09 PM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-08T23:42:11.3574350Z Passed CollectionViewSingleItemAlignmentWithFooter [3 s] 2026-03-08T23:42:12.6323280Z >>>>> 3/8/2026 11:42:12 PM FixtureSetup for Issue21967(Mac) 2026-03-08T23:42:12.7309000Z >>>>> 3/8/2026 11:42:12 PM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-08T23:42:14.9102790Z >>>>> 3/8/2026 11:42:14 PM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-08T23:42:14.9171640Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [2 s] 2026-03-08T23:42:14.9174580Z >>>>> 3/8/2026 11:42:14 PM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-08T23:42:24.5260280Z >>>>> 3/8/2026 11:42:24 PM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-08T23:42:25.4674930Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [9 s] 2026-03-08T23:42:27.2532590Z >>>>> 3/8/2026 11:42:27 PM FixtureSetup for Issue22104(Mac) 2026-03-08T23:42:27.3453400Z >>>>> 3/8/2026 11:42:27 PM VerifyCollectionViewVisualState Start 2026-03-08T23:42:33.5200350Z >>>>> 3/8/2026 11:42:33 PM VerifyCollectionViewVisualState Stop 2026-03-08T23:42:34.9791240Z Passed VerifyCollectionViewVisualState [6 s] 2026-03-08T23:42:36.2812580Z >>>>> 3/8/2026 11:42:36 PM FixtureSetup for Issue22320(Mac) 2026-03-08T23:42:36.3907410Z >>>>> 3/8/2026 11:42:36 PM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-08T23:42:37.9450650Z >>>>> 3/8/2026 11:42:37 PM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-08T23:42:37.9617560Z >>>>> 3/8/2026 11:42:37 PM Log types: 2026-03-08T23:42:39.5231070Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-08T23:42:39.5237740Z Error Message: 2026-03-08T23:42:39.5252930Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-08T23:42:39.5382660Z Stack Trace: 2026-03-08T23:42:39.5388390Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-08T23:42:39.5392390Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-08T23:42:39.5432200Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-08T23:42:39.5454430Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-08T23:42:39.5459990Z --- End of stack trace from previous location --- 2026-03-08T23:42:39.5462050Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-08T23:42:39.5466590Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-08T23:42:39.5467890Z --- End of stack trace from previous location --- 2026-03-08T23:42:39.5469220Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-08T23:42:39.5470220Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-08T23:42:39.5471160Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-08T23:42:39.5472170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:42:39.5473080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:42:39.5473870Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:42:39.5474650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:42:39.5475670Z 2026-03-08T23:42:41.3452640Z >>>>> 3/8/2026 11:42:41 PM FixtureSetup for Issue22467(Mac) 2026-03-08T23:42:41.4541880Z >>>>> 3/8/2026 11:42:41 PM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-08T23:42:51.4853200Z >>>>> 3/8/2026 11:42:51 PM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-08T23:42:51.9667270Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [10 s] 2026-03-08T23:42:54.1978730Z >>>>> 3/8/2026 11:42:54 PM FixtureSetup for Issue22674(Mac) 2026-03-08T23:42:54.2972320Z >>>>> 3/8/2026 11:42:54 PM RemoveItemWhenSelectionChanged Start 2026-03-08T23:42:56.2936230Z >>>>> 3/8/2026 11:42:56 PM RemoveItemWhenSelectionChanged Stop 2026-03-08T23:42:57.2849010Z Passed RemoveItemWhenSelectionChanged [2 s] 2026-03-08T23:42:59.4232580Z >>>>> 3/8/2026 11:42:59 PM FixtureSetup for Issue23702(Mac) 2026-03-08T23:42:59.5409650Z >>>>> 3/8/2026 11:42:59 PM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-08T23:43:04.7063520Z >>>>> 3/8/2026 11:43:04 PM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-08T23:43:05.5370890Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [5 s] 2026-03-08T23:43:07.3227890Z >>>>> 3/8/2026 11:43:07 PM FixtureSetup for Issue25181(Mac) 2026-03-08T23:43:07.4301540Z >>>>> 3/8/2026 11:43:07 PM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-08T23:43:10.0391520Z >>>>> 3/8/2026 11:43:10 PM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-08T23:43:10.4137570Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-08T23:43:12.9999680Z >>>>> 3/8/2026 11:43:12 PM FixtureSetup for Issue25191(Mac) 2026-03-08T23:43:13.1134240Z >>>>> 3/8/2026 11:43:13 PM CollectionViewMeasureFirstItem Start 2026-03-08T23:43:17.9042790Z >>>>> 3/8/2026 11:43:17 PM CollectionViewMeasureFirstItem Stop 2026-03-08T23:43:19.1114910Z Passed CollectionViewMeasureFirstItem [4 s] 2026-03-08T23:43:20.6282010Z >>>>> 3/8/2026 11:43:20 PM FixtureSetup for Issue25224(Mac) 2026-03-08T23:43:20.7440830Z >>>>> 3/8/2026 11:43:20 PM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-08T23:43:25.5209200Z >>>>> 3/8/2026 11:43:25 PM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-08T23:43:25.5275400Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [4 s] 2026-03-08T23:43:25.5286460Z >>>>> 3/8/2026 11:43:25 PM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-08T23:43:28.7946500Z >>>>> 3/8/2026 11:43:28 PM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-08T23:43:30.0303550Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [3 s] 2026-03-08T23:43:31.6761790Z >>>>> 3/8/2026 11:43:31 PM FixtureSetup for Issue25362(Mac) 2026-03-08T23:43:31.8553040Z >>>>> 3/8/2026 11:43:31 PM HeaderShouldNotCollapseWithItems Start 2026-03-08T23:43:42.4085650Z >>>>> 3/8/2026 11:43:42 PM HeaderShouldNotCollapseWithItems Stop 2026-03-08T23:43:43.8607590Z Passed HeaderShouldNotCollapseWithItems [10 s] 2026-03-08T23:43:45.1279490Z >>>>> 3/8/2026 11:43:45 PM FixtureSetup for Issue25433(Mac) 2026-03-08T23:43:45.2337730Z >>>>> 3/8/2026 11:43:45 PM CollectionViewHorizontalItemSpacing Start 2026-03-08T23:43:48.4968860Z >>>>> 3/8/2026 11:43:48 PM CollectionViewHorizontalItemSpacing Stop 2026-03-08T23:43:49.9447040Z Passed CollectionViewHorizontalItemSpacing [3 s] 2026-03-08T23:43:51.2119120Z >>>>> 3/8/2026 11:43:51 PM FixtureSetup for Issue25514(Mac) 2026-03-08T23:43:51.3185300Z >>>>> 3/8/2026 11:43:51 PM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-08T23:43:53.9852740Z >>>>> 3/8/2026 11:43:53 PM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-08T23:43:54.5140560Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-08T23:43:57.1530470Z >>>>> 3/8/2026 11:43:57 PM FixtureSetup for Issue25551(Mac) 2026-03-08T23:43:57.2720240Z >>>>> 3/8/2026 11:43:57 PM CollectionViewPreSelectionShouldUpdate Start 2026-03-08T23:44:08.5268570Z >>>>> 3/8/2026 11:44:08 PM CollectionViewPreSelectionShouldUpdate Stop 2026-03-08T23:44:09.2598520Z Passed CollectionViewPreSelectionShouldUpdate [11 s] 2026-03-08T23:44:12.2971850Z >>>>> 3/8/2026 11:44:12 PM FixtureSetup for Issue25649(Mac) 2026-03-08T23:44:12.4089170Z >>>>> 3/8/2026 11:44:12 PM Issue25649Test Start 2026-03-08T23:44:27.9952950Z >>>>> 3/8/2026 11:44:27 PM Issue25649Test Stop 2026-03-08T23:44:28.9393360Z Passed Issue25649Test [15 s] 2026-03-08T23:44:30.6808360Z >>>>> 3/8/2026 11:44:30 PM FixtureSetup for Issue25724(Mac) 2026-03-08T23:44:30.7948320Z >>>>> 3/8/2026 11:44:30 PM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-08T23:44:36.3049900Z >>>>> 3/8/2026 11:44:36 PM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-08T23:44:36.8437470Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [5 s] 2026-03-08T23:44:39.2058130Z >>>>> 3/8/2026 11:44:39 PM FixtureSetup for Issue25859(Mac) 2026-03-08T23:44:39.3099720Z >>>>> 3/8/2026 11:44:39 PM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-08T23:44:43.3302210Z >>>>> 3/8/2026 11:44:43 PM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-08T23:44:43.8103550Z Passed CVHorizontalLinearItemsLayoutItemSpacing [4 s] 2026-03-08T23:44:46.2697700Z >>>>> 3/8/2026 11:44:46 PM FixtureSetup for Issue25889(Mac) 2026-03-08T23:44:46.3940310Z >>>>> 3/8/2026 11:44:46 PM RemainingItemsThresholdReachedCommandFired Start 2026-03-08T23:45:04.2102510Z >>>>> 3/8/2026 11:45:04 PM RemainingItemsThresholdReachedCommandFired Stop 2026-03-08T23:45:04.3870420Z Passed RemainingItemsThresholdReachedCommandFired [17 s] 2026-03-08T23:45:07.3714810Z >>>>> 3/8/2026 11:45:07 PM FixtureSetup for Issue26066(Mac) 2026-03-08T23:45:07.4661470Z >>>>> 3/8/2026 11:45:07 PM CollectionView2ShouldFindAncestorType Start 2026-03-08T23:45:15.1109640Z >>>>> 3/8/2026 11:45:15 PM CollectionView2ShouldFindAncestorType Stop 2026-03-08T23:45:16.4662620Z Passed CollectionView2ShouldFindAncestorType [7 s] 2026-03-08T23:45:17.9561030Z >>>>> 3/8/2026 11:45:17 PM FixtureSetup for Issue26083(Mac) 2026-03-08T23:45:18.0706160Z >>>>> 3/8/2026 11:45:18 PM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-08T23:45:26.3443200Z >>>>> 3/8/2026 11:45:26 PM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-08T23:45:27.0710370Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [8 s] 2026-03-08T23:45:29.2711700Z >>>>> 3/8/2026 11:45:29 PM FixtureSetup for Issue26187(Mac) 2026-03-08T23:45:29.3930860Z >>>>> 3/8/2026 11:45:29 PM SelectedItemVisualIsCleared Start 2026-03-08T23:45:39.7038620Z >>>>> 3/8/2026 11:45:39 PM SelectedItemVisualIsCleared Stop 2026-03-08T23:45:39.9441500Z Passed SelectedItemVisualIsCleared [10 s] 2026-03-08T23:45:42.7550830Z >>>>> 3/8/2026 11:45:42 PM FixtureSetup for Issue26817_2(Mac) 2026-03-08T23:45:42.8720240Z >>>>> 3/8/2026 11:45:42 PM AccessibilityTraitsSetCorrectly Start 2026-03-08T23:46:04.7029010Z >>>>> 3/8/2026 11:46:04 PM AccessibilityTraitsSetCorrectly Stop 2026-03-08T23:46:05.4115290Z Passed AccessibilityTraitsSetCorrectly [21 s] 2026-03-08T23:46:07.4054580Z >>>>> 3/8/2026 11:46:07 PM FixtureSetup for Issue26817(Mac) 2026-03-08T23:46:07.4936600Z >>>>> 3/8/2026 11:46:07 PM AccessibilityTraitsSetCorrectly Start 2026-03-08T23:46:28.1694600Z >>>>> 3/8/2026 11:46:28 PM AccessibilityTraitsSetCorrectly Stop 2026-03-08T23:46:28.4903320Z Passed AccessibilityTraitsSetCorrectly [20 s] 2026-03-08T23:46:30.7004280Z >>>>> 3/8/2026 11:46:30 PM FixtureSetup for Issue26997(Mac) 2026-03-08T23:46:30.7963110Z >>>>> 3/8/2026 11:46:30 PM CollectionViewShouldNotCrash Start 2026-03-08T23:46:31.7049350Z >>>>> 3/8/2026 11:46:31 PM CollectionViewShouldNotCrash Stop 2026-03-08T23:46:32.2950580Z Passed CollectionViewShouldNotCrash [915 ms] 2026-03-08T23:46:34.9311810Z >>>>> 3/8/2026 11:46:34 PM FixtureSetup for Issue27117(Mac) 2026-03-08T23:46:35.0380140Z >>>>> 3/8/2026 11:46:35 PM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-08T23:47:02.4172760Z >>>>> 3/8/2026 11:47:02 PM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-08T23:47:03.5951100Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [27 s] 2026-03-08T23:47:05.2051060Z >>>>> 3/8/2026 11:47:05 PM FixtureSetup for Issue27200(Mac) 2026-03-08T23:47:05.2985700Z >>>>> 3/8/2026 11:47:05 PM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-08T23:47:10.9997870Z >>>>> 3/8/2026 11:47:10 PM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-08T23:47:11.2897270Z Passed CollectionViewHeaderSizewithIsVisibleBinding [5 s] 2026-03-08T23:47:13.8530010Z >>>>> 3/8/2026 11:47:13 PM FixtureSetup for Issue27766(Mac) 2026-03-08T23:47:13.9477200Z >>>>> 3/8/2026 11:47:13 PM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-08T23:47:20.8971610Z >>>>> 3/8/2026 11:47:20 PM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-08T23:47:21.4673180Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [6 s] 2026-03-08T23:47:23.6965550Z >>>>> 3/8/2026 11:47:23 PM FixtureSetup for Issue2777(Mac) 2026-03-08T23:47:23.7889320Z >>>>> 3/8/2026 11:47:23 PM Issue2777Test Start 2026-03-08T23:47:25.0725900Z >>>>> 3/8/2026 11:47:25 PM Issue2777Test Stop 2026-03-08T23:47:25.3412970Z Passed Issue2777Test [1 s] 2026-03-08T23:47:27.8146280Z >>>>> 3/8/2026 11:47:27 PM FixtureSetup for Issue27797(Mac) 2026-03-08T23:47:27.9172800Z >>>>> 3/8/2026 11:47:27 PM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-08T23:47:36.3403930Z >>>>> 3/8/2026 11:47:36 PM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-08T23:47:36.9161710Z Passed AppShouldNotCrashWhenModifyingCollectionView [8 s] 2026-03-08T23:47:38.8565230Z >>>>> 3/8/2026 11:47:38 PM FixtureSetup for Issue27808(Mac) 2026-03-08T23:47:38.9552340Z >>>>> 3/8/2026 11:47:38 PM CollectionViewShouldHaveCorrectHeight Start 2026-03-08T23:47:39.9136380Z >>>>> 3/8/2026 11:47:39 PM CollectionViewShouldHaveCorrectHeight Stop 2026-03-08T23:47:40.4656620Z Passed CollectionViewShouldHaveCorrectHeight [966 ms] 2026-03-08T23:47:42.4193710Z >>>>> 3/8/2026 11:47:42 PM FixtureSetup for Issue28162(Mac) 2026-03-08T23:47:42.5281260Z >>>>> 3/8/2026 11:47:42 PM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-08T23:47:45.3697030Z >>>>> 3/8/2026 11:47:45 PM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-08T23:47:45.5465190Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [2 s] 2026-03-08T23:47:47.9812640Z >>>>> 3/8/2026 11:47:47 PM FixtureSetup for Issue28212(Mac) 2026-03-08T23:47:48.0849820Z >>>>> 3/8/2026 11:47:48 PM Issue28212_CollectionView Start 2026-03-08T23:47:58.5676960Z >>>>> 3/8/2026 11:47:58 PM Issue28212_CollectionView Stop 2026-03-08T23:47:58.7333590Z Passed Issue28212_CollectionView [10 s] 2026-03-08T23:48:01.1541890Z >>>>> 3/8/2026 11:48:01 PM FixtureSetup for Issue28509(Mac) 2026-03-08T23:48:01.2667850Z >>>>> 3/8/2026 11:48:01 PM UpdateGroupHeaderAndFooterDynamically Start 2026-03-08T23:48:13.3710140Z >>>>> 3/8/2026 11:48:13 PM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-08T23:48:13.3787640Z Passed UpdateGroupHeaderAndFooterDynamically [12 s] 2026-03-08T23:48:13.3797310Z >>>>> 3/8/2026 11:48:13 PM UpdateHeaderFooterTemplateDynamically Start 2026-03-08T23:48:27.0620900Z >>>>> 3/8/2026 11:48:27 PM UpdateHeaderFooterTemplateDynamically Stop 2026-03-08T23:48:27.0681750Z Passed UpdateHeaderFooterTemplateDynamically [13 s] 2026-03-08T23:48:27.0684050Z >>>>> 3/8/2026 11:48:27 PM UpdateHeaderFooterDynamically Start 2026-03-08T23:48:38.3103620Z >>>>> 3/8/2026 11:48:38 PM UpdateHeaderFooterDynamically Stop 2026-03-08T23:48:39.0990290Z Passed UpdateHeaderFooterDynamically [11 s] 2026-03-08T23:48:41.1318110Z >>>>> 3/8/2026 11:48:41 PM FixtureSetup for Issue28530(Mac) 2026-03-08T23:48:41.2287230Z >>>>> 3/8/2026 11:48:41 PM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-08T23:48:48.0530890Z >>>>> 3/8/2026 11:48:48 PM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-08T23:48:48.7268230Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-08T23:48:50.7485300Z >>>>> 3/8/2026 11:48:50 PM FixtureSetup for Issue28580(Mac) 2026-03-08T23:48:50.8759530Z >>>>> 3/8/2026 11:48:50 PM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-08T23:48:53.8267890Z >>>>> 3/8/2026 11:48:53 PM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-08T23:48:53.9080120Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-08T23:48:56.3311500Z >>>>> 3/8/2026 11:48:56 PM FixtureSetup for Issue28604(Mac) 2026-03-08T23:48:56.4329040Z >>>>> 3/8/2026 11:48:56 PM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-08T23:48:59.3018600Z >>>>> 3/8/2026 11:48:59 PM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-08T23:48:59.4440710Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-08T23:49:02.1120740Z >>>>> 3/8/2026 11:49:02 PM FixtureSetup for Issue28656(Mac) 2026-03-08T23:49:02.2288280Z >>>>> 3/8/2026 11:49:02 PM CollectionViewShouldChangeItemsLayout Start 2026-03-08T23:49:11.9749450Z >>>>> 3/8/2026 11:49:11 PM CollectionViewShouldChangeItemsLayout Stop 2026-03-08T23:49:11.9874220Z >>>>> 3/8/2026 11:49:11 PM Log types: 2026-03-08T23:49:12.7270330Z Failed CollectionViewShouldChangeItemsLayout [10 s] 2026-03-08T23:49:12.7271170Z Error Message: 2026-03-08T23:49:12.7272050Z VisualTestUtils.VisualTestFailedException : 2026-03-08T23:49:12.7272670Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.22% difference) 2026-03-08T23:49:12.7273320Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T23:49:12.7274090Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T23:49:12.7274360Z 2026-03-08T23:49:12.7274810Z More info: https://aka.ms/visual-test-workflow 2026-03-08T23:49:12.7275050Z 2026-03-08T23:49:12.7275410Z Stack Trace: 2026-03-08T23:49:12.7276020Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T23:49:12.7277110Z 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:12.7278210Z 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:12.7279490Z 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:12.7284350Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-08T23:49:12.7285660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:49:12.7286930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:49:12.7287990Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:49:12.7289000Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:49:12.7289530Z 2026-03-08T23:49:15.1725550Z >>>>> 3/8/2026 11:49:15 PM FixtureSetup for Issue28678(Mac) 2026-03-08T23:49:15.2683840Z >>>>> 3/8/2026 11:49:15 PM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-08T23:49:21.5515610Z >>>>> 3/8/2026 11:49:21 PM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-08T23:49:22.7791520Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [6 s] 2026-03-08T23:49:24.9482030Z >>>>> 3/8/2026 11:49:24 PM FixtureSetup for Issue28716(Mac) 2026-03-08T23:49:25.0472440Z >>>>> 3/8/2026 11:49:25 PM KeepLastItemInViewShouldWork Start 2026-03-08T23:49:38.1039080Z >>>>> 3/8/2026 11:49:38 PM KeepLastItemInViewShouldWork Stop 2026-03-08T23:49:38.5434860Z Passed KeepLastItemInViewShouldWork [13 s] 2026-03-08T23:49:40.7654180Z >>>>> 3/8/2026 11:49:40 PM FixtureSetup for Issue28765(Mac) 2026-03-08T23:49:40.8783960Z >>>>> 3/8/2026 11:49:40 PM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-08T23:49:41.9173610Z >>>>> 3/8/2026 11:49:41 PM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-08T23:49:41.9238370Z >>>>> 3/8/2026 11:49:41 PM EmptyViewStringWithHeaderAndFooterString Start 2026-03-08T23:49:42.3691910Z Passed EmptyViewStringWithHeaderAndFooterAsView [1 s] 2026-03-08T23:49:42.4437450Z >>>>> 3/8/2026 11:49:42 PM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-08T23:49:43.8739650Z Passed EmptyViewStringWithHeaderAndFooterString [526 ms] 2026-03-08T23:49:45.2884940Z >>>>> 3/8/2026 11:49:45 PM FixtureSetup for Issue29130(Mac) 2026-03-08T23:49:45.4061660Z >>>>> 3/8/2026 11:49:45 PM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-08T23:49:51.5940870Z >>>>> 3/8/2026 11:49:51 PM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-08T23:49:51.6003620Z Passed ItemSizeShouldRespondForItemSizingStrategy [6 s] 2026-03-08T23:49:51.6013420Z >>>>> 3/8/2026 11:49:51 PM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-08T23:50:02.8309840Z >>>>> 3/8/2026 11:50:02 PM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-08T23:50:03.6017980Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [11 s] 2026-03-08T23:50:05.7241540Z >>>>> 3/8/2026 11:50:05 PM FixtureSetup for Issue29141(Mac) 2026-03-08T23:50:05.8238070Z >>>>> 3/8/2026 11:50:05 PM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-08T23:50:14.2108050Z >>>>> 3/8/2026 11:50:14 PM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-08T23:50:14.2167690Z Passed VerifyCVGroupHFTemplateWithObservableCollection [8 s] 2026-03-08T23:50:14.2168770Z >>>>> 3/8/2026 11:50:14 PM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-08T23:50:20.8142900Z >>>>> 3/8/2026 11:50:20 PM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-08T23:50:20.8206700Z Passed VerifyCVGroupHFTemplateWithStringCollection [6 s] 2026-03-08T23:50:20.8209100Z >>>>> 3/8/2026 11:50:20 PM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-08T23:50:33.1655910Z >>>>> 3/8/2026 11:50:33 PM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-08T23:50:34.3355440Z Passed VerifyCVNoSectionCrashOnAddFlatItem [12 s] 2026-03-08T23:50:35.9063030Z >>>>> 3/8/2026 11:50:35 PM FixtureSetup for Issue29491(Mac) 2026-03-08T23:50:36.0031190Z >>>>> 3/8/2026 11:50:36 PM VerifyDataTemplateParentIsNotNull Start 2026-03-08T23:50:44.7771800Z >>>>> 3/8/2026 11:50:44 PM VerifyDataTemplateParentIsNotNull Stop 2026-03-08T23:50:45.0307820Z Passed VerifyDataTemplateParentIsNotNull [8 s] 2026-03-08T23:50:47.4890310Z >>>>> 3/8/2026 11:50:47 PM FixtureSetup for Issue29634(Mac) 2026-03-08T23:50:47.5990200Z >>>>> 3/8/2026 11:50:47 PM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-08T23:50:50.7006420Z >>>>> 3/8/2026 11:50:50 PM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-08T23:50:52.1362500Z Passed VerifyEmptyViewResizesWhenBoundsChange [3 s] 2026-03-08T23:50:53.6500340Z >>>>> 3/8/2026 11:50:53 PM FixtureSetup for Issue29882(Mac) 2026-03-08T23:50:53.7751180Z >>>>> 3/8/2026 11:50:53 PM SettingItemSourceToNullShouldNotCrash Start 2026-03-08T23:50:58.2021450Z >>>>> 3/8/2026 11:50:58 PM SettingItemSourceToNullShouldNotCrash Stop 2026-03-08T23:50:58.3455080Z Passed SettingItemSourceToNullShouldNotCrash [4 s] 2026-03-08T23:51:00.9921710Z >>>>> 3/8/2026 11:51:00 PM FixtureSetup for Issue29937(Mac) 2026-03-08T23:51:01.1792150Z >>>>> 3/8/2026 11:51:01 PM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-08T23:51:05.0018360Z >>>>> 3/8/2026 11:51:05 PM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-08T23:51:05.7098800Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [3 s] 2026-03-08T23:51:07.6802510Z >>>>> 3/8/2026 11:51:07 PM FixtureSetup for Issue30363(Mac) 2026-03-08T23:51:07.7739010Z >>>>> 3/8/2026 11:51:07 PM CollectionViewSelectionShouldClear Start 2026-03-08T23:51:15.1401030Z >>>>> 3/8/2026 11:51:15 PM CollectionViewSelectionShouldClear Stop 2026-03-08T23:51:15.1582870Z >>>>> 3/8/2026 11:51:15 PM Log types: 2026-03-08T23:51:16.8231640Z Failed CollectionViewSelectionShouldClear [7 s] 2026-03-08T23:51:16.8232360Z Error Message: 2026-03-08T23:51:16.8232820Z VisualTestUtils.VisualTestFailedException : 2026-03-08T23:51:16.8233460Z 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-08T23:51:16.8234270Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-08T23:51:16.8235570Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-08T23:51:16.8236090Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T23:51:16.8236340Z 2026-03-08T23:51:16.8236720Z More info: https://aka.ms/visual-test-workflow 2026-03-08T23:51:16.8236930Z 2026-03-08T23:51:16.8237250Z Stack Trace: 2026-03-08T23:51:16.8238020Z 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-08T23:51:16.8239030Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-08T23:51:16.8239890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:51:16.8240700Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:51:16.8241390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:51:16.8242090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:51:16.8242400Z 2026-03-08T23:51:18.0872910Z >>>>> 3/8/2026 11:51:18 PM FixtureSetup for Issue30868(Mac) 2026-03-08T23:51:18.1791130Z >>>>> 3/8/2026 11:51:18 PM CollectionViewSelectionModeOnDarkTheme Start 2026-03-08T23:51:22.5611450Z >>>>> 3/8/2026 11:51:22 PM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-08T23:51:22.5684500Z Passed CollectionViewSelectionModeOnDarkTheme [4 s] 2026-03-08T23:51:22.5685620Z >>>>> 3/8/2026 11:51:22 PM CollectionViewSelectionModeOnLightTheme Start 2026-03-08T23:51:24.8168830Z >>>>> 3/8/2026 11:51:24 PM CollectionViewSelectionModeOnLightTheme Stop 2026-03-08T23:51:25.5771770Z Passed CollectionViewSelectionModeOnLightTheme [2 s] 2026-03-08T23:51:27.4061650Z >>>>> 3/8/2026 11:51:27 PM FixtureSetup for Issue30953(Mac) 2026-03-08T23:51:27.4943200Z >>>>> 3/8/2026 11:51:27 PM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-08T23:51:30.7385780Z >>>>> 3/8/2026 11:51:30 PM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-08T23:51:32.0069600Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [3 s] 2026-03-08T23:51:33.3660180Z >>>>> 3/8/2026 11:51:33 PM FixtureSetup for Issue31096(Mac) 2026-03-08T23:51:33.4832970Z >>>>> 3/8/2026 11:51:33 PM ChangingIsGroupedOnRuntime Start 2026-03-08T23:51:42.0224350Z >>>>> 3/8/2026 11:51:42 PM ChangingIsGroupedOnRuntime Stop 2026-03-08T23:51:42.5437140Z Passed ChangingIsGroupedOnRuntime [8 s] 2026-03-08T23:51:45.7864450Z >>>>> 3/8/2026 11:51:45 PM FixtureSetup for Issue31351(Mac) 2026-03-08T23:51:45.8840830Z >>>>> 3/8/2026 11:51:45 PM CustomCollectionViewShouldScroll Start 2026-03-08T23:52:02.0878750Z >>>>> 3/8/2026 11:52:02 PM CustomCollectionViewShouldScroll Stop 2026-03-08T23:52:02.3875200Z Passed CustomCollectionViewShouldScroll [16 s] 2026-03-08T23:52:04.6012930Z >>>>> 3/8/2026 11:52:04 PM FixtureSetup for Issue31465(Mac) 2026-03-08T23:52:04.6938710Z >>>>> 3/8/2026 11:52:04 PM VerifyCollectionViewEmptyView Start 2026-03-08T23:52:09.6080620Z >>>>> 3/8/2026 11:52:09 PM VerifyCollectionViewEmptyView Stop 2026-03-08T23:52:10.7293350Z Passed VerifyCollectionViewEmptyView [4 s] 2026-03-08T23:52:12.6938500Z >>>>> 3/8/2026 11:52:12 PM FixtureSetup for Issue31897(Mac) 2026-03-08T23:52:12.8024590Z >>>>> 3/8/2026 11:52:12 PM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-08T23:52:42.5559600Z >>>>> 3/8/2026 11:52:42 PM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-08T23:52:42.8454280Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [29 s] 2026-03-08T23:52:45.4522440Z >>>>> 3/8/2026 11:52:45 PM FixtureSetup for Issue31899(Mac) 2026-03-08T23:52:45.5604100Z >>>>> 3/8/2026 11:52:45 PM RemoveHeaderFooterAtRuntime Start 2026-03-08T23:52:52.3165420Z >>>>> 3/8/2026 11:52:52 PM RemoveHeaderFooterAtRuntime Stop 2026-03-08T23:52:52.3227300Z Passed RemoveHeaderFooterAtRuntime [6 s] 2026-03-08T23:52:52.3228770Z >>>>> 3/8/2026 11:52:52 PM AddHeaderFooterAtRuntime Start 2026-03-08T23:52:58.5704440Z >>>>> 3/8/2026 11:52:58 PM AddHeaderFooterAtRuntime Stop 2026-03-08T23:52:59.8618060Z Passed AddHeaderFooterAtRuntime [6 s] 2026-03-08T23:53:01.1615960Z >>>>> 3/8/2026 11:53:01 PM FixtureSetup for Issue31911(Mac) 2026-03-08T23:53:01.2627660Z >>>>> 3/8/2026 11:53:01 PM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-08T23:53:06.0537960Z >>>>> 3/8/2026 11:53:06 PM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-08T23:53:06.0610380Z Passed HeaderShouldBeRemovedWhenSetToNull [4 s] 2026-03-08T23:53:06.0611690Z >>>>> 3/8/2026 11:53:06 PM FooterShouldBeRemovedWhenSetToNull Start 2026-03-08T23:53:10.1890160Z >>>>> 3/8/2026 11:53:10 PM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-08T23:53:10.6106610Z Passed FooterShouldBeRemovedWhenSetToNull [4 s] 2026-03-08T23:53:12.7889540Z >>>>> 3/8/2026 11:53:12 PM FixtureSetup for Issue32223(Mac) 2026-03-08T23:53:12.8916080Z >>>>> 3/8/2026 11:53:12 PM CanReorderWithItemDataTemplateSelector Start 2026-03-08T23:53:18.8458810Z >>>>> 3/8/2026 11:53:18 PM CanReorderWithItemDataTemplateSelector Stop 2026-03-08T23:53:18.9851100Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-08T23:53:21.5056160Z >>>>> 3/8/2026 11:53:21 PM FixtureSetup for Issue32348(Mac) 2026-03-08T23:53:21.6104810Z >>>>> 3/8/2026 11:53:21 PM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-08T23:53:30.3942010Z >>>>> 3/8/2026 11:53:30 PM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-08T23:53:30.6018440Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [8 s] 2026-03-08T23:53:33.5100990Z >>>>> 3/8/2026 11:53:33 PM FixtureSetup for Issue32359(Mac) 2026-03-08T23:53:33.6293810Z >>>>> 3/8/2026 11:53:33 PM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-08T23:54:01.5237690Z >>>>> 3/8/2026 11:54:01 PM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-08T23:54:01.5319800Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [27 s] 2026-03-08T23:54:01.5321750Z >>>>> 3/8/2026 11:54:01 PM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-08T23:54:13.3321320Z >>>>> 3/8/2026 11:54:13 PM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-08T23:54:13.5416920Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [11 s] 2026-03-08T23:54:15.8400030Z >>>>> 3/8/2026 11:54:15 PM FixtureSetup for Issue32932(Mac) 2026-03-08T23:54:15.9515040Z >>>>> 3/8/2026 11:54:15 PM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-08T23:54:17.2407860Z >>>>> 3/8/2026 11:54:17 PM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-08T23:54:17.5117430Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-08T23:54:20.0966000Z >>>>> 3/8/2026 11:54:20 PM FixtureSetup for Issue33130(Mac) 2026-03-08T23:54:20.2122950Z >>>>> 3/8/2026 11:54:20 PM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-08T23:54:35.2009170Z >>>>> 3/8/2026 11:54:35 PM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-08T23:54:36.7175960Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [14 s] 2026-03-08T23:54:38.0333600Z >>>>> 3/8/2026 11:54:38 PM FixtureSetup for Issue33324(Mac) 2026-03-08T23:54:38.1401230Z >>>>> 3/8/2026 11:54:38 PM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-08T23:54:48.7125990Z >>>>> 3/8/2026 11:54:48 PM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-08T23:54:48.7255590Z >>>>> 3/8/2026 11:54:48 PM Log types: 2026-03-08T23:54:50.2801350Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [11 s] 2026-03-08T23:54:50.2801950Z Error Message: 2026-03-08T23:54:50.2802420Z VisualTestUtils.VisualTestFailedException : 2026-03-08T23:54:50.2802990Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-08T23:54:50.2803620Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-08T23:54:50.2804200Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-08T23:54:50.2804470Z 2026-03-08T23:54:50.2804870Z More info: https://aka.ms/visual-test-workflow 2026-03-08T23:54:50.2805100Z 2026-03-08T23:54:50.2805440Z Stack Trace: 2026-03-08T23:54:50.2806020Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-08T23:54:50.2806950Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-08T23:54:50.2808040Z 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:54:50.2809120Z 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:54:50.2810260Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-08T23:54:50.2811150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:54:50.2812000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-08T23:54:50.2812770Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-08T23:54:50.2813460Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-08T23:54:50.2813830Z 2026-03-08T23:54:52.1588320Z >>>>> 3/8/2026 11:54:52 PM FixtureSetup for Issue33333(Mac) 2026-03-08T23:54:52.2780710Z >>>>> 3/8/2026 11:54:52 PM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-08T23:54:58.8212420Z >>>>> 3/8/2026 11:54:58 PM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-08T23:54:59.8103150Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [6 s] 2026-03-08T23:55:01.7882050Z >>>>> 3/8/2026 11:55:01 PM FixtureSetup for Issue33852(Mac) 2026-03-08T23:55:01.9070750Z >>>>> 3/8/2026 11:55:01 PM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-08T23:55:07.9304170Z >>>>> 3/8/2026 11:55:07 PM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-08T23:55:09.4104350Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [6 s] 2026-03-08T23:55:10.7207610Z >>>>> 3/8/2026 11:55:10 PM FixtureSetup for Issue34247(Mac) 2026-03-08T23:55:10.8434480Z >>>>> 3/8/2026 11:55:10 PM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-08T23:55:15.3635400Z >>>>> 3/8/2026 11:55:15 PM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-08T23:55:15.5072100Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [4 s] 2026-03-08T23:55:18.1035070Z >>>>> 3/8/2026 11:55:18 PM FixtureSetup for Issue4600(Mac) 2026-03-08T23:55:18.2111960Z >>>>> 3/8/2026 11:55:18 PM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-08T23:55:23.6415090Z >>>>> 3/8/2026 11:55:23 PM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-08T23:55:24.2102200Z Passed InitiallyEmptySourceDisplaysAddedItem [5 s] 2026-03-08T23:55:26.7642580Z >>>>> 3/8/2026 11:55:26 PM FixtureSetup for Issue5535(Mac) 2026-03-08T23:55:26.8555560Z >>>>> 3/8/2026 11:55:26 PM SwappingEmptyViews Start 2026-03-08T23:55:43.5536120Z >>>>> 3/8/2026 11:55:43 PM SwappingEmptyViews Stop 2026-03-08T23:55:44.8467770Z Passed SwappingEmptyViews [16 s] 2026-03-08T23:55:46.5478830Z >>>>> 3/8/2026 11:55:46 PM FixtureSetup for Issue5765(Mac) 2026-03-08T23:55:46.6489680Z >>>>> 3/8/2026 11:55:46 PM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-08T23:55:47.9357550Z >>>>> 3/8/2026 11:55:47 PM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-08T23:55:48.1661980Z Passed FlexLayoutsInFramesShouldSizeCorrectly [1 s] 2026-03-08T23:55:50.9946180Z >>>>> 3/8/2026 11:55:50 PM FixtureSetup for Issue5793(Mac) 2026-03-08T23:55:51.0980910Z >>>>> 3/8/2026 11:55:51 PM CollectionViewResetTest Start 2026-03-08T23:56:01.1054390Z >>>>> 3/8/2026 11:56:01 PM CollectionViewResetTest Stop 2026-03-08T23:56:01.5921200Z Passed CollectionViewResetTest [10 s] 2026-03-08T23:56:03.8614630Z >>>>> 3/8/2026 11:56:03 PM FixtureSetup for Issue5949(Mac) 2026-03-08T23:56:03.9608960Z >>>>> 3/8/2026 11:56:03 PM DoNotAccessDisposedCollectionView Start 2026-03-08T23:56:10.3864450Z >>>>> 3/8/2026 11:56:10 PM DoNotAccessDisposedCollectionView Stop 2026-03-08T23:56:11.4593840Z Passed DoNotAccessDisposedCollectionView [6 s] 2026-03-08T23:56:13.0528890Z >>>>> 3/8/2026 11:56:13 PM FixtureSetup for Issue6077(Mac) 2026-03-08T23:56:13.1568220Z >>>>> 3/8/2026 11:56:13 PM LastColumnShouldBeVisible Start 2026-03-08T23:56:14.3442110Z >>>>> 3/8/2026 11:56:14 PM LastColumnShouldBeVisible Stop 2026-03-08T23:56:14.6545220Z Passed LastColumnShouldBeVisible [1 s] 2026-03-08T23:56:17.4852580Z >>>>> 3/8/2026 11:56:17 PM FixtureSetup for Issue6609(Mac) 2026-03-08T23:56:17.6123830Z >>>>> 3/8/2026 11:56:17 PM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-08T23:56:23.7191330Z >>>>> 3/8/2026 11:56:23 PM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-08T23:56:25.1588230Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [6 s] 2026-03-08T23:56:26.5413330Z >>>>> 3/8/2026 11:56:26 PM FixtureSetup for Issue6932(Mac) 2026-03-08T23:56:26.6465660Z >>>>> 3/8/2026 11:56:26 PM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-08T23:56:31.5852980Z >>>>> 3/8/2026 11:56:31 PM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-08T23:56:31.5950800Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [4 s] 2026-03-08T23:56:31.5957610Z >>>>> 3/8/2026 11:56:31 PM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-08T23:56:37.1711350Z >>>>> 3/8/2026 11:56:37 PM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-08T23:56:37.6024030Z Passed EmptyViewHidesWhenItemsSourceIsFilled [5 s] 2026-03-08T23:56:40.6661860Z >>>>> 3/8/2026 11:56:40 PM FixtureSetup for Issue6963(Mac) 2026-03-08T23:56:40.7701270Z >>>>> 3/8/2026 11:56:40 PM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-08T23:56:43.3508320Z >>>>> 3/8/2026 11:56:43 PM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-08T23:56:43.7841880Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-08T23:56:46.5446890Z >>>>> 3/8/2026 11:56:46 PM FixtureSetup for Issue7102(Mac) 2026-03-08T23:56:46.6456890Z >>>>> 3/8/2026 11:56:46 PM HeaderDoesNotBreakIndexes Start 2026-03-08T23:57:07.3939490Z >>>>> 3/8/2026 11:57:07 PM HeaderDoesNotBreakIndexes Stop 2026-03-08T23:57:07.6426300Z Passed HeaderDoesNotBreakIndexes [20 s] 2026-03-08T23:57:09.9932030Z >>>>> 3/8/2026 11:57:09 PM FixtureSetup for Issue7338(Mac) 2026-03-08T23:57:10.0882030Z >>>>> 3/8/2026 11:57:10 PM Issue7338Test Start 2026-03-08T23:57:11.0641710Z >>>>> 3/8/2026 11:57:11 PM Issue7338Test Stop 2026-03-08T23:57:11.5774560Z Passed Issue7338Test [981 ms] 2026-03-08T23:57:13.5441790Z >>>>> 3/8/2026 11:57:13 PM FixtureSetup for Issue7393(Mac) 2026-03-08T23:57:13.6409520Z >>>>> 3/8/2026 11:57:13 PM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-08T23:57:16.1221240Z >>>>> 3/8/2026 11:57:16 PM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-08T23:57:16.6358980Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-08T23:57:18.7142200Z >>>>> 3/8/2026 11:57:18 PM FixtureSetup for Issue7562(Mac) 2026-03-08T23:57:18.8260490Z >>>>> 3/8/2026 11:57:18 PM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-08T23:57:19.8617250Z >>>>> 3/8/2026 11:57:19 PM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-08T23:57:20.3771700Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [1 s] 2026-03-08T23:57:22.8007680Z >>>>> 3/8/2026 11:57:22 PM FixtureSetup for Issue8308(Mac) 2026-03-08T23:57:22.9151100Z >>>>> 3/8/2026 11:57:22 PM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-08T23:57:33.4846680Z >>>>> 3/8/2026 11:57:33 PM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-08T23:57:34.9116130Z Passed NavigatingBackToCollectionViewShouldNotCrash [10 s] 2026-03-08T23:57:36.3354320Z >>>>> 3/8/2026 11:57:36 PM FixtureSetup for Issue8715(Mac) 2026-03-08T23:57:36.4383050Z >>>>> 3/8/2026 11:57:36 PM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-08T23:57:56.9531010Z >>>>> 3/8/2026 11:57:56 PM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-08T23:57:57.4319440Z Passed ReappearingCollectionViewShouldNotThrowNRE [20 s] 2026-03-08T23:57:59.6497310Z >>>>> 3/8/2026 11:57:59 PM FixtureSetup for Issue8761(Mac) 2026-03-08T23:57:59.7538150Z >>>>> 3/8/2026 11:57:59 PM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-08T23:58:11.0339260Z >>>>> 3/8/2026 11:58:11 PM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-08T23:58:11.7464750Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [11 s] 2026-03-08T23:58:13.9985080Z >>>>> 3/8/2026 11:58:13 PM FixtureSetup for Issue8814(Mac) 2026-03-08T23:58:14.0989640Z >>>>> 3/8/2026 11:58:14 PM CollectionViewInShellShouldBeVisible Start 2026-03-08T23:58:15.2538710Z >>>>> 3/8/2026 11:58:15 PM CollectionViewInShellShouldBeVisible Stop 2026-03-08T23:58:15.6127070Z Passed CollectionViewInShellShouldBeVisible [1 s] 2026-03-08T23:58:17.8791860Z >>>>> 3/8/2026 11:58:17 PM FixtureSetup for Issue8899(Mac) 2026-03-08T23:58:17.9739710Z >>>>> 3/8/2026 11:58:17 PM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-08T23:58:21.5940450Z >>>>> 3/8/2026 11:58:21 PM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-08T23:58:22.5102200Z Passed ClearingGroupedCollectionViewShouldNotCrash [3 s] 2026-03-08T23:58:24.1162110Z >>>>> 3/8/2026 11:58:24 PM FixtureSetup for Issue9087(Mac) 2026-03-08T23:58:24.2134810Z >>>>> 3/8/2026 11:58:24 PM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-08T23:58:25.0346900Z >>>>> 3/8/2026 11:58:25 PM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-08T23:58:25.7161770Z Passed BindablePropertiesAvailableAtOnElementChanged [827 ms] 2026-03-08T23:58:27.5353150Z >>>>> 3/8/2026 11:58:27 PM FixtureSetup for Issue9196(Mac) 2026-03-08T23:58:27.6343440Z >>>>> 3/8/2026 11:58:27 PM EmptyViewShouldNotCrash Start 2026-03-08T23:58:28.4332200Z >>>>> 3/8/2026 11:58:28 PM EmptyViewShouldNotCrash Stop 2026-03-08T23:58:29.1285590Z Passed EmptyViewShouldNotCrash [804 ms] 2026-03-08T23:58:31.1855870Z >>>>> 3/8/2026 11:58:31 PM FixtureSetup for Issue9580(Mac) 2026-03-08T23:58:31.2996590Z >>>>> 3/8/2026 11:58:31 PM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-08T23:58:34.9613040Z >>>>> 3/8/2026 11:58:34 PM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-08T23:58:35.8099830Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [3 s] 2026-03-08T23:58:37.5654210Z >>>>> 3/8/2026 11:58:37 PM FixtureSetup for Issue9686(Mac) 2026-03-08T23:58:37.6606200Z >>>>> 3/8/2026 11:58:37 PM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-08T23:58:43.8898200Z >>>>> 3/8/2026 11:58:43 PM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-08T23:58:45.2278670Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [6 s] 2026-03-08T23:58:49.1795310Z >>>>> 3/8/2026 11:58:49 PM FixtureSetup for NestedCollectionView(Mac) 2026-03-08T23:58:49.2760690Z >>>>> 3/8/2026 11:58:49 PM NestedCollectionViewsShouldNotCrash Start 2026-03-08T23:58:59.3548360Z >>>>> 3/8/2026 11:58:59 PM NestedCollectionViewsShouldNotCrash Stop 2026-03-08T23:58:59.7779760Z Passed NestedCollectionViewsShouldNotCrash [10 s] 2026-03-08T23:59:02.5888510Z >>>>> 3/8/2026 11:59:02 PM FixtureSetup for ScrollToGroup(Mac) 2026-03-08T23:59:02.7026580Z >>>>> 3/8/2026 11:59:02 PM InvalidScrollToIndexShouldNotCrash Start 2026-03-08T23:59:39.3883500Z >>>>> 3/8/2026 11:59:39 PM InvalidScrollToIndexShouldNotCrash Stop 2026-03-08T23:59:39.3938630Z Passed InvalidScrollToIndexShouldNotCrash [36 s] 2026-03-08T23:59:39.3940010Z >>>>> 3/8/2026 11:59:39 PM CanScrollToGroupAndItemIndex Start 2026-03-09T00:00:15.4114980Z >>>>> 3/9/2026 12:00:15 AM CanScrollToGroupAndItemIndex Stop 2026-03-09T00:00:15.4173850Z Passed CanScrollToGroupAndItemIndex [36 s] 2026-03-09T00:00:15.4174760Z >>>>> 3/9/2026 12:00:15 AM CanScrollToGroupAndItem Start 2026-03-09T00:00:49.6166690Z >>>>> 3/9/2026 12:00:49 AM CanScrollToGroupAndItem Stop 2026-03-09T00:00:49.9295310Z Passed CanScrollToGroupAndItem [34 s] 2026-03-09T00:00:52.1728150Z >>>>> 3/9/2026 12:00:52 AM FixtureSetup for Issue29588(Mac) 2026-03-09T00:00:52.2825560Z >>>>> 3/9/2026 12:00:52 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-09T00:01:09.6897430Z >>>>> 3/9/2026 12:01:09 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-09T00:01:10.2969580Z Passed RemainingItemsThresholdReachedEventShouldTrigger [17 s] 2026-03-09T00:01:12.4384120Z >>>>> 3/9/2026 12:01:12 AM VisitAndUpdateItemsSource Start 2026-03-09T00:01:12.4460110Z >>>>> 3/9/2026 12:01:12 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:01:49.2592910Z >>>>> 3/9/2026 12:01:49 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:01:52.3451230Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [39 s] 2026-03-09T00:01:52.3465910Z >>>>> 3/9/2026 12:01:52 AM VisitAndUpdateItemsSource Start 2026-03-09T00:01:52.3522480Z >>>>> 3/9/2026 12:01:52 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:02:38.3919070Z >>>>> 3/9/2026 12:02:38 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:02:41.1227160Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [48 s] 2026-03-09T00:02:41.1231720Z >>>>> 3/9/2026 12:02:41 AM VisitAndUpdateItemsSource Start 2026-03-09T00:02:41.1235280Z >>>>> 3/9/2026 12:02:41 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:03:22.8849490Z >>>>> 3/9/2026 12:03:22 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:03:25.7580660Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [44 s] 2026-03-09T00:03:25.7583900Z >>>>> 3/9/2026 12:03:25 AM VisitAndUpdateItemsSource Start 2026-03-09T00:03:25.7587870Z >>>>> 3/9/2026 12:03:25 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:03:59.6894300Z >>>>> 3/9/2026 12:03:59 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:04:02.4596630Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [36 s] 2026-03-09T00:04:02.4599910Z >>>>> 3/9/2026 12:04:02 AM VisitAndUpdateItemsSource Start 2026-03-09T00:04:02.4601560Z >>>>> 3/9/2026 12:04:02 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:05:27.7914720Z >>>>> 3/9/2026 12:05:27 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:05:30.7913700Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 28 s] 2026-03-09T00:05:30.7934670Z >>>>> 3/9/2026 12:05:30 AM VisitAndUpdateItemsSource Start 2026-03-09T00:05:30.7998110Z >>>>> 3/9/2026 12:05:30 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:06:33.5541670Z >>>>> 3/9/2026 12:06:33 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:06:36.5176850Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [1 m 5 s] 2026-03-09T00:06:36.5229840Z >>>>> 3/9/2026 12:06:36 AM VisitAndUpdateItemsSource Start 2026-03-09T00:06:36.5232920Z >>>>> 3/9/2026 12:06:36 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:07:05.8010240Z >>>>> 3/9/2026 12:07:05 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:07:08.8673010Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [32 s] 2026-03-09T00:07:08.8676330Z >>>>> 3/9/2026 12:07:08 AM VisitAndUpdateItemsSource Start 2026-03-09T00:07:08.8677150Z >>>>> 3/9/2026 12:07:08 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:07:40.6437360Z >>>>> 3/9/2026 12:07:40 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:07:43.5755750Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [34 s] 2026-03-09T00:07:43.5788180Z >>>>> 3/9/2026 12:07:43 AM VisitAndUpdateItemsSource Start 2026-03-09T00:07:43.5798850Z >>>>> 3/9/2026 12:07:43 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:08:30.3988630Z >>>>> 3/9/2026 12:08:30 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:08:33.2848670Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [49 s] 2026-03-09T00:08:33.2852070Z >>>>> 3/9/2026 12:08:33 AM VisitAndUpdateItemsSource Start 2026-03-09T00:08:33.2852790Z >>>>> 3/9/2026 12:08:33 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-09T00:09:16.6574510Z >>>>> 3/9/2026 12:09:16 AM VisitAndUpdateItemsSource Stop 2026-03-09T00:09:19.8413530Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [46 s] 2026-03-09T00:09:20.6101460Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-09T00:09:21.0425800Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-09T00:09:21.0434100Z 2026-03-09T00:09:21.0583560Z Test Run Failed. 2026-03-09T00:09:21.0601640Z Total tests: 350 2026-03-09T00:09:21.0602190Z Passed: 343 2026-03-09T00:09:21.0602570Z Failed: 6 2026-03-09T00:09:21.0602930Z Skipped: 1 2026-03-09T00:09:21.0635730Z Total time: 1.8352 Hours 2026-03-09T00:09:22.4049580Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-09T00:09:22.5584810Z An error occurred when executing task 'uitest'. 2026-03-09T00:09:22.7067850Z Completed in 01:53:55.1753841 2026-03-09T00:09:23.0161760Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-09T00:09:23.0193360Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-09T00:09:23.0195390Z 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-09T00:09:23.0198460Z 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-09T00:09:23.0201960Z 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-09T00:09:23.0204800Z 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-09T00:09:23.0206730Z 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-09T00:09:23.0208560Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-09T00:09:23.0212660Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-09T00:09:23.0215580Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-09T00:09:23.0217810Z at Submission#0.<>b__0_24() 2026-03-09T00:09:23.0219370Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-09T00:09:23.0221530Z 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-09T00:09:23.0223740Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-09T00:09:23.0225550Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-09T00:09:23.0227530Z 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-09T00:09:23.0229450Z 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-09T00:09:23.0231300Z 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-09T00:09:23.0233210Z 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-09T00:09:23.0235190Z 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-09T00:09:23.0237720Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-09T00:09:23.0240510Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-09T00:09:23.0243390Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-09T00:09:23.0245460Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-09T00:09:23.0247490Z at Submission#0.<>d__0.MoveNext() 2026-03-09T00:09:23.0249900Z --- End of stack trace from previous location --- 2026-03-09T00:09:23.0252610Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T00:09:23.0254590Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-09T00:09:23.0256560Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-09T00:09:23.0258290Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-09T00:09:23.0260010Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-09T00:09:23.0262870Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-09T00:09:23.0264800Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-09T00:09:24.8676670Z 2026-03-09T00:09:24.9846700Z ##[error]PowerShell exited with code '1'. 2026-03-09T00:09:25.2411030Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-09T00:09:26.9628510Z Generating script. 2026-03-09T00:09:26.9641650Z ========================== Starting Command Output =========================== 2026-03-09T00:09:26.9756780Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/7be9d3f9-f35d-4504-87bb-d89b4a92c6ee.ps1' 2026-03-09T00:09:28.3199970Z $ErrorActionPreference = 'stop' 2026-03-09T00:09:28.3203160Z $ProgressPreference = 'silentlyContinue' 2026-03-09T00:09:28.3204180Z Get-Content $PSCommandPath 2026-03-09T00:09:28.3205450Z $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-09T00:09:28.3206910Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-09T00:09:28.3207510Z $command += " --runtimevariant=""Mono""" 2026-03-09T00:09:28.3208400Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-09T00:09:28.3209240Z 2026-03-09T00:09:28.3210230Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-09T00:09:28.3210790Z $deviceType = "" 2026-03-09T00:09:28.3211170Z if ($deviceType) { 2026-03-09T00:09:28.3212230Z $command += " --skin=""$deviceType""" 2026-03-09T00:09:28.3213390Z } 2026-03-09T00:09:28.3213540Z 2026-03-09T00:09:28.3213920Z $testFilter = "" 2026-03-09T00:09:28.3214350Z $testConfigrationArgs = "" 2026-03-09T00:09:28.3214510Z 2026-03-09T00:09:28.3215380Z "CollectionView".Split(",") | ForEach { 2026-03-09T00:09:28.3215900Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-09T00:09:28.3216540Z } 2026-03-09T00:09:28.3217440Z 2026-03-09T00:09:28.3217950Z $testFilter = $testFilter.TrimEnd("|") 2026-03-09T00:09:28.3218240Z 2026-03-09T00:09:28.3219070Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-09T00:09:28.3219590Z if ($testConfigrationArgs) { 2026-03-09T00:09:28.3220160Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-09T00:09:28.3220600Z } 2026-03-09T00:09:28.3220950Z if ($testFilter) { 2026-03-09T00:09:28.3221370Z $command += " --test-filter ""$testFilter""" 2026-03-09T00:09:28.3222650Z } 2026-03-09T00:09:28.3223690Z 2026-03-09T00:09:28.3225180Z $headless = true 2026-03-09T00:09:28.3225660Z if ($headless) { 2026-03-09T00:09:28.3227490Z $command += " --headless ""$headless""" 2026-03-09T00:09:28.3228020Z } 2026-03-09T00:09:28.3228180Z 2026-03-09T00:09:28.3229100Z Write-Host "Running command: $command" 2026-03-09T00:09:28.3229880Z 2026-03-09T00:09:28.3230690Z Invoke-Expression $command 2026-03-09T00:09:28.3231590Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-09T00:09:28.3234050Z } else { 2026-03-09T00:09:28.3236630Z exit $LASTEXITCODE 2026-03-09T00:09:28.3237090Z } 2026-03-09T00:09:28.4558000Z 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-09T00:09:29.8475900Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T00:09:30.5124320Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T00:09:31.1023850Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T00:09:31.7490870Z 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-09T00:09:32.3211230Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-09T00:09:33.5197240Z Looking for modules... 2026-03-09T00:09:36.5629270Z No modules found to install. 2026-03-09T00:09:36.5734310Z Module directory does not exist. 2026-03-09T00:09:36.5803200Z Analyzing build script... 2026-03-09T00:09:36.5841210Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-09T00:09:36.5842860Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-09T00:09:36.5850460Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-09T00:09:36.8008580Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-09T00:09:38.2278400Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-09T00:09:39.0540990Z Processing build script... 2026-03-09T00:09:39.0567390Z Installing addins... 2026-03-09T00:09:39.2783310Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-09T00:09:39.2919440Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-09T00:09:39.3013640Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-09T00:09:39.5980340Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-09T00:09:39.5981370Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-09T00:09:39.5982130Z is referencing an older version of Cake.Core (0.33.0). 2026-03-09T00:09:39.5982860Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-09T00:09:39.6016800Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T00:09:39.6044230Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-09T00:09:39.9191910Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-09T00:09:39.9192760Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-09T00:09:39.9193460Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-09T00:09:39.9194080Z Adding assembly reference to System.Runtime.dll... 2026-03-09T00:09:39.9194770Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-09T00:09:39.9195490Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-09T00:09:39.9196860Z Adding assembly reference to System.Threading.dll... 2026-03-09T00:09:39.9197480Z Adding assembly reference to System.Linq.dll... 2026-03-09T00:09:39.9198100Z Adding assembly reference to System.Collections.dll... 2026-03-09T00:09:39.9198870Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-09T00:09:39.9199560Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-09T00:09:39.9200290Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-09T00:09:39.9201020Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-09T00:09:39.9201670Z Adding assembly reference to System.ObjectModel.dll... 2026-03-09T00:09:39.9202330Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-09T00:09:39.9203020Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-09T00:09:39.9203730Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-09T00:09:39.9204410Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-09T00:09:39.9205090Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-09T00:09:39.9205800Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-09T00:09:39.9206480Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-09T00:09:39.9207120Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-09T00:09:39.9207800Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-09T00:09:39.9208520Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-09T00:09:39.9209210Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-09T00:09:39.9209870Z Adding assembly reference to mscorlib.dll... 2026-03-09T00:09:39.9210570Z Adding assembly reference to netstandard.dll... 2026-03-09T00:09:39.9211310Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-09T00:09:39.9211940Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-09T00:09:39.9212590Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-09T00:09:39.9213290Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-09T00:09:39.9213930Z Adding assembly reference to System.Memory.dll... 2026-03-09T00:09:39.9215230Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-09T00:09:39.9215930Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-09T00:09:39.9216810Z Adding assembly reference to System.ComponentModel.dll... 2026-03-09T00:09:39.9217450Z Adding assembly reference to System.Console.dll... 2026-03-09T00:09:39.9218070Z Adding assembly reference to System.Data.Common.dll... 2026-03-09T00:09:39.9218780Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-09T00:09:39.9219450Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-09T00:09:39.9220150Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-09T00:09:39.9221190Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-09T00:09:39.9221880Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-09T00:09:39.9222550Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-09T00:09:39.9223220Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-09T00:09:39.9223910Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-09T00:09:39.9224560Z Adding assembly reference to System.IO.Compression.dll... 2026-03-09T00:09:39.9225240Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-09T00:09:39.9225910Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-09T00:09:39.9226610Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-09T00:09:39.9227300Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-09T00:09:39.9227940Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-09T00:09:39.9228590Z Adding assembly reference to System.Net.Requests.dll... 2026-03-09T00:09:39.9229240Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-09T00:09:39.9229920Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-09T00:09:39.9230570Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-09T00:09:39.9231220Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-09T00:09:39.9231860Z Adding assembly reference to System.Net.Http.dll... 2026-03-09T00:09:39.9232560Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-09T00:09:39.9233220Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-09T00:09:39.9233880Z Adding assembly reference to System.Net.Mail.dll... 2026-03-09T00:09:39.9234560Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-09T00:09:39.9235210Z Adding assembly reference to System.Net.Ping.dll... 2026-03-09T00:09:39.9235830Z Adding assembly reference to System.Net.Security.dll... 2026-03-09T00:09:39.9236480Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-09T00:09:39.9237170Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-09T00:09:39.9237850Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-09T00:09:39.9238800Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-09T00:09:39.9239450Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-09T00:09:39.9240150Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-09T00:09:39.9240810Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-09T00:09:39.9241480Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-09T00:09:39.9242210Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-09T00:09:39.9242930Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-09T00:09:39.9243630Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-09T00:09:39.9244540Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-09T00:09:39.9245280Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-09T00:09:39.9245960Z Adding assembly reference to System.Security.Claims.dll... 2026-03-09T00:09:39.9246660Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-09T00:09:39.9247720Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-09T00:09:39.9248420Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-09T00:09:39.9249280Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-09T00:09:39.9250340Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-09T00:09:39.9251400Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-09T00:09:39.9252380Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-09T00:09:39.9253350Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-09T00:09:39.9254300Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-09T00:09:39.9255380Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-09T00:09:39.9256320Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-09T00:09:39.9257220Z Adding assembly reference to System.AppContext.dll... 2026-03-09T00:09:39.9258170Z Adding assembly reference to System.Buffers.dll... 2026-03-09T00:09:39.9259110Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-09T00:09:39.9260120Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-09T00:09:39.9261130Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-09T00:09:39.9262080Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-09T00:09:39.9262740Z Adding assembly reference to System.Configuration.dll... 2026-03-09T00:09:39.9263440Z Adding assembly reference to System.Core.dll... 2026-03-09T00:09:39.9264060Z Adding assembly reference to System.Private.Uri.dll... 2026-03-09T00:09:39.9264750Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-09T00:09:39.9265380Z Adding assembly reference to System.Data.dll... 2026-03-09T00:09:39.9266730Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-09T00:09:39.9267410Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-09T00:09:39.9268080Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-09T00:09:39.9268770Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-09T00:09:39.9269380Z Adding assembly reference to System.dll... 2026-03-09T00:09:39.9269990Z Adding assembly reference to System.Drawing.dll... 2026-03-09T00:09:39.9270650Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-09T00:09:39.9271330Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-09T00:09:39.9271960Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-09T00:09:39.9272900Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-09T00:09:39.9273590Z Adding assembly reference to System.Globalization.dll... 2026-03-09T00:09:39.9274250Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-09T00:09:39.9274940Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-09T00:09:39.9275570Z Adding assembly reference to System.IO.dll... 2026-03-09T00:09:39.9276250Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-09T00:09:39.9276910Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-09T00:09:39.9277570Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-09T00:09:39.9278280Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-09T00:09:39.9278960Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-09T00:09:39.9279630Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-09T00:09:39.9280250Z Adding assembly reference to System.Net.dll... 2026-03-09T00:09:39.9280910Z Adding assembly reference to System.Net.Quic.dll... 2026-03-09T00:09:39.9281560Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-09T00:09:39.9282200Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-09T00:09:39.9282840Z Adding assembly reference to System.Text.Json.dll... 2026-03-09T00:09:39.9283500Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-09T00:09:39.9284140Z Adding assembly reference to System.Numerics.dll... 2026-03-09T00:09:39.9284760Z Adding assembly reference to System.Reflection.dll... 2026-03-09T00:09:39.9285410Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-09T00:09:39.9286140Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-09T00:09:39.9286820Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-09T00:09:39.9287480Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-09T00:09:39.9288210Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-09T00:09:39.9288890Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-09T00:09:39.9289990Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-09T00:09:39.9290690Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-09T00:09:39.9291510Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-09T00:09:39.9292210Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-09T00:09:39.9292900Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-09T00:09:39.9293650Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-09T00:09:39.9294340Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-09T00:09:39.9295030Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-09T00:09:39.9295970Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-09T00:09:39.9296710Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-09T00:09:39.9297420Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-09T00:09:39.9298140Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-09T00:09:39.9298860Z Adding assembly reference to System.Security.dll... 2026-03-09T00:09:39.9299510Z Adding assembly reference to System.Security.Principal.dll... 2026-03-09T00:09:39.9300180Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-09T00:09:39.9300850Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-09T00:09:39.9301580Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-09T00:09:39.9302250Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-09T00:09:39.9302900Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-09T00:09:39.9303610Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-09T00:09:39.9304440Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-09T00:09:39.9305410Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-09T00:09:39.9306380Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-09T00:09:39.9307810Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-09T00:09:39.9309330Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-09T00:09:39.9312010Z Adding assembly reference to System.Transactions.dll... 2026-03-09T00:09:39.9313140Z Adding assembly reference to System.ValueTuple.dll... 2026-03-09T00:09:39.9314370Z Adding assembly reference to System.Web.dll... 2026-03-09T00:09:39.9315120Z Adding assembly reference to System.Windows.dll... 2026-03-09T00:09:39.9315990Z Adding assembly reference to System.Xml.dll... 2026-03-09T00:09:39.9316710Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-09T00:09:39.9317540Z Adding assembly reference to System.Private.Xml.dll... 2026-03-09T00:09:39.9318290Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-09T00:09:39.9319920Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-09T00:09:39.9321140Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-09T00:09:39.9321990Z Adding assembly reference to WindowsBase.dll... 2026-03-09T00:09:39.9322970Z Adding assembly reference to Cake.Core.dll... 2026-03-09T00:09:39.9323680Z Adding assembly reference to Cake.Common.dll... 2026-03-09T00:09:39.9324720Z Adding assembly reference to Spectre.Console.dll... 2026-03-09T00:09:39.9325580Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-09T00:09:39.9326310Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-09T00:09:39.9327330Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-09T00:09:39.9328640Z Importing namespace Cake.Common... 2026-03-09T00:09:39.9329310Z Importing namespace Cake.Common.Build... 2026-03-09T00:09:39.9330010Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-09T00:09:39.9330740Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-09T00:09:39.9331700Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-09T00:09:39.9332590Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-09T00:09:39.9333290Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-09T00:09:39.9334350Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-09T00:09:39.9336630Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-09T00:09:39.9337790Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-09T00:09:39.9338540Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-09T00:09:39.9344340Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-09T00:09:39.9345450Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-09T00:09:39.9346420Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-09T00:09:39.9347140Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-09T00:09:39.9347840Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-09T00:09:39.9348480Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-09T00:09:39.9349120Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-09T00:09:39.9349930Z Importing namespace Cake.Common.Build.GoCD... 2026-03-09T00:09:39.9350610Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-09T00:09:39.9351220Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-09T00:09:39.9351840Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-09T00:09:39.9352690Z Importing namespace Cake.Common.Build.MyGet... 2026-03-09T00:09:39.9353780Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-09T00:09:39.9354400Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-09T00:09:39.9355030Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-09T00:09:39.9355680Z Importing namespace Cake.Common.Diagnostics... 2026-03-09T00:09:39.9356340Z Importing namespace Cake.Common.IO... 2026-03-09T00:09:39.9357520Z Importing namespace Cake.Common.IO.Paths... 2026-03-09T00:09:39.9358190Z Importing namespace Cake.Common.Net... 2026-03-09T00:09:39.9359150Z Importing namespace Cake.Common.Security... 2026-03-09T00:09:39.9359920Z Importing namespace Cake.Common.Solution... 2026-03-09T00:09:39.9360700Z Importing namespace Cake.Common.Solution.Project... 2026-03-09T00:09:39.9361460Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-09T00:09:39.9362350Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-09T00:09:39.9363800Z Importing namespace Cake.Common.Text... 2026-03-09T00:09:39.9365290Z Importing namespace Cake.Common.Tools.Cake... 2026-03-09T00:09:39.9366490Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-09T00:09:39.9367600Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-09T00:09:39.9368390Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-09T00:09:39.9369130Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-09T00:09:39.9370320Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-09T00:09:39.9371210Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-09T00:09:39.9371970Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-09T00:09:39.9372830Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-09T00:09:39.9373660Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-09T00:09:39.9374500Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-09T00:09:39.9375250Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-09T00:09:39.9375970Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-09T00:09:39.9376800Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-09T00:09:39.9378590Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-09T00:09:39.9379400Z Importing namespace Cake.Common.Tools.Command... 2026-03-09T00:09:39.9380230Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-09T00:09:39.9380880Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-09T00:09:39.9381520Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-09T00:09:39.9382350Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-09T00:09:39.9382990Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-09T00:09:39.9383740Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-09T00:09:39.9384380Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-09T00:09:39.9385060Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-09T00:09:39.9385800Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-09T00:09:39.9386460Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-09T00:09:39.9387120Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-09T00:09:39.9388210Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-09T00:09:39.9389400Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-09T00:09:39.9390080Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-09T00:09:39.9390780Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-09T00:09:39.9391420Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-09T00:09:39.9392060Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-09T00:09:39.9392720Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-09T00:09:39.9393400Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-09T00:09:39.9394040Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-09T00:09:39.9394940Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-09T00:09:39.9395580Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-09T00:09:39.9396250Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-09T00:09:39.9396870Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-09T00:09:39.9397490Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-09T00:09:39.9398200Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-09T00:09:39.9398880Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-09T00:09:39.9400160Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-09T00:09:39.9400900Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-09T00:09:39.9401810Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-09T00:09:39.9402490Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-09T00:09:39.9403180Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-09T00:09:39.9403860Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-09T00:09:39.9404480Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-09T00:09:39.9405090Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-09T00:09:39.9405720Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-09T00:09:39.9406500Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-09T00:09:39.9407360Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-09T00:09:39.9408080Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-09T00:09:39.9408770Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-09T00:09:39.9409480Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-09T00:09:39.9410160Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-09T00:09:39.9410840Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-09T00:09:39.9411560Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-09T00:09:39.9412210Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-09T00:09:39.9412850Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-09T00:09:39.9413820Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-09T00:09:39.9414480Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-09T00:09:39.9415100Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-09T00:09:39.9415730Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-09T00:09:39.9416350Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-09T00:09:39.9417010Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-09T00:09:39.9417620Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-09T00:09:39.9418220Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-09T00:09:39.9418830Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-09T00:09:39.9419720Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-09T00:09:39.9420520Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-09T00:09:39.9421360Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-09T00:09:39.9422140Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-09T00:09:39.9423080Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-09T00:09:39.9423760Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-09T00:09:39.9472720Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-09T00:09:39.9473530Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-09T00:09:39.9474180Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-09T00:09:39.9474820Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-09T00:09:39.9475430Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-09T00:09:39.9476020Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-09T00:09:39.9476610Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-09T00:09:39.9477240Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-09T00:09:39.9477860Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-09T00:09:39.9478520Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-09T00:09:39.9479150Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-09T00:09:39.9479760Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-09T00:09:39.9480390Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-09T00:09:39.9481030Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-09T00:09:39.9481690Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-09T00:09:39.9482370Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-09T00:09:39.9483030Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-09T00:09:39.9483680Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-09T00:09:39.9484290Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-09T00:09:39.9484920Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-09T00:09:39.9485560Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-09T00:09:39.9486670Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-09T00:09:39.9487280Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-09T00:09:39.9487860Z Importing namespace Cake.Common.Tools.WiX... 2026-03-09T00:09:39.9488500Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-09T00:09:39.9489110Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-09T00:09:39.9489710Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-09T00:09:39.9490300Z Importing namespace Cake.Common.Xml... 2026-03-09T00:09:39.9490900Z Importing namespace Cake.Core... 2026-03-09T00:09:39.9491620Z Importing namespace Cake.Core.Diagnostics... 2026-03-09T00:09:39.9492240Z Importing namespace Cake.Core.IO... 2026-03-09T00:09:39.9493100Z Importing namespace Cake.Core.Scripting... 2026-03-09T00:09:39.9493710Z Importing namespace Cake.Core.Tooling... 2026-03-09T00:09:39.9494260Z Importing namespace Cake.FileHelpers... 2026-03-09T00:09:39.9494790Z Importing namespace NuGet.Common... 2026-03-09T00:09:39.9495380Z Importing namespace NuGet.Configuration... 2026-03-09T00:09:39.9495960Z Importing namespace NuGet.Protocol... 2026-03-09T00:09:39.9496550Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-09T00:09:39.9497140Z Importing namespace NuGet.Versioning... 2026-03-09T00:09:39.9497760Z Importing namespace System... 2026-03-09T00:09:39.9498340Z Importing namespace System.Collections.Generic... 2026-03-09T00:09:39.9498930Z Importing namespace System.IO... 2026-03-09T00:09:39.9499480Z Importing namespace System.Linq... 2026-03-09T00:09:39.9500080Z Importing namespace System.Text... 2026-03-09T00:09:39.9500640Z Importing namespace System.Threading.Tasks... 2026-03-09T00:09:39.9501100Z .NETStandard,Version=v2.0 2026-03-09T00:09:40.0132110Z Compiling build script... 2026-03-09T00:09:42.9029900Z /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-09T00:09:44.3335090Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T00:09:44.3341960Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-09T00:09:44.3384800Z Host OS System Arch: X64 2026-03-09T00:09:44.3385390Z Host Processor System Arch: X64 2026-03-09T00:09:44.3386360Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T00:09:44.3387790Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-09T00:09:44.3388290Z Build Configuration: Release 2026-03-09T00:09:44.3388770Z Build Runtime Identifier: maccatalyst-x64 2026-03-09T00:09:44.3389280Z Build Target Framework: net10.0-maccatalyst 2026-03-09T00:09:44.3389770Z Test Device: mac 2026-03-09T00:09:44.3390230Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-09T00:09:44.3527710Z 2026-03-09T00:09:44.3529210Z ======================================== 2026-03-09T00:09:44.3529990Z uitest 2026-03-09T00:09:44.3530870Z ======================================== 2026-03-09T00:09:44.3532280Z Executing task: uitest 2026-03-09T00:09:44.3551870Z Starting UI Tests... 2026-03-09T00:09:44.3556870Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T00:09:44.3560940Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-09T00:09:44.3682220Z Testing Device: mac 2026-03-09T00:09:44.3682920Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-09T00:09:44.3683630Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-09T00:09:44.3684340Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-09T00:09:44.3714380Z 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-09T00:09:44.4438570Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T00:09:44.4490440Z 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-09T00:09:47.8652650Z Determining projects to restore... 2026-03-09T00:09:54.2415380Z All projects are up-to-date for restore. 2026-03-09T00:10:03.8149080Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-09T00:10:03.9029830Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-09T00:10:04.3912170Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-09T00:10:05.2340090Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-09T00:10:05.6677880Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-09T00:10:06.8272570Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-09T00:10:07.1260290Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-09T00:10:07.3085270Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-09T00:10:07.3196030Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-09T00:10:07.6119840Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-09T00:10:07.9369280Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-09T00:10:08.3403930Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-09T00:10:11.4177510Z 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-09T00:10:12.1120930Z 2026-03-09T00:10:12.1995500Z Build succeeded. 2026-03-09T00:10:12.3002010Z 0 Warning(s) 2026-03-09T00:10:12.3538040Z 0 Error(s) 2026-03-09T00:10:12.4468210Z 2026-03-09T00:10:12.4590010Z Time Elapsed 00:00:26.57 2026-03-09T00:10:12.4697910Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-09T00:10:12.4825170Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-09T00:10:12.4986210Z Run Tests With Filter TestCategory=CollectionView 2026-03-09T00:10:12.5072560Z Log Directory: /Users/runner/work/1/a/logs 2026-03-09T00:10:12.5185710Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-09T00:10:12.5391210Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-09T00:10:12.5481450Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T00:10:12.5496070Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-09T00:10:12.6499430Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-09T00:10:12.7502330Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-09T00:10:12.8506900Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-09T00:10:12.9510040Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-09T00:10:13.0514840Z 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-09T00:10:13.0987460Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-09T00:10:13.1190020Z 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-09T00:10:16.2713600Z 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-09T00:10:16.3963300Z VSTest version 18.0.1 (x64) 2026-03-09T00:10:16.3987580Z 2026-03-09T00:10:16.5750140Z Starting test execution, please wait... 2026-03-09T00:10:16.6315450Z A total of 1 test files matched the specified pattern. 2026-03-09T00:10:17.3456420Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-09T00:10:17.5083040Z [xUnit.net 00:00:00.18] Discovering: Controls.TestCases.Mac.Tests 2026-03-09T00:10:17.7977960Z [xUnit.net 00:00:00.47] Discovered: Controls.TestCases.Mac.Tests 2026-03-09T00:10:17.8208030Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-09T00:10:17.8595640Z 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-09T00:10:19.3366220Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-09T00:10:49.9628910Z >>>>> 3/9/2026 12:10:49 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-09T00:10:53.0037530Z >>>>> 3/9/2026 12:10:52 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-09T00:11:24.5812320Z >>>>> 3/9/2026 12:11:24 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-09T00:11:24.6669760Z Passed ValidateDynamicItemTemplateDisplayed [31 s] 2026-03-09T00:11:24.6671420Z >>>>> 3/9/2026 12:11:24 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-09T00:11:53.3914970Z >>>>> 3/9/2026 12:11:53 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-09T00:11:53.4015980Z Passed ValidateDynamicEmptyViewGridDisplayed [28 s] 2026-03-09T00:11:53.4019230Z >>>>> 3/9/2026 12:11:53 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-09T00:12:19.2964320Z >>>>> 3/9/2026 12:12:19 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-09T00:12:19.3047900Z Passed ValidateDynamicEmptyViewStringDisplayed [25 s] 2026-03-09T00:12:19.3049560Z >>>>> 3/9/2026 12:12:19 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-09T00:12:45.2074090Z >>>>> 3/9/2026 12:12:45 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-09T00:12:45.2136650Z Passed ValidateDynamicEmptyViewTemplateDisplayed [25 s] 2026-03-09T00:12:45.2155360Z >>>>> 3/9/2026 12:12:45 AM ValidateDynamicFooterGridDisplayed Start 2026-03-09T00:13:11.1924890Z >>>>> 3/9/2026 12:13:11 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-09T00:13:11.2017620Z Passed ValidateDynamicFooterGridDisplayed [25 s] 2026-03-09T00:13:11.2026570Z >>>>> 3/9/2026 12:13:11 AM ValidateDynamicFooterStringDisplayed Start 2026-03-09T00:13:36.5880730Z >>>>> 3/9/2026 12:13:36 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-09T00:13:36.5994950Z Passed ValidateDynamicFooterStringDisplayed [25 s] 2026-03-09T00:13:36.6000130Z >>>>> 3/9/2026 12:13:36 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-09T00:14:01.6424270Z >>>>> 3/9/2026 12:14:01 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-09T00:14:01.6494640Z Passed ValidateDynamicFooterTemplateDisplayed [25 s] 2026-03-09T00:14:01.6497540Z >>>>> 3/9/2026 12:14:01 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-09T00:14:37.9097040Z >>>>> 3/9/2026 12:14:37 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-09T00:14:37.9194810Z Passed ValidateDynamicGroupFooterTemplateDisplayed [36 s] 2026-03-09T00:14:37.9207950Z >>>>> 3/9/2026 12:14:37 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-09T00:15:12.4232900Z >>>>> 3/9/2026 12:15:12 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-09T00:15:12.4366120Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [34 s] 2026-03-09T00:15:12.4395080Z >>>>> 3/9/2026 12:15:12 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-09T00:15:37.5565200Z >>>>> 3/9/2026 12:15:37 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-09T00:15:37.5652580Z Passed ValidateDynamicHeaderGridDisplayed [25 s] 2026-03-09T00:15:37.5653730Z >>>>> 3/9/2026 12:15:37 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-09T00:16:04.6171540Z >>>>> 3/9/2026 12:16:04 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-09T00:16:04.6231670Z Passed ValidateDynamicHeaderStringDisplayed [27 s] 2026-03-09T00:16:04.6233750Z >>>>> 3/9/2026 12:16:04 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-09T00:16:29.3469220Z >>>>> 3/9/2026 12:16:29 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-09T00:16:30.1376310Z Passed ValidateDynamicHeaderTemplateDisplayed [24 s] 2026-03-09T00:16:31.9113400Z >>>>> 3/9/2026 12:16:31 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-09T00:16:34.6375180Z >>>>> 3/9/2026 12:16:34 AM ValidateEmptyViewStringDisplayed Start 2026-03-09T00:16:49.7046370Z >>>>> 3/9/2026 12:16:49 AM ValidateEmptyViewStringDisplayed Stop 2026-03-09T00:16:49.7118030Z Passed ValidateEmptyViewStringDisplayed [15 s] 2026-03-09T00:16:49.7120050Z >>>>> 3/9/2026 12:16:49 AM ValidateCustomEmptyViewDisplayed Start 2026-03-09T00:17:00.9148250Z >>>>> 3/9/2026 12:17:00 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-09T00:17:00.9257800Z Passed ValidateCustomEmptyViewDisplayed [11 s] 2026-03-09T00:17:00.9279330Z >>>>> 3/9/2026 12:17:00 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-09T00:17:17.6032060Z >>>>> 3/9/2026 12:17:17 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-09T00:17:17.6111720Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [16 s] 2026-03-09T00:17:17.6116720Z >>>>> 3/9/2026 12:17:17 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-09T00:17:33.0488020Z >>>>> 3/9/2026 12:17:33 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-09T00:17:33.0591180Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [15 s] 2026-03-09T00:17:33.0640740Z >>>>> 3/9/2026 12:17:33 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T00:17:48.5754100Z >>>>> 3/9/2026 12:17:48 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T00:17:48.5816510Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [15 s] 2026-03-09T00:17:48.5819680Z >>>>> 3/9/2026 12:17:48 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-09T00:18:04.2759010Z >>>>> 3/9/2026 12:18:04 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-09T00:18:04.2831590Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [15 s] 2026-03-09T00:18:04.2834350Z >>>>> 3/9/2026 12:18:04 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-09T00:18:24.2769890Z >>>>> 3/9/2026 12:18:24 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-09T00:18:24.2831880Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [19 s] 2026-03-09T00:18:24.2835440Z >>>>> 3/9/2026 12:18:24 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-09T00:18:42.2411150Z >>>>> 3/9/2026 12:18:42 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-09T00:18:42.2544930Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [17 s] 2026-03-09T00:18:42.2557560Z >>>>> 3/9/2026 12:18:42 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T00:18:57.9300160Z >>>>> 3/9/2026 12:18:57 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T00:18:57.9376960Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-09T00:18:57.9379430Z >>>>> 3/9/2026 12:18:57 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T00:19:13.5954890Z >>>>> 3/9/2026 12:19:13 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T00:19:13.6017030Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [15 s] 2026-03-09T00:19:13.6018960Z >>>>> 3/9/2026 12:19:13 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-09T00:19:33.3814120Z >>>>> 3/9/2026 12:19:33 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-09T00:19:33.3971930Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [19 s] 2026-03-09T00:19:33.3974640Z >>>>> 3/9/2026 12:19:33 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-09T00:19:51.0392450Z >>>>> 3/9/2026 12:19:51 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T00:19:51.0468800Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [17 s] 2026-03-09T00:19:51.0532990Z >>>>> 3/9/2026 12:19:51 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-09T00:20:08.2040880Z >>>>> 3/9/2026 12:20:08 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-09T00:20:08.2103300Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [17 s] 2026-03-09T00:20:08.2105230Z >>>>> 3/9/2026 12:20:08 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-09T00:20:19.4111690Z >>>>> 3/9/2026 12:20:19 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-09T00:20:19.4169940Z Passed ValidateCustomEmptyViewSizeDisplayed [11 s] 2026-03-09T00:20:19.4173580Z >>>>> 3/9/2026 12:20:19 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-09T00:20:34.7409830Z >>>>> 3/9/2026 12:20:34 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-09T00:20:34.7500690Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [15 s] 2026-03-09T00:20:34.7515020Z >>>>> 3/9/2026 12:20:34 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-09T00:20:51.4847690Z >>>>> 3/9/2026 12:20:51 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-09T00:20:51.4922960Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [16 s] 2026-03-09T00:20:51.4927500Z >>>>> 3/9/2026 12:20:51 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-09T00:21:07.2390990Z >>>>> 3/9/2026 12:21:07 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-09T00:21:07.2469780Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [15 s] 2026-03-09T00:21:07.2482960Z >>>>> 3/9/2026 12:21:07 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-09T00:21:24.2535930Z >>>>> 3/9/2026 12:21:24 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-09T00:21:24.2645990Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [17 s] 2026-03-09T00:21:24.2652750Z >>>>> 3/9/2026 12:21:24 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-09T00:21:40.6295430Z >>>>> 3/9/2026 12:21:40 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-09T00:21:40.6377120Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [16 s] 2026-03-09T00:21:40.6378250Z >>>>> 3/9/2026 12:21:40 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T00:21:56.4006250Z >>>>> 3/9/2026 12:21:56 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T00:21:56.4068930Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [15 s] 2026-03-09T00:21:56.4070080Z >>>>> 3/9/2026 12:21:56 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-09T00:22:12.5371180Z >>>>> 3/9/2026 12:22:12 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-09T00:22:12.5465080Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [16 s] 2026-03-09T00:22:12.5475230Z >>>>> 3/9/2026 12:22:12 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-09T00:22:28.1080130Z >>>>> 3/9/2026 12:22:28 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-09T00:22:28.1141710Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [15 s] 2026-03-09T00:22:28.1144710Z >>>>> 3/9/2026 12:22:28 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-09T00:22:44.9602600Z >>>>> 3/9/2026 12:22:44 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-09T00:22:44.9672150Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [16 s] 2026-03-09T00:22:44.9675260Z >>>>> 3/9/2026 12:22:44 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T00:23:01.1488950Z >>>>> 3/9/2026 12:23:01 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T00:23:01.1543640Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [16 s] 2026-03-09T00:23:01.1545260Z >>>>> 3/9/2026 12:23:01 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T00:23:16.6490870Z >>>>> 3/9/2026 12:23:16 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T00:23:16.6554930Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [15 s] 2026-03-09T00:23:16.6556230Z >>>>> 3/9/2026 12:23:16 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-09T00:23:32.1274560Z >>>>> 3/9/2026 12:23:32 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-09T00:23:32.1330610Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [15 s] 2026-03-09T00:23:32.1331720Z >>>>> 3/9/2026 12:23:32 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-09T00:23:48.1167890Z >>>>> 3/9/2026 12:23:48 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T00:23:48.1234230Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-09T00:23:48.1237490Z >>>>> 3/9/2026 12:23:48 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-09T00:24:05.3475060Z >>>>> 3/9/2026 12:24:05 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-09T00:24:05.3592750Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [17 s] 2026-03-09T00:24:05.3627040Z >>>>> 3/9/2026 12:24:05 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-09T00:24:17.5270250Z >>>>> 3/9/2026 12:24:17 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-09T00:24:17.5327310Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [12 s] 2026-03-09T00:24:17.5328530Z >>>>> 3/9/2026 12:24:17 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-09T00:24:32.9077450Z >>>>> 3/9/2026 12:24:32 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-09T00:24:32.9132130Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [15 s] 2026-03-09T00:24:32.9133810Z >>>>> 3/9/2026 12:24:32 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-09T00:24:48.9897340Z >>>>> 3/9/2026 12:24:48 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-09T00:24:48.9964970Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [16 s] 2026-03-09T00:24:48.9967140Z >>>>> 3/9/2026 12:24:48 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-09T00:25:04.4182500Z >>>>> 3/9/2026 12:25:04 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-09T00:25:04.4238660Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [15 s] 2026-03-09T00:25:04.4239990Z >>>>> 3/9/2026 12:25:04 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T00:25:20.4282410Z >>>>> 3/9/2026 12:25:20 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T00:25:20.4491860Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [16 s] 2026-03-09T00:25:20.4521320Z >>>>> 3/9/2026 12:25:20 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-09T00:25:37.2901290Z >>>>> 3/9/2026 12:25:37 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-09T00:25:37.2960460Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-09T00:25:37.2961720Z >>>>> 3/9/2026 12:25:37 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-09T00:25:52.8624100Z >>>>> 3/9/2026 12:25:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-09T00:25:52.8683540Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [15 s] 2026-03-09T00:25:52.8685720Z >>>>> 3/9/2026 12:25:52 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-09T00:26:12.9593620Z >>>>> 3/9/2026 12:26:12 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-09T00:26:12.9658990Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [20 s] 2026-03-09T00:26:12.9668870Z >>>>> 3/9/2026 12:26:12 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-09T00:26:29.6253380Z >>>>> 3/9/2026 12:26:29 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-09T00:26:29.6308310Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [16 s] 2026-03-09T00:26:29.6311410Z >>>>> 3/9/2026 12:26:29 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T00:26:45.9341780Z >>>>> 3/9/2026 12:26:45 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T00:26:45.9418820Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [16 s] 2026-03-09T00:26:45.9441120Z >>>>> 3/9/2026 12:26:45 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T00:27:02.0447780Z >>>>> 3/9/2026 12:27:02 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T00:27:02.0503500Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [16 s] 2026-03-09T00:27:02.0504700Z >>>>> 3/9/2026 12:27:02 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T00:27:17.4218690Z >>>>> 3/9/2026 12:27:17 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T00:27:17.4276610Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [15 s] 2026-03-09T00:27:17.4278980Z >>>>> 3/9/2026 12:27:17 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-09T00:27:37.2574780Z >>>>> 3/9/2026 12:27:37 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-09T00:27:37.2633970Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [19 s] 2026-03-09T00:27:37.2638910Z >>>>> 3/9/2026 12:27:37 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-09T00:27:54.4308750Z >>>>> 3/9/2026 12:27:54 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T00:27:54.4372330Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [17 s] 2026-03-09T00:27:54.4377320Z >>>>> 3/9/2026 12:27:54 AM ValidateEmptyViewSize Start 2026-03-09T00:28:08.5577170Z >>>>> 3/9/2026 12:28:08 AM ValidateEmptyViewSize Stop 2026-03-09T00:28:08.5689070Z Passed ValidateEmptyViewSize [14 s] 2026-03-09T00:28:08.5696500Z >>>>> 3/9/2026 12:28:08 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-09T00:28:25.3392580Z >>>>> 3/9/2026 12:28:25 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-09T00:28:25.3451300Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [16 s] 2026-03-09T00:28:25.3453220Z >>>>> 3/9/2026 12:28:25 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-09T00:28:41.3668280Z >>>>> 3/9/2026 12:28:41 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-09T00:28:41.3722900Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [16 s] 2026-03-09T00:28:41.3724210Z >>>>> 3/9/2026 12:28:41 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T00:28:56.8653040Z >>>>> 3/9/2026 12:28:56 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T00:28:56.8722460Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [15 s] 2026-03-09T00:28:56.8726830Z >>>>> 3/9/2026 12:28:56 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-09T00:29:12.2437790Z >>>>> 3/9/2026 12:29:12 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-09T00:29:12.2501230Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [15 s] 2026-03-09T00:29:12.2506870Z >>>>> 3/9/2026 12:29:12 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-09T00:29:29.0418910Z >>>>> 3/9/2026 12:29:29 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-09T00:29:29.0496810Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [16 s] 2026-03-09T00:29:29.0501170Z >>>>> 3/9/2026 12:29:29 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-09T00:29:45.8069250Z >>>>> 3/9/2026 12:29:45 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-09T00:29:45.8156340Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [16 s] 2026-03-09T00:29:45.8164910Z >>>>> 3/9/2026 12:29:45 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-09T00:30:04.1588310Z >>>>> 3/9/2026 12:30:04 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-09T00:30:04.1646290Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [18 s] 2026-03-09T00:30:04.1647510Z >>>>> 3/9/2026 12:30:04 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-09T00:30:25.1801900Z >>>>> 3/9/2026 12:30:25 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-09T00:30:25.1855980Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [21 s] 2026-03-09T00:30:25.1857610Z >>>>> 3/9/2026 12:30:25 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T00:30:42.1042910Z >>>>> 3/9/2026 12:30:42 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T00:30:42.1118200Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [16 s] 2026-03-09T00:30:42.1121530Z >>>>> 3/9/2026 12:30:42 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-09T00:31:03.5663060Z >>>>> 3/9/2026 12:31:03 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-09T00:31:03.5734430Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [21 s] 2026-03-09T00:31:03.5735520Z >>>>> 3/9/2026 12:31:03 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-09T00:31:20.5161440Z >>>>> 3/9/2026 12:31:20 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-09T00:31:20.5218670Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [16 s] 2026-03-09T00:31:20.5220000Z >>>>> 3/9/2026 12:31:20 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-09T00:31:35.8118890Z >>>>> 3/9/2026 12:31:35 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-09T00:31:35.8172510Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [15 s] 2026-03-09T00:31:35.8173690Z >>>>> 3/9/2026 12:31:35 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-09T00:31:51.5155840Z >>>>> 3/9/2026 12:31:51 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-09T00:31:51.5217990Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [15 s] 2026-03-09T00:31:51.5221820Z >>>>> 3/9/2026 12:31:51 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-09T00:32:03.2727070Z >>>>> 3/9/2026 12:32:03 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-09T00:32:03.2784080Z Passed ValidateEmptyViewTemplateDisplayed [11 s] 2026-03-09T00:32:03.2787790Z >>>>> 3/9/2026 12:32:03 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-09T00:32:30.4391320Z >>>>> 3/9/2026 12:32:30 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-09T00:32:30.4490320Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [27 s] 2026-03-09T00:32:30.4493860Z >>>>> 3/9/2026 12:32:30 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-09T00:32:55.1844420Z >>>>> 3/9/2026 12:32:55 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-09T00:32:55.2632780Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [24 s] 2026-03-09T00:32:55.2634110Z >>>>> 3/9/2026 12:32:55 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-09T00:33:21.6762820Z >>>>> 3/9/2026 12:33:21 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-09T00:33:21.6873540Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [26 s] 2026-03-09T00:33:21.6875300Z >>>>> 3/9/2026 12:33:21 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-09T00:33:53.6543470Z >>>>> 3/9/2026 12:33:53 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-09T00:33:53.6690800Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [31 s] 2026-03-09T00:33:53.6698830Z >>>>> 3/9/2026 12:33:53 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-09T00:34:18.9200290Z >>>>> 3/9/2026 12:34:18 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-09T00:34:18.9300500Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [25 s] 2026-03-09T00:34:18.9302180Z >>>>> 3/9/2026 12:34:18 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-09T00:34:49.0909660Z >>>>> 3/9/2026 12:34:49 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-09T00:34:49.0983900Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [30 s] 2026-03-09T00:34:49.0985600Z >>>>> 3/9/2026 12:34:49 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-09T00:35:05.6543770Z >>>>> 3/9/2026 12:35:05 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-09T00:35:05.6617070Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [16 s] 2026-03-09T00:35:05.6620230Z >>>>> 3/9/2026 12:35:05 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-09T00:35:28.9123430Z >>>>> 3/9/2026 12:35:28 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-09T00:35:28.9238990Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [23 s] 2026-03-09T00:35:28.9242130Z >>>>> 3/9/2026 12:35:28 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-09T00:35:51.5719680Z >>>>> 3/9/2026 12:35:51 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-09T00:35:51.5803400Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [22 s] 2026-03-09T00:35:51.5815890Z >>>>> 3/9/2026 12:35:51 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-09T00:36:11.5982030Z >>>>> 3/9/2026 12:36:11 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-09T00:36:11.6097590Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [20 s] 2026-03-09T00:36:11.6103590Z >>>>> 3/9/2026 12:36:11 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-09T00:36:35.5837930Z >>>>> 3/9/2026 12:36:35 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-09T00:36:35.5898850Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [23 s] 2026-03-09T00:36:35.5901460Z >>>>> 3/9/2026 12:36:35 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-09T00:37:00.1885250Z >>>>> 3/9/2026 12:37:00 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-09T00:37:00.2052500Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [24 s] 2026-03-09T00:37:00.2088400Z >>>>> 3/9/2026 12:37:00 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T00:37:21.1940620Z >>>>> 3/9/2026 12:37:21 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T00:37:21.1995780Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [20 s] 2026-03-09T00:37:21.1997050Z >>>>> 3/9/2026 12:37:21 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T00:37:41.7967360Z >>>>> 3/9/2026 12:37:41 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T00:37:41.8016660Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-09T00:37:41.8018800Z >>>>> 3/9/2026 12:37:41 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T00:37:59.2165530Z >>>>> 3/9/2026 12:37:59 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T00:37:59.2215320Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-09T00:37:59.2217100Z >>>>> 3/9/2026 12:37:59 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T00:38:19.4486100Z >>>>> 3/9/2026 12:38:19 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T00:38:19.4568940Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-09T00:38:19.4577350Z >>>>> 3/9/2026 12:38:19 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T00:38:36.1174160Z >>>>> 3/9/2026 12:38:36 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T00:38:36.1213620Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-09T00:38:36.1217170Z >>>>> 3/9/2026 12:38:36 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T00:38:54.9902770Z >>>>> 3/9/2026 12:38:54 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T00:38:55.0254320Z >>>>> 3/9/2026 12:38:55 AM Log types: 2026-03-09T00:38:55.3889410Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-09T00:38:55.3893500Z Error Message: 2026-03-09T00:38:55.3894770Z VisualTestUtils.VisualTestFailedException : 2026-03-09T00:38:55.3895810Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-09T00:38:55.3896730Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T00:38:55.3897400Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T00:38:55.3897640Z 2026-03-09T00:38:55.3898250Z More info: https://aka.ms/visual-test-workflow 2026-03-09T00:38:55.3898440Z 2026-03-09T00:38:55.3898790Z Stack Trace: 2026-03-09T00:38:55.3899550Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T00:38:55.3900530Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T00:38:55.3902320Z 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:38:55.3903460Z 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:38:55.3904870Z 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-09T00:38:55.3905990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:38:55.3907240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:38:55.3908010Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:38:55.3908770Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:38:55.3909110Z 2026-03-09T00:38:55.3909930Z >>>>> 3/9/2026 12:38:55 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-09T00:39:10.8859020Z >>>>> 3/9/2026 12:39:10 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-09T00:39:10.8935750Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-09T00:39:10.8941360Z >>>>> 3/9/2026 12:39:10 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-09T00:39:28.8185000Z >>>>> 3/9/2026 12:39:28 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-09T00:39:28.8297190Z >>>>> 3/9/2026 12:39:28 AM Log types: 2026-03-09T00:39:30.3997630Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [18 s] 2026-03-09T00:39:30.3998440Z Error Message: 2026-03-09T00:39:30.3999070Z VisualTestUtils.VisualTestFailedException : 2026-03-09T00:39:30.3999870Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-09T00:39:30.4000580Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-09T00:39:30.4001140Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-09T00:39:30.4001360Z 2026-03-09T00:39:30.4001780Z More info: https://aka.ms/visual-test-workflow 2026-03-09T00:39:30.4002060Z 2026-03-09T00:39:30.4002390Z Stack Trace: 2026-03-09T00:39:30.4002960Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-09T00:39:30.4003870Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-09T00:39:30.4004820Z 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:39:30.4005870Z 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:39:30.4007530Z 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-09T00:39:30.4008540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:39:30.4009410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-09T00:39:30.4010100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-09T00:39:30.4010770Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-09T00:39:30.4011130Z 2026-03-09T00:39:32.1026870Z >>>>> 3/9/2026 12:39:32 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-09T00:39:34.6950000Z >>>>> 3/9/2026 12:39:34 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-09T00:39:56.2335030Z >>>>> 3/9/2026 12:39:56 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-09T00:39:56.2379250Z Passed VerifyGroupFooterTemplate_WithFooterString [21 s] 2026-03-09T00:39:56.2381100Z >>>>> 3/9/2026 12:39:56 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-09T00:40:22.5494280Z >>>>> 3/9/2026 12:40:22 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-09T00:40:22.5555860Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [26 s] 2026-03-09T00:40:22.5561690Z >>>>> 3/9/2026 12:40:22 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-09T00:40:53.7381700Z >>>>> 3/9/2026 12:40:53 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-09T00:40:53.7446960Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [31 s] 2026-03-09T00:40:53.7450120Z >>>>> 3/9/2026 12:40:53 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-09T00:41:20.6525190Z >>>>> 3/9/2026 12:41:20 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-09T00:41:20.6575900Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [26 s] 2026-03-09T00:41:20.6577160Z >>>>> 3/9/2026 12:41:20 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-09T00:41:49.6813780Z >>>>> 3/9/2026 12:41:49 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-09T00:41:49.6863510Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [29 s] 2026-03-09T00:41:49.6879250Z >>>>> 3/9/2026 12:41:49 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-09T00:42:21.7768840Z >>>>> 3/9/2026 12:42:21 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-09T00:42:21.8009720Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [32 s] 2026-03-09T00:42:21.8015850Z >>>>> 3/9/2026 12:42:21 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-09T00:42:55.0956060Z >>>>> 3/9/2026 12:42:55 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-09T00:42:55.1010970Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [33 s] 2026-03-09T00:42:55.1013330Z >>>>> 3/9/2026 12:42:55 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-09T00:43:23.9259370Z >>>>> 3/9/2026 12:43:23 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-09T00:43:23.9309490Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [28 s] 2026-03-09T00:43:23.9312630Z >>>>> 3/9/2026 12:43:23 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-09T00:44:00.2304250Z >>>>> 3/9/2026 12:44:00 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-09T00:44:00.2344920Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [36 s] 2026-03-09T00:44:00.2345960Z >>>>> 3/9/2026 12:44:00 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-09T00:44:16.8395500Z >>>>> 3/9/2026 12:44:16 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-09T00:44:16.8435860Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [16 s] 2026-03-09T00:44:16.8437430Z >>>>> 3/9/2026 12:44:16 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-09T00:44:33.3831160Z >>>>> 3/9/2026 12:44:33 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-09T00:44:33.4126390Z Passed VerifyGroupFooterTemplate_WithHeaderString [16 s] 2026-03-09T00:44:33.4129790Z >>>>> 3/9/2026 12:44:33 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-09T00:44:53.1544480Z >>>>> 3/9/2026 12:44:53 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-09T00:44:53.1790870Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [19 s] 2026-03-09T00:44:53.1802090Z >>>>> 3/9/2026 12:44:53 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-09T00:45:09.9813670Z >>>>> 3/9/2026 12:45:09 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-09T00:45:09.9871330Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [16 s] 2026-03-09T00:45:09.9873140Z >>>>> 3/9/2026 12:45:09 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-09T00:45:26.9725860Z >>>>> 3/9/2026 12:45:26 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-09T00:45:26.9781050Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [16 s] 2026-03-09T00:45:26.9782110Z >>>>> 3/9/2026 12:45:26 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-09T00:45:43.4163870Z >>>>> 3/9/2026 12:45:43 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-09T00:45:43.4211390Z Passed VerifyGroupHeaderTemplate_WithFooterString [16 s] 2026-03-09T00:45:43.4212240Z >>>>> 3/9/2026 12:45:43 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-09T00:46:00.5468810Z >>>>> 3/9/2026 12:46:00 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-09T00:46:00.5517680Z Passed VerifyGroupHeaderTemplate_WithHeaderString [17 s] 2026-03-09T00:46:00.5518630Z >>>>> 3/9/2026 12:46:00 AM VerifyIsGrouped_WithFooterString Start 2026-03-09T00:46:16.5333500Z >>>>> 3/9/2026 12:46:16 AM VerifyIsGrouped_WithFooterString Stop 2026-03-09T00:46:16.5422360Z Passed VerifyIsGrouped_WithFooterString [15 s] 2026-03-09T00:46:16.5434130Z >>>>> 3/9/2026 12:46:16 AM VerifyIsGrouped_WithHeaderString Start 2026-03-09T00:46:30.6785920Z >>>>> 3/9/2026 12:46:30 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-09T00:46:30.6842750Z Passed VerifyIsGrouped_WithHeaderString [14 s] 2026-03-09T00:46:30.6843750Z >>>>> 3/9/2026 12:46:30 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-09T00:46:41.7605970Z >>>>> 3/9/2026 12:46:41 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-09T00:46:41.7681720Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [11 s] 2026-03-09T00:46:41.7683060Z >>>>> 3/9/2026 12:46:41 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-09T00:46:57.5411850Z >>>>> 3/9/2026 12:46:57 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-09T00:46:57.5466810Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [15 s] 2026-03-09T00:46:57.5468090Z >>>>> 3/9/2026 12:46:57 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-09T00:47:08.3195190Z >>>>> 3/9/2026 12:47:08 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-09T00:47:09.5737760Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [10 s] 2026-03-09T00:47:10.8124750Z >>>>> 3/9/2026 12:47:10 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-09T00:47:13.4502400Z >>>>> 3/9/2026 12:47:13 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-09T00:47:29.4029910Z >>>>> 3/9/2026 12:47:29 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-09T00:47:29.4087030Z Passed VerifyStringItemsObservableCollectionWhenAddItems [15 s] 2026-03-09T00:47:29.4089950Z >>>>> 3/9/2026 12:47:29 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-09T00:47:45.2723110Z >>>>> 3/9/2026 12:47:45 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-09T00:47:45.2881780Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [15 s] 2026-03-09T00:47:45.2883680Z >>>>> 3/9/2026 12:47:45 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-09T00:47:59.4171680Z >>>>> 3/9/2026 12:47:59 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-09T00:47:59.4246790Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [14 s] 2026-03-09T00:47:59.4247750Z >>>>> 3/9/2026 12:47:59 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-09T00:48:13.3442320Z >>>>> 3/9/2026 12:48:13 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-09T00:48:13.3499520Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-09T00:48:13.3505000Z >>>>> 3/9/2026 12:48:13 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-09T00:48:26.9886320Z >>>>> 3/9/2026 12:48:26 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-09T00:48:26.9924330Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [13 s] 2026-03-09T00:48:26.9925730Z >>>>> 3/9/2026 12:48:26 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-09T00:48:48.6369420Z >>>>> 3/9/2026 12:48:48 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-09T00:48:48.6429950Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [21 s] 2026-03-09T00:48:48.6443650Z >>>>> 3/9/2026 12:48:48 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-09T00:49:09.5596240Z >>>>> 3/9/2026 12:49:09 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-09T00:49:09.5641160Z Passed VerifyModelItemsGroupedListWhenAddItems [20 s] 2026-03-09T00:49:09.5642180Z >>>>> 3/9/2026 12:49:09 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T00:49:38.8114550Z >>>>> 3/9/2026 12:49:38 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T00:49:38.8165600Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [29 s] 2026-03-09T00:49:38.8166660Z >>>>> 3/9/2026 12:49:38 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T00:50:01.2328940Z >>>>> 3/9/2026 12:50:01 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T00:50:01.2372060Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-09T00:50:01.2372920Z >>>>> 3/9/2026 12:50:01 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-09T00:50:22.7817960Z >>>>> 3/9/2026 12:50:22 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-09T00:50:22.7890320Z Passed VerifyModelItemsGroupedListWhenRemoveItems [21 s] 2026-03-09T00:50:22.7903780Z >>>>> 3/9/2026 12:50:22 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T00:50:53.4218540Z >>>>> 3/9/2026 12:50:53 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T00:50:53.4276130Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-09T00:50:53.4277890Z >>>>> 3/9/2026 12:50:53 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-09T00:51:05.1793590Z >>>>> 3/9/2026 12:51:05 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T00:51:05.1835790Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-09T00:51:05.1836740Z >>>>> 3/9/2026 12:51:05 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T00:51:16.3122980Z >>>>> 3/9/2026 12:51:16 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T00:51:16.3176190Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [11 s] 2026-03-09T00:51:16.3177120Z >>>>> 3/9/2026 12:51:16 AM VerifyModelItemsListWhenAddItems Start 2026-03-09T00:51:30.8614870Z >>>>> 3/9/2026 12:51:30 AM VerifyModelItemsListWhenAddItems Stop 2026-03-09T00:51:30.8665460Z Passed VerifyModelItemsListWhenAddItems [14 s] 2026-03-09T00:51:30.8667690Z >>>>> 3/9/2026 12:51:30 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-09T00:51:48.0867270Z >>>>> 3/9/2026 12:51:48 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-09T00:51:48.0922480Z Passed VerifyModelItemsListWhenRemoveItems [17 s] 2026-03-09T00:51:48.0923420Z >>>>> 3/9/2026 12:51:48 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T00:52:05.9104120Z >>>>> 3/9/2026 12:52:05 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T00:52:05.9152160Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [17 s] 2026-03-09T00:52:05.9153160Z >>>>> 3/9/2026 12:52:05 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-09T00:52:20.9717180Z >>>>> 3/9/2026 12:52:20 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-09T00:52:20.9759690Z Passed VerifyModelItemsObservableCollectionWhenAddItems [15 s] 2026-03-09T00:52:20.9760590Z >>>>> 3/9/2026 12:52:20 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T00:52:47.0993350Z >>>>> 3/9/2026 12:52:47 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T00:52:47.1064440Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [26 s] 2026-03-09T00:52:47.1067270Z >>>>> 3/9/2026 12:52:47 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T00:53:08.2805720Z >>>>> 3/9/2026 12:53:08 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T00:53:08.2861550Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [21 s] 2026-03-09T00:53:08.2862740Z >>>>> 3/9/2026 12:53:08 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-09T00:53:23.1820180Z >>>>> 3/9/2026 12:53:23 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T00:53:23.1862740Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [14 s] 2026-03-09T00:53:23.1864160Z >>>>> 3/9/2026 12:53:23 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T00:53:48.3066060Z >>>>> 3/9/2026 12:53:48 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T00:53:48.3142470Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [25 s] 2026-03-09T00:53:48.3144070Z >>>>> 3/9/2026 12:53:48 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-09T00:53:59.8459980Z >>>>> 3/9/2026 12:53:59 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-09T00:53:59.8506740Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [11 s] 2026-03-09T00:53:59.8507940Z >>>>> 3/9/2026 12:53:59 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-09T00:54:11.7079530Z >>>>> 3/9/2026 12:54:11 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-09T00:54:11.7143120Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [11 s] 2026-03-09T00:54:11.7145800Z >>>>> 3/9/2026 12:54:11 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-09T00:54:24.8504150Z >>>>> 3/9/2026 12:54:24 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-09T00:54:24.8551520Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [13 s] 2026-03-09T00:54:24.8552760Z >>>>> 3/9/2026 12:54:24 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-09T00:54:36.1730160Z >>>>> 3/9/2026 12:54:36 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-09T00:54:36.1783020Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [11 s] 2026-03-09T00:54:36.1859280Z >>>>> 3/9/2026 12:54:36 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-09T00:54:55.7581580Z >>>>> 3/9/2026 12:54:55 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-09T00:54:55.7634100Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [19 s] 2026-03-09T00:54:55.7635160Z >>>>> 3/9/2026 12:54:55 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-09T00:55:12.9168210Z >>>>> 3/9/2026 12:55:12 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-09T00:55:12.9215390Z Passed VerifyStringItemsGroupedListWhenAddItems [17 s] 2026-03-09T00:55:12.9216570Z >>>>> 3/9/2026 12:55:12 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-09T00:55:45.5706000Z >>>>> 3/9/2026 12:55:45 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-09T00:55:45.5793500Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [32 s] 2026-03-09T00:55:45.5796090Z >>>>> 3/9/2026 12:55:45 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-09T00:56:07.9929730Z >>>>> 3/9/2026 12:56:07 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-09T00:56:07.9977010Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [22 s] 2026-03-09T00:56:07.9978010Z >>>>> 3/9/2026 12:56:07 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-09T00:56:26.1220570Z >>>>> 3/9/2026 12:56:26 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-09T00:56:26.1282770Z Passed VerifyStringItemsGroupedListWhenRemoveItems [18 s] 2026-03-09T00:56:26.1286210Z >>>>> 3/9/2026 12:56:26 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-09T00:56:57.0796530Z >>>>> 3/9/2026 12:56:57 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-09T00:56:57.0854350Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [30 s] 2026-03-09T00:56:57.0855390Z >>>>> 3/9/2026 12:56:57 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-09T00:57:08.1075000Z >>>>> 3/9/2026 12:57:08 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-09T00:57:08.1126070Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [11 s] 2026-03-09T00:57:08.1127650Z >>>>> 3/9/2026 12:57:08 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-09T00:57:16.9904720Z >>>>> 3/9/2026 12:57:16 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-09T00:57:16.9952080Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-09T00:57:16.9960730Z >>>>> 3/9/2026 12:57:16 AM VerifyStringItemsListWhenAddItems Start 2026-03-09T00:57:29.3276230Z >>>>> 3/9/2026 12:57:29 AM VerifyStringItemsListWhenAddItems Stop 2026-03-09T00:57:29.3326160Z Passed VerifyStringItemsListWhenAddItems [12 s] 2026-03-09T00:57:29.3327250Z >>>>> 3/9/2026 12:57:29 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-09T00:57:42.5899430Z >>>>> 3/9/2026 12:57:42 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-09T00:57:42.5942400Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-09T00:57:42.5943670Z >>>>> 3/9/2026 12:57:42 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-09T00:58:05.1347960Z >>>>> 3/9/2026 12:58:05 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-09T00:58:05.1403940Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [22 s] 2026-03-09T00:58:05.1405400Z >>>>> 3/9/2026 12:58:05 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-09T00:58:30.7506510Z >>>>> 3/9/2026 12:58:30 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-09T00:58:30.7571460Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [25 s] 2026-03-09T00:58:30.7572490Z >>>>> 3/9/2026 12:58:30 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-09T00:58:47.0953040Z >>>>> 3/9/2026 12:58:47 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-09T00:58:47.1021400Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-09T00:58:47.1024460Z >>>>> 3/9/2026 12:58:47 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-09T00:59:00.2755700Z >>>>> 3/9/2026 12:59:00 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-09T00:59:00.2804420Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-09T00:59:00.2805540Z >>>>> 3/9/2026 12:59:00 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-09T00:59:24.5662590Z >>>>> 3/9/2026 12:59:24 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-09T00:59:25.8074360Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [24 s] 2026-03-09T00:59:27.3676130Z >>>>> 3/9/2026 12:59:27 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-09T00:59:30.2086100Z >>>>> 3/9/2026 12:59:30 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-09T00:59:53.3114120Z >>>>> 3/9/2026 12:59:53 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-09T00:59:53.3168060Z Passed VerifyMeasureAllItemsWithObservableCollection [23 s] 2026-03-09T00:59:53.3170090Z >>>>> 3/9/2026 12:59:53 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-09T01:00:17.2898040Z >>>>> 3/9/2026 1:00:17 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-09T01:00:17.2950100Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [23 s] 2026-03-09T01:00:17.2951400Z >>>>> 3/9/2026 1:00:17 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-09T01:00:36.7790670Z >>>>> 3/9/2026 1:00:36 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T01:00:36.7846300Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-09T01:00:36.7848350Z >>>>> 3/9/2026 1:00:36 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-09T01:01:19.9713670Z >>>>> 3/9/2026 1:01:19 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-09T01:01:19.9778660Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [43 s] 2026-03-09T01:01:19.9783520Z >>>>> 3/9/2026 1:01:19 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-09T01:01:43.4867180Z >>>>> 3/9/2026 1:01:43 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-09T01:01:43.4931290Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [23 s] 2026-03-09T01:01:43.4933650Z >>>>> 3/9/2026 1:01:43 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-09T01:02:03.0048210Z >>>>> 3/9/2026 1:02:03 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-09T01:02:03.0094100Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-09T01:02:03.0095030Z >>>>> 3/9/2026 1:02:03 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-09T01:03:19.5799800Z >>>>> 3/9/2026 1:03:19 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-09T01:03:19.6988320Z Passed VerifyKeepScrollOffsetWithGroupedList [1 m 16 s] 2026-03-09T01:03:19.6991230Z >>>>> 3/9/2026 1:03:19 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-09T01:04:29.2510500Z >>>>> 3/9/2026 1:04:29 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-09T01:04:29.2651930Z Passed VerifyKeepScrollOffsetWithObservableList [1 m 9 s] 2026-03-09T01:04:29.2685400Z >>>>> 3/9/2026 1:04:29 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-09T01:05:05.8907180Z >>>>> 3/9/2026 1:05:05 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-09T01:05:06.7659780Z Passed VerifyMeasureAllItemsWithGroupedList [36 s] 2026-03-09T01:05:09.3474570Z >>>>> 3/9/2026 1:05:09 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-09T01:05:12.9160640Z >>>>> 3/9/2026 1:05:12 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-09T01:05:34.1353170Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-09T01:05:34.5630760Z ##[error]The operation was canceled. 2026-03-09T01:05:34.5783210Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6185480Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6186410Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6191650Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6192530Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6193510Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6327000Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6328150Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6337320Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6347240Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6350540Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6351110Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6358080Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6359590Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6360510Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6367690Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6370060Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6370850Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6379950Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6382320Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6385110Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6407380Z ##[section]Async Command Start: Update Build Number 2026-03-09T01:05:34.6411390Z Update build number to 10.0.50-ci+azdo.1325678 for build 1325678 2026-03-09T01:05:34.6412220Z ##[section]Async Command End: Update Build Number 2026-03-09T01:05:34.6420430Z ##[section]Finishing: Controls CollectionView