2026-03-07T03:34:30.8685580Z ##[section]Starting: Controls CollectionView 2026-03-07T03:34:30.8701580Z ============================================================================== 2026-03-07T03:34:30.8701870Z Task : PowerShell 2026-03-07T03:34:30.8702050Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-03-07T03:34:30.8702270Z Version : 2.268.1 2026-03-07T03:34:30.8702450Z Author : Microsoft Corporation 2026-03-07T03:34:30.8702620Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-03-07T03:34:30.8702890Z ============================================================================== 2026-03-07T03:34:31.0814180Z Generating script. 2026-03-07T03:34:31.0829470Z ========================== Starting Command Output =========================== 2026-03-07T03:34:31.0883100Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/6ea266e4-d7c6-4f81-9810-e00e15bd4a7f.ps1' 2026-03-07T03:34:31.5965990Z $ErrorActionPreference = 'stop' 2026-03-07T03:34:31.5968310Z $ProgressPreference = 'silentlyContinue' 2026-03-07T03:34:31.5969130Z Get-Content $PSCommandPath 2026-03-07T03:34:31.5970470Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-07T03:34:31.5973380Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T03:34:31.5974810Z $command += " --runtimevariant=""Mono""" 2026-03-07T03:34:31.5975560Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T03:34:31.5976720Z 2026-03-07T03:34:31.5977730Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T03:34:31.5979370Z $deviceType = "" 2026-03-07T03:34:31.5980460Z if ($deviceType) { 2026-03-07T03:34:31.5981750Z $command += " --skin=""$deviceType""" 2026-03-07T03:34:31.5982890Z } 2026-03-07T03:34:31.5983760Z 2026-03-07T03:34:31.5985000Z $testFilter = "" 2026-03-07T03:34:31.5986100Z $testConfigrationArgs = "" 2026-03-07T03:34:31.5986330Z 2026-03-07T03:34:31.5987920Z "CollectionView".Split(",") | ForEach { 2026-03-07T03:34:31.5988400Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T03:34:31.5989780Z } 2026-03-07T03:34:31.5990280Z 2026-03-07T03:34:31.5992090Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T03:34:31.5992330Z 2026-03-07T03:34:31.6058290Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T03:34:31.6059320Z if ($testConfigrationArgs) { 2026-03-07T03:34:31.6060400Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T03:34:31.6061800Z } 2026-03-07T03:34:31.6062940Z if ($testFilter) { 2026-03-07T03:34:31.6063580Z $command += " --test-filter ""$testFilter""" 2026-03-07T03:34:31.6064450Z } 2026-03-07T03:34:31.6065470Z 2026-03-07T03:34:31.6066700Z $headless = true 2026-03-07T03:34:31.6067960Z if ($headless) { 2026-03-07T03:34:31.6068940Z $command += " --headless ""$headless""" 2026-03-07T03:34:31.6069290Z } 2026-03-07T03:34:31.6069440Z 2026-03-07T03:34:31.6069800Z Write-Host "Running command: $command" 2026-03-07T03:34:31.6069960Z 2026-03-07T03:34:31.6070290Z Invoke-Expression $command 2026-03-07T03:34:31.6070790Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T03:34:31.6072200Z } else { 2026-03-07T03:34:31.6073510Z exit $LASTEXITCODE 2026-03-07T03:34:31.6073830Z } 2026-03-07T03:34:31.7291850Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=CollectionView" 2026-03-07T03:34:32.2484580Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:34:32.9692300Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:34:33.4385810Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:34:33.9509010Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:34:34.4860600Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T03:34:35.3664420Z Looking for modules... 2026-03-07T03:34:40.3619480Z No modules found to install. 2026-03-07T03:34:40.3652670Z Module directory does not exist. 2026-03-07T03:34:40.3716120Z Analyzing build script... 2026-03-07T03:34:40.3742780Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T03:34:40.3754000Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T03:34:40.3761240Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T03:34:40.6021050Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T03:34:42.3709010Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T03:34:43.3350410Z Processing build script... 2026-03-07T03:34:43.4351560Z Installing addins... 2026-03-07T03:34:43.5894320Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T03:34:43.6148780Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T03:34:43.6346010Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T03:34:43.8301480Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T03:34:43.8302410Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T03:34:43.8303480Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T03:34:43.8304210Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T03:34:43.8312440Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:34:43.8315850Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T03:34:44.1138790Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T03:34:44.1139670Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T03:34:44.1140310Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T03:34:44.1140930Z Adding assembly reference to System.Runtime.dll... 2026-03-07T03:34:44.1141660Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T03:34:44.1142340Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T03:34:44.1143040Z Adding assembly reference to System.Threading.dll... 2026-03-07T03:34:44.1144490Z Adding assembly reference to System.Linq.dll... 2026-03-07T03:34:44.1145130Z Adding assembly reference to System.Collections.dll... 2026-03-07T03:34:44.1145760Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T03:34:44.1146430Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T03:34:44.1147450Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T03:34:44.1148150Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T03:34:44.1148790Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T03:34:44.1149430Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T03:34:44.1150120Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T03:34:44.1150800Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T03:34:44.1151480Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T03:34:44.1152190Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T03:34:44.1152860Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T03:34:44.1153510Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T03:34:44.1154160Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T03:34:44.1154850Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T03:34:44.1155520Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T03:34:44.1156210Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T03:34:44.1157230Z Adding assembly reference to mscorlib.dll... 2026-03-07T03:34:44.1157880Z Adding assembly reference to netstandard.dll... 2026-03-07T03:34:44.1158510Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T03:34:44.1159270Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T03:34:44.1159960Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T03:34:44.1160630Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T03:34:44.1161270Z Adding assembly reference to System.Memory.dll... 2026-03-07T03:34:44.1161980Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T03:34:44.1162690Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T03:34:44.1163360Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T03:34:44.1164000Z Adding assembly reference to System.Console.dll... 2026-03-07T03:34:44.1164670Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T03:34:44.1165330Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T03:34:44.1166000Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T03:34:44.1166710Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T03:34:44.1167480Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T03:34:44.1168580Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T03:34:44.1169260Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T03:34:44.1170210Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T03:34:44.1170900Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T03:34:44.1171550Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T03:34:44.1172230Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T03:34:44.1172930Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T03:34:44.1173590Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T03:34:44.1174250Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T03:34:44.1175130Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T03:34:44.1175830Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T03:34:44.1176480Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T03:34:44.1177130Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T03:34:44.1177820Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T03:34:44.1178480Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T03:34:44.1179110Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T03:34:44.1179760Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T03:34:44.1180560Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T03:34:44.1181640Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T03:34:44.1182290Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T03:34:44.1182960Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T03:34:44.1183630Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T03:34:44.1184270Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T03:34:44.1184920Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T03:34:44.1185620Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T03:34:44.1186290Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T03:34:44.1186960Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T03:34:44.1187640Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T03:34:44.1188350Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T03:34:44.1189030Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T03:34:44.1189740Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T03:34:44.1190470Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T03:34:44.1191260Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T03:34:44.1191980Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T03:34:44.1193130Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T03:34:44.1193850Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T03:34:44.1194520Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T03:34:44.1195350Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T03:34:44.1196070Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T03:34:44.1196780Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T03:34:44.1197460Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T03:34:44.1198160Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T03:34:44.1198830Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T03:34:44.1199500Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T03:34:44.1200190Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T03:34:44.1200900Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T03:34:44.1201560Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T03:34:44.1202210Z Adding assembly reference to System.AppContext.dll... 2026-03-07T03:34:44.1202860Z Adding assembly reference to System.Buffers.dll... 2026-03-07T03:34:44.1203550Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T03:34:44.1204260Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T03:34:44.1205270Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T03:34:44.1205980Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T03:34:44.1206630Z Adding assembly reference to System.Configuration.dll... 2026-03-07T03:34:44.1207270Z Adding assembly reference to System.Core.dll... 2026-03-07T03:34:44.1207900Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T03:34:44.1208590Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T03:34:44.1209230Z Adding assembly reference to System.Data.dll... 2026-03-07T03:34:44.1209880Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T03:34:44.1210570Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T03:34:44.1211300Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T03:34:44.1211980Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T03:34:44.1212600Z Adding assembly reference to System.dll... 2026-03-07T03:34:44.1213250Z Adding assembly reference to System.Drawing.dll... 2026-03-07T03:34:44.1213930Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T03:34:44.1214570Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T03:34:44.1215200Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T03:34:44.1215930Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T03:34:44.1216960Z Adding assembly reference to System.Globalization.dll... 2026-03-07T03:34:44.1217620Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T03:34:44.1218300Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T03:34:44.1218960Z Adding assembly reference to System.IO.dll... 2026-03-07T03:34:44.1219620Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T03:34:44.1220280Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T03:34:44.1220940Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T03:34:44.1221650Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T03:34:44.1222330Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T03:34:44.1222990Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T03:34:44.1223650Z Adding assembly reference to System.Net.dll... 2026-03-07T03:34:44.1224270Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T03:34:44.1224900Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T03:34:44.1225540Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T03:34:44.1226210Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T03:34:44.1226840Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T03:34:44.1227470Z Adding assembly reference to System.Numerics.dll... 2026-03-07T03:34:44.1228110Z Adding assembly reference to System.Reflection.dll... 2026-03-07T03:34:44.1228980Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T03:34:44.1229650Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T03:34:44.1230320Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T03:34:44.1230980Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T03:34:44.1231740Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T03:34:44.1232430Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T03:34:44.1233090Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T03:34:44.1233820Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T03:34:44.1234580Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T03:34:44.1235320Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T03:34:44.1236060Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T03:34:44.1237020Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T03:34:44.1237740Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T03:34:44.1238420Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T03:34:44.1239170Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T03:34:44.1240320Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T03:34:44.1241030Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T03:34:44.1241770Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T03:34:44.1242480Z Adding assembly reference to System.Security.dll... 2026-03-07T03:34:44.1243130Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T03:34:44.1243800Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T03:34:44.1244510Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T03:34:44.1245170Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T03:34:44.1245850Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T03:34:44.1246530Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T03:34:44.1247240Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T03:34:44.1247910Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T03:34:44.1248590Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T03:34:44.1249310Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T03:34:44.1250040Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T03:34:44.1250980Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T03:34:44.1251980Z Adding assembly reference to System.Transactions.dll... 2026-03-07T03:34:44.1253430Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T03:34:44.1254310Z Adding assembly reference to System.Web.dll... 2026-03-07T03:34:44.1255190Z Adding assembly reference to System.Windows.dll... 2026-03-07T03:34:44.1256090Z Adding assembly reference to System.Xml.dll... 2026-03-07T03:34:44.1257020Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T03:34:44.1257930Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T03:34:44.1258850Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T03:34:44.1259770Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T03:34:44.1260750Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T03:34:44.1261650Z Adding assembly reference to WindowsBase.dll... 2026-03-07T03:34:44.1262520Z Adding assembly reference to Cake.Core.dll... 2026-03-07T03:34:44.1263400Z Adding assembly reference to Cake.Common.dll... 2026-03-07T03:34:44.1264400Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T03:34:44.1265330Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T03:34:44.1266260Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T03:34:44.1267110Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T03:34:44.1267990Z Importing namespace Cake.Common... 2026-03-07T03:34:44.1268600Z Importing namespace Cake.Common.Build... 2026-03-07T03:34:44.1269780Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T03:34:44.1270400Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T03:34:44.1271040Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T03:34:44.1271730Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T03:34:44.1272350Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T03:34:44.1272970Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T03:34:44.1273600Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T03:34:44.1274300Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T03:34:44.1274940Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T03:34:44.1275570Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T03:34:44.1276200Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T03:34:44.1276870Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T03:34:44.1277530Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T03:34:44.1278170Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T03:34:44.1278830Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T03:34:44.1279470Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T03:34:44.1280090Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T03:34:44.1280700Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T03:34:44.1281600Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T03:34:44.1282220Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T03:34:44.1282820Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T03:34:44.1283440Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T03:34:44.1284100Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T03:34:44.1284720Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T03:34:44.1285340Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T03:34:44.1285920Z Importing namespace Cake.Common.IO... 2026-03-07T03:34:44.1286550Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T03:34:44.1287140Z Importing namespace Cake.Common.Net... 2026-03-07T03:34:44.1287740Z Importing namespace Cake.Common.Security... 2026-03-07T03:34:44.1288330Z Importing namespace Cake.Common.Solution... 2026-03-07T03:34:44.1288980Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T03:34:44.1289620Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T03:34:44.1290290Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T03:34:44.1290950Z Importing namespace Cake.Common.Text... 2026-03-07T03:34:44.1291560Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T03:34:44.1292190Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T03:34:44.1293570Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T03:34:44.1294360Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T03:34:44.1295020Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T03:34:44.1295660Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T03:34:44.1296340Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T03:34:44.1297050Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T03:34:44.1297690Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T03:34:44.1298340Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T03:34:44.1298970Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T03:34:44.1299650Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T03:34:44.1300310Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T03:34:44.1300980Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T03:34:44.1301680Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T03:34:44.1302300Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T03:34:44.1302930Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T03:34:44.1303580Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T03:34:44.1340850Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T03:34:44.1341650Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T03:34:44.1342320Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T03:34:44.1343340Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T03:34:44.1343950Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T03:34:44.1344560Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T03:34:44.1345180Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T03:34:44.1345810Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T03:34:44.1346420Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T03:34:44.1347050Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T03:34:44.1347690Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T03:34:44.1348330Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T03:34:44.1348950Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T03:34:44.1349610Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T03:34:44.1350220Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T03:34:44.1350850Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T03:34:44.1351460Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T03:34:44.1352080Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T03:34:44.1352710Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T03:34:44.1353720Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T03:34:44.1354330Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T03:34:44.1354950Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T03:34:44.1355560Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T03:34:44.1356190Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T03:34:44.1356830Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T03:34:44.1357490Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T03:34:44.1358140Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T03:34:44.1358770Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T03:34:44.1359450Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T03:34:44.1360120Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T03:34:44.1360740Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T03:34:44.1361320Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T03:34:44.1361940Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T03:34:44.1362540Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T03:34:44.1363190Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T03:34:44.1363860Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T03:34:44.1364550Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T03:34:44.1365470Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T03:34:44.1366150Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T03:34:44.1366800Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T03:34:44.1367430Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T03:34:44.1368090Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T03:34:44.1368720Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T03:34:44.1369370Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T03:34:44.1369960Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T03:34:44.1370570Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T03:34:44.1371160Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T03:34:44.1371750Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T03:34:44.1372350Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T03:34:44.1372950Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T03:34:44.1373530Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T03:34:44.1374170Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T03:34:44.1374740Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T03:34:44.1375330Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T03:34:44.1376340Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T03:34:44.1376940Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T03:34:44.1377560Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T03:34:44.1378180Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T03:34:44.1378780Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T03:34:44.1379370Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T03:34:44.1379980Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T03:34:44.1380590Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T03:34:44.1381250Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T03:34:44.1381860Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T03:34:44.1382480Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T03:34:44.1383070Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T03:34:44.1383680Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T03:34:44.1384320Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T03:34:44.1384960Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T03:34:44.1385570Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T03:34:44.1386210Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T03:34:44.1386790Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T03:34:44.1387380Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T03:34:44.1388280Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T03:34:44.1388950Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T03:34:44.1389610Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T03:34:44.1390220Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T03:34:44.1390820Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T03:34:44.1391410Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T03:34:44.1392030Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T03:34:44.1392640Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T03:34:44.1393300Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T03:34:44.1393910Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T03:34:44.1394510Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T03:34:44.1395080Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T03:34:44.1395660Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T03:34:44.1396250Z Importing namespace Cake.Common.Xml... 2026-03-07T03:34:44.1396790Z Importing namespace Cake.Core... 2026-03-07T03:34:44.1397330Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T03:34:44.1397930Z Importing namespace Cake.Core.IO... 2026-03-07T03:34:44.1398480Z Importing namespace Cake.Core.Scripting... 2026-03-07T03:34:44.1399390Z Importing namespace Cake.Core.Tooling... 2026-03-07T03:34:44.1399960Z Importing namespace Cake.FileHelpers... 2026-03-07T03:34:44.1400530Z Importing namespace NuGet.Common... 2026-03-07T03:34:44.1401100Z Importing namespace NuGet.Configuration... 2026-03-07T03:34:44.1401670Z Importing namespace NuGet.Protocol... 2026-03-07T03:34:44.1402220Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T03:34:44.1402800Z Importing namespace NuGet.Versioning... 2026-03-07T03:34:44.1403340Z Importing namespace System... 2026-03-07T03:34:44.1403890Z Importing namespace System.Collections.Generic... 2026-03-07T03:34:44.1404450Z Importing namespace System.IO... 2026-03-07T03:34:44.1405010Z Importing namespace System.Linq... 2026-03-07T03:34:44.1405550Z Importing namespace System.Text... 2026-03-07T03:34:44.1406100Z Importing namespace System.Threading.Tasks... 2026-03-07T03:34:44.1406520Z .NETStandard,Version=v2.0 2026-03-07T03:34:44.1843100Z Compiling build script... 2026-03-07T03:34:46.8239930Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-07T03:34:48.1883900Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:34:48.1885130Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T03:34:48.1904070Z Host OS System Arch: X64 2026-03-07T03:34:48.1904720Z Host Processor System Arch: X64 2026-03-07T03:34:48.1905510Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:34:48.1906120Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T03:34:48.1907070Z Build Configuration: Release 2026-03-07T03:34:48.1907490Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T03:34:48.1907960Z Build Target Framework: net10.0-maccatalyst 2026-03-07T03:34:48.1908360Z Test Device: mac 2026-03-07T03:34:48.1908780Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T03:34:48.2033950Z 2026-03-07T03:34:48.2035050Z ======================================== 2026-03-07T03:34:48.2035600Z uitest 2026-03-07T03:34:48.2036110Z ======================================== 2026-03-07T03:34:48.2037380Z Executing task: uitest 2026-03-07T03:34:48.2056800Z Starting UI Tests... 2026-03-07T03:34:48.2063910Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:34:48.2069720Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T03:34:48.2127440Z Testing Device: mac 2026-03-07T03:34:48.2128170Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T03:34:48.2129050Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T03:34:48.2130280Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T03:34:48.2161230Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-07T03:34:48.2697760Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:34:48.2761180Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-07T03:34:51.3986460Z Determining projects to restore... 2026-03-07T03:35:07.7010010Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.86 sec). 2026-03-07T03:35:07.9702600Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 9 ms). 2026-03-07T03:35:07.9884910Z Restored /Users/runner/work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 5 ms). 2026-03-07T03:35:08.0961920Z Restored /Users/runner/work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 3.68 sec). 2026-03-07T03:35:08.1061860Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 3 ms). 2026-03-07T03:35:08.3975240Z Restored /Users/runner/work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.98 sec). 2026-03-07T03:35:10.3635340Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 2.14 sec). 2026-03-07T03:35:13.4028160Z Restored /Users/runner/work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 4.96 sec). 2026-03-07T03:35:13.8534070Z Restored /Users/runner/work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 9.27 sec). 2026-03-07T03:35:15.5528970Z Restored /Users/runner/work/1/s/src/Essentials/src/Essentials.csproj (in 5.18 sec). 2026-03-07T03:35:17.2235300Z Restored /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj (in 3.33 sec). 2026-03-07T03:35:17.2275350Z Restored /Users/runner/work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 9.2 sec). 2026-03-07T03:35:17.2781790Z Restored /Users/runner/work/1/s/src/Core/src/Core.csproj (in 3.84 sec). 2026-03-07T03:35:32.5399130Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T03:35:36.4323780Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T03:35:38.5950210Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T03:35:59.0634710Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T03:36:01.9445560Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T03:37:37.2139240Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T03:37:37.8364430Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T03:37:39.3837090Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T03:37:40.1611660Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T03:37:40.5167560Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T03:37:40.6223880Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T03:37:41.6227240Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T03:38:07.8392310Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T03:38:07.9827140Z 2026-03-07T03:38:07.9916450Z Build succeeded. 2026-03-07T03:38:07.9921940Z 0 Warning(s) 2026-03-07T03:38:07.9925840Z 0 Error(s) 2026-03-07T03:38:07.9931750Z 2026-03-07T03:38:07.9936210Z Time Elapsed 00:03:19.15 2026-03-07T03:38:08.1120070Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-07T03:38:08.1141040Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T03:38:08.1147740Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T03:38:08.1154410Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T03:38:08.1157610Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T03:38:08.1169500Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T03:38:08.1170890Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:38:08.1174370Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:38:08.1175800Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T03:38:08.1177590Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T03:38:08.1180280Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T03:38:08.1183670Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T03:38:08.1188630Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-07T03:38:08.1193810Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T03:38:08.1283000Z Creating directory /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger 2026-03-07T03:38:08.1347530Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-03-07T03:38:08.5453190Z Downloading file: 15% 2026-03-07T03:38:08.5461650Z Downloading file: 50% 2026-03-07T03:38:08.5473390Z Downloading file: 100% 2026-03-07T03:38:08.5480650Z Download complete, saved to: /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-03-07T03:38:08.5485830Z Unzipping file /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-03-07T03:38:08.5489930Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-03-07T03:38:11.3881190Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-07T03:38:11.6820050Z VSTest version 18.0.1 (x64) 2026-03-07T03:38:11.7045420Z 2026-03-07T03:38:12.0084570Z Starting test execution, please wait... 2026-03-07T03:38:12.1025390Z A total of 1 test files matched the specified pattern. 2026-03-07T03:38:13.0326690Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T03:38:13.2082570Z [xUnit.net 00:00:00.20] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T03:38:13.6527300Z [xUnit.net 00:00:00.60] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T03:38:13.7043010Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T03:38:13.7106750Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T03:38:18.1576230Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T03:41:35.8765750Z >>>>> 3/7/2026 3:41:35 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T03:41:43.8139850Z >>>>> 3/7/2026 3:41:42 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T03:42:47.8319790Z >>>>> 3/7/2026 3:42:47 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T03:42:48.6318790Z Passed ValidateDynamicItemTemplateDisplayed [1 m 5 s] 2026-03-07T03:42:48.6719660Z >>>>> 3/7/2026 3:42:47 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T03:43:39.0256030Z >>>>> 3/7/2026 3:43:38 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T03:43:39.3489360Z Passed ValidateDynamicEmptyViewGridDisplayed [51 s] 2026-03-07T03:43:39.4405590Z >>>>> 3/7/2026 3:43:39 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T03:44:31.0417350Z >>>>> 3/7/2026 3:44:31 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T03:44:31.3277920Z Passed ValidateDynamicEmptyViewStringDisplayed [51 s] 2026-03-07T03:44:31.3380160Z >>>>> 3/7/2026 3:44:31 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T03:45:22.6208430Z >>>>> 3/7/2026 3:45:22 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T03:45:22.8277170Z Passed ValidateDynamicEmptyViewTemplateDisplayed [51 s] 2026-03-07T03:45:22.8407940Z >>>>> 3/7/2026 3:45:22 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T03:46:17.6645030Z >>>>> 3/7/2026 3:46:17 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T03:46:18.3705990Z Passed ValidateDynamicFooterGridDisplayed [55 s] 2026-03-07T03:46:18.4714550Z >>>>> 3/7/2026 3:46:18 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T03:47:08.2678510Z >>>>> 3/7/2026 3:47:08 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T03:47:08.3523820Z Passed ValidateDynamicFooterStringDisplayed [50 s] 2026-03-07T03:47:08.3627700Z >>>>> 3/7/2026 3:47:08 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T03:47:57.4292540Z >>>>> 3/7/2026 3:47:57 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T03:47:57.5934820Z Passed ValidateDynamicFooterTemplateDisplayed [49 s] 2026-03-07T03:47:57.6495860Z >>>>> 3/7/2026 3:47:57 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T03:48:58.2796590Z >>>>> 3/7/2026 3:48:58 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T03:48:58.6818420Z Passed ValidateDynamicGroupFooterTemplateDisplayed [1 m] 2026-03-07T03:48:58.7821490Z >>>>> 3/7/2026 3:48:58 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T03:49:53.9722860Z >>>>> 3/7/2026 3:49:53 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T03:49:54.1008270Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [55 s] 2026-03-07T03:49:54.1070180Z >>>>> 3/7/2026 3:49:54 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T03:50:35.3652910Z >>>>> 3/7/2026 3:50:35 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T03:50:35.5007200Z Passed ValidateDynamicHeaderGridDisplayed [41 s] 2026-03-07T03:50:35.5012210Z >>>>> 3/7/2026 3:50:35 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T03:51:23.1872350Z >>>>> 3/7/2026 3:51:23 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T03:51:23.4444110Z Passed ValidateDynamicHeaderStringDisplayed [47 s] 2026-03-07T03:51:23.5565070Z >>>>> 3/7/2026 3:51:23 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T03:52:09.9750980Z >>>>> 3/7/2026 3:52:09 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T03:52:11.9115110Z Passed ValidateDynamicHeaderTemplateDisplayed [46 s] 2026-03-07T03:52:32.3249140Z >>>>> 3/7/2026 3:52:32 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T03:52:39.1767850Z >>>>> 3/7/2026 3:52:39 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T03:53:09.6545440Z >>>>> 3/7/2026 3:53:09 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T03:53:09.9709960Z Passed ValidateEmptyViewStringDisplayed [30 s] 2026-03-07T03:53:10.0716230Z >>>>> 3/7/2026 3:53:09 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T03:53:30.6606420Z >>>>> 3/7/2026 3:53:30 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T03:53:31.0614690Z Passed ValidateCustomEmptyViewDisplayed [20 s] 2026-03-07T03:53:31.1620730Z >>>>> 3/7/2026 3:53:31 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T03:54:04.7482800Z >>>>> 3/7/2026 3:54:04 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T03:54:04.9996380Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [33 s] 2026-03-07T03:54:05.1027140Z >>>>> 3/7/2026 3:54:05 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T03:54:35.1960250Z >>>>> 3/7/2026 3:54:35 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T03:54:35.2746550Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [30 s] 2026-03-07T03:54:35.2772670Z >>>>> 3/7/2026 3:54:35 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T03:55:09.4785020Z >>>>> 3/7/2026 3:55:09 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T03:55:09.9221760Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [34 s] 2026-03-07T03:55:10.0224580Z >>>>> 3/7/2026 3:55:09 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T03:55:43.8175640Z >>>>> 3/7/2026 3:55:43 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T03:55:44.0754960Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [34 s] 2026-03-07T03:55:44.0981440Z >>>>> 3/7/2026 3:55:44 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T03:56:23.0271520Z >>>>> 3/7/2026 3:56:23 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T03:56:23.0370830Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [38 s] 2026-03-07T03:56:23.0374730Z >>>>> 3/7/2026 3:56:23 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T03:56:51.6601770Z >>>>> 3/7/2026 3:56:51 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T03:56:51.6987610Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [28 s] 2026-03-07T03:56:51.7004940Z >>>>> 3/7/2026 3:56:51 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T03:57:17.3790540Z >>>>> 3/7/2026 3:57:17 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T03:57:17.3919050Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [25 s] 2026-03-07T03:57:17.3949070Z >>>>> 3/7/2026 3:57:17 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T03:57:39.7929180Z >>>>> 3/7/2026 3:57:39 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T03:57:39.8036520Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [22 s] 2026-03-07T03:57:39.8041420Z >>>>> 3/7/2026 3:57:39 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T03:58:10.4939630Z >>>>> 3/7/2026 3:58:10 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T03:58:10.5595150Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [30 s] 2026-03-07T03:58:10.5604700Z >>>>> 3/7/2026 3:58:10 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T03:58:38.0953030Z >>>>> 3/7/2026 3:58:38 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T03:58:38.1129610Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [27 s] 2026-03-07T03:58:38.1151210Z >>>>> 3/7/2026 3:58:38 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T03:59:00.7605690Z >>>>> 3/7/2026 3:59:00 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T03:59:00.7704870Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [22 s] 2026-03-07T03:59:00.7709910Z >>>>> 3/7/2026 3:59:00 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T03:59:17.5220350Z >>>>> 3/7/2026 3:59:17 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T03:59:17.5368130Z Passed ValidateCustomEmptyViewSizeDisplayed [16 s] 2026-03-07T03:59:17.5485800Z >>>>> 3/7/2026 3:59:17 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T03:59:48.2860250Z >>>>> 3/7/2026 3:59:48 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T03:59:48.3135680Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [30 s] 2026-03-07T03:59:48.3174530Z >>>>> 3/7/2026 3:59:48 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T04:00:17.8344890Z >>>>> 3/7/2026 4:00:17 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T04:00:17.8517060Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [29 s] 2026-03-07T04:00:17.8679280Z >>>>> 3/7/2026 4:00:17 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T04:00:43.2374850Z >>>>> 3/7/2026 4:00:43 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T04:00:43.2931710Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [25 s] 2026-03-07T04:00:43.3108880Z >>>>> 3/7/2026 4:00:43 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:01:10.7936480Z >>>>> 3/7/2026 4:01:10 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:01:10.8070200Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [27 s] 2026-03-07T04:01:10.8072620Z >>>>> 3/7/2026 4:01:10 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T04:01:34.8690390Z >>>>> 3/7/2026 4:01:34 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T04:01:34.9349120Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [24 s] 2026-03-07T04:01:34.9417730Z >>>>> 3/7/2026 4:01:34 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:02:08.1800040Z >>>>> 3/7/2026 4:02:08 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:02:08.4358030Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [33 s] 2026-03-07T04:02:08.4476180Z >>>>> 3/7/2026 4:02:08 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T04:02:40.8962420Z >>>>> 3/7/2026 4:02:40 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T04:02:41.1455700Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [32 s] 2026-03-07T04:02:41.2464200Z >>>>> 3/7/2026 4:02:41 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T04:03:07.9941680Z >>>>> 3/7/2026 4:03:07 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T04:03:08.0288580Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [26 s] 2026-03-07T04:03:08.0476120Z >>>>> 3/7/2026 4:03:08 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T04:03:30.7724200Z >>>>> 3/7/2026 4:03:30 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T04:03:30.7791380Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [22 s] 2026-03-07T04:03:30.7795880Z >>>>> 3/7/2026 4:03:30 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:03:56.0246490Z >>>>> 3/7/2026 4:03:56 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:03:56.0331040Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [25 s] 2026-03-07T04:03:56.0342320Z >>>>> 3/7/2026 4:03:56 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:04:20.1457030Z >>>>> 3/7/2026 4:04:20 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:04:20.1718370Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [24 s] 2026-03-07T04:04:20.1736750Z >>>>> 3/7/2026 4:04:20 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:04:46.1583050Z >>>>> 3/7/2026 4:04:46 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:04:46.1734730Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [26 s] 2026-03-07T04:04:46.1766740Z >>>>> 3/7/2026 4:04:46 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:05:07.1544630Z >>>>> 3/7/2026 4:05:07 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:05:07.1640610Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [20 s] 2026-03-07T04:05:07.1645890Z >>>>> 3/7/2026 4:05:07 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T04:05:31.2677000Z >>>>> 3/7/2026 4:05:31 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T04:05:31.2819820Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [24 s] 2026-03-07T04:05:31.2827940Z >>>>> 3/7/2026 4:05:31 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T04:05:49.8325580Z >>>>> 3/7/2026 4:05:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T04:05:49.8484540Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [18 s] 2026-03-07T04:05:49.8493680Z >>>>> 3/7/2026 4:05:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T04:06:21.8603630Z >>>>> 3/7/2026 4:06:21 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T04:06:21.9206920Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [32 s] 2026-03-07T04:06:21.9228500Z >>>>> 3/7/2026 4:06:21 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T04:06:47.4445720Z >>>>> 3/7/2026 4:06:47 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T04:06:47.4528390Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [25 s] 2026-03-07T04:06:47.4540870Z >>>>> 3/7/2026 4:06:47 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T04:07:06.3869340Z >>>>> 3/7/2026 4:07:06 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T04:07:06.3965120Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [18 s] 2026-03-07T04:07:06.4020700Z >>>>> 3/7/2026 4:07:06 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:07:23.9833470Z >>>>> 3/7/2026 4:07:23 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:07:23.9927730Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [17 s] 2026-03-07T04:07:23.9930610Z >>>>> 3/7/2026 4:07:23 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T04:07:40.8077860Z >>>>> 3/7/2026 4:07:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T04:07:40.8151160Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [16 s] 2026-03-07T04:07:40.8195680Z >>>>> 3/7/2026 4:07:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T04:08:01.2439460Z >>>>> 3/7/2026 4:08:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T04:08:01.2650170Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [20 s] 2026-03-07T04:08:01.2681360Z >>>>> 3/7/2026 4:08:01 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T04:08:27.7194810Z >>>>> 3/7/2026 4:08:27 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T04:08:27.7298570Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [26 s] 2026-03-07T04:08:27.7303580Z >>>>> 3/7/2026 4:08:27 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T04:08:49.1869350Z >>>>> 3/7/2026 4:08:49 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T04:08:49.1959590Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [21 s] 2026-03-07T04:08:49.1966600Z >>>>> 3/7/2026 4:08:49 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:09:07.6754020Z >>>>> 3/7/2026 4:09:07 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:09:07.6872750Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [18 s] 2026-03-07T04:09:07.6882830Z >>>>> 3/7/2026 4:09:07 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:09:26.5723090Z >>>>> 3/7/2026 4:09:26 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:09:26.5838960Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [18 s] 2026-03-07T04:09:26.5840280Z >>>>> 3/7/2026 4:09:26 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:09:44.6737700Z >>>>> 3/7/2026 4:09:44 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:09:44.6801720Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [18 s] 2026-03-07T04:09:44.6804780Z >>>>> 3/7/2026 4:09:44 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:10:06.7614750Z >>>>> 3/7/2026 4:10:06 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:10:06.7691310Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [22 s] 2026-03-07T04:10:06.7752810Z >>>>> 3/7/2026 4:10:06 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:10:26.5623250Z >>>>> 3/7/2026 4:10:26 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:10:26.5709300Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [19 s] 2026-03-07T04:10:26.5711170Z >>>>> 3/7/2026 4:10:26 AM ValidateEmptyViewSize Start 2026-03-07T04:10:45.3603570Z >>>>> 3/7/2026 4:10:45 AM ValidateEmptyViewSize Stop 2026-03-07T04:10:45.3695460Z Passed ValidateEmptyViewSize [18 s] 2026-03-07T04:10:45.3702080Z >>>>> 3/7/2026 4:10:45 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T04:11:03.5216570Z >>>>> 3/7/2026 4:11:03 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T04:11:03.5292360Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [18 s] 2026-03-07T04:11:03.5297930Z >>>>> 3/7/2026 4:11:03 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T04:11:21.0435810Z >>>>> 3/7/2026 4:11:21 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T04:11:21.0580870Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [17 s] 2026-03-07T04:11:21.0582540Z >>>>> 3/7/2026 4:11:21 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:11:39.3208690Z >>>>> 3/7/2026 4:11:39 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:11:39.3313870Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [18 s] 2026-03-07T04:11:39.3316070Z >>>>> 3/7/2026 4:11:39 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T04:11:59.7126750Z >>>>> 3/7/2026 4:11:59 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T04:11:59.7232320Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [20 s] 2026-03-07T04:11:59.7416770Z >>>>> 3/7/2026 4:11:59 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T04:12:21.9994060Z >>>>> 3/7/2026 4:12:21 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T04:12:22.0122780Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [22 s] 2026-03-07T04:12:22.0213630Z >>>>> 3/7/2026 4:12:22 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T04:12:39.9020370Z >>>>> 3/7/2026 4:12:39 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T04:12:39.9125520Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [17 s] 2026-03-07T04:12:39.9153080Z >>>>> 3/7/2026 4:12:39 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T04:12:59.5607480Z >>>>> 3/7/2026 4:12:59 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T04:12:59.5727860Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [19 s] 2026-03-07T04:12:59.5739710Z >>>>> 3/7/2026 4:12:59 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T04:13:25.4228850Z >>>>> 3/7/2026 4:13:25 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T04:13:25.4497860Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [25 s] 2026-03-07T04:13:25.4504020Z >>>>> 3/7/2026 4:13:25 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:13:48.2770280Z >>>>> 3/7/2026 4:13:48 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:13:48.2854960Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [22 s] 2026-03-07T04:13:48.2928300Z >>>>> 3/7/2026 4:13:48 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:14:12.8380250Z >>>>> 3/7/2026 4:14:12 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:14:12.8591440Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [24 s] 2026-03-07T04:14:12.8618100Z >>>>> 3/7/2026 4:14:12 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T04:14:33.1695100Z >>>>> 3/7/2026 4:14:33 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T04:14:33.1806310Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [20 s] 2026-03-07T04:14:33.1811690Z >>>>> 3/7/2026 4:14:33 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:14:50.6491190Z >>>>> 3/7/2026 4:14:50 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:14:50.6574140Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [17 s] 2026-03-07T04:14:50.6587690Z >>>>> 3/7/2026 4:14:50 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T04:15:10.1460320Z >>>>> 3/7/2026 4:15:10 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T04:15:10.1618910Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [19 s] 2026-03-07T04:15:10.1622570Z >>>>> 3/7/2026 4:15:10 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T04:15:24.3829060Z >>>>> 3/7/2026 4:15:24 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T04:15:24.3888020Z Passed ValidateEmptyViewTemplateDisplayed [14 s] 2026-03-07T04:15:24.3898780Z >>>>> 3/7/2026 4:15:24 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T04:15:42.5580900Z >>>>> 3/7/2026 4:15:42 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T04:15:42.5659410Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [18 s] 2026-03-07T04:15:42.5662440Z >>>>> 3/7/2026 4:15:42 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T04:16:00.7593520Z >>>>> 3/7/2026 4:16:00 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T04:16:00.7679160Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [18 s] 2026-03-07T04:16:00.7680370Z >>>>> 3/7/2026 4:16:00 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T04:16:20.9927150Z >>>>> 3/7/2026 4:16:20 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T04:16:21.0067100Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [20 s] 2026-03-07T04:16:21.0071100Z >>>>> 3/7/2026 4:16:20 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T04:16:43.7395980Z >>>>> 3/7/2026 4:16:43 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T04:16:43.7469490Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [22 s] 2026-03-07T04:16:43.7471540Z >>>>> 3/7/2026 4:16:43 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T04:17:00.7289600Z >>>>> 3/7/2026 4:17:00 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T04:17:00.7381820Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [16 s] 2026-03-07T04:17:00.7383780Z >>>>> 3/7/2026 4:17:00 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T04:17:22.2789760Z >>>>> 3/7/2026 4:17:22 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T04:17:22.2903550Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [21 s] 2026-03-07T04:17:22.2905900Z >>>>> 3/7/2026 4:17:22 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T04:17:44.7925940Z >>>>> 3/7/2026 4:17:44 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T04:17:44.8019000Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [22 s] 2026-03-07T04:17:44.8118460Z >>>>> 3/7/2026 4:17:44 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T04:18:05.1925830Z >>>>> 3/7/2026 4:18:05 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T04:18:05.1993300Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [20 s] 2026-03-07T04:18:05.1994540Z >>>>> 3/7/2026 4:18:05 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T04:18:23.2610560Z >>>>> 3/7/2026 4:18:23 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T04:18:23.2681410Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [18 s] 2026-03-07T04:18:23.2683570Z >>>>> 3/7/2026 4:18:23 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T04:18:40.6191410Z >>>>> 3/7/2026 4:18:40 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T04:18:40.6262050Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [17 s] 2026-03-07T04:18:40.6263580Z >>>>> 3/7/2026 4:18:40 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T04:19:03.5953700Z >>>>> 3/7/2026 4:19:03 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T04:19:03.6040280Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [22 s] 2026-03-07T04:19:03.6043140Z >>>>> 3/7/2026 4:19:03 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T04:19:24.3645110Z >>>>> 3/7/2026 4:19:24 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T04:19:24.3727490Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [20 s] 2026-03-07T04:19:24.3732010Z >>>>> 3/7/2026 4:19:24 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:19:45.5245790Z >>>>> 3/7/2026 4:19:45 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:19:45.5331660Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [21 s] 2026-03-07T04:19:45.5339490Z >>>>> 3/7/2026 4:19:45 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:20:06.4311910Z >>>>> 3/7/2026 4:20:06 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:20:06.4397350Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-07T04:20:06.4399470Z >>>>> 3/7/2026 4:20:06 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:20:27.5230840Z >>>>> 3/7/2026 4:20:27 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:20:27.5307470Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [21 s] 2026-03-07T04:20:27.5312090Z >>>>> 3/7/2026 4:20:27 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:20:53.8044780Z >>>>> 3/7/2026 4:20:53 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:20:53.8120190Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [26 s] 2026-03-07T04:20:53.8123530Z >>>>> 3/7/2026 4:20:53 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:21:16.6442320Z >>>>> 3/7/2026 4:21:16 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:21:16.6519090Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [22 s] 2026-03-07T04:21:16.6520590Z >>>>> 3/7/2026 4:21:16 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:21:45.5144600Z >>>>> 3/7/2026 4:21:45 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:21:46.0726350Z >>>>> 3/7/2026 4:21:46 AM Log types: 2026-03-07T04:21:47.2605930Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [30 s] 2026-03-07T04:21:47.2615580Z Error Message: 2026-03-07T04:21:47.2617770Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:21:47.2620110Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T04:21:47.2622240Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:21:47.2624320Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:21:47.2625770Z 2026-03-07T04:21:47.2627560Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:21:47.2628960Z 2026-03-07T04:21:47.2630880Z Stack Trace: 2026-03-07T04:21:47.2631740Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:21:47.2634570Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:21:47.2636000Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T04:21:47.2637510Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T04:21:47.2639220Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 766 2026-03-07T04:21:47.2640740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:21:47.2641920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:21:47.2643110Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:21:47.2644290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:21:47.2644750Z 2026-03-07T04:21:47.2672840Z >>>>> 3/7/2026 4:21:46 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T04:22:11.1247180Z >>>>> 3/7/2026 4:22:11 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T04:22:11.1330970Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [24 s] 2026-03-07T04:22:11.1353770Z >>>>> 3/7/2026 4:22:11 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T04:22:37.1543860Z >>>>> 3/7/2026 4:22:37 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T04:22:37.1744460Z >>>>> 3/7/2026 4:22:37 AM Log types: 2026-03-07T04:22:39.2973920Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [26 s] 2026-03-07T04:22:39.3986860Z Error Message: 2026-03-07T04:22:39.5015260Z VisualTestUtils.VisualTestFailedException : 2026-03-07T04:22:39.6123820Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T04:22:39.7169010Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T04:22:39.8639510Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T04:22:40.3208050Z 2026-03-07T04:22:40.4553280Z More info: https://aka.ms/visual-test-workflow 2026-03-07T04:22:40.5349370Z 2026-03-07T04:22:40.6356530Z Stack Trace: 2026-03-07T04:22:40.7362290Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T04:22:40.8380950Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T04:22:40.9384080Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T04:22:41.0392630Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T04:22:41.1400060Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-03-07T04:22:41.1640930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:22:41.2650660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T04:22:41.3737420Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T04:22:41.4756960Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T04:22:41.5772940Z 2026-03-07T04:22:45.4355380Z >>>>> 3/7/2026 4:22:45 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T04:22:48.5500680Z >>>>> 3/7/2026 4:22:48 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T04:23:18.0747330Z >>>>> 3/7/2026 4:23:18 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T04:23:18.0845640Z Passed VerifyGroupFooterTemplate_WithFooterString [29 s] 2026-03-07T04:23:18.0847640Z >>>>> 3/7/2026 4:23:18 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T04:23:59.1104740Z >>>>> 3/7/2026 4:23:59 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T04:23:59.1204910Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [41 s] 2026-03-07T04:23:59.1206690Z >>>>> 3/7/2026 4:23:59 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T04:24:38.6662440Z >>>>> 3/7/2026 4:24:38 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T04:24:38.6726960Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [39 s] 2026-03-07T04:24:38.6729060Z >>>>> 3/7/2026 4:24:38 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T04:25:14.6499280Z >>>>> 3/7/2026 4:25:14 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T04:25:14.6574360Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [35 s] 2026-03-07T04:25:14.6578400Z >>>>> 3/7/2026 4:25:14 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T04:25:55.7592420Z >>>>> 3/7/2026 4:25:55 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T04:25:55.8011610Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [41 s] 2026-03-07T04:25:55.8014400Z >>>>> 3/7/2026 4:25:55 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T04:26:36.8505140Z >>>>> 3/7/2026 4:26:36 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T04:26:36.8606620Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [41 s] 2026-03-07T04:26:36.8610120Z >>>>> 3/7/2026 4:26:36 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T04:27:23.0881980Z >>>>> 3/7/2026 4:27:23 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T04:27:23.0948200Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [46 s] 2026-03-07T04:27:23.0949550Z >>>>> 3/7/2026 4:27:23 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T04:28:02.4115140Z >>>>> 3/7/2026 4:28:02 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T04:28:02.4167300Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [39 s] 2026-03-07T04:28:02.4169520Z >>>>> 3/7/2026 4:28:02 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T04:28:47.0499860Z >>>>> 3/7/2026 4:28:47 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T04:28:47.0563930Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [44 s] 2026-03-07T04:28:47.0567210Z >>>>> 3/7/2026 4:28:47 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T04:29:10.8818890Z >>>>> 3/7/2026 4:29:10 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T04:29:10.8891140Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [23 s] 2026-03-07T04:29:10.8892400Z >>>>> 3/7/2026 4:29:10 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T04:29:32.0957500Z >>>>> 3/7/2026 4:29:32 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T04:29:32.1021600Z Passed VerifyGroupFooterTemplate_WithHeaderString [21 s] 2026-03-07T04:29:32.1023560Z >>>>> 3/7/2026 4:29:32 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T04:29:55.1489980Z >>>>> 3/7/2026 4:29:55 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T04:29:55.1571550Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [23 s] 2026-03-07T04:29:55.1575280Z >>>>> 3/7/2026 4:29:55 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T04:30:13.0417630Z >>>>> 3/7/2026 4:30:13 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T04:30:13.0468100Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [17 s] 2026-03-07T04:30:13.0469330Z >>>>> 3/7/2026 4:30:13 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T04:30:41.8036100Z >>>>> 3/7/2026 4:30:41 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T04:30:41.8112600Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [28 s] 2026-03-07T04:30:41.8115300Z >>>>> 3/7/2026 4:30:41 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T04:31:07.0959380Z >>>>> 3/7/2026 4:31:07 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T04:31:07.1143370Z Passed VerifyGroupHeaderTemplate_WithFooterString [25 s] 2026-03-07T04:31:07.1171520Z >>>>> 3/7/2026 4:31:07 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T04:31:39.8970710Z >>>>> 3/7/2026 4:31:39 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T04:31:39.9067670Z Passed VerifyGroupHeaderTemplate_WithHeaderString [32 s] 2026-03-07T04:31:39.9073540Z >>>>> 3/7/2026 4:31:39 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T04:32:01.8546990Z >>>>> 3/7/2026 4:32:01 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T04:32:01.8630010Z Passed VerifyIsGrouped_WithFooterString [21 s] 2026-03-07T04:32:01.8634570Z >>>>> 3/7/2026 4:32:01 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T04:32:18.7482870Z >>>>> 3/7/2026 4:32:18 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T04:32:18.7546120Z Passed VerifyIsGrouped_WithHeaderString [16 s] 2026-03-07T04:32:18.7548040Z >>>>> 3/7/2026 4:32:18 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T04:32:32.7229000Z >>>>> 3/7/2026 4:32:32 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T04:32:32.7316990Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [13 s] 2026-03-07T04:32:32.7318630Z >>>>> 3/7/2026 4:32:32 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T04:32:52.4173340Z >>>>> 3/7/2026 4:32:52 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T04:32:52.4262750Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [19 s] 2026-03-07T04:32:52.4265550Z >>>>> 3/7/2026 4:32:52 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T04:33:06.3767410Z >>>>> 3/7/2026 4:33:06 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T04:33:07.4270330Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [13 s] 2026-03-07T04:33:09.3784800Z >>>>> 3/7/2026 4:33:09 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T04:33:12.3123980Z >>>>> 3/7/2026 4:33:12 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T04:33:31.6506010Z >>>>> 3/7/2026 4:33:31 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T04:33:31.6598680Z Passed VerifyStringItemsObservableCollectionWhenAddItems [19 s] 2026-03-07T04:33:31.6614770Z >>>>> 3/7/2026 4:33:31 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T04:33:51.2508150Z >>>>> 3/7/2026 4:33:51 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T04:33:51.2622770Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [19 s] 2026-03-07T04:33:51.2624610Z >>>>> 3/7/2026 4:33:51 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T04:34:11.8447330Z >>>>> 3/7/2026 4:34:11 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T04:34:11.8580350Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [20 s] 2026-03-07T04:34:11.8582730Z >>>>> 3/7/2026 4:34:11 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T04:34:33.5617620Z >>>>> 3/7/2026 4:34:33 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T04:34:33.5717230Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [21 s] 2026-03-07T04:34:33.5748800Z >>>>> 3/7/2026 4:34:33 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T04:34:54.8070460Z >>>>> 3/7/2026 4:34:54 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T04:34:54.8151250Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [21 s] 2026-03-07T04:34:54.8153690Z >>>>> 3/7/2026 4:34:54 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T04:35:26.4011750Z >>>>> 3/7/2026 4:35:26 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T04:35:26.4078220Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [31 s] 2026-03-07T04:35:26.4081150Z >>>>> 3/7/2026 4:35:26 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T04:35:54.2638950Z >>>>> 3/7/2026 4:35:54 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T04:35:54.2758690Z Passed VerifyModelItemsGroupedListWhenAddItems [27 s] 2026-03-07T04:35:54.2765370Z >>>>> 3/7/2026 4:35:54 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T04:36:33.1505480Z >>>>> 3/7/2026 4:36:33 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T04:36:33.1562210Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [38 s] 2026-03-07T04:36:33.1563540Z >>>>> 3/7/2026 4:36:33 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T04:36:57.7217980Z >>>>> 3/7/2026 4:36:57 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T04:36:57.7270920Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [24 s] 2026-03-07T04:36:57.7272080Z >>>>> 3/7/2026 4:36:57 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T04:37:23.5095210Z >>>>> 3/7/2026 4:37:23 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T04:37:23.5183700Z Passed VerifyModelItemsGroupedListWhenRemoveItems [25 s] 2026-03-07T04:37:23.5187160Z >>>>> 3/7/2026 4:37:23 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T04:38:05.0482790Z >>>>> 3/7/2026 4:38:05 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T04:38:05.0594780Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [41 s] 2026-03-07T04:38:05.0597480Z >>>>> 3/7/2026 4:38:05 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T04:38:19.0634520Z >>>>> 3/7/2026 4:38:19 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T04:38:19.0698440Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [14 s] 2026-03-07T04:38:19.0700200Z >>>>> 3/7/2026 4:38:19 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T04:38:33.1287740Z >>>>> 3/7/2026 4:38:33 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T04:38:33.1353900Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [14 s] 2026-03-07T04:38:33.1354920Z >>>>> 3/7/2026 4:38:33 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T04:38:49.8216760Z >>>>> 3/7/2026 4:38:49 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T04:38:49.8277430Z Passed VerifyModelItemsListWhenAddItems [16 s] 2026-03-07T04:38:49.8287670Z >>>>> 3/7/2026 4:38:49 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T04:39:08.0089360Z >>>>> 3/7/2026 4:39:08 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T04:39:08.0141110Z Passed VerifyModelItemsListWhenRemoveItems [18 s] 2026-03-07T04:39:08.0142230Z >>>>> 3/7/2026 4:39:08 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T04:39:36.3862730Z >>>>> 3/7/2026 4:39:36 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T04:39:36.3936580Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [28 s] 2026-03-07T04:39:36.3938580Z >>>>> 3/7/2026 4:39:36 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T04:40:01.3241690Z >>>>> 3/7/2026 4:40:01 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T04:40:01.3319690Z Passed VerifyModelItemsObservableCollectionWhenAddItems [24 s] 2026-03-07T04:40:01.3322720Z >>>>> 3/7/2026 4:40:01 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T04:40:36.5417060Z >>>>> 3/7/2026 4:40:36 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T04:40:36.5479620Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [35 s] 2026-03-07T04:40:36.5480870Z >>>>> 3/7/2026 4:40:36 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T04:40:59.1207030Z >>>>> 3/7/2026 4:40:59 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T04:40:59.1210460Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [22 s] 2026-03-07T04:40:59.1215780Z >>>>> 3/7/2026 4:40:59 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T04:41:19.8682960Z >>>>> 3/7/2026 4:41:19 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T04:41:19.8741690Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [20 s] 2026-03-07T04:41:19.8742820Z >>>>> 3/7/2026 4:41:19 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T04:41:52.1742910Z >>>>> 3/7/2026 4:41:52 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T04:41:52.1798620Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [32 s] 2026-03-07T04:41:52.1800890Z >>>>> 3/7/2026 4:41:52 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T04:42:05.7120550Z >>>>> 3/7/2026 4:42:05 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T04:42:05.7200470Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [13 s] 2026-03-07T04:42:05.7202470Z >>>>> 3/7/2026 4:42:05 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T04:42:21.3404320Z >>>>> 3/7/2026 4:42:21 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T04:42:21.3478110Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [15 s] 2026-03-07T04:42:21.3480980Z >>>>> 3/7/2026 4:42:21 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T04:42:39.3759020Z >>>>> 3/7/2026 4:42:39 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T04:42:39.3815870Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [18 s] 2026-03-07T04:42:39.3818920Z >>>>> 3/7/2026 4:42:39 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T04:42:53.0898770Z >>>>> 3/7/2026 4:42:53 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T04:42:53.0935960Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [13 s] 2026-03-07T04:42:53.0939360Z >>>>> 3/7/2026 4:42:53 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T04:43:19.6309640Z >>>>> 3/7/2026 4:43:19 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T04:43:19.6365540Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [26 s] 2026-03-07T04:43:19.6367200Z >>>>> 3/7/2026 4:43:19 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T04:43:39.3128270Z >>>>> 3/7/2026 4:43:39 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T04:43:39.3207320Z Passed VerifyStringItemsGroupedListWhenAddItems [19 s] 2026-03-07T04:43:39.3209800Z >>>>> 3/7/2026 4:43:39 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T04:44:12.5630920Z >>>>> 3/7/2026 4:44:12 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T04:44:12.5680610Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [33 s] 2026-03-07T04:44:12.5681830Z >>>>> 3/7/2026 4:44:12 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T04:44:36.4279760Z >>>>> 3/7/2026 4:44:36 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T04:44:36.4338280Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [23 s] 2026-03-07T04:44:36.4340230Z >>>>> 3/7/2026 4:44:36 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T04:44:53.2542500Z >>>>> 3/7/2026 4:44:53 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T04:44:53.2602510Z Passed VerifyStringItemsGroupedListWhenRemoveItems [16 s] 2026-03-07T04:44:53.2608420Z >>>>> 3/7/2026 4:44:53 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T04:45:19.0235150Z >>>>> 3/7/2026 4:45:19 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T04:45:19.0273670Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [25 s] 2026-03-07T04:45:19.0274610Z >>>>> 3/7/2026 4:45:19 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T04:45:27.7318550Z >>>>> 3/7/2026 4:45:27 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T04:45:27.7363410Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [8 s] 2026-03-07T04:45:27.7366780Z >>>>> 3/7/2026 4:45:27 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T04:45:35.7861240Z >>>>> 3/7/2026 4:45:35 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T04:45:35.7906500Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [8 s] 2026-03-07T04:45:35.7912000Z >>>>> 3/7/2026 4:45:35 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T04:45:47.0971780Z >>>>> 3/7/2026 4:45:47 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T04:45:47.1032230Z Passed VerifyStringItemsListWhenAddItems [11 s] 2026-03-07T04:45:47.1034040Z >>>>> 3/7/2026 4:45:47 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T04:45:59.3653750Z >>>>> 3/7/2026 4:45:59 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T04:45:59.3695310Z Passed VerifyStringItemsListWhenRemoveItems [12 s] 2026-03-07T04:45:59.3697720Z >>>>> 3/7/2026 4:45:59 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T04:46:18.9620310Z >>>>> 3/7/2026 4:46:18 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T04:46:18.9663750Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [19 s] 2026-03-07T04:46:18.9664720Z >>>>> 3/7/2026 4:46:18 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T04:46:40.0298540Z >>>>> 3/7/2026 4:46:40 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T04:46:40.0344340Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [21 s] 2026-03-07T04:46:40.0346260Z >>>>> 3/7/2026 4:46:40 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T04:46:54.6592980Z >>>>> 3/7/2026 4:46:54 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T04:46:54.6664450Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [14 s] 2026-03-07T04:46:54.6667530Z >>>>> 3/7/2026 4:46:54 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T04:47:06.8651120Z >>>>> 3/7/2026 4:47:06 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T04:47:06.8708100Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [12 s] 2026-03-07T04:47:06.8709050Z >>>>> 3/7/2026 4:47:06 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T04:47:29.0497300Z >>>>> 3/7/2026 4:47:29 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T04:47:29.4270560Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [22 s] 2026-03-07T04:47:31.6255270Z >>>>> 3/7/2026 4:47:31 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T04:47:34.0263480Z >>>>> 3/7/2026 4:47:34 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T04:47:52.5357090Z >>>>> 3/7/2026 4:47:52 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:47:52.5403640Z Passed VerifyMeasureAllItemsWithObservableCollection [18 s] 2026-03-07T04:47:52.5409850Z >>>>> 3/7/2026 4:47:52 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:48:13.6189350Z >>>>> 3/7/2026 4:48:13 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:48:13.6249870Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [21 s] 2026-03-07T04:48:13.6251180Z >>>>> 3/7/2026 4:48:13 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:48:31.2358690Z >>>>> 3/7/2026 4:48:31 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:48:31.2413910Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [17 s] 2026-03-07T04:48:31.2417690Z >>>>> 3/7/2026 4:48:31 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T04:49:07.9965850Z >>>>> 3/7/2026 4:49:07 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:49:08.0021850Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [36 s] 2026-03-07T04:49:08.0024020Z >>>>> 3/7/2026 4:49:08 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T04:49:30.5848530Z >>>>> 3/7/2026 4:49:30 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T04:49:30.5909680Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [22 s] 2026-03-07T04:49:30.5914650Z >>>>> 3/7/2026 4:49:30 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T04:49:48.3658960Z >>>>> 3/7/2026 4:49:48 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T04:49:48.3705400Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [17 s] 2026-03-07T04:49:48.3706630Z >>>>> 3/7/2026 4:49:48 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T04:50:22.2420170Z >>>>> 3/7/2026 4:50:22 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T04:50:22.2468660Z Passed VerifyKeepScrollOffsetWithGroupedList [33 s] 2026-03-07T04:50:22.2471840Z >>>>> 3/7/2026 4:50:22 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T04:50:52.2682810Z >>>>> 3/7/2026 4:50:52 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T04:50:52.2737060Z Passed VerifyKeepScrollOffsetWithObservableList [30 s] 2026-03-07T04:50:52.2738060Z >>>>> 3/7/2026 4:50:52 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T04:51:11.9283930Z >>>>> 3/7/2026 4:51:11 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T04:51:13.2909230Z Passed VerifyMeasureAllItemsWithGroupedList [19 s] 2026-03-07T04:51:14.3497050Z >>>>> 3/7/2026 4:51:14 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T04:51:16.7361660Z >>>>> 3/7/2026 4:51:16 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T04:51:35.0973810Z >>>>> 3/7/2026 4:51:35 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T04:51:35.1024650Z Passed VerifySelectionModeNoneWhenItemsSourceNone [18 s] 2026-03-07T04:51:35.1027150Z >>>>> 3/7/2026 4:51:35 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T04:51:52.6361080Z >>>>> 3/7/2026 4:51:52 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T04:51:52.6409770Z Passed VerifySelecctionModeSingleWhenCurrentSelection [17 s] 2026-03-07T04:51:52.6412040Z >>>>> 3/7/2026 4:51:52 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T04:52:07.3811180Z >>>>> 3/7/2026 4:52:07 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T04:52:07.3855050Z Passed VerifySelectionModeNoneWhenCurrentSelection [14 s] 2026-03-07T04:52:07.3856180Z >>>>> 3/7/2026 4:52:07 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T04:52:23.1406180Z >>>>> 3/7/2026 4:52:23 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T04:52:23.1457060Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [15 s] 2026-03-07T04:52:23.1460850Z >>>>> 3/7/2026 4:52:23 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T04:52:41.0418910Z >>>>> 3/7/2026 4:52:41 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:52:41.0460570Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [17 s] 2026-03-07T04:52:41.0461420Z >>>>> 3/7/2026 4:52:41 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T04:52:59.0415410Z >>>>> 3/7/2026 4:52:59 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T04:52:59.0457210Z Passed VerifySelectionModeNoneWhenPreviousSelection [17 s] 2026-03-07T04:52:59.0458250Z >>>>> 3/7/2026 4:52:59 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T04:53:18.4189350Z >>>>> 3/7/2026 4:53:18 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T04:53:18.4235060Z Passed VerifySelectionModeNoneWithFooterString [19 s] 2026-03-07T04:53:18.4237710Z >>>>> 3/7/2026 4:53:18 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T04:53:40.9274740Z >>>>> 3/7/2026 4:53:40 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T04:53:40.9337150Z Passed VerifySelectionModeNoneWithFooterTemplateView [22 s] 2026-03-07T04:53:40.9338220Z >>>>> 3/7/2026 4:53:40 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T04:54:00.0316940Z >>>>> 3/7/2026 4:54:00 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T04:54:00.0359320Z Passed VerifySelectionModeNoneWithFooterView [19 s] 2026-03-07T04:54:00.0360440Z >>>>> 3/7/2026 4:54:00 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T04:54:19.3686560Z >>>>> 3/7/2026 4:54:19 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T04:54:19.3752200Z Passed VerifySelectionModeNoneWithHeaderString [19 s] 2026-03-07T04:54:19.3755850Z >>>>> 3/7/2026 4:54:19 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T04:54:43.4695560Z >>>>> 3/7/2026 4:54:43 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T04:54:43.4804470Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [24 s] 2026-03-07T04:54:43.4805630Z >>>>> 3/7/2026 4:54:43 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T04:55:06.1418740Z >>>>> 3/7/2026 4:55:06 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T04:55:06.1460580Z Passed VerifySelectionModeNoneWithHeaderTemplateView [22 s] 2026-03-07T04:55:06.1461360Z >>>>> 3/7/2026 4:55:06 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T04:55:35.8255230Z >>>>> 3/7/2026 4:55:35 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T04:55:35.8304920Z Passed VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView [29 s] 2026-03-07T04:55:35.8306010Z >>>>> 3/7/2026 4:55:35 AM VerifySelectionModeNoneWithHeaderView Start 2026-03-07T04:55:56.2253600Z >>>>> 3/7/2026 4:55:56 AM VerifySelectionModeNoneWithHeaderView Stop 2026-03-07T04:55:56.2300380Z Passed VerifySelectionModeNoneWithHeaderView [20 s] 2026-03-07T04:55:56.2301340Z >>>>> 3/7/2026 4:55:56 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Start 2026-03-07T04:56:19.1409880Z >>>>> 3/7/2026 4:56:19 AM VerifySelectionModeNoneWithHeaderViewAndFooterView Stop 2026-03-07T04:56:19.1467790Z Passed VerifySelectionModeNoneWithHeaderViewAndFooterView [22 s] 2026-03-07T04:56:19.1474270Z >>>>> 3/7/2026 4:56:19 AM VerifySelectionModeSingleSelectionChangedEventCount Start 2026-03-07T04:56:42.6288580Z >>>>> 3/7/2026 4:56:42 AM VerifySelectionModeSingleSelectionChangedEventCount Stop 2026-03-07T04:56:42.6332310Z Passed VerifySelectionModeSingleSelectionChangedEventCount [23 s] 2026-03-07T04:56:42.6333480Z >>>>> 3/7/2026 4:56:42 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Start 2026-03-07T04:57:01.5438400Z >>>>> 3/7/2026 4:57:01 AM VerifySelectionModeSingleWhenItemsLayoutVerticalList Stop 2026-03-07T04:57:01.5489690Z Passed VerifySelectionModeSingleWhenItemsLayoutVerticalList [18 s] 2026-03-07T04:57:01.5492300Z >>>>> 3/7/2026 4:57:01 AM VerifySelectionModeSingleWhenItemsSourceNone Start 2026-03-07T04:57:17.0910810Z >>>>> 3/7/2026 4:57:17 AM VerifySelectionModeSingleWhenItemsSourceNone Stop 2026-03-07T04:57:17.0961010Z Passed VerifySelectionModeSingleWhenItemsSourceNone [15 s] 2026-03-07T04:57:17.0963370Z >>>>> 3/7/2026 4:57:17 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Start 2026-03-07T04:57:31.4971730Z >>>>> 3/7/2026 4:57:31 AM VerifySelectionModeSingleWhenItemsSourceObservableCollection5 Stop 2026-03-07T04:57:31.5021450Z Passed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [14 s] 2026-03-07T04:57:31.5022550Z >>>>> 3/7/2026 4:57:31 AM VerifySelectionModeSingleWhenPreviousSelection Start 2026-03-07T04:57:49.5944320Z >>>>> 3/7/2026 4:57:49 AM VerifySelectionModeSingleWhenPreviousSelection Stop 2026-03-07T04:57:49.5988040Z Passed VerifySelectionModeSingleWhenPreviousSelection [18 s] 2026-03-07T04:57:49.5990480Z >>>>> 3/7/2026 4:57:49 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Start 2026-03-07T04:58:08.0501420Z >>>>> 3/7/2026 4:58:08 AM VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList Stop 2026-03-07T04:58:08.0574020Z Passed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [18 s] 2026-03-07T04:58:08.0578650Z >>>>> 3/7/2026 4:58:08 AM VerifySelectionModeSingleWithFooterString Start 2026-03-07T04:58:30.5963640Z >>>>> 3/7/2026 4:58:30 AM VerifySelectionModeSingleWithFooterString Stop 2026-03-07T04:58:30.6006010Z Passed VerifySelectionModeSingleWithFooterString [22 s] 2026-03-07T04:58:30.6006920Z >>>>> 3/7/2026 4:58:30 AM VerifySelectionModeSingleWithFooterTemplateView Start 2026-03-07T04:58:55.9644290Z >>>>> 3/7/2026 4:58:55 AM VerifySelectionModeSingleWithFooterTemplateView Stop 2026-03-07T04:58:55.9695920Z Passed VerifySelectionModeSingleWithFooterTemplateView [25 s] 2026-03-07T04:58:55.9698520Z >>>>> 3/7/2026 4:58:55 AM VerifySelectionModeSingleWithFooterView Start 2026-03-07T04:59:18.2811840Z >>>>> 3/7/2026 4:59:18 AM VerifySelectionModeSingleWithFooterView Stop 2026-03-07T04:59:18.2857030Z Passed VerifySelectionModeSingleWithFooterView [22 s] 2026-03-07T04:59:18.2859240Z >>>>> 3/7/2026 4:59:18 AM VerifySelectionModeSingleWithHeaderString Start 2026-03-07T04:59:42.6076320Z >>>>> 3/7/2026 4:59:42 AM VerifySelectionModeSingleWithHeaderString Stop 2026-03-07T04:59:42.6141340Z Passed VerifySelectionModeSingleWithHeaderString [24 s] 2026-03-07T04:59:42.6144450Z >>>>> 3/7/2026 4:59:42 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Start 2026-03-07T05:00:08.0843660Z >>>>> 3/7/2026 5:00:08 AM VerifySelectionModeSingleWithHeaderStringAndFooterString Stop 2026-03-07T05:00:08.0908740Z Passed VerifySelectionModeSingleWithHeaderStringAndFooterString [25 s] 2026-03-07T05:00:08.0909870Z >>>>> 3/7/2026 5:00:08 AM VerifySelectionModeSingleWithHeaderTemplateView Start 2026-03-07T05:00:33.5898630Z >>>>> 3/7/2026 5:00:33 AM VerifySelectionModeSingleWithHeaderTemplateView Stop 2026-03-07T05:00:33.5940880Z Passed VerifySelectionModeSingleWithHeaderTemplateView [25 s] 2026-03-07T05:00:33.5941850Z >>>>> 3/7/2026 5:00:33 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T05:01:08.4863010Z >>>>> 3/7/2026 5:01:08 AM VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView Stop 2026-03-07T05:01:08.4917110Z Passed VerifySelectionModeSingleWithHeaderTemplateViewAndFooterTemplateView [34 s] 2026-03-07T05:01:08.4918030Z >>>>> 3/7/2026 5:01:08 AM VerifySelectionModeSingleWithHeaderView Start 2026-03-07T05:01:30.9809390Z >>>>> 3/7/2026 5:01:30 AM VerifySelectionModeSingleWithHeaderView Stop 2026-03-07T05:01:30.9851940Z Passed VerifySelectionModeSingleWithHeaderView [22 s] 2026-03-07T05:01:30.9852890Z >>>>> 3/7/2026 5:01:30 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Start 2026-03-07T05:01:56.9372460Z >>>>> 3/7/2026 5:01:56 AM VerifySelectionModeSingleWithHeaderViewAndFooterView Stop 2026-03-07T05:01:58.0015060Z Passed VerifySelectionModeSingleWithHeaderViewAndFooterView [25 s] 2026-03-07T05:01:59.5210000Z >>>>> 3/7/2026 5:01:59 AM EmptyViewItemsSourceNullStringWorks Start 2026-03-07T05:01:59.5233860Z >>>>> 3/7/2026 5:01:59 AM FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-03-07T05:02:10.8937380Z >>>>> 3/7/2026 5:02:10 AM EmptyViewItemsSourceNullStringWorks Stop 2026-03-07T05:02:13.4867920Z Passed EmptyViewItemsSourceNullStringWorks [13 s] 2026-03-07T05:02:13.4905160Z >>>>> 3/7/2026 5:02:13 AM EmptyViewItemsSourceNullViewWorks Start 2026-03-07T05:02:13.4918200Z >>>>> 3/7/2026 5:02:13 AM FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-03-07T05:02:24.0345960Z >>>>> 3/7/2026 5:02:24 AM EmptyViewItemsSourceNullViewWorks Stop 2026-03-07T05:02:27.0020900Z Passed EmptyViewItemsSourceNullViewWorks [13 s] 2026-03-07T05:02:28.9949980Z >>>>> 3/7/2026 5:02:28 AM GroupingAndHeaderWorks Start 2026-03-07T05:02:28.9955140Z >>>>> 3/7/2026 5:02:28 AM FixtureSetup for GroupingAndHeaderWorks 2026-03-07T05:02:45.9608150Z >>>>> 3/7/2026 5:02:45 AM GroupingAndHeaderWorks Stop 2026-03-07T05:02:48.5424910Z Passed GroupingAndHeaderWorks [19 s] 2026-03-07T05:02:50.8560510Z >>>>> 3/7/2026 5:02:50 AM HeaderFooterStringWorks Start 2026-03-07T05:02:50.8561340Z >>>>> 3/7/2026 5:02:50 AM FixtureSetup for HeaderFooterStringWorks 2026-03-07T05:03:02.3945250Z >>>>> 3/7/2026 5:03:02 AM HeaderFooterStringWorks Stop 2026-03-07T05:03:05.9178360Z Passed HeaderFooterStringWorks [13 s] 2026-03-07T05:03:07.1725550Z >>>>> 3/7/2026 5:03:07 AM FixtureSetup for CollectionViewSingleBoundSelectionUITests(Mac) 2026-03-07T05:03:09.6390880Z >>>>> 3/7/2026 5:03:09 AM SelectionShouldUpdateBinding Start 2026-03-07T05:03:21.8828360Z >>>>> 3/7/2026 5:03:21 AM SelectionShouldUpdateBinding Stop 2026-03-07T05:03:23.2315370Z Passed SelectionShouldUpdateBinding [12 s] 2026-03-07T05:03:24.3576970Z >>>>> 3/7/2026 5:03:24 AM FixtureSetup for ClearGroupedNoCrashUITests(Mac) 2026-03-07T05:03:24.4544520Z >>>>> 3/7/2026 5:03:24 AM ClearingGroupedNoCrash Start 2026-03-07T05:03:27.4321030Z >>>>> 3/7/2026 5:03:27 AM ClearingGroupedNoCrash Stop 2026-03-07T05:03:27.7690700Z Passed ClearingGroupedNoCrash [2 s] 2026-03-07T05:03:30.8296750Z >>>>> 3/7/2026 5:03:30 AM FixtureSetup for CollectionViewBindingErrorsUITests(Mac) 2026-03-07T05:03:30.9179460Z >>>>> 3/7/2026 5:03:30 AM NoBindingErrors Start 2026-03-07T05:03:39.4672750Z >>>>> 3/7/2026 5:03:39 AM NoBindingErrors Stop 2026-03-07T05:03:39.9702890Z Passed NoBindingErrors [8 s] 2026-03-07T05:03:41.7416200Z >>>>> 3/7/2026 5:03:41 AM FixtureSetup for CollectionViewDynamicallyLoadUITests(Mac) 2026-03-07T05:03:41.8137560Z >>>>> 3/7/2026 5:03:41 AM DynamicallyLoadCollectionView Start 2026-03-07T05:03:42.5023030Z >>>>> 3/7/2026 5:03:42 AM DynamicallyLoadCollectionView Stop 2026-03-07T05:03:43.3205170Z Passed DynamicallyLoadCollectionView [697 ms] 2026-03-07T05:03:44.7708630Z >>>>> 3/7/2026 5:03:44 AM FixtureSetup for CollectionViewItemsSourceTypesUITests(Mac) 2026-03-07T05:03:44.8629340Z >>>>> 3/7/2026 5:03:44 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Start 2026-03-07T05:03:44.9101470Z >>>>> 3/7/2026 5:03:44 AM CollectionViewItemsSourceTypesDisplayAndDontCrash Stop 2026-03-07T05:03:44.9179250Z CollectionViewItemsSourceTypesDisplayAndDontCrash: This test is failing, requires research. 2026-03-07T05:03:46.3981110Z Skipped CollectionViewItemsSourceTypesDisplayAndDontCrash [56 ms] 2026-03-07T05:03:47.3745390Z >>>>> 3/7/2026 5:03:47 AM KeepItemsInView Start 2026-03-07T05:03:47.3847830Z >>>>> 3/7/2026 5:03:47 AM FixtureSetup for KeepItemsInView 2026-03-07T05:04:50.2635100Z >>>>> 3/7/2026 5:04:50 AM KeepItemsInView Stop 2026-03-07T05:04:53.9149470Z Passed KeepItemsInView [1 m 5 s] 2026-03-07T05:04:55.1958280Z >>>>> 3/7/2026 5:04:55 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:04:55.1964100Z >>>>> 3/7/2026 5:04:55 AM FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-03-07T05:05:00.4668320Z >>>>> 3/7/2026 5:05:00 AM AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:05:02.7657280Z Passed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [7 s] 2026-03-07T05:05:02.7661290Z >>>>> 3/7/2026 5:05:02 AM AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-03-07T05:05:02.7662040Z >>>>> 3/7/2026 5:05:02 AM FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-03-07T05:05:07.7563100Z >>>>> 3/7/2026 5:05:07 AM AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-03-07T05:05:10.2713070Z Passed AddingItemToUnviewedCollectionViewShouldNotCrash [7 s] 2026-03-07T05:05:12.4273010Z >>>>> 3/7/2026 5:05:12 AM FixtureSetup for EmptyViewNoCrashUITests(Mac) 2026-03-07T05:05:12.5101700Z >>>>> 3/7/2026 5:05:12 AM EmptyViewShouldNotCrash Start 2026-03-07T05:05:13.2062530Z >>>>> 3/7/2026 5:05:13 AM EmptyViewShouldNotCrash Stop 2026-03-07T05:05:14.0128770Z Passed EmptyViewShouldNotCrash [704 ms] 2026-03-07T05:05:15.4206040Z >>>>> 3/7/2026 5:05:15 AM FixtureSetup for HiddenCollectionViewBindUITests(Mac) 2026-03-07T05:05:15.5084320Z >>>>> 3/7/2026 5:05:15 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T05:05:16.1920050Z >>>>> 3/7/2026 5:05:16 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T05:05:17.0160920Z Passed CollectionShouldInvalidateOnVisibilityChange [690 ms] 2026-03-07T05:05:19.1858480Z >>>>> 3/7/2026 5:05:19 AM FixtureSetup for Issue10454(Mac) 2026-03-07T05:05:19.2704270Z >>>>> 3/7/2026 5:05:19 AM ChildAddedShouldFire Start 2026-03-07T05:05:22.5464300Z >>>>> 3/7/2026 5:05:22 AM ChildAddedShouldFire Stop 2026-03-07T05:05:23.7897260Z Passed ChildAddedShouldFire [3 s] 2026-03-07T05:05:24.9986540Z >>>>> 3/7/2026 5:05:24 AM FixtureSetup for Issue10947(Mac) 2026-03-07T05:05:25.0850190Z >>>>> 3/7/2026 5:05:25 AM CollectionViewHeaderShouldNotScroll Start 2026-03-07T05:05:33.9955680Z >>>>> 3/7/2026 5:05:33 AM CollectionViewHeaderShouldNotScroll Stop 2026-03-07T05:05:34.3251120Z Passed CollectionViewHeaderShouldNotScroll [8 s] 2026-03-07T05:05:36.3297120Z >>>>> 3/7/2026 5:05:36 AM FixtureSetup for Issue11311(Mac) 2026-03-07T05:05:36.4018860Z >>>>> 3/7/2026 5:05:36 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Start 2026-03-07T05:05:37.0806880Z >>>>> 3/7/2026 5:05:37 AM CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay Stop 2026-03-07T05:05:37.9290140Z Passed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [684 ms] 2026-03-07T05:05:39.4126860Z >>>>> 3/7/2026 5:05:39 AM FixtureSetup for Issue11853(Mac) 2026-03-07T05:05:39.4934210Z >>>>> 3/7/2026 5:05:39 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Start 2026-03-07T05:05:43.7382690Z >>>>> 3/7/2026 5:05:43 AM JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash Stop 2026-03-07T05:05:44.0035810Z Passed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [4 s] 2026-03-07T05:05:46.0555920Z >>>>> 3/7/2026 5:05:46 AM FixtureSetup for Issue11896(Mac) 2026-03-07T05:05:46.1373070Z >>>>> 3/7/2026 5:05:46 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Start 2026-03-07T05:05:53.6148950Z >>>>> 3/7/2026 5:05:53 AM CollectionviewFooterHideswhenDynamicallyAddorRemoveItems Stop 2026-03-07T05:05:53.6217840Z Passed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [7 s] 2026-03-07T05:05:53.6224700Z >>>>> 3/7/2026 5:05:53 AM CollectionViewHeaderBlankWhenLastItemRemoved Start 2026-03-07T05:06:02.4607350Z >>>>> 3/7/2026 5:06:02 AM CollectionViewHeaderBlankWhenLastItemRemoved Stop 2026-03-07T05:06:02.6297630Z Passed CollectionViewHeaderBlankWhenLastItemRemoved [8 s] 2026-03-07T05:06:04.8000680Z >>>>> 3/7/2026 5:06:04 AM FixtureSetup for Issue12374(Mac) 2026-03-07T05:06:04.8917450Z >>>>> 3/7/2026 5:06:04 AM Issue12374Test Start 2026-03-07T05:06:11.5618360Z >>>>> 3/7/2026 5:06:11 AM Issue12374Test Stop 2026-03-07T05:06:12.4035820Z Passed Issue12374Test [6 s] 2026-03-07T05:06:13.8486240Z >>>>> 3/7/2026 5:06:13 AM FixtureSetup for Issue12714(Mac) 2026-03-07T05:06:13.9364830Z >>>>> 3/7/2026 5:06:13 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Start 2026-03-07T05:06:16.1224410Z >>>>> 3/7/2026 5:06:16 AM InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense Stop 2026-03-07T05:06:16.9314940Z Passed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [2 s] 2026-03-07T05:06:18.4357310Z >>>>> 3/7/2026 5:06:18 AM FixtureSetup for Issue13126_2(Mac) 2026-03-07T05:06:18.5261910Z >>>>> 3/7/2026 5:06:18 AM CollectionViewShouldSourceShouldResetWhileInvisible Start 2026-03-07T05:06:19.2484690Z >>>>> 3/7/2026 5:06:19 AM CollectionViewShouldSourceShouldResetWhileInvisible Stop 2026-03-07T05:06:20.0684110Z Passed CollectionViewShouldSourceShouldResetWhileInvisible [732 ms] 2026-03-07T05:06:21.4675020Z >>>>> 3/7/2026 5:06:21 AM FixtureSetup for Issue13203(Mac) 2026-03-07T05:06:21.5516150Z >>>>> 3/7/2026 5:06:21 AM CollectionShouldInvalidateOnVisibilityChange Start 2026-03-07T05:06:22.2375960Z >>>>> 3/7/2026 5:06:22 AM CollectionShouldInvalidateOnVisibilityChange Stop 2026-03-07T05:06:23.1782710Z Passed CollectionShouldInvalidateOnVisibilityChange [695 ms] 2026-03-07T05:06:24.4892240Z >>>>> 3/7/2026 5:06:24 AM FixtureSetup for Issue13551(Mac) 2026-03-07T05:06:24.5800190Z >>>>> 3/7/2026 5:06:24 AM CollectionViewWithFooterShouldNotCrashOnDisplay Start 2026-03-07T05:06:25.6394030Z >>>>> 3/7/2026 5:06:25 AM CollectionViewWithFooterShouldNotCrashOnDisplay Stop 2026-03-07T05:06:26.2029710Z Passed CollectionViewWithFooterShouldNotCrashOnDisplay [1 s] 2026-03-07T05:06:27.9244390Z >>>>> 3/7/2026 5:06:27 AM FixtureSetup for Issue14557(Mac) 2026-03-07T05:06:27.9937540Z >>>>> 3/7/2026 5:06:27 AM HeaderAndFooterRender Start 2026-03-07T05:06:30.5046420Z >>>>> 3/7/2026 5:06:30 AM HeaderAndFooterRender Stop 2026-03-07T05:06:31.0062900Z Passed HeaderAndFooterRender [2 s] 2026-03-07T05:06:32.7524950Z >>>>> 3/7/2026 5:06:32 AM FixtureSetup for Issue15778(Mac) 2026-03-07T05:06:32.8245940Z >>>>> 3/7/2026 5:06:32 AM SwipeViewInCollectionViewDoesNotTriggerSelection Start 2026-03-07T05:06:36.1241660Z >>>>> 3/7/2026 5:06:36 AM SwipeViewInCollectionViewDoesNotTriggerSelection Stop 2026-03-07T05:06:37.3208090Z Passed SwipeViewInCollectionViewDoesNotTriggerSelection [3 s] 2026-03-07T05:06:38.3761830Z >>>>> 3/7/2026 5:06:38 AM FixtureSetup for Issue15815(Mac) 2026-03-07T05:06:38.4509680Z >>>>> 3/7/2026 5:06:38 AM LastItemIsVisilbe Start 2026-03-07T05:06:39.7211840Z >>>>> 3/7/2026 5:06:39 AM LastItemIsVisilbe Stop 2026-03-07T05:06:40.3629150Z Passed LastItemIsVisilbe [1 s] 2026-03-07T05:06:42.1614020Z >>>>> 3/7/2026 5:06:42 AM FixtureSetup for Issue16320(Mac) 2026-03-07T05:06:42.2475170Z >>>>> 3/7/2026 5:06:42 AM Issue16320Test Start 2026-03-07T05:06:44.6306810Z >>>>> 3/7/2026 5:06:44 AM Issue16320Test Stop 2026-03-07T05:06:45.2778460Z Passed Issue16320Test [2 s] 2026-03-07T05:06:46.8482130Z >>>>> 3/7/2026 5:06:46 AM FixtureSetup for Issue16787(Mac) 2026-03-07T05:06:46.9274200Z >>>>> 3/7/2026 5:06:46 AM CollectionViewBindingContextOnlyChangesOnce Start 2026-03-07T05:06:47.9753570Z >>>>> 3/7/2026 5:06:47 AM CollectionViewBindingContextOnlyChangesOnce Stop 2026-03-07T05:06:48.4265440Z Passed CollectionViewBindingContextOnlyChangesOnce [1 s] 2026-03-07T05:06:50.4275900Z >>>>> 3/7/2026 5:06:50 AM FixtureSetup for Issue17400(Mac) 2026-03-07T05:06:50.5073590Z >>>>> 3/7/2026 5:06:50 AM Issue17400Test Start 2026-03-07T05:06:56.8144600Z >>>>> 3/7/2026 5:06:56 AM Issue17400Test Stop 2026-03-07T05:06:58.0068580Z Passed Issue17400Test [6 s] 2026-03-07T05:06:59.1419360Z >>>>> 3/7/2026 5:06:59 AM FixtureSetup for Issue17823(Mac) 2026-03-07T05:06:59.2147800Z >>>>> 3/7/2026 5:06:59 AM ReorderingItemToEndWithHeaderDoesNotCrash Start 2026-03-07T05:07:04.0909670Z >>>>> 3/7/2026 5:07:04 AM ReorderingItemToEndWithHeaderDoesNotCrash Stop 2026-03-07T05:07:04.0981440Z Passed ReorderingItemToEndWithHeaderDoesNotCrash [4 s] 2026-03-07T05:07:04.0991840Z >>>>> 3/7/2026 5:07:04 AM ReorderingLastItemWithHeaderDoesNotCrash Start 2026-03-07T05:07:08.8170450Z >>>>> 3/7/2026 5:07:08 AM ReorderingLastItemWithHeaderDoesNotCrash Stop 2026-03-07T05:07:10.1519240Z Passed ReorderingLastItemWithHeaderDoesNotCrash [4 s] 2026-03-07T05:07:11.5678710Z >>>>> 3/7/2026 5:07:11 AM FixtureSetup for Issue17865(Mac) 2026-03-07T05:07:11.6616260Z >>>>> 3/7/2026 5:07:11 AM Issue17865Test Start 2026-03-07T05:07:17.8474090Z >>>>> 3/7/2026 5:07:17 AM Issue17865Test Stop 2026-03-07T05:07:19.1715110Z Passed Issue17865Test [6 s] 2026-03-07T05:07:20.3119910Z >>>>> 3/7/2026 5:07:20 AM FixtureSetup for Issue17969(Mac) 2026-03-07T05:07:20.3928750Z >>>>> 3/7/2026 5:07:20 AM CollectionViewAddGroupWhenViewIsEmpty Start 2026-03-07T05:07:26.8410870Z >>>>> 3/7/2026 5:07:26 AM CollectionViewAddGroupWhenViewIsEmpty Stop 2026-03-07T05:07:26.8473690Z Passed CollectionViewAddGroupWhenViewIsEmpty [6 s] 2026-03-07T05:07:26.8495690Z >>>>> 3/7/2026 5:07:26 AM CollectionViewDuplicateViewsWhenAddItemToGroup Start 2026-03-07T05:07:33.1033220Z >>>>> 3/7/2026 5:07:33 AM CollectionViewDuplicateViewsWhenAddItemToGroup Stop 2026-03-07T05:07:34.4030130Z Passed CollectionViewDuplicateViewsWhenAddItemToGroup [6 s] 2026-03-07T05:07:35.8098050Z >>>>> 3/7/2026 5:07:35 AM FixtureSetup for Issue18389(Mac) 2026-03-07T05:07:35.9105850Z >>>>> 3/7/2026 5:07:35 AM VerifyScrollToIndexWithHeader Start 2026-03-07T05:07:49.3333520Z >>>>> 3/7/2026 5:07:49 AM VerifyScrollToIndexWithHeader Stop 2026-03-07T05:07:49.4215990Z Passed VerifyScrollToIndexWithHeader [13 s] 2026-03-07T05:07:51.7985270Z >>>>> 3/7/2026 5:07:51 AM FixtureSetup for Issue18702(Mac) 2026-03-07T05:07:51.8836970Z >>>>> 3/7/2026 5:07:51 AM CollectionViewGroupFooterTemplateShouldNotCrash Start 2026-03-07T05:07:54.3738680Z >>>>> 3/7/2026 5:07:54 AM CollectionViewGroupFooterTemplateShouldNotCrash Stop 2026-03-07T05:07:54.8820170Z Passed CollectionViewGroupFooterTemplateShouldNotCrash [2 s] 2026-03-07T05:07:56.8194800Z >>>>> 3/7/2026 5:07:56 AM FixtureSetup for Issue18751(Mac) 2026-03-07T05:07:56.9120960Z >>>>> 3/7/2026 5:07:56 AM Issue18751Test Start 2026-03-07T05:08:00.4012130Z >>>>> 3/7/2026 5:08:00 AM Issue18751Test Stop 2026-03-07T05:08:01.4085990Z Passed Issue18751Test [3 s] 2026-03-07T05:08:02.8542140Z >>>>> 3/7/2026 5:08:02 AM FixtureSetup for Issue19338(Mac) 2026-03-07T05:08:02.9491620Z >>>>> 3/7/2026 5:08:02 AM HeaderAndFooterShouldBeVisible Start 2026-03-07T05:08:05.0778880Z >>>>> 3/7/2026 5:08:05 AM HeaderAndFooterShouldBeVisible Stop 2026-03-07T05:08:05.9531690Z Passed HeaderAndFooterShouldBeVisible [2 s] 2026-03-07T05:08:07.5495860Z >>>>> 3/7/2026 5:08:07 AM FixtureSetup for Issue19379(Mac) 2026-03-07T05:08:07.6272330Z >>>>> 3/7/2026 5:08:07 AM UpdateCollectionViewHeaderTest Start 2026-03-07T05:08:11.9163220Z >>>>> 3/7/2026 5:08:11 AM UpdateCollectionViewHeaderTest Stop 2026-03-07T05:08:12.1250090Z Passed UpdateCollectionViewHeaderTest [4 s] 2026-03-07T05:08:14.2590080Z >>>>> 3/7/2026 5:08:14 AM FixtureSetup for Issue19609(Mac) 2026-03-07T05:08:14.3617030Z >>>>> 3/7/2026 5:08:14 AM CanTapButtonOnEmptyView Start 2026-03-07T05:08:17.2284420Z >>>>> 3/7/2026 5:08:17 AM CanTapButtonOnEmptyView Stop 2026-03-07T05:08:17.3990790Z Passed CanTapButtonOnEmptyView [2 s] 2026-03-07T05:08:19.7489490Z >>>>> 3/7/2026 5:08:19 AM FixtureSetup for Issue19771(Mac) 2026-03-07T05:08:19.8566830Z >>>>> 3/7/2026 5:08:19 AM CollectionViewIsEnabledFalsePreventsInteractions Start 2026-03-07T05:08:28.3510740Z >>>>> 3/7/2026 5:08:28 AM CollectionViewIsEnabledFalsePreventsInteractions Stop 2026-03-07T05:08:28.8444960Z Passed CollectionViewIsEnabledFalsePreventsInteractions [8 s] 2026-03-07T05:08:30.8836390Z >>>>> 3/7/2026 5:08:30 AM FixtureSetup for Issue19803(Mac) 2026-03-07T05:08:30.9782440Z >>>>> 3/7/2026 5:08:30 AM NoNREWhenChangingGridItemsLayout Start 2026-03-07T05:08:33.8638200Z >>>>> 3/7/2026 5:08:33 AM NoNREWhenChangingGridItemsLayout Stop 2026-03-07T05:08:33.9834850Z Passed NoNREWhenChangingGridItemsLayout [2 s] 2026-03-07T05:08:36.4362100Z >>>>> 3/7/2026 5:08:36 AM FixtureSetup for Issue20294(Mac) 2026-03-07T05:08:36.5259710Z >>>>> 3/7/2026 5:08:36 AM ScrollToEndDoesntCrash Start 2026-03-07T05:08:59.5694780Z >>>>> 3/7/2026 5:08:59 AM ScrollToEndDoesntCrash Stop 2026-03-07T05:09:00.5355730Z Passed ScrollToEndDoesntCrash [23 s] 2026-03-07T05:09:02.0557560Z >>>>> 3/7/2026 5:09:02 AM FixtureSetup for Issue20443(Mac) 2026-03-07T05:09:02.1615640Z >>>>> 3/7/2026 5:09:02 AM RefreshShouldNotChangeSize Start 2026-03-07T05:09:16.0540760Z >>>>> 3/7/2026 5:09:16 AM RefreshShouldNotChangeSize Stop 2026-03-07T05:09:17.1563700Z Passed RefreshShouldNotChangeSize [13 s] 2026-03-07T05:09:18.9039710Z >>>>> 3/7/2026 5:09:18 AM FixtureSetup for Issue20842(Mac) 2026-03-07T05:09:18.9753020Z >>>>> 3/7/2026 5:09:18 AM VerifyCollectionViewItemsAfterScrolling Start 2026-03-07T05:09:42.4257690Z >>>>> 3/7/2026 5:09:42 AM VerifyCollectionViewItemsAfterScrolling Stop 2026-03-07T05:09:43.0354430Z Passed VerifyCollectionViewItemsAfterScrolling [23 s] 2026-03-07T05:09:44.7838170Z >>>>> 3/7/2026 5:09:44 AM FixtureSetup for Issue21728(Mac) 2026-03-07T05:09:44.8852040Z >>>>> 3/7/2026 5:09:44 AM CollectionViewSingleItemAlignmentWithFooter Start 2026-03-07T05:09:47.2990020Z >>>>> 3/7/2026 5:09:47 AM CollectionViewSingleItemAlignmentWithFooter Stop 2026-03-07T05:09:47.8865300Z Passed CollectionViewSingleItemAlignmentWithFooter [2 s] 2026-03-07T05:09:49.7525830Z >>>>> 3/7/2026 5:09:49 AM FixtureSetup for Issue21967(Mac) 2026-03-07T05:09:49.8435050Z >>>>> 3/7/2026 5:09:49 AM CollectionViewFirstItemCorrectlySetsTheMeasure Start 2026-03-07T05:09:51.6825970Z >>>>> 3/7/2026 5:09:51 AM CollectionViewFirstItemCorrectlySetsTheMeasure Stop 2026-03-07T05:09:51.6894980Z Passed CollectionViewFirstItemCorrectlySetsTheMeasure [1 s] 2026-03-07T05:09:51.6897350Z >>>>> 3/7/2026 5:09:51 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Start 2026-03-07T05:09:58.8561080Z >>>>> 3/7/2026 5:09:58 AM CollectionViewItemsResizeWhenContraintsOnCollectionViewChange Stop 2026-03-07T05:09:59.2573250Z Passed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [7 s] 2026-03-07T05:10:01.2204730Z >>>>> 3/7/2026 5:10:01 AM FixtureSetup for Issue22104(Mac) 2026-03-07T05:10:01.3062620Z >>>>> 3/7/2026 5:10:01 AM VerifyCollectionViewVisualState Start 2026-03-07T05:10:05.3634860Z >>>>> 3/7/2026 5:10:05 AM VerifyCollectionViewVisualState Stop 2026-03-07T05:10:05.8019420Z Passed VerifyCollectionViewVisualState [4 s] 2026-03-07T05:10:07.5628670Z >>>>> 3/7/2026 5:10:07 AM FixtureSetup for Issue22320(Mac) 2026-03-07T05:10:07.6328500Z >>>>> 3/7/2026 5:10:07 AM SelectionShouldNotMovedToTopWithGroupedCollection Start 2026-03-07T05:10:08.7253430Z >>>>> 3/7/2026 5:10:08 AM SelectionShouldNotMovedToTopWithGroupedCollection Stop 2026-03-07T05:10:08.7416330Z >>>>> 3/7/2026 5:10:08 AM Log types: 2026-03-07T05:10:09.1670470Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [1 s] 2026-03-07T05:10:09.1670980Z Error Message: 2026-03-07T05:10:09.1671910Z System.NullReferenceException : Object reference not set to an instance of an object. 2026-03-07T05:10:09.1672410Z Stack Trace: 2026-03-07T05:10:09.1672880Z at UITest.Appium.HelperExtensions.Click(IUIElement element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 412 2026-03-07T05:10:09.1673500Z at UITest.Appium.HelperExtensions.<>c__DisplayClass184_0.b__0() in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3018 2026-03-07T05:10:09.1674020Z at System.Threading.Tasks.Task`1.InnerInvoke() 2026-03-07T05:10:09.1674600Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:10:09.1675150Z --- End of stack trace from previous location --- 2026-03-07T05:10:09.1675690Z at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) 2026-03-07T05:10:09.1676390Z at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) 2026-03-07T05:10:09.1676860Z --- End of stack trace from previous location --- 2026-03-07T05:10:09.1677380Z at UITest.Appium.HelperExtensions.RunWithTimeout[T](Func`1 action, Nullable`1 timeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 3006 2026-03-07T05:10:09.1678020Z at UITest.Appium.HelperExtensions.Tap(IApp app, String element) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 36 2026-03-07T05:10:09.1678730Z at Microsoft.Maui.TestCases.Tests.Issues.Issue22320.SelectionShouldNotMovedToTopWithGroupedCollection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue22320.cs:line 20 2026-03-07T05:10:09.1679450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:10:09.1680150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:10:09.1680930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:10:09.1681490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:10:09.1682160Z 2026-03-07T05:10:11.5185920Z >>>>> 3/7/2026 5:10:11 AM FixtureSetup for Issue22467(Mac) 2026-03-07T05:10:11.6066150Z >>>>> 3/7/2026 5:10:11 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Start 2026-03-07T05:10:18.1828480Z >>>>> 3/7/2026 5:10:18 AM CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation Stop 2026-03-07T05:10:19.1019250Z Passed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [6 s] 2026-03-07T05:10:20.4747040Z >>>>> 3/7/2026 5:10:20 AM FixtureSetup for Issue22674(Mac) 2026-03-07T05:10:20.5491530Z >>>>> 3/7/2026 5:10:20 AM RemoveItemWhenSelectionChanged Start 2026-03-07T05:10:22.4041900Z >>>>> 3/7/2026 5:10:22 AM RemoveItemWhenSelectionChanged Stop 2026-03-07T05:10:23.6605610Z Passed RemoveItemWhenSelectionChanged [1 s] 2026-03-07T05:10:25.0294460Z >>>>> 3/7/2026 5:10:25 AM FixtureSetup for Issue23702(Mac) 2026-03-07T05:10:25.1228650Z >>>>> 3/7/2026 5:10:25 AM CollectionViewItemsShouldResizeWhenWidthDecreases Start 2026-03-07T05:10:28.9345210Z >>>>> 3/7/2026 5:10:28 AM CollectionViewItemsShouldResizeWhenWidthDecreases Stop 2026-03-07T05:10:29.7008680Z Passed CollectionViewItemsShouldResizeWhenWidthDecreases [3 s] 2026-03-07T05:10:31.2819920Z >>>>> 3/7/2026 5:10:31 AM FixtureSetup for Issue25181(Mac) 2026-03-07T05:10:31.3639330Z >>>>> 3/7/2026 5:10:31 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Start 2026-03-07T05:10:33.3640540Z >>>>> 3/7/2026 5:10:33 AM SingleItemAlignmentInCollectionViewHorizontalGridLayout Stop 2026-03-07T05:10:34.3648100Z Passed SingleItemAlignmentInCollectionViewHorizontalGridLayout [2 s] 2026-03-07T05:10:35.8455490Z >>>>> 3/7/2026 5:10:35 AM FixtureSetup for Issue25191(Mac) 2026-03-07T05:10:35.9422070Z >>>>> 3/7/2026 5:10:35 AM CollectionViewMeasureFirstItem Start 2026-03-07T05:10:39.4028870Z >>>>> 3/7/2026 5:10:39 AM CollectionViewMeasureFirstItem Stop 2026-03-07T05:10:40.4436570Z Passed CollectionViewMeasureFirstItem [3 s] 2026-03-07T05:10:41.9651240Z >>>>> 3/7/2026 5:10:41 AM FixtureSetup for Issue25224(Mac) 2026-03-07T05:10:42.0606130Z >>>>> 3/7/2026 5:10:42 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:10:45.8363370Z >>>>> 3/7/2026 5:10:45 AM CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:10:45.8411950Z Passed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 s] 2026-03-07T05:10:45.8415830Z >>>>> 3/7/2026 5:10:45 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Start 2026-03-07T05:10:48.2350620Z >>>>> 3/7/2026 5:10:48 AM CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay Stop 2026-03-07T05:10:48.8446020Z Passed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [2 s] 2026-03-07T05:10:50.7092000Z >>>>> 3/7/2026 5:10:50 AM FixtureSetup for Issue25362(Mac) 2026-03-07T05:10:50.7956480Z >>>>> 3/7/2026 5:10:50 AM HeaderShouldNotCollapseWithItems Start 2026-03-07T05:10:59.2187450Z >>>>> 3/7/2026 5:10:59 AM HeaderShouldNotCollapseWithItems Stop 2026-03-07T05:10:59.7874420Z Passed HeaderShouldNotCollapseWithItems [8 s] 2026-03-07T05:11:01.6761350Z >>>>> 3/7/2026 5:11:01 AM FixtureSetup for Issue25433(Mac) 2026-03-07T05:11:01.7646570Z >>>>> 3/7/2026 5:11:01 AM CollectionViewHorizontalItemSpacing Start 2026-03-07T05:11:04.3217050Z >>>>> 3/7/2026 5:11:04 AM CollectionViewHorizontalItemSpacing Stop 2026-03-07T05:11:04.7959770Z Passed CollectionViewHorizontalItemSpacing [2 s] 2026-03-07T05:11:06.7229450Z >>>>> 3/7/2026 5:11:06 AM FixtureSetup for Issue25514(Mac) 2026-03-07T05:11:06.8091780Z >>>>> 3/7/2026 5:11:06 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Start 2026-03-07T05:11:08.9866880Z >>>>> 3/7/2026 5:11:08 AM AppShouldNotCrashAfterLoadingGroupedCollectionView Stop 2026-03-07T05:11:09.8134330Z Passed AppShouldNotCrashAfterLoadingGroupedCollectionView [2 s] 2026-03-07T05:11:11.6148920Z >>>>> 3/7/2026 5:11:11 AM FixtureSetup for Issue25551(Mac) 2026-03-07T05:11:11.6946430Z >>>>> 3/7/2026 5:11:11 AM CollectionViewPreSelectionShouldUpdate Start 2026-03-07T05:11:19.0495370Z >>>>> 3/7/2026 5:11:19 AM CollectionViewPreSelectionShouldUpdate Stop 2026-03-07T05:11:19.2587070Z Passed CollectionViewPreSelectionShouldUpdate [7 s] 2026-03-07T05:11:22.0367210Z >>>>> 3/7/2026 5:11:22 AM FixtureSetup for Issue25649(Mac) 2026-03-07T05:11:22.1784290Z >>>>> 3/7/2026 5:11:22 AM Issue25649Test Start 2026-03-07T05:11:33.7862730Z >>>>> 3/7/2026 5:11:33 AM Issue25649Test Stop 2026-03-07T05:11:34.1673090Z Passed Issue25649Test [11 s] 2026-03-07T05:11:36.1753800Z >>>>> 3/7/2026 5:11:36 AM FixtureSetup for Issue25724(Mac) 2026-03-07T05:11:36.2576070Z >>>>> 3/7/2026 5:11:36 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Start 2026-03-07T05:11:40.4835210Z >>>>> 3/7/2026 5:11:40 AM CollectionViewDynamicHeaderShouldNotCrashOnDisplay Stop 2026-03-07T05:11:40.7636510Z Passed CollectionViewDynamicHeaderShouldNotCrashOnDisplay [4 s] 2026-03-07T05:11:42.8653490Z >>>>> 3/7/2026 5:11:42 AM FixtureSetup for Issue25859(Mac) 2026-03-07T05:11:42.9588450Z >>>>> 3/7/2026 5:11:42 AM CVHorizontalLinearItemsLayoutItemSpacing Start 2026-03-07T05:11:46.1815290Z >>>>> 3/7/2026 5:11:46 AM CVHorizontalLinearItemsLayoutItemSpacing Stop 2026-03-07T05:11:47.4481470Z Passed CVHorizontalLinearItemsLayoutItemSpacing [3 s] 2026-03-07T05:11:48.5686360Z >>>>> 3/7/2026 5:11:48 AM FixtureSetup for Issue25889(Mac) 2026-03-07T05:11:48.6527360Z >>>>> 3/7/2026 5:11:48 AM RemainingItemsThresholdReachedCommandFired Start 2026-03-07T05:12:02.0828080Z >>>>> 3/7/2026 5:12:02 AM RemainingItemsThresholdReachedCommandFired Stop 2026-03-07T05:12:02.5050910Z Passed RemainingItemsThresholdReachedCommandFired [13 s] 2026-03-07T05:12:04.5165090Z >>>>> 3/7/2026 5:12:04 AM FixtureSetup for Issue26066(Mac) 2026-03-07T05:12:04.5968250Z >>>>> 3/7/2026 5:12:04 AM CollectionView2ShouldFindAncestorType Start 2026-03-07T05:12:11.0675370Z >>>>> 3/7/2026 5:12:11 AM CollectionView2ShouldFindAncestorType Stop 2026-03-07T05:12:12.1338940Z Passed CollectionView2ShouldFindAncestorType [6 s] 2026-03-07T05:12:13.5678610Z >>>>> 3/7/2026 5:12:13 AM FixtureSetup for Issue26083(Mac) 2026-03-07T05:12:13.6605490Z >>>>> 3/7/2026 5:12:13 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Start 2026-03-07T05:12:19.7853050Z >>>>> 3/7/2026 5:12:19 AM ItemsWrapGridShouldUpdateBasedOnCollectionViewSize Stop 2026-03-07T05:12:21.1679980Z Passed ItemsWrapGridShouldUpdateBasedOnCollectionViewSize [6 s] 2026-03-07T05:12:22.2291030Z >>>>> 3/7/2026 5:12:22 AM FixtureSetup for Issue26187(Mac) 2026-03-07T05:12:22.3296720Z >>>>> 3/7/2026 5:12:22 AM SelectedItemVisualIsCleared Start 2026-03-07T05:12:29.6774830Z >>>>> 3/7/2026 5:12:29 AM SelectedItemVisualIsCleared Stop 2026-03-07T05:12:30.2063790Z Passed SelectedItemVisualIsCleared [7 s] 2026-03-07T05:12:32.2863310Z >>>>> 3/7/2026 5:12:32 AM FixtureSetup for Issue26817_2(Mac) 2026-03-07T05:12:32.3689530Z >>>>> 3/7/2026 5:12:32 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:12:50.0057820Z >>>>> 3/7/2026 5:12:50 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:12:50.4005220Z Passed AccessibilityTraitsSetCorrectly [17 s] 2026-03-07T05:12:52.7843740Z >>>>> 3/7/2026 5:12:52 AM FixtureSetup for Issue26817(Mac) 2026-03-07T05:12:52.8925800Z >>>>> 3/7/2026 5:12:52 AM AccessibilityTraitsSetCorrectly Start 2026-03-07T05:13:13.2557910Z >>>>> 3/7/2026 5:13:13 AM AccessibilityTraitsSetCorrectly Stop 2026-03-07T05:13:13.9305740Z Passed AccessibilityTraitsSetCorrectly [20 s] 2026-03-07T05:13:16.0173110Z >>>>> 3/7/2026 5:13:16 AM FixtureSetup for Issue26997(Mac) 2026-03-07T05:13:16.1338950Z >>>>> 3/7/2026 5:13:16 AM CollectionViewShouldNotCrash Start 2026-03-07T05:13:17.0878100Z >>>>> 3/7/2026 5:13:17 AM CollectionViewShouldNotCrash Stop 2026-03-07T05:13:17.6231310Z Passed CollectionViewShouldNotCrash [960 ms] 2026-03-07T05:13:20.6857920Z >>>>> 3/7/2026 5:13:20 AM FixtureSetup for Issue27117(Mac) 2026-03-07T05:13:20.7980080Z >>>>> 3/7/2026 5:13:20 AM ScrollToIndexZeroShowsFirstItemNotHeader Start 2026-03-07T05:13:49.6242600Z >>>>> 3/7/2026 5:13:49 AM ScrollToIndexZeroShowsFirstItemNotHeader Stop 2026-03-07T05:13:50.8074850Z Passed ScrollToIndexZeroShowsFirstItemNotHeader [28 s] 2026-03-07T05:13:52.4908840Z >>>>> 3/7/2026 5:13:52 AM FixtureSetup for Issue27200(Mac) 2026-03-07T05:13:52.6068200Z >>>>> 3/7/2026 5:13:52 AM CollectionViewHeaderSizewithIsVisibleBinding Start 2026-03-07T05:13:58.4762060Z >>>>> 3/7/2026 5:13:58 AM CollectionViewHeaderSizewithIsVisibleBinding Stop 2026-03-07T05:13:58.6209510Z Passed CollectionViewHeaderSizewithIsVisibleBinding [5 s] 2026-03-07T05:14:01.5831470Z >>>>> 3/7/2026 5:14:01 AM FixtureSetup for Issue27766(Mac) 2026-03-07T05:14:01.6833660Z >>>>> 3/7/2026 5:14:01 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Start 2026-03-07T05:14:08.8163180Z >>>>> 3/7/2026 5:14:08 AM ShouldIgnoreBottomContentInsetForCollectionViewItems Stop 2026-03-07T05:14:09.2308160Z Passed ShouldIgnoreBottomContentInsetForCollectionViewItems [7 s] 2026-03-07T05:14:11.4356710Z >>>>> 3/7/2026 5:14:11 AM FixtureSetup for Issue2777(Mac) 2026-03-07T05:14:11.5558050Z >>>>> 3/7/2026 5:14:11 AM Issue2777Test Start 2026-03-07T05:14:12.8934290Z >>>>> 3/7/2026 5:14:12 AM Issue2777Test Stop 2026-03-07T05:14:13.0506170Z Passed Issue2777Test [1 s] 2026-03-07T05:14:15.6590290Z >>>>> 3/7/2026 5:14:15 AM FixtureSetup for Issue27797(Mac) 2026-03-07T05:14:15.7790890Z >>>>> 3/7/2026 5:14:15 AM AppShouldNotCrashWhenModifyingCollectionView Start 2026-03-07T05:14:24.3188320Z >>>>> 3/7/2026 5:14:24 AM AppShouldNotCrashWhenModifyingCollectionView Stop 2026-03-07T05:14:24.7746830Z Passed AppShouldNotCrashWhenModifyingCollectionView [8 s] 2026-03-07T05:14:26.9515500Z >>>>> 3/7/2026 5:14:26 AM FixtureSetup for Issue27808(Mac) 2026-03-07T05:14:27.0284670Z >>>>> 3/7/2026 5:14:27 AM CollectionViewShouldHaveCorrectHeight Start 2026-03-07T05:14:28.0155930Z >>>>> 3/7/2026 5:14:28 AM CollectionViewShouldHaveCorrectHeight Stop 2026-03-07T05:14:28.5496980Z Passed CollectionViewShouldHaveCorrectHeight [992 ms] 2026-03-07T05:14:30.6002770Z >>>>> 3/7/2026 5:14:30 AM FixtureSetup for Issue28162(Mac) 2026-03-07T05:14:30.7529210Z >>>>> 3/7/2026 5:14:30 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Start 2026-03-07T05:14:33.8542920Z >>>>> 3/7/2026 5:14:33 AM SwitchingVisibilityAndChangingItemsSourceShouldNotCrash Stop 2026-03-07T05:14:35.2635300Z Passed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [3 s] 2026-03-07T05:14:36.5266820Z >>>>> 3/7/2026 5:14:36 AM FixtureSetup for Issue28212(Mac) 2026-03-07T05:14:36.6419050Z >>>>> 3/7/2026 5:14:36 AM Issue28212_CollectionView Start 2026-03-07T05:14:48.7041600Z >>>>> 3/7/2026 5:14:48 AM Issue28212_CollectionView Stop 2026-03-07T05:14:48.9469090Z Passed Issue28212_CollectionView [12 s] 2026-03-07T05:14:51.5160670Z >>>>> 3/7/2026 5:14:51 AM FixtureSetup for Issue28509(Mac) 2026-03-07T05:14:51.6391170Z >>>>> 3/7/2026 5:14:51 AM UpdateGroupHeaderAndFooterDynamically Start 2026-03-07T05:15:04.5545650Z >>>>> 3/7/2026 5:15:04 AM UpdateGroupHeaderAndFooterDynamically Stop 2026-03-07T05:15:04.5590660Z Passed UpdateGroupHeaderAndFooterDynamically [12 s] 2026-03-07T05:15:04.5603670Z >>>>> 3/7/2026 5:15:04 AM UpdateHeaderFooterTemplateDynamically Start 2026-03-07T05:15:15.7048420Z >>>>> 3/7/2026 5:15:15 AM UpdateHeaderFooterTemplateDynamically Stop 2026-03-07T05:15:15.7102970Z Passed UpdateHeaderFooterTemplateDynamically [11 s] 2026-03-07T05:15:15.7104290Z >>>>> 3/7/2026 5:15:15 AM UpdateHeaderFooterDynamically Start 2026-03-07T05:15:24.6840650Z >>>>> 3/7/2026 5:15:24 AM UpdateHeaderFooterDynamically Stop 2026-03-07T05:15:24.8318760Z Passed UpdateHeaderFooterDynamically [8 s] 2026-03-07T05:15:27.0934210Z >>>>> 3/7/2026 5:15:27 AM FixtureSetup for Issue28530(Mac) 2026-03-07T05:15:27.1830810Z >>>>> 3/7/2026 5:15:27 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Start 2026-03-07T05:15:33.1951890Z >>>>> 3/7/2026 5:15:33 AM ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse Stop 2026-03-07T05:15:34.6993070Z Passed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [6 s] 2026-03-07T05:15:35.5289720Z >>>>> 3/7/2026 5:15:35 AM FixtureSetup for Issue28580(Mac) 2026-03-07T05:15:35.6235360Z >>>>> 3/7/2026 5:15:35 AM FooterWithEmptyCVShouldHaveCorrectSize Start 2026-03-07T05:15:37.9117960Z >>>>> 3/7/2026 5:15:37 AM FooterWithEmptyCVShouldHaveCorrectSize Stop 2026-03-07T05:15:39.3054080Z Passed FooterWithEmptyCVShouldHaveCorrectSize [2 s] 2026-03-07T05:15:40.1780460Z >>>>> 3/7/2026 5:15:40 AM FixtureSetup for Issue28604(Mac) 2026-03-07T05:15:40.2567020Z >>>>> 3/7/2026 5:15:40 AM FooterShouldDisplayAtBottomOfEmptyView Start 2026-03-07T05:15:42.5674990Z >>>>> 3/7/2026 5:15:42 AM FooterShouldDisplayAtBottomOfEmptyView Stop 2026-03-07T05:15:43.8864960Z Passed FooterShouldDisplayAtBottomOfEmptyView [2 s] 2026-03-07T05:15:45.1415200Z >>>>> 3/7/2026 5:15:45 AM FixtureSetup for Issue28656(Mac) 2026-03-07T05:15:45.2344650Z >>>>> 3/7/2026 5:15:45 AM CollectionViewShouldChangeItemsLayout Start 2026-03-07T05:15:53.3078480Z >>>>> 3/7/2026 5:15:53 AM CollectionViewShouldChangeItemsLayout Stop 2026-03-07T05:15:53.3193870Z >>>>> 3/7/2026 5:15:53 AM Log types: 2026-03-07T05:15:54.4136360Z Failed CollectionViewShouldChangeItemsLayout [8 s] 2026-03-07T05:15:54.4137040Z Error Message: 2026-03-07T05:15:54.4137420Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:15:54.4138560Z Snapshot different than baseline: CollectionViewShouldChangeItemsLayout.png (1.26% difference) 2026-03-07T05:15:54.4139390Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:15:54.4140100Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:15:54.4141050Z 2026-03-07T05:15:54.4141470Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:15:54.4141700Z 2026-03-07T05:15:54.4142220Z Stack Trace: 2026-03-07T05:15:54.4142750Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:15:54.4143530Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:15:54.4144370Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:15:54.4145400Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:15:54.4146530Z at Microsoft.Maui.TestCases.Tests.Issues.Issue28656.CollectionViewShouldChangeItemsLayout() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue28656.cs:line 20 2026-03-07T05:15:54.4147240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:15:54.4147940Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:15:54.4148570Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:15:54.4149140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:15:54.4149440Z 2026-03-07T05:15:56.1371020Z >>>>> 3/7/2026 5:15:56 AM FixtureSetup for Issue28678(Mac) 2026-03-07T05:15:56.2261150Z >>>>> 3/7/2026 5:15:56 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Start 2026-03-07T05:16:01.3671340Z >>>>> 3/7/2026 5:16:01 AM HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash Stop 2026-03-07T05:16:02.2303120Z Passed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [5 s] 2026-03-07T05:16:04.0048520Z >>>>> 3/7/2026 5:16:04 AM FixtureSetup for Issue28716(Mac) 2026-03-07T05:16:04.0888330Z >>>>> 3/7/2026 5:16:04 AM KeepLastItemInViewShouldWork Start 2026-03-07T05:16:14.3741770Z >>>>> 3/7/2026 5:16:14 AM KeepLastItemInViewShouldWork Stop 2026-03-07T05:16:14.6550780Z Passed KeepLastItemInViewShouldWork [10 s] 2026-03-07T05:16:16.8386660Z >>>>> 3/7/2026 5:16:16 AM FixtureSetup for Issue28765(Mac) 2026-03-07T05:16:16.9525520Z >>>>> 3/7/2026 5:16:16 AM EmptyViewStringWithHeaderAndFooterAsView Start 2026-03-07T05:16:17.8119500Z >>>>> 3/7/2026 5:16:17 AM EmptyViewStringWithHeaderAndFooterAsView Stop 2026-03-07T05:16:17.8191300Z >>>>> 3/7/2026 5:16:17 AM EmptyViewStringWithHeaderAndFooterString Start 2026-03-07T05:16:18.2103170Z >>>>> 3/7/2026 5:16:18 AM EmptyViewStringWithHeaderAndFooterString Stop 2026-03-07T05:16:18.4545360Z Passed EmptyViewStringWithHeaderAndFooterAsView [866 ms] 2026-03-07T05:16:18.4546140Z Passed EmptyViewStringWithHeaderAndFooterString [396 ms] 2026-03-07T05:16:20.8507810Z >>>>> 3/7/2026 5:16:20 AM FixtureSetup for Issue29130(Mac) 2026-03-07T05:16:20.9471950Z >>>>> 3/7/2026 5:16:20 AM ItemSizeShouldRespondForItemSizingStrategy Start 2026-03-07T05:16:25.9028590Z >>>>> 3/7/2026 5:16:25 AM ItemSizeShouldRespondForItemSizingStrategy Stop 2026-03-07T05:16:25.9103190Z Passed ItemSizeShouldRespondForItemSizingStrategy [4 s] 2026-03-07T05:16:25.9106820Z >>>>> 3/7/2026 5:16:25 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Start 2026-03-07T05:16:35.3677220Z >>>>> 3/7/2026 5:16:35 AM ItemTemplateShouldUpdateDynamicallyWithCacheClear Stop 2026-03-07T05:16:36.4201850Z Passed ItemTemplateShouldUpdateDynamicallyWithCacheClear [9 s] 2026-03-07T05:16:38.0657490Z >>>>> 3/7/2026 5:16:38 AM FixtureSetup for Issue29141(Mac) 2026-03-07T05:16:38.1641230Z >>>>> 3/7/2026 5:16:38 AM VerifyCVGroupHFTemplateWithObservableCollection Start 2026-03-07T05:16:45.2808010Z >>>>> 3/7/2026 5:16:45 AM VerifyCVGroupHFTemplateWithObservableCollection Stop 2026-03-07T05:16:45.2875530Z Passed VerifyCVGroupHFTemplateWithObservableCollection [7 s] 2026-03-07T05:16:45.2876520Z >>>>> 3/7/2026 5:16:45 AM VerifyCVGroupHFTemplateWithStringCollection Start 2026-03-07T05:16:50.8654780Z >>>>> 3/7/2026 5:16:50 AM VerifyCVGroupHFTemplateWithStringCollection Stop 2026-03-07T05:16:50.8715550Z Passed VerifyCVGroupHFTemplateWithStringCollection [5 s] 2026-03-07T05:16:50.8717270Z >>>>> 3/7/2026 5:16:50 AM VerifyCVNoSectionCrashOnAddFlatItem Start 2026-03-07T05:17:01.5370180Z >>>>> 3/7/2026 5:17:01 AM VerifyCVNoSectionCrashOnAddFlatItem Stop 2026-03-07T05:17:02.9029650Z Passed VerifyCVNoSectionCrashOnAddFlatItem [10 s] 2026-03-07T05:17:03.9670030Z >>>>> 3/7/2026 5:17:03 AM FixtureSetup for Issue29491(Mac) 2026-03-07T05:17:04.0486390Z >>>>> 3/7/2026 5:17:04 AM VerifyDataTemplateParentIsNotNull Start 2026-03-07T05:17:11.3461610Z >>>>> 3/7/2026 5:17:11 AM VerifyDataTemplateParentIsNotNull Stop 2026-03-07T05:17:11.9365950Z Passed VerifyDataTemplateParentIsNotNull [7 s] 2026-03-07T05:17:13.6818500Z >>>>> 3/7/2026 5:17:13 AM FixtureSetup for Issue29634(Mac) 2026-03-07T05:17:13.7735320Z >>>>> 3/7/2026 5:17:13 AM VerifyEmptyViewResizesWhenBoundsChange Start 2026-03-07T05:17:16.1267130Z >>>>> 3/7/2026 5:17:16 AM VerifyEmptyViewResizesWhenBoundsChange Stop 2026-03-07T05:17:16.8061760Z Passed VerifyEmptyViewResizesWhenBoundsChange [2 s] 2026-03-07T05:17:18.6615130Z >>>>> 3/7/2026 5:17:18 AM FixtureSetup for Issue29882(Mac) 2026-03-07T05:17:18.7438100Z >>>>> 3/7/2026 5:17:18 AM SettingItemSourceToNullShouldNotCrash Start 2026-03-07T05:17:22.2460300Z >>>>> 3/7/2026 5:17:22 AM SettingItemSourceToNullShouldNotCrash Stop 2026-03-07T05:17:23.2665430Z Passed SettingItemSourceToNullShouldNotCrash [3 s] 2026-03-07T05:17:24.6412010Z >>>>> 3/7/2026 5:17:24 AM FixtureSetup for Issue29937(Mac) 2026-03-07T05:17:24.7162320Z >>>>> 3/7/2026 5:17:24 AM SettingSelectedItemAndItemSourceShouldNotCrash Start 2026-03-07T05:17:27.6344580Z >>>>> 3/7/2026 5:17:27 AM SettingSelectedItemAndItemSourceShouldNotCrash Stop 2026-03-07T05:17:27.8053210Z Passed SettingSelectedItemAndItemSourceShouldNotCrash [2 s] 2026-03-07T05:17:30.1477020Z >>>>> 3/7/2026 5:17:30 AM FixtureSetup for Issue30363(Mac) 2026-03-07T05:17:30.2550940Z >>>>> 3/7/2026 5:17:30 AM CollectionViewSelectionShouldClear Start 2026-03-07T05:17:36.8495720Z >>>>> 3/7/2026 5:17:36 AM CollectionViewSelectionShouldClear Stop 2026-03-07T05:17:36.8608800Z >>>>> 3/7/2026 5:17:36 AM Log types: 2026-03-07T05:17:37.7593120Z Failed CollectionViewSelectionShouldClear [6 s] 2026-03-07T05:17:37.7593690Z Error Message: 2026-03-07T05:17:37.7594050Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:17:37.7594660Z Baseline snapshot not yet created: /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/snapshots/mac/CollectionViewSelectionShouldClear.png 2026-03-07T05:17:37.7595380Z Ensure new snapshot is correct: /Users/runner/work/1/a/Controls.TestCases.Shared.Tests/snapshots-diff/mac/CollectionViewSelectionShouldClear.png 2026-03-07T05:17:37.7596040Z and if it is, push a change to add it to the 'snapshots' directory. 2026-03-07T05:17:37.7596490Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:17:37.7596710Z 2026-03-07T05:17:37.7597040Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:17:37.7597200Z 2026-03-07T05:17:37.7597670Z Stack Trace: 2026-03-07T05:17:37.7598410Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 295 2026-03-07T05:17:37.7599610Z at Microsoft.Maui.TestCases.Tests.Issues.Issue30363.CollectionViewSelectionShouldClear() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue30363.cs:line 21 2026-03-07T05:17:37.7600320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:17:37.7601040Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:17:37.7601640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:17:37.7602210Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:17:37.7602520Z 2026-03-07T05:17:39.5806440Z >>>>> 3/7/2026 5:17:39 AM FixtureSetup for Issue30868(Mac) 2026-03-07T05:17:39.6635950Z >>>>> 3/7/2026 5:17:39 AM CollectionViewSelectionModeOnDarkTheme Start 2026-03-07T05:17:43.6266020Z >>>>> 3/7/2026 5:17:43 AM CollectionViewSelectionModeOnDarkTheme Stop 2026-03-07T05:17:43.6315970Z Passed CollectionViewSelectionModeOnDarkTheme [3 s] 2026-03-07T05:17:43.6323220Z >>>>> 3/7/2026 5:17:43 AM CollectionViewSelectionModeOnLightTheme Start 2026-03-07T05:17:45.5361860Z >>>>> 3/7/2026 5:17:45 AM CollectionViewSelectionModeOnLightTheme Stop 2026-03-07T05:17:46.6328970Z Passed CollectionViewSelectionModeOnLightTheme [1 s] 2026-03-07T05:17:47.8419680Z >>>>> 3/7/2026 5:17:47 AM FixtureSetup for Issue30953(Mac) 2026-03-07T05:17:47.9341310Z >>>>> 3/7/2026 5:17:47 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:17:50.7958830Z >>>>> 3/7/2026 5:17:50 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:17:51.1636860Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [2 s] 2026-03-07T05:17:53.1833480Z >>>>> 3/7/2026 5:17:53 AM FixtureSetup for Issue31096(Mac) 2026-03-07T05:17:53.2643770Z >>>>> 3/7/2026 5:17:53 AM ChangingIsGroupedOnRuntime Start 2026-03-07T05:18:00.8919560Z >>>>> 3/7/2026 5:18:00 AM ChangingIsGroupedOnRuntime Stop 2026-03-07T05:18:02.2566140Z Passed ChangingIsGroupedOnRuntime [7 s] 2026-03-07T05:18:04.0568800Z >>>>> 3/7/2026 5:18:04 AM FixtureSetup for Issue31351(Mac) 2026-03-07T05:18:04.1620390Z >>>>> 3/7/2026 5:18:04 AM CustomCollectionViewShouldScroll Start 2026-03-07T05:18:18.2272160Z >>>>> 3/7/2026 5:18:18 AM CustomCollectionViewShouldScroll Stop 2026-03-07T05:18:19.2005170Z Passed CustomCollectionViewShouldScroll [14 s] 2026-03-07T05:18:20.6490550Z >>>>> 3/7/2026 5:18:20 AM FixtureSetup for Issue31465(Mac) 2026-03-07T05:18:20.7340170Z >>>>> 3/7/2026 5:18:20 AM VerifyCollectionViewEmptyView Start 2026-03-07T05:18:24.8874600Z >>>>> 3/7/2026 5:18:24 AM VerifyCollectionViewEmptyView Stop 2026-03-07T05:18:25.2303610Z Passed VerifyCollectionViewEmptyView [4 s] 2026-03-07T05:18:27.3975430Z >>>>> 3/7/2026 5:18:27 AM FixtureSetup for Issue31897(Mac) 2026-03-07T05:18:27.4719850Z >>>>> 3/7/2026 5:18:27 AM EnsureCollectionViewLayoutOnItemsSourceChange Start 2026-03-07T05:18:52.3330400Z >>>>> 3/7/2026 5:18:52 AM EnsureCollectionViewLayoutOnItemsSourceChange Stop 2026-03-07T05:18:52.9617660Z Passed EnsureCollectionViewLayoutOnItemsSourceChange [24 s] 2026-03-07T05:18:54.8051650Z >>>>> 3/7/2026 5:18:54 AM FixtureSetup for Issue31899(Mac) 2026-03-07T05:18:54.8960620Z >>>>> 3/7/2026 5:18:54 AM RemoveHeaderFooterAtRuntime Start 2026-03-07T05:19:00.8989100Z >>>>> 3/7/2026 5:19:00 AM RemoveHeaderFooterAtRuntime Stop 2026-03-07T05:19:00.9052170Z Passed RemoveHeaderFooterAtRuntime [6 s] 2026-03-07T05:19:00.9053280Z >>>>> 3/7/2026 5:19:00 AM AddHeaderFooterAtRuntime Start 2026-03-07T05:19:06.2155800Z >>>>> 3/7/2026 5:19:06 AM AddHeaderFooterAtRuntime Stop 2026-03-07T05:19:06.9091900Z Passed AddHeaderFooterAtRuntime [5 s] 2026-03-07T05:19:08.5325550Z >>>>> 3/7/2026 5:19:08 AM FixtureSetup for Issue31911(Mac) 2026-03-07T05:19:08.6200010Z >>>>> 3/7/2026 5:19:08 AM HeaderShouldBeRemovedWhenSetToNull Start 2026-03-07T05:19:12.7472640Z >>>>> 3/7/2026 5:19:12 AM HeaderShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:19:12.7567100Z Passed HeaderShouldBeRemovedWhenSetToNull [4 s] 2026-03-07T05:19:12.7580990Z >>>>> 3/7/2026 5:19:12 AM FooterShouldBeRemovedWhenSetToNull Start 2026-03-07T05:19:16.0930370Z >>>>> 3/7/2026 5:19:16 AM FooterShouldBeRemovedWhenSetToNull Stop 2026-03-07T05:19:17.2569610Z Passed FooterShouldBeRemovedWhenSetToNull [3 s] 2026-03-07T05:19:18.4138070Z >>>>> 3/7/2026 5:19:18 AM FixtureSetup for Issue32223(Mac) 2026-03-07T05:19:18.5020730Z >>>>> 3/7/2026 5:19:18 AM CanReorderWithItemDataTemplateSelector Start 2026-03-07T05:19:23.8518790Z >>>>> 3/7/2026 5:19:23 AM CanReorderWithItemDataTemplateSelector Stop 2026-03-07T05:19:24.7637150Z Passed CanReorderWithItemDataTemplateSelector [5 s] 2026-03-07T05:19:26.2145500Z >>>>> 3/7/2026 5:19:26 AM FixtureSetup for Issue32348(Mac) 2026-03-07T05:19:26.2949550Z >>>>> 3/7/2026 5:19:26 AM VerifyCVBackgroundAndBackgroundColorWithVSM Start 2026-03-07T05:19:33.5335980Z >>>>> 3/7/2026 5:19:33 AM VerifyCVBackgroundAndBackgroundColorWithVSM Stop 2026-03-07T05:19:33.7960090Z Passed VerifyCVBackgroundAndBackgroundColorWithVSM [7 s] 2026-03-07T05:19:36.0529610Z >>>>> 3/7/2026 5:19:36 AM FixtureSetup for Issue32359(Mac) 2026-03-07T05:19:36.1525790Z >>>>> 3/7/2026 5:19:36 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Start 2026-03-07T05:19:57.8651610Z >>>>> 3/7/2026 5:19:57 AM VerticalGridCollectionViewLTRToRTLToggleShouldWork Stop 2026-03-07T05:19:57.8733120Z Passed VerticalGridCollectionViewLTRToRTLToggleShouldWork [21 s] 2026-03-07T05:19:57.8734320Z >>>>> 3/7/2026 5:19:57 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Start 2026-03-07T05:20:08.2669050Z >>>>> 3/7/2026 5:20:08 AM VerticalGridCollectionViewRTLColumnMirroringShouldWork Stop 2026-03-07T05:20:08.3906360Z Passed VerticalGridCollectionViewRTLColumnMirroringShouldWork [10 s] 2026-03-07T05:20:10.8204470Z >>>>> 3/7/2026 5:20:10 AM FixtureSetup for Issue32932(Mac) 2026-03-07T05:20:10.9203110Z >>>>> 3/7/2026 5:20:10 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Start 2026-03-07T05:20:12.0636340Z >>>>> 3/7/2026 5:20:12 AM EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout Stop 2026-03-07T05:20:12.4329480Z Passed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [1 s] 2026-03-07T05:20:14.8182200Z >>>>> 3/7/2026 5:20:14 AM FixtureSetup for Issue33130(Mac) 2026-03-07T05:20:14.9296670Z >>>>> 3/7/2026 5:20:14 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Start 2026-03-07T05:20:27.4873700Z >>>>> 3/7/2026 5:20:27 AM GroupHeaderSizeShouldNotChangeWithItemSizingStrategy Stop 2026-03-07T05:20:28.4186000Z Passed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [12 s] 2026-03-07T05:20:29.9863320Z >>>>> 3/7/2026 5:20:29 AM FixtureSetup for Issue33324(Mac) 2026-03-07T05:20:30.0637400Z >>>>> 3/7/2026 5:20:30 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Start 2026-03-07T05:20:38.7935780Z >>>>> 3/7/2026 5:20:38 AM EmptyViewShouldRemeasureWhenParentLayoutChanges Stop 2026-03-07T05:20:38.8038030Z >>>>> 3/7/2026 5:20:38 AM Log types: 2026-03-07T05:20:40.6159840Z Failed EmptyViewShouldRemeasureWhenParentLayoutChanges [9 s] 2026-03-07T05:20:40.6162080Z Error Message: 2026-03-07T05:20:40.6164520Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:20:40.6166670Z Snapshot different than baseline: EmptyViewShouldRemeasureWhenParentLayoutChanges.png (0.78% difference) 2026-03-07T05:20:40.6175160Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:20:40.6181760Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:20:40.6190770Z 2026-03-07T05:20:40.6192380Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:20:40.6194250Z 2026-03-07T05:20:40.6196470Z Stack Trace: 2026-03-07T05:20:40.6199480Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:20:40.6202810Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:20:40.6208060Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:20:40.6211170Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:20:40.6219950Z at Microsoft.Maui.TestCases.Tests.Issues.Issue33324.EmptyViewShouldRemeasureWhenParentLayoutChanges() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue33324.cs:line 20 2026-03-07T05:20:40.6225580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:20:40.6227830Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:20:40.6229790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:20:40.6231760Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:20:40.6233380Z 2026-03-07T05:20:41.9630830Z >>>>> 3/7/2026 5:20:41 AM FixtureSetup for Issue33333(Mac) 2026-03-07T05:20:42.0446430Z >>>>> 3/7/2026 5:20:42 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Start 2026-03-07T05:20:46.8435320Z >>>>> 3/7/2026 5:20:46 AM CollectionViewScrolledEventShouldNotFireOnInitialLoad Stop 2026-03-07T05:20:48.2089410Z Passed CollectionViewScrolledEventShouldNotFireOnInitialLoad [4 s] 2026-03-07T05:20:49.4352430Z >>>>> 3/7/2026 5:20:49 AM FixtureSetup for Issue33852(Mac) 2026-03-07T05:20:49.5311870Z >>>>> 3/7/2026 5:20:49 AM ProgrammaticScrollToWorksWithHorizontalLayout Start 2026-03-07T05:20:54.3899790Z >>>>> 3/7/2026 5:20:54 AM ProgrammaticScrollToWorksWithHorizontalLayout Stop 2026-03-07T05:20:55.7696910Z Passed ProgrammaticScrollToWorksWithHorizontalLayout [4 s] 2026-03-07T05:20:56.7069940Z >>>>> 3/7/2026 5:20:56 AM FixtureSetup for Issue34247(Mac) 2026-03-07T05:20:56.8105550Z >>>>> 3/7/2026 5:20:56 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Start 2026-03-07T05:21:00.3786000Z >>>>> 3/7/2026 5:21:00 AM SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash Stop 2026-03-07T05:21:01.8174950Z Passed SelectingItemInCollectionViewWithHeaderTemplateDoesNotCrash [3 s] 2026-03-07T05:21:03.1272080Z >>>>> 3/7/2026 5:21:03 AM FixtureSetup for Issue4600(Mac) 2026-03-07T05:21:03.2053110Z >>>>> 3/7/2026 5:21:03 AM InitiallyEmptySourceDisplaysAddedItem Start 2026-03-07T05:21:07.4697080Z >>>>> 3/7/2026 5:21:07 AM InitiallyEmptySourceDisplaysAddedItem Stop 2026-03-07T05:21:07.8315550Z Passed InitiallyEmptySourceDisplaysAddedItem [4 s] 2026-03-07T05:21:10.2995940Z >>>>> 3/7/2026 5:21:10 AM FixtureSetup for Issue5535(Mac) 2026-03-07T05:21:10.3978990Z >>>>> 3/7/2026 5:21:10 AM SwappingEmptyViews Start 2026-03-07T05:21:25.5983860Z >>>>> 3/7/2026 5:21:25 AM SwappingEmptyViews Stop 2026-03-07T05:21:26.9404300Z Passed SwappingEmptyViews [15 s] 2026-03-07T05:21:28.1660000Z >>>>> 3/7/2026 5:21:28 AM FixtureSetup for Issue5765(Mac) 2026-03-07T05:21:28.2509610Z >>>>> 3/7/2026 5:21:28 AM FlexLayoutsInFramesShouldSizeCorrectly Start 2026-03-07T05:21:29.3437490Z >>>>> 3/7/2026 5:21:29 AM FlexLayoutsInFramesShouldSizeCorrectly Stop 2026-03-07T05:21:29.9649620Z Passed FlexLayoutsInFramesShouldSizeCorrectly [1 s] 2026-03-07T05:21:32.2911950Z >>>>> 3/7/2026 5:21:32 AM FixtureSetup for Issue5793(Mac) 2026-03-07T05:21:32.3887710Z >>>>> 3/7/2026 5:21:32 AM CollectionViewResetTest Start 2026-03-07T05:21:41.2131030Z >>>>> 3/7/2026 5:21:41 AM CollectionViewResetTest Stop 2026-03-07T05:21:41.3812280Z Passed CollectionViewResetTest [8 s] 2026-03-07T05:21:43.7126370Z >>>>> 3/7/2026 5:21:43 AM FixtureSetup for Issue5949(Mac) 2026-03-07T05:21:43.8124010Z >>>>> 3/7/2026 5:21:43 AM DoNotAccessDisposedCollectionView Start 2026-03-07T05:21:49.2816080Z >>>>> 3/7/2026 5:21:49 AM DoNotAccessDisposedCollectionView Stop 2026-03-07T05:21:49.8717580Z Passed DoNotAccessDisposedCollectionView [5 s] 2026-03-07T05:21:51.7580260Z >>>>> 3/7/2026 5:21:51 AM FixtureSetup for Issue6077(Mac) 2026-03-07T05:21:51.8453220Z >>>>> 3/7/2026 5:21:51 AM LastColumnShouldBeVisible Start 2026-03-07T05:21:52.8453440Z >>>>> 3/7/2026 5:21:52 AM LastColumnShouldBeVisible Stop 2026-03-07T05:21:53.3410420Z Passed LastColumnShouldBeVisible [1 s] 2026-03-07T05:21:55.3809380Z >>>>> 3/7/2026 5:21:55 AM FixtureSetup for Issue6609(Mac) 2026-03-07T05:21:55.4493700Z >>>>> 3/7/2026 5:21:55 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Start 2026-03-07T05:22:00.0966990Z >>>>> 3/7/2026 5:22:00 AM SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem Stop 2026-03-07T05:22:01.4656940Z Passed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [4 s] 2026-03-07T05:22:02.5480920Z >>>>> 3/7/2026 5:22:02 AM FixtureSetup for Issue6932(Mac) 2026-03-07T05:22:02.6481880Z >>>>> 3/7/2026 5:22:02 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Start 2026-03-07T05:22:06.3247540Z >>>>> 3/7/2026 5:22:06 AM EmptyViewBecomesVisibleWhenItemsSourceIsCleared Stop 2026-03-07T05:22:06.3309970Z Passed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [3 s] 2026-03-07T05:22:06.3311010Z >>>>> 3/7/2026 5:22:06 AM EmptyViewHidesWhenItemsSourceIsFilled Start 2026-03-07T05:22:10.9683560Z >>>>> 3/7/2026 5:22:10 AM EmptyViewHidesWhenItemsSourceIsFilled Stop 2026-03-07T05:22:12.3328240Z Passed EmptyViewHidesWhenItemsSourceIsFilled [4 s] 2026-03-07T05:22:14.0787300Z >>>>> 3/7/2026 5:22:14 AM FixtureSetup for Issue6963(Mac) 2026-03-07T05:22:14.1760280Z >>>>> 3/7/2026 5:22:14 AM SelectedItemsNotInSourceDoesNotCrash Start 2026-03-07T05:22:16.2049190Z >>>>> 3/7/2026 5:22:16 AM SelectedItemsNotInSourceDoesNotCrash Stop 2026-03-07T05:22:17.2081200Z Passed SelectedItemsNotInSourceDoesNotCrash [2 s] 2026-03-07T05:22:19.0530610Z >>>>> 3/7/2026 5:22:19 AM FixtureSetup for Issue7102(Mac) 2026-03-07T05:22:19.1537700Z >>>>> 3/7/2026 5:22:19 AM HeaderDoesNotBreakIndexes Start 2026-03-07T05:22:35.9806140Z >>>>> 3/7/2026 5:22:35 AM HeaderDoesNotBreakIndexes Stop 2026-03-07T05:22:37.1457110Z Passed HeaderDoesNotBreakIndexes [16 s] 2026-03-07T05:22:38.4338460Z >>>>> 3/7/2026 5:22:38 AM FixtureSetup for Issue7338(Mac) 2026-03-07T05:22:38.5329340Z >>>>> 3/7/2026 5:22:38 AM Issue7338Test Start 2026-03-07T05:22:39.4167870Z >>>>> 3/7/2026 5:22:39 AM Issue7338Test Stop 2026-03-07T05:22:40.1970450Z Passed Issue7338Test [888 ms] 2026-03-07T05:22:41.9168630Z >>>>> 3/7/2026 5:22:41 AM FixtureSetup for Issue7393(Mac) 2026-03-07T05:22:42.0119320Z >>>>> 3/7/2026 5:22:42 AM AddingItemsToGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:22:44.2599100Z >>>>> 3/7/2026 5:22:44 AM AddingItemsToGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:22:45.0367390Z Passed AddingItemsToGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T05:22:46.7967860Z >>>>> 3/7/2026 5:22:46 AM FixtureSetup for Issue7562(Mac) 2026-03-07T05:22:46.8968000Z >>>>> 3/7/2026 5:22:46 AM MeasureFirstItemMakesItemsDisappearOnAndroid Start 2026-03-07T05:22:47.8459170Z >>>>> 3/7/2026 5:22:47 AM MeasureFirstItemMakesItemsDisappearOnAndroid Stop 2026-03-07T05:22:48.4013960Z Passed MeasureFirstItemMakesItemsDisappearOnAndroid [958 ms] 2026-03-07T05:22:50.5967330Z >>>>> 3/7/2026 5:22:50 AM FixtureSetup for Issue8308(Mac) 2026-03-07T05:22:50.6886730Z >>>>> 3/7/2026 5:22:50 AM NavigatingBackToCollectionViewShouldNotCrash Start 2026-03-07T05:22:59.6747330Z >>>>> 3/7/2026 5:22:59 AM NavigatingBackToCollectionViewShouldNotCrash Stop 2026-03-07T05:23:01.1988860Z Passed NavigatingBackToCollectionViewShouldNotCrash [8 s] 2026-03-07T05:23:02.2539470Z >>>>> 3/7/2026 5:23:02 AM FixtureSetup for Issue8715(Mac) 2026-03-07T05:23:02.3505530Z >>>>> 3/7/2026 5:23:02 AM ReappearingCollectionViewShouldNotThrowNRE Start 2026-03-07T05:23:19.0346030Z >>>>> 3/7/2026 5:23:19 AM ReappearingCollectionViewShouldNotThrowNRE Stop 2026-03-07T05:23:19.2443170Z Passed ReappearingCollectionViewShouldNotThrowNRE [16 s] 2026-03-07T05:23:21.3851330Z >>>>> 3/7/2026 5:23:21 AM FixtureSetup for Issue8761(Mac) 2026-03-07T05:23:21.4580070Z >>>>> 3/7/2026 5:23:21 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Start 2026-03-07T05:23:30.9815190Z >>>>> 3/7/2026 5:23:30 AM CollectionViewHeaderTemplateAndFooterTemplateDontWork Stop 2026-03-07T05:23:31.9983030Z Passed CollectionViewHeaderTemplateAndFooterTemplateDontWork [9 s] 2026-03-07T05:23:33.6413620Z >>>>> 3/7/2026 5:23:33 AM FixtureSetup for Issue8814(Mac) 2026-03-07T05:23:33.7316720Z >>>>> 3/7/2026 5:23:33 AM CollectionViewInShellShouldBeVisible Start 2026-03-07T05:23:34.6886110Z >>>>> 3/7/2026 5:23:34 AM CollectionViewInShellShouldBeVisible Stop 2026-03-07T05:23:35.2309890Z Passed CollectionViewInShellShouldBeVisible [963 ms] 2026-03-07T05:23:37.1454550Z >>>>> 3/7/2026 5:23:37 AM FixtureSetup for Issue8899(Mac) 2026-03-07T05:23:37.2225740Z >>>>> 3/7/2026 5:23:37 AM ClearingGroupedCollectionViewShouldNotCrash Start 2026-03-07T05:23:39.9906330Z >>>>> 3/7/2026 5:23:39 AM ClearingGroupedCollectionViewShouldNotCrash Stop 2026-03-07T05:23:40.2272490Z Passed ClearingGroupedCollectionViewShouldNotCrash [2 s] 2026-03-07T05:23:42.3172790Z >>>>> 3/7/2026 5:23:42 AM FixtureSetup for Issue9087(Mac) 2026-03-07T05:23:42.4057920Z >>>>> 3/7/2026 5:23:42 AM BindablePropertiesAvailableAtOnElementChanged Start 2026-03-07T05:23:43.1689180Z >>>>> 3/7/2026 5:23:43 AM BindablePropertiesAvailableAtOnElementChanged Stop 2026-03-07T05:23:43.8991690Z Passed BindablePropertiesAvailableAtOnElementChanged [768 ms] 2026-03-07T05:23:45.5597720Z >>>>> 3/7/2026 5:23:45 AM FixtureSetup for Issue9196(Mac) 2026-03-07T05:23:45.6359570Z >>>>> 3/7/2026 5:23:45 AM EmptyViewShouldNotCrash Start 2026-03-07T05:23:46.4123870Z >>>>> 3/7/2026 5:23:46 AM EmptyViewShouldNotCrash Stop 2026-03-07T05:23:47.1306150Z Passed EmptyViewShouldNotCrash [784 ms] 2026-03-07T05:23:48.7758320Z >>>>> 3/7/2026 5:23:48 AM FixtureSetup for Issue9580(Mac) 2026-03-07T05:23:48.8519420Z >>>>> 3/7/2026 5:23:48 AM AllEmptyGroupsShouldNotCrashOnItemInsert Start 2026-03-07T05:23:51.7752460Z >>>>> 3/7/2026 5:23:51 AM AllEmptyGroupsShouldNotCrashOnItemInsert Stop 2026-03-07T05:23:51.8639750Z Passed AllEmptyGroupsShouldNotCrashOnItemInsert [2 s] 2026-03-07T05:23:54.2764470Z >>>>> 3/7/2026 5:23:54 AM FixtureSetup for Issue9686(Mac) 2026-03-07T05:23:54.3862460Z >>>>> 3/7/2026 5:23:54 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Start 2026-03-07T05:24:00.2974890Z >>>>> 3/7/2026 5:24:00 AM AddRemoveEmptyGroupsShouldNotCrashOnInsert Stop 2026-03-07T05:24:00.4123520Z Passed AddRemoveEmptyGroupsShouldNotCrashOnInsert [5 s] 2026-03-07T05:24:04.1265450Z >>>>> 3/7/2026 5:24:04 AM FixtureSetup for NestedCollectionView(Mac) 2026-03-07T05:24:04.2404640Z >>>>> 3/7/2026 5:24:04 AM NestedCollectionViewsShouldNotCrash Start 2026-03-07T05:24:11.2621550Z >>>>> 3/7/2026 5:24:11 AM NestedCollectionViewsShouldNotCrash Stop 2026-03-07T05:24:11.7568850Z Passed NestedCollectionViewsShouldNotCrash [7 s] 2026-03-07T05:24:14.0221370Z >>>>> 3/7/2026 5:24:14 AM FixtureSetup for ScrollToGroup(Mac) 2026-03-07T05:24:14.1199150Z >>>>> 3/7/2026 5:24:14 AM InvalidScrollToIndexShouldNotCrash Start 2026-03-07T05:24:42.6547140Z >>>>> 3/7/2026 5:24:42 AM InvalidScrollToIndexShouldNotCrash Stop 2026-03-07T05:24:42.6632920Z Passed InvalidScrollToIndexShouldNotCrash [28 s] 2026-03-07T05:24:42.6635230Z >>>>> 3/7/2026 5:24:42 AM CanScrollToGroupAndItemIndex Start 2026-03-07T05:25:11.8416860Z >>>>> 3/7/2026 5:25:11 AM CanScrollToGroupAndItemIndex Stop 2026-03-07T05:25:11.8477030Z Passed CanScrollToGroupAndItemIndex [29 s] 2026-03-07T05:25:11.8479770Z >>>>> 3/7/2026 5:25:11 AM CanScrollToGroupAndItem Start 2026-03-07T05:25:39.0346810Z >>>>> 3/7/2026 5:25:39 AM CanScrollToGroupAndItem Stop 2026-03-07T05:25:40.3614910Z Passed CanScrollToGroupAndItem [27 s] 2026-03-07T05:25:41.4403710Z >>>>> 3/7/2026 5:25:41 AM FixtureSetup for Issue29588(Mac) 2026-03-07T05:25:41.5353850Z >>>>> 3/7/2026 5:25:41 AM RemainingItemsThresholdReachedEventShouldTrigger Start 2026-03-07T05:25:55.8607130Z >>>>> 3/7/2026 5:25:55 AM RemainingItemsThresholdReachedEventShouldTrigger Stop 2026-03-07T05:25:56.9620500Z Passed RemainingItemsThresholdReachedEventShouldTrigger [14 s] 2026-03-07T05:25:58.3622820Z >>>>> 3/7/2026 5:25:58 AM VisitAndUpdateItemsSource Start 2026-03-07T05:25:58.3632750Z >>>>> 3/7/2026 5:25:58 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:26:28.4244200Z >>>>> 3/7/2026 5:26:28 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:26:31.2419380Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [32 s] 2026-03-07T05:26:31.2447340Z >>>>> 3/7/2026 5:26:31 AM VisitAndUpdateItemsSource Start 2026-03-07T05:26:31.2504600Z >>>>> 3/7/2026 5:26:31 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:27:09.4089390Z >>>>> 3/7/2026 5:27:09 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:27:11.9272170Z Passed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [40 s] 2026-03-07T05:27:11.9290690Z >>>>> 3/7/2026 5:27:11 AM VisitAndUpdateItemsSource Start 2026-03-07T05:27:11.9295880Z >>>>> 3/7/2026 5:27:11 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:27:45.7871540Z >>>>> 3/7/2026 5:27:45 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:27:48.4376770Z Passed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [36 s] 2026-03-07T05:27:48.4403740Z >>>>> 3/7/2026 5:27:48 AM VisitAndUpdateItemsSource Start 2026-03-07T05:27:48.4410760Z >>>>> 3/7/2026 5:27:48 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:28:17.0028520Z >>>>> 3/7/2026 5:28:17 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:28:19.5649860Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [31 s] 2026-03-07T05:28:19.5651960Z >>>>> 3/7/2026 5:28:19 AM VisitAndUpdateItemsSource Start 2026-03-07T05:28:19.5653810Z >>>>> 3/7/2026 5:28:19 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:29:22.6428100Z >>>>> 3/7/2026 5:29:22 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:29:25.1500930Z Passed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [1 m 5 s] 2026-03-07T05:29:25.1504890Z >>>>> 3/7/2026 5:29:25 AM VisitAndUpdateItemsSource Start 2026-03-07T05:29:25.1506620Z >>>>> 3/7/2026 5:29:25 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:30:09.4101900Z >>>>> 3/7/2026 5:30:09 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:30:11.9730610Z Passed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [46 s] 2026-03-07T05:30:11.9736930Z >>>>> 3/7/2026 5:30:11 AM VisitAndUpdateItemsSource Start 2026-03-07T05:30:11.9894550Z >>>>> 3/7/2026 5:30:11 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:30:35.3427660Z >>>>> 3/7/2026 5:30:35 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:30:37.8805320Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [25 s] 2026-03-07T05:30:37.8833510Z >>>>> 3/7/2026 5:30:37 AM VisitAndUpdateItemsSource Start 2026-03-07T05:30:37.8836820Z >>>>> 3/7/2026 5:30:37 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:31:00.0920180Z >>>>> 3/7/2026 5:31:00 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:31:02.8123770Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [24 s] 2026-03-07T05:31:02.8127030Z >>>>> 3/7/2026 5:31:02 AM VisitAndUpdateItemsSource Start 2026-03-07T05:31:02.8129090Z >>>>> 3/7/2026 5:31:02 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:31:39.5425990Z >>>>> 3/7/2026 5:31:39 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:31:42.1879600Z Passed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [39 s] 2026-03-07T05:31:42.1888630Z >>>>> 3/7/2026 5:31:42 AM VisitAndUpdateItemsSource Start 2026-03-07T05:31:42.1976410Z >>>>> 3/7/2026 5:31:42 AM FixtureSetup for VisitAndUpdateItemsSource 2026-03-07T05:32:17.9642130Z >>>>> 3/7/2026 5:32:17 AM VisitAndUpdateItemsSource Stop 2026-03-07T05:32:21.2616360Z Passed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [38 s] 2026-03-07T05:32:21.7019460Z NUnit Adapter 4.5.0.0: Test execution complete 2026-03-07T05:32:22.8144680Z Results File: /Users/runner/work/1/a/test-results/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T05:32:22.8166090Z 2026-03-07T05:32:22.8377120Z Test Run Failed. 2026-03-07T05:32:22.8444620Z Total tests: 350 2026-03-07T05:32:22.8445990Z Passed: 343 2026-03-07T05:32:22.8447460Z Failed: 6 2026-03-07T05:32:22.8449090Z Skipped: 1 2026-03-07T05:32:22.8452400Z Total time: 1.9029 Hours 2026-03-07T05:32:27.8099440Z Test Run complete: Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx 2026-03-07T05:32:28.0639350Z An error occurred when executing task 'uitest'. 2026-03-07T05:32:28.2875350Z Completed in 01:57:39.9929183 2026-03-07T05:32:29.2534530Z Error: Cake.Core.CakeException: .NET CLI: Process returned an error (exit code 1). 2026-03-07T05:32:29.2535380Z at Cake.Core.Tooling.Tool`1.ProcessExitCode(Int32 exitCode) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 118 2026-03-07T05:32:29.2536110Z at Cake.Core.Tooling.Tool`1.Run(TSettings settings, ProcessArgumentBuilder arguments, ProcessSettings processSettings, Action`1 postAction) in C:\projects\cake\src\Cake.Core\Tooling\Tool.cs:line 103 2026-03-07T05:32:29.2536970Z at Cake.Common.Tools.DotNet.DotNetTool`1.RunCommand(TSettings settings, ProcessArgumentBuilder arguments) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetTool.cs:line 64 2026-03-07T05:32:29.2538480Z at Cake.Common.Tools.DotNet.Test.DotNetTester.Test(String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\Test\DotNetTester.cs:line 49 2026-03-07T05:32:29.2539370Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, ProcessArgumentBuilder arguments, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 506 2026-03-07T05:32:29.2540220Z at Cake.Common.Tools.DotNet.DotNetAliases.DotNetTest(ICakeContext context, String project, DotNetTestSettings settings) in C:\projects\cake\src\Cake.Common\Tools\DotNet\DotNetAliases.cs:line 443 2026-03-07T05:32:29.2540870Z at Submission#0.DotNetTest(String project, DotNetTestSettings settings) 2026-03-07T05:32:29.2541510Z at Submission#0.RunTestWithLocalDotNet(String csproj, String config, String pathDotnet, Dictionary`2 argsExtra, Boolean noBuild, String resultsFileNameWithoutExtension, String filter, Int32 maxCpuCount) 2026-03-07T05:32:29.2542250Z at Submission#0.ExecuteUITests(String project, String app, String device, String resultsDir, String binDir, String config, String tfm, String rid, String toolPath) 2026-03-07T05:32:29.2542840Z at Submission#0.<>b__0_24() 2026-03-07T05:32:29.2543380Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass36_0.b__0(ICakeContext _) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 26 2026-03-07T05:32:29.2544080Z at Cake.Core.CakeTaskBuilderExtensions.<>c__DisplayClass39_0.b__0(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTaskBuilder.Execution.cs:line 81 2026-03-07T05:32:29.2544730Z at Cake.Core.CakeTask.Execute(ICakeContext context) in C:\projects\cake\src\Cake.Core\CakeTask.cs:line 119 2026-03-07T05:32:29.2546400Z at Cake.Core.DefaultExecutionStrategy.ExecuteAsync(CakeTask task, ICakeContext context) in C:\projects\cake\src\Cake.Core\DefaultExecutionStrategy.cs:line 69 2026-03-07T05:32:29.2547700Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 318 2026-03-07T05:32:29.2548630Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 341 2026-03-07T05:32:29.2549440Z at Cake.Core.CakeEngine.ExecuteTaskAsync(ICakeContext context, IExecutionStrategy strategy, Stopwatch stopWatch, CakeTask task, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 353 2026-03-07T05:32:29.2550240Z at Cake.Core.CakeEngine.RunTask(ICakeContext context, IExecutionStrategy strategy, CakeTask task, String target, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 254 2026-03-07T05:32:29.2551210Z at Cake.Core.CakeEngine.RunTarget(ICakeContext context, IExecutionStrategy strategy, CakeTask[] orderedTasks, String target, Boolean exclusive, Stopwatch stopWatch, CakeReport report) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 229 2026-03-07T05:32:29.2552050Z at Cake.Core.CakeEngine.RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings) in C:\projects\cake\src\Cake.Core\CakeEngine.cs:line 199 2026-03-07T05:32:29.2552890Z at Cake.Cli.BuildScriptHost`1.internalRunTargetAsync() in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 87 2026-03-07T05:32:29.2553580Z at Cake.Cli.BuildScriptHost`1.RunTargetAsync(String target) in C:\projects\cake\src\Cake.Cli\Hosts\BuildScriptHost.cs:line 74 2026-03-07T05:32:29.2554190Z at Cake.Core.Scripting.ScriptHost.RunTarget(String target) in C:\projects\cake\src\Cake.Core\Scripting\ScriptHost.cs:line 110 2026-03-07T05:32:29.2554690Z at Submission#0.<>d__0.MoveNext() 2026-03-07T05:32:29.2555370Z --- End of stack trace from previous location --- 2026-03-07T05:32:29.2556010Z at Microsoft.CodeAnalysis.Scripting.ScriptExecutionState.RunSubmissionsAsync[TResult](ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, StrongBox`1 exceptionHolderOpt, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T05:32:29.2556880Z at Microsoft.CodeAnalysis.Scripting.Script`1.RunSubmissionsAsync(ScriptExecutionState executionState, ImmutableArray`1 precedingExecutors, Func`2 currentExecutor, Func`2 catchExceptionOpt, CancellationToken cancellationToken) 2026-03-07T05:32:29.2557810Z at Cake.Infrastructure.Scripting.RoslynScriptSession.Execute(Script script) in C:\projects\cake\src\Cake\Infrastructure\Scripting\RoslynScriptSession.cs:line 206 2026-03-07T05:32:29.2558570Z at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 172 2026-03-07T05:32:29.2559270Z at Cake.Features.Building.BuildFeature.RunCore(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99 2026-03-07T05:32:29.2560330Z at Cake.Features.Building.BuildFeature.Run(ICakeArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49 2026-03-07T05:32:29.2561430Z at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 76 2026-03-07T05:32:32.5946870Z 2026-03-07T05:32:32.7644060Z ##[error]PowerShell exited with code '1'. 2026-03-07T05:32:32.8775570Z ##[warning]RetryHelper encountered task failure, will retry (attempt #: 1 out of 1) after 1000 ms 2026-03-07T05:32:35.3226460Z Generating script. 2026-03-07T05:32:35.3432110Z ========================== Starting Command Output =========================== 2026-03-07T05:32:35.3464760Z [command]/usr/local/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/Users/runner/work/_temp/0c674050-d21d-453e-8b99-879b958ba7b8.ps1' 2026-03-07T05:32:37.3352650Z $ErrorActionPreference = 'stop' 2026-03-07T05:32:37.3362660Z $ProgressPreference = 'silentlyContinue' 2026-03-07T05:32:37.3363450Z Get-Content $PSCommandPath 2026-03-07T05:32:37.3364100Z $command = "./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project=""/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj""" 2026-03-07T05:32:37.3365460Z $command += " --appproject=""/Users/runner/work/1/Controls.TestCases.HostApp/"" --device=""mac"" --apiversion=""15.3"" --configuration=""Release""" 2026-03-07T05:32:37.3367750Z $command += " --runtimevariant=""Mono""" 2026-03-07T05:32:37.3369380Z $command += " --results=""/Users/runner/work/1/a/test-results"" --binlog=""/Users/runner/work/1/a/logs"" --verbosity=diagnostic" 2026-03-07T05:32:37.3369670Z 2026-03-07T05:32:37.3370060Z # Add device skin parameter if specified (for Android emulator hardware profile) 2026-03-07T05:32:37.3370520Z $deviceType = "" 2026-03-07T05:32:37.3370890Z if ($deviceType) { 2026-03-07T05:32:37.3371230Z $command += " --skin=""$deviceType""" 2026-03-07T05:32:37.3371800Z } 2026-03-07T05:32:37.3372100Z 2026-03-07T05:32:37.3372440Z $testFilter = "" 2026-03-07T05:32:37.3372770Z $testConfigrationArgs = "" 2026-03-07T05:32:37.3372940Z 2026-03-07T05:32:37.3373260Z "CollectionView".Split(",") | ForEach { 2026-03-07T05:32:37.3373620Z $testFilter += "TestCategory=" + $_ + "|" 2026-03-07T05:32:37.3373940Z } 2026-03-07T05:32:37.3374070Z 2026-03-07T05:32:37.3374400Z $testFilter = $testFilter.TrimEnd("|") 2026-03-07T05:32:37.3374550Z 2026-03-07T05:32:37.3374930Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-03-07T05:32:37.3375380Z if ($testConfigrationArgs) { 2026-03-07T05:32:37.3375770Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-03-07T05:32:37.3376130Z } 2026-03-07T05:32:37.3376970Z if ($testFilter) { 2026-03-07T05:32:37.3377360Z $command += " --test-filter ""$testFilter""" 2026-03-07T05:32:37.3377730Z } 2026-03-07T05:32:37.3377820Z 2026-03-07T05:32:37.3378120Z $headless = true 2026-03-07T05:32:37.3378480Z if ($headless) { 2026-03-07T05:32:37.3378820Z $command += " --headless ""$headless""" 2026-03-07T05:32:37.3379140Z } 2026-03-07T05:32:37.3379280Z 2026-03-07T05:32:37.3379610Z Write-Host "Running command: $command" 2026-03-07T05:32:37.3379760Z 2026-03-07T05:32:37.3380580Z Invoke-Expression $command 2026-03-07T05:32:37.3381010Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-03-07T05:32:37.3382100Z } else { 2026-03-07T05:32:37.3383670Z exit $LASTEXITCODE 2026-03-07T05:32:37.3384350Z } 2026-03-07T05:32:37.4749770Z Running command: ./build.ps1 -Script eng/devices/catalyst.cake --target=uitest --project="/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --appproject="/Users/runner/work/1/Controls.TestCases.HostApp/" --device="mac" --apiversion="15.3" --configuration="Release" --runtimevariant="Mono" --results="/Users/runner/work/1/a/test-results" --binlog="/Users/runner/work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=CollectionView" 2026-03-07T05:32:38.7682930Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:32:39.5955060Z Tool 'powershell' is up to date (version '7.4.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:32:40.1436460Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:32:40.5993900Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26107.1' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:32:41.0122630Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /Users/runner/work/1/s/.config/dotnet-tools.json) . 2026-03-07T05:32:41.7761680Z Looking for modules... 2026-03-07T05:32:44.2472620Z No modules found to install. 2026-03-07T05:32:44.2555110Z Module directory does not exist. 2026-03-07T05:32:44.2616470Z Analyzing build script... 2026-03-07T05:32:44.2640930Z Analyzing /Users/runner/work/1/s/eng/devices/catalyst.cake... 2026-03-07T05:32:44.2652440Z Analyzing /Users/runner/work/1/s/eng/devices/uitests-shared.cake... 2026-03-07T05:32:44.2659130Z Analyzing /Users/runner/work/1/s/eng/cake/helpers.cake... 2026-03-07T05:32:44.4501410Z Analyzing /Users/runner/work/1/s/eng/cake/dotnet.cake... 2026-03-07T05:32:45.7145040Z Analyzing /Users/runner/work/1/s/eng/devices/devices-shared.cake... 2026-03-07T05:32:46.4306560Z Processing build script... 2026-03-07T05:32:46.4337090Z Installing addins... 2026-03-07T05:32:46.6626880Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-03-07T05:32:46.6778390Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-03-07T05:32:46.6874880Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-03-07T05:32:46.9731480Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-03-07T05:32:46.9732910Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-03-07T05:32:46.9734050Z is referencing an older version of Cake.Core (0.33.0). 2026-03-07T05:32:46.9734940Z For best compatibility it should target Cake.Core version 4.0.0. 2026-03-07T05:32:46.9773550Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T05:32:46.9813040Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-03-07T05:32:47.2970960Z Adding assembly reference to System.Private.CoreLib.dll... 2026-03-07T05:32:47.2971800Z Adding assembly reference to System.Linq.Expressions.dll... 2026-03-07T05:32:47.2972410Z Adding assembly reference to Microsoft.CSharp.dll... 2026-03-07T05:32:47.2973190Z Adding assembly reference to System.Runtime.dll... 2026-03-07T05:32:47.2973810Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-03-07T05:32:47.2974460Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-03-07T05:32:47.2975080Z Adding assembly reference to System.Threading.dll... 2026-03-07T05:32:47.2975620Z Adding assembly reference to System.Linq.dll... 2026-03-07T05:32:47.2976190Z Adding assembly reference to System.Collections.dll... 2026-03-07T05:32:47.2976750Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-03-07T05:32:47.2977500Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-03-07T05:32:47.2979230Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-03-07T05:32:47.2980280Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-03-07T05:32:47.2982050Z Adding assembly reference to System.ObjectModel.dll... 2026-03-07T05:32:47.2983760Z Adding assembly reference to System.Threading.Thread.dll... 2026-03-07T05:32:47.2984760Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-03-07T05:32:47.2985340Z Adding assembly reference to System.Collections.Specialized.dll... 2026-03-07T05:32:47.2985990Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-03-07T05:32:47.2986580Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-03-07T05:32:47.2987740Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-03-07T05:32:47.2989110Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-03-07T05:32:47.2990030Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-03-07T05:32:47.2990920Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-03-07T05:32:47.2991660Z Adding assembly reference to System.Security.AccessControl.dll... 2026-03-07T05:32:47.2992270Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-03-07T05:32:47.2993100Z Adding assembly reference to mscorlib.dll... 2026-03-07T05:32:47.2993710Z Adding assembly reference to netstandard.dll... 2026-03-07T05:32:47.2994270Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-03-07T05:32:47.2994820Z Adding assembly reference to System.IO.Pipes.dll... 2026-03-07T05:32:47.2995750Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-03-07T05:32:47.2997020Z Adding assembly reference to System.Security.Cryptography.dll... 2026-03-07T05:32:47.2997920Z Adding assembly reference to System.Memory.dll... 2026-03-07T05:32:47.2998520Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-03-07T05:32:47.2999170Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-03-07T05:32:47.2999740Z Adding assembly reference to System.ComponentModel.dll... 2026-03-07T05:32:47.3000990Z Adding assembly reference to System.Console.dll... 2026-03-07T05:32:47.3002630Z Adding assembly reference to System.Data.Common.dll... 2026-03-07T05:32:47.3003490Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-03-07T05:32:47.3004090Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-03-07T05:32:47.3004710Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-03-07T05:32:47.3005360Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-03-07T05:32:47.3005960Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-03-07T05:32:47.3006710Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-03-07T05:32:47.3007310Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-03-07T05:32:47.3007930Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-03-07T05:32:47.3008710Z Adding assembly reference to System.IO.Compression.dll... 2026-03-07T05:32:47.3009620Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-03-07T05:32:47.3010900Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-03-07T05:32:47.3011520Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-03-07T05:32:47.3012100Z Adding assembly reference to System.Linq.Queryable.dll... 2026-03-07T05:32:47.3012660Z Adding assembly reference to System.Linq.Parallel.dll... 2026-03-07T05:32:47.3013380Z Adding assembly reference to System.Net.Requests.dll... 2026-03-07T05:32:47.3014130Z Adding assembly reference to System.Net.Primitives.dll... 2026-03-07T05:32:47.3014690Z Adding assembly reference to System.Net.HttpListener.dll... 2026-03-07T05:32:47.3016580Z Adding assembly reference to System.Net.NameResolution.dll... 2026-03-07T05:32:47.3017750Z Adding assembly reference to System.Net.WebClient.dll... 2026-03-07T05:32:47.3018300Z Adding assembly reference to System.Net.Http.dll... 2026-03-07T05:32:47.3018850Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-03-07T05:32:47.3019640Z Adding assembly reference to System.Net.WebProxy.dll... 2026-03-07T05:32:47.3020190Z Adding assembly reference to System.Net.Mail.dll... 2026-03-07T05:32:47.3020770Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-03-07T05:32:47.3022600Z Adding assembly reference to System.Net.Ping.dll... 2026-03-07T05:32:47.3023250Z Adding assembly reference to System.Net.Security.dll... 2026-03-07T05:32:47.3023970Z Adding assembly reference to System.Net.Sockets.dll... 2026-03-07T05:32:47.3024930Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-03-07T05:32:47.3026090Z Adding assembly reference to System.Net.WebSockets.dll... 2026-03-07T05:32:47.3026670Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-03-07T05:32:47.3027240Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-03-07T05:32:47.3027830Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-03-07T05:32:47.3028430Z Adding assembly reference to System.Reflection.Emit.dll... 2026-03-07T05:32:47.3029050Z Adding assembly reference to System.Resources.Writer.dll... 2026-03-07T05:32:47.3029650Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-03-07T05:32:47.3030320Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-03-07T05:32:47.3031110Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-03-07T05:32:47.3031750Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-03-07T05:32:47.3032350Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-03-07T05:32:47.3032970Z Adding assembly reference to System.Security.Claims.dll... 2026-03-07T05:32:47.3033550Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-03-07T05:32:47.3034130Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-03-07T05:32:47.3034720Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-03-07T05:32:47.3035340Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-03-07T05:32:47.3036610Z Adding assembly reference to System.Transactions.Local.dll... 2026-03-07T05:32:47.3037330Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-03-07T05:32:47.3038010Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-03-07T05:32:47.3038580Z Adding assembly reference to System.Xml.XDocument.dll... 2026-03-07T05:32:47.3039150Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-03-07T05:32:47.3039720Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-03-07T05:32:47.3040310Z Adding assembly reference to System.Xml.XPath.dll... 2026-03-07T05:32:47.3040850Z Adding assembly reference to System.AppContext.dll... 2026-03-07T05:32:47.3041390Z Adding assembly reference to System.Buffers.dll... 2026-03-07T05:32:47.3041960Z Adding assembly reference to System.Collections.Immutable.dll... 2026-03-07T05:32:47.3042760Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-03-07T05:32:47.3043570Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-03-07T05:32:47.3044280Z Adding assembly reference to System.Runtime.Loader.dll... 2026-03-07T05:32:47.3044870Z Adding assembly reference to System.Configuration.dll... 2026-03-07T05:32:47.3045760Z Adding assembly reference to System.Core.dll... 2026-03-07T05:32:47.3046530Z Adding assembly reference to System.Private.Uri.dll... 2026-03-07T05:32:47.3048220Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-03-07T05:32:47.3049250Z Adding assembly reference to System.Data.dll... 2026-03-07T05:32:47.3050310Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-03-07T05:32:47.3051750Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-03-07T05:32:47.3052360Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-03-07T05:32:47.3052980Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-03-07T05:32:47.3053690Z Adding assembly reference to System.dll... 2026-03-07T05:32:47.3054300Z Adding assembly reference to System.Drawing.dll... 2026-03-07T05:32:47.3054880Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-03-07T05:32:47.3055470Z Adding assembly reference to System.Formats.Asn1.dll... 2026-03-07T05:32:47.3056040Z Adding assembly reference to System.Formats.Tar.dll... 2026-03-07T05:32:47.3056610Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-03-07T05:32:47.3057390Z Adding assembly reference to System.Globalization.dll... 2026-03-07T05:32:47.3058030Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-03-07T05:32:47.3058620Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-03-07T05:32:47.3059700Z Adding assembly reference to System.IO.dll... 2026-03-07T05:32:47.3060300Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-03-07T05:32:47.3060850Z Adding assembly reference to System.IO.FileSystem.dll... 2026-03-07T05:32:47.3061670Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-03-07T05:32:47.3062250Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-03-07T05:32:47.3063440Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-03-07T05:32:47.3064040Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-03-07T05:32:47.3064570Z Adding assembly reference to System.Net.dll... 2026-03-07T05:32:47.3065300Z Adding assembly reference to System.Net.Quic.dll... 2026-03-07T05:32:47.3065910Z Adding assembly reference to System.Threading.Channels.dll... 2026-03-07T05:32:47.3066460Z Adding assembly reference to System.Net.Http.Json.dll... 2026-03-07T05:32:47.3067000Z Adding assembly reference to System.Text.Json.dll... 2026-03-07T05:32:47.3067550Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-03-07T05:32:47.3068330Z Adding assembly reference to System.Numerics.dll... 2026-03-07T05:32:47.3068870Z Adding assembly reference to System.Reflection.dll... 2026-03-07T05:32:47.3069430Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-03-07T05:32:47.3070040Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-03-07T05:32:47.3070590Z Adding assembly reference to System.Resources.Reader.dll... 2026-03-07T05:32:47.3071210Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-03-07T05:32:47.3071810Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-03-07T05:32:47.3072630Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-03-07T05:32:47.3073370Z Adding assembly reference to System.Runtime.Handles.dll... 2026-03-07T05:32:47.3073960Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-03-07T05:32:47.3074650Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-03-07T05:32:47.3075250Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-03-07T05:32:47.3075840Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-03-07T05:32:47.3076450Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-03-07T05:32:47.3077090Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-03-07T05:32:47.3077880Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-03-07T05:32:47.3078500Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-03-07T05:32:47.3079130Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-03-07T05:32:47.3079730Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-03-07T05:32:47.3080340Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-03-07T05:32:47.3080930Z Adding assembly reference to System.Security.dll... 2026-03-07T05:32:47.3081500Z Adding assembly reference to System.Security.Principal.dll... 2026-03-07T05:32:47.3082820Z Adding assembly reference to System.Security.SecureString.dll... 2026-03-07T05:32:47.3083750Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-03-07T05:32:47.3084330Z Adding assembly reference to System.ServiceProcess.dll... 2026-03-07T05:32:47.3085200Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-03-07T05:32:47.3085840Z Adding assembly reference to System.Text.Encoding.dll... 2026-03-07T05:32:47.3086710Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-03-07T05:32:47.3087300Z Adding assembly reference to System.IO.Pipelines.dll... 2026-03-07T05:32:47.3095760Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-03-07T05:32:47.3097960Z Adding assembly reference to System.Threading.Tasks.dll... 2026-03-07T05:32:47.3098670Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-03-07T05:32:47.3099750Z Adding assembly reference to System.Threading.Timer.dll... 2026-03-07T05:32:47.3100370Z Adding assembly reference to System.Transactions.dll... 2026-03-07T05:32:47.3100960Z Adding assembly reference to System.ValueTuple.dll... 2026-03-07T05:32:47.3101550Z Adding assembly reference to System.Web.dll... 2026-03-07T05:32:47.3102150Z Adding assembly reference to System.Windows.dll... 2026-03-07T05:32:47.3102740Z Adding assembly reference to System.Xml.dll... 2026-03-07T05:32:47.3103380Z Adding assembly reference to System.Xml.Linq.dll... 2026-03-07T05:32:47.3104460Z Adding assembly reference to System.Private.Xml.dll... 2026-03-07T05:32:47.3105620Z Adding assembly reference to System.Xml.Serialization.dll... 2026-03-07T05:32:47.3106940Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-03-07T05:32:47.3107870Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-03-07T05:32:47.3108400Z Adding assembly reference to WindowsBase.dll... 2026-03-07T05:32:47.3108920Z Adding assembly reference to Cake.Core.dll... 2026-03-07T05:32:47.3109430Z Adding assembly reference to Cake.Common.dll... 2026-03-07T05:32:47.3109980Z Adding assembly reference to Spectre.Console.dll... 2026-03-07T05:32:47.3110510Z Adding assembly reference to Cake.FileHelpers.dll... 2026-03-07T05:32:47.3111480Z Adding assembly reference to NuGet.Packaging.dll... 2026-03-07T05:32:47.3112230Z Adding assembly reference to NuGet.Protocol.dll... 2026-03-07T05:32:47.3150550Z Importing namespace Cake.Common... 2026-03-07T05:32:47.3151150Z Importing namespace Cake.Common.Build... 2026-03-07T05:32:47.3151730Z Importing namespace Cake.Common.Build.AppVeyor... 2026-03-07T05:32:47.3152530Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-03-07T05:32:47.3153360Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-03-07T05:32:47.3153960Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-03-07T05:32:47.3154520Z Importing namespace Cake.Common.Build.Bamboo... 2026-03-07T05:32:47.3155110Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-03-07T05:32:47.3161000Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-03-07T05:32:47.3161950Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-03-07T05:32:47.3162760Z Importing namespace Cake.Common.Build.Bitrise... 2026-03-07T05:32:47.3163460Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-03-07T05:32:47.3164360Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-03-07T05:32:47.3164900Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-03-07T05:32:47.3165470Z Importing namespace Cake.Common.Build.GitHubActions... 2026-03-07T05:32:47.3166250Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-03-07T05:32:47.3167430Z Importing namespace Cake.Common.Build.GitLabCI... 2026-03-07T05:32:47.3168000Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-03-07T05:32:47.3168720Z Importing namespace Cake.Common.Build.GoCD... 2026-03-07T05:32:47.3169250Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-03-07T05:32:47.3169770Z Importing namespace Cake.Common.Build.Jenkins... 2026-03-07T05:32:47.3170300Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-03-07T05:32:47.3170850Z Importing namespace Cake.Common.Build.MyGet... 2026-03-07T05:32:47.3171980Z Importing namespace Cake.Common.Build.TeamCity... 2026-03-07T05:32:47.3172890Z Importing namespace Cake.Common.Build.TravisCI... 2026-03-07T05:32:47.3173810Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-03-07T05:32:47.3174370Z Importing namespace Cake.Common.Diagnostics... 2026-03-07T05:32:47.3175840Z Importing namespace Cake.Common.IO... 2026-03-07T05:32:47.3176340Z Importing namespace Cake.Common.IO.Paths... 2026-03-07T05:32:47.3176870Z Importing namespace Cake.Common.Net... 2026-03-07T05:32:47.3177720Z Importing namespace Cake.Common.Security... 2026-03-07T05:32:47.3178470Z Importing namespace Cake.Common.Solution... 2026-03-07T05:32:47.3179000Z Importing namespace Cake.Common.Solution.Project... 2026-03-07T05:32:47.3179590Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-03-07T05:32:47.3180150Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-03-07T05:32:47.3180670Z Importing namespace Cake.Common.Text... 2026-03-07T05:32:47.3181180Z Importing namespace Cake.Common.Tools.Cake... 2026-03-07T05:32:47.3181750Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-03-07T05:32:47.3182610Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-03-07T05:32:47.3183440Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-03-07T05:32:47.3204980Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-03-07T05:32:47.3206020Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-03-07T05:32:47.3216120Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-03-07T05:32:47.3217400Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-03-07T05:32:47.3218020Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-03-07T05:32:47.3257490Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-03-07T05:32:47.3258060Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-03-07T05:32:47.3258640Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-03-07T05:32:47.3259200Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-03-07T05:32:47.3259780Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-03-07T05:32:47.3260340Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-03-07T05:32:47.3261010Z Importing namespace Cake.Common.Tools.Command... 2026-03-07T05:32:47.3261540Z Importing namespace Cake.Common.Tools.DotCover... 2026-03-07T05:32:47.3262090Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-03-07T05:32:47.3262670Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-03-07T05:32:47.3263220Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-03-07T05:32:47.3263760Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-03-07T05:32:47.3264290Z Importing namespace Cake.Common.Tools.DotNet... 2026-03-07T05:32:47.3264850Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-03-07T05:32:47.3384430Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-03-07T05:32:47.3385180Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-03-07T05:32:47.3385790Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-03-07T05:32:47.3386340Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-03-07T05:32:47.3387360Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-03-07T05:32:47.3387930Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-03-07T05:32:47.3388540Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-03-07T05:32:47.3389090Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-03-07T05:32:47.3389650Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-03-07T05:32:47.3406920Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-03-07T05:32:47.3409370Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-03-07T05:32:47.3411510Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-03-07T05:32:47.3412180Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-03-07T05:32:47.3412850Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-03-07T05:32:47.3414100Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-03-07T05:32:47.3414660Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-03-07T05:32:47.3415200Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-03-07T05:32:47.3415770Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-03-07T05:32:47.3416330Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-03-07T05:32:47.3416920Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-03-07T05:32:47.3417520Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-03-07T05:32:47.3418480Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-03-07T05:32:47.3419090Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-03-07T05:32:47.3419670Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-03-07T05:32:47.3420280Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-03-07T05:32:47.3420830Z Importing namespace Cake.Common.Tools.DupFinder... 2026-03-07T05:32:47.3421360Z Importing namespace Cake.Common.Tools.Fixie... 2026-03-07T05:32:47.3421920Z Importing namespace Cake.Common.Tools.GitLink... 2026-03-07T05:32:47.3422460Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-03-07T05:32:47.3423040Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-03-07T05:32:47.3423630Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-03-07T05:32:47.3424260Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-03-07T05:32:47.3424840Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-03-07T05:32:47.3425420Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-03-07T05:32:47.3426370Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-03-07T05:32:47.3427040Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-03-07T05:32:47.3427680Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-03-07T05:32:47.3428300Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-03-07T05:32:47.3429130Z Importing namespace Cake.Common.Tools.GitVersion... 2026-03-07T05:32:47.3429660Z Importing namespace Cake.Common.Tools.ILMerge... 2026-03-07T05:32:47.3430190Z Importing namespace Cake.Common.Tools.ILRepack... 2026-03-07T05:32:47.3430910Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-03-07T05:32:47.3432040Z Importing namespace Cake.Common.Tools.InspectCode... 2026-03-07T05:32:47.3432640Z Importing namespace Cake.Common.Tools.MSBuild... 2026-03-07T05:32:47.3433170Z Importing namespace Cake.Common.Tools.MSpec... 2026-03-07T05:32:47.3433870Z Importing namespace Cake.Common.Tools.MSTest... 2026-03-07T05:32:47.3434420Z Importing namespace Cake.Common.Tools.NSIS... 2026-03-07T05:32:47.3434940Z Importing namespace Cake.Common.Tools.NuGet... 2026-03-07T05:32:47.3435470Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-03-07T05:32:47.3436050Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-03-07T05:32:47.3436580Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-03-07T05:32:47.3437280Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-03-07T05:32:47.3438250Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-03-07T05:32:47.3438830Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-03-07T05:32:47.3439360Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-03-07T05:32:47.3439910Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-03-07T05:32:47.3440720Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-03-07T05:32:47.3441610Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-03-07T05:32:47.3442210Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-03-07T05:32:47.3442770Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-03-07T05:32:47.3443800Z Importing namespace Cake.Common.Tools.NUnit... 2026-03-07T05:32:47.3444900Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-03-07T05:32:47.3445470Z Importing namespace Cake.Common.Tools.OpenCover... 2026-03-07T05:32:47.3446020Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-03-07T05:32:47.3446620Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-03-07T05:32:47.3447170Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-03-07T05:32:47.3448010Z Importing namespace Cake.Common.Tools.SignTool... 2026-03-07T05:32:47.3448570Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-03-07T05:32:47.3449700Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-03-07T05:32:47.3450300Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-03-07T05:32:47.3451140Z Importing namespace Cake.Common.Tools.TextTransform... 2026-03-07T05:32:47.3451810Z Importing namespace Cake.Common.Tools.VSTest... 2026-03-07T05:32:47.3452380Z Importing namespace Cake.Common.Tools.VSWhere... 2026-03-07T05:32:47.3452910Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-03-07T05:32:47.3453540Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-03-07T05:32:47.3454360Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-03-07T05:32:47.3454910Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-03-07T05:32:47.3457150Z Importing namespace Cake.Common.Tools.WiX... 2026-03-07T05:32:47.3458290Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-03-07T05:32:47.3459030Z Importing namespace Cake.Common.Tools.XBuild... 2026-03-07T05:32:47.3459780Z Importing namespace Cake.Common.Tools.XUnit... 2026-03-07T05:32:47.3460350Z Importing namespace Cake.Common.Xml... 2026-03-07T05:32:47.3460860Z Importing namespace Cake.Core... 2026-03-07T05:32:47.3461570Z Importing namespace Cake.Core.Diagnostics... 2026-03-07T05:32:47.3462440Z Importing namespace Cake.Core.IO... 2026-03-07T05:32:47.3463000Z Importing namespace Cake.Core.Scripting... 2026-03-07T05:32:47.3463530Z Importing namespace Cake.Core.Tooling... 2026-03-07T05:32:47.3464830Z Importing namespace Cake.FileHelpers... 2026-03-07T05:32:47.3465890Z Importing namespace NuGet.Common... 2026-03-07T05:32:47.3466550Z Importing namespace NuGet.Configuration... 2026-03-07T05:32:47.3467040Z Importing namespace NuGet.Protocol... 2026-03-07T05:32:47.3467580Z Importing namespace NuGet.Protocol.Core.Types... 2026-03-07T05:32:47.3468500Z Importing namespace NuGet.Versioning... 2026-03-07T05:32:47.3469720Z Importing namespace System... 2026-03-07T05:32:47.3470270Z Importing namespace System.Collections.Generic... 2026-03-07T05:32:47.3470800Z Importing namespace System.IO... 2026-03-07T05:32:47.3471590Z Importing namespace System.Linq... 2026-03-07T05:32:47.3472080Z Importing namespace System.Text... 2026-03-07T05:32:47.3472580Z Importing namespace System.Threading.Tasks... 2026-03-07T05:32:47.3473010Z .NETStandard,Version=v2.0 2026-03-07T05:32:47.5087470Z Compiling build script... 2026-03-07T05:32:50.3858310Z /Users/runner/work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-03-07T05:32:51.6819270Z Using local dotnet: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T05:32:51.6821210Z DOTNET_TOOL_PATH: /Users/runner/work/1/s/.dotnet/dotnet 2026-03-07T05:32:51.6830720Z Host OS System Arch: X64 2026-03-07T05:32:51.6835150Z Host Processor System Arch: X64 2026-03-07T05:32:51.6849360Z Project File: /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:32:51.6853690Z Build Binary Log (binlog): /Users/runner/work/1/a/logs 2026-03-07T05:32:51.6855720Z Build Configuration: Release 2026-03-07T05:32:51.6857670Z Build Runtime Identifier: maccatalyst-x64 2026-03-07T05:32:51.6858990Z Build Target Framework: net10.0-maccatalyst 2026-03-07T05:32:51.6860750Z Test Device: mac 2026-03-07T05:32:51.6863000Z Test Results Path: /Users/runner/work/1/a/test-results 2026-03-07T05:32:51.6956860Z 2026-03-07T05:32:51.6961920Z ======================================== 2026-03-07T05:32:51.6973690Z uitest 2026-03-07T05:32:51.6977200Z ======================================== 2026-03-07T05:32:51.6980060Z Executing task: uitest 2026-03-07T05:32:51.7009950Z Starting UI Tests... 2026-03-07T05:32:51.7013210Z Checking for universal binary in parent directory: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T05:32:51.7015910Z Looking for .app in /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst 2026-03-07T05:32:51.7090050Z Testing Device: mac 2026-03-07T05:32:51.7092440Z Testing App Project: /Users/runner/work/1/Controls.TestCases.HostApp/ 2026-03-07T05:32:51.7097420Z Testing App: /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app 2026-03-07T05:32:51.7098730Z Results Directory: /Users/runner/work/1/a/test-results 2026-03-07T05:32:51.7118180Z Executing: chmod +x /Users/runner/work/1/Controls.TestCases.HostApp/Release/net10.0-maccatalyst/Controls.TestCases.HostApp.app/Contents/MacOS/Controls.TestCases.HostApp 2026-03-07T05:32:51.7778140Z Build UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:32:51.7847230Z Executing: /Users/runner/work/1/s/.dotnet/dotnet build "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --configuration Release /p:ExtraDefineConstants=MACUITEST /bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-mac.binlog 2026-03-07T05:32:54.7512530Z Determining projects to restore... 2026-03-07T05:33:02.6808090Z All projects are up-to-date for restore. 2026-03-07T05:33:12.8238780Z Controls.CustomAttributes -> /Users/runner/work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-03-07T05:33:12.8625850Z Graphics -> /Users/runner/work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-03-07T05:33:13.4359280Z Essentials -> /Users/runner/work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-03-07T05:33:14.3247130Z Core -> /Users/runner/work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-03-07T05:33:14.6605990Z Controls.BindingSourceGen -> /Users/runner/work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-03-07T05:33:15.7764480Z Controls.Core -> /Users/runner/work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-03-07T05:33:16.0330100Z UITest.Core -> /Users/runner/work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-03-07T05:33:16.3697720Z UITest.Appium -> /Users/runner/work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-03-07T05:33:16.5015610Z VisualTestUtils -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-03-07T05:33:16.7728290Z UITest.NUnit -> /Users/runner/work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-03-07T05:33:16.8839800Z VisualTestUtils.MagickNet -> /Users/runner/work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-03-07T05:33:17.0519360Z UITest.Analyzers -> /Users/runner/work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-03-07T05:33:19.8689970Z Controls.TestCases.Mac.Tests -> /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T05:33:20.4672310Z 2026-03-07T05:33:20.5676440Z Build succeeded. 2026-03-07T05:33:20.6522760Z 0 Warning(s) 2026-03-07T05:33:20.6920990Z 0 Error(s) 2026-03-07T05:33:20.7922830Z 2026-03-07T05:33:20.8925330Z Time Elapsed 00:00:27.72 2026-03-07T05:33:20.9929430Z Setting environment variable: APPIUM_LOG_FILE = '/Users/runner/work/1/a/logs/appium_mac_Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.log' 2026-03-07T05:33:21.0933530Z Run UITests project /Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj 2026-03-07T05:33:21.1936800Z Run Tests With Filter TestCategory=CollectionView 2026-03-07T05:33:21.2940500Z Log Directory: /Users/runner/work/1/a/logs 2026-03-07T05:33:21.3822150Z new dotnet root: /Users/runner/work/1/s/.dotnet 2026-03-07T05:33:21.4088970Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-03-07T05:33:21.4375560Z Setting environment variable: DOTNET_INSTALL_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:33:21.4445320Z Setting environment variable: DOTNET_ROOT = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:33:21.4622340Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/Users/runner/work/1/s/.dotnet' 2026-03-07T05:33:21.4733870Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-03-07T05:33:21.4949980Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-03-07T05:33:21.5954090Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-03-07T05:33:21.6959450Z Setting environment variable: PATH = '/Users/runner/work/1/s/.dotnet:/usr/local/microsoft/powershell/7:/Users/runner/hostedtoolcache/node/20.3.1/x64/bin:/Users/runner/work/1/s/.dotnet:/Users/runner/.dotnet/tools:/Users/runner/hostedtoolcache/dotnet:/usr/local/lib/ruby/gems/3.3.0/bin:/usr/local/opt/ruby@3.3/bin:/usr/local/opt/pipx_bin:/Users/runner/.cargo/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/Users/runner/bin:/Users/runner/.yarn/bin:/Users/runner/Library/Android/sdk/tools:/Users/runner/Library/Android/sdk/platform-tools:/Library/Frameworks/Python.framework/Versions/Current/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/runner/.dotnet/tools' 2026-03-07T05:33:21.7964340Z Run Test binlog: /Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog 2026-03-07T05:33:21.7983710Z Executing: /Users/runner/work/1/s/.dotnet/dotnet test "/Users/runner/work/1/s/src/Controls/tests/TestCases.Mac.Tests/Controls.TestCases.Mac.Tests.csproj" --filter "TestCategory=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/Users/runner/work/1/a/test-results" -dl:CentralLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/Users/runner/work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/Users/runner/work/1/a/logs/Controls.TestCases.Mac.Tests-Release-catalyst-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-03-07T05:33:23.4358650Z Test run for /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll (.NETCoreApp,Version=v10.0) 2026-03-07T05:33:23.5324540Z VSTest version 18.0.1 (x64) 2026-03-07T05:33:23.5343400Z 2026-03-07T05:33:23.6872070Z Starting test execution, please wait... 2026-03-07T05:33:23.7335870Z A total of 1 test files matched the specified pattern. 2026-03-07T05:33:24.3001350Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-03-07T05:33:24.4336560Z [xUnit.net 00:00:00.15] Discovering: Controls.TestCases.Mac.Tests 2026-03-07T05:33:24.6318000Z [xUnit.net 00:00:00.35] Discovered: Controls.TestCases.Mac.Tests 2026-03-07T05:33:24.6494520Z NUnit Adapter 4.5.0.0: Test execution started 2026-03-07T05:33:24.6833610Z Running selected tests in /Users/runner/work/1/s/artifacts/bin/Controls.TestCases.Mac.Tests/Release/net10.0/Controls.TestCases.Mac.Tests.dll 2026-03-07T05:33:25.6533040Z NUnit3TestExecutor discovered 350 of 350 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-03-07T05:33:57.3413240Z >>>>> 3/7/2026 5:33:57 AM FixtureSetup for CollectionView_DynamicChangesFeatureTests(Mac) 2026-03-07T05:34:00.0512390Z >>>>> 3/7/2026 5:33:59 AM ValidateDynamicItemTemplateDisplayed Start 2026-03-07T05:34:27.5369850Z >>>>> 3/7/2026 5:34:27 AM ValidateDynamicItemTemplateDisplayed Stop 2026-03-07T05:34:27.6239720Z Passed ValidateDynamicItemTemplateDisplayed [27 s] 2026-03-07T05:34:27.6240730Z >>>>> 3/7/2026 5:34:27 AM ValidateDynamicEmptyViewGridDisplayed Start 2026-03-07T05:34:51.0313570Z >>>>> 3/7/2026 5:34:51 AM ValidateDynamicEmptyViewGridDisplayed Stop 2026-03-07T05:34:51.0399860Z Passed ValidateDynamicEmptyViewGridDisplayed [23 s] 2026-03-07T05:34:51.0416540Z >>>>> 3/7/2026 5:34:51 AM ValidateDynamicEmptyViewStringDisplayed Start 2026-03-07T05:35:12.8811100Z >>>>> 3/7/2026 5:35:12 AM ValidateDynamicEmptyViewStringDisplayed Stop 2026-03-07T05:35:12.8879120Z Passed ValidateDynamicEmptyViewStringDisplayed [21 s] 2026-03-07T05:35:12.8880110Z >>>>> 3/7/2026 5:35:12 AM ValidateDynamicEmptyViewTemplateDisplayed Start 2026-03-07T05:35:34.8930830Z >>>>> 3/7/2026 5:35:34 AM ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-03-07T05:35:34.9009100Z Passed ValidateDynamicEmptyViewTemplateDisplayed [22 s] 2026-03-07T05:35:34.9010230Z >>>>> 3/7/2026 5:35:34 AM ValidateDynamicFooterGridDisplayed Start 2026-03-07T05:35:56.3544620Z >>>>> 3/7/2026 5:35:56 AM ValidateDynamicFooterGridDisplayed Stop 2026-03-07T05:35:56.3722690Z Passed ValidateDynamicFooterGridDisplayed [21 s] 2026-03-07T05:35:56.3767970Z >>>>> 3/7/2026 5:35:56 AM ValidateDynamicFooterStringDisplayed Start 2026-03-07T05:36:17.5203320Z >>>>> 3/7/2026 5:36:17 AM ValidateDynamicFooterStringDisplayed Stop 2026-03-07T05:36:17.5258770Z Passed ValidateDynamicFooterStringDisplayed [21 s] 2026-03-07T05:36:17.5262490Z >>>>> 3/7/2026 5:36:17 AM ValidateDynamicFooterTemplateDisplayed Start 2026-03-07T05:36:38.2205040Z >>>>> 3/7/2026 5:36:38 AM ValidateDynamicFooterTemplateDisplayed Stop 2026-03-07T05:36:38.2254780Z Passed ValidateDynamicFooterTemplateDisplayed [20 s] 2026-03-07T05:36:38.2256930Z >>>>> 3/7/2026 5:36:38 AM ValidateDynamicGroupFooterTemplateDisplayed Start 2026-03-07T05:37:08.8795180Z >>>>> 3/7/2026 5:37:08 AM ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-03-07T05:37:08.8874750Z Passed ValidateDynamicGroupFooterTemplateDisplayed [30 s] 2026-03-07T05:37:08.8879030Z >>>>> 3/7/2026 5:37:08 AM ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-03-07T05:37:38.8049100Z >>>>> 3/7/2026 5:37:38 AM ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-03-07T05:37:38.8098450Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [29 s] 2026-03-07T05:37:38.8102120Z >>>>> 3/7/2026 5:37:38 AM ValidateDynamicHeaderGridDisplayed Start 2026-03-07T05:38:00.7337830Z >>>>> 3/7/2026 5:38:00 AM ValidateDynamicHeaderGridDisplayed Stop 2026-03-07T05:38:00.7408360Z Passed ValidateDynamicHeaderGridDisplayed [21 s] 2026-03-07T05:38:00.7409250Z >>>>> 3/7/2026 5:38:00 AM ValidateDynamicHeaderStringDisplayed Start 2026-03-07T05:38:22.9972960Z >>>>> 3/7/2026 5:38:22 AM ValidateDynamicHeaderStringDisplayed Stop 2026-03-07T05:38:23.0040060Z Passed ValidateDynamicHeaderStringDisplayed [22 s] 2026-03-07T05:38:23.0043850Z >>>>> 3/7/2026 5:38:23 AM ValidateDynamicHeaderTemplateDisplayed Start 2026-03-07T05:38:45.2443970Z >>>>> 3/7/2026 5:38:45 AM ValidateDynamicHeaderTemplateDisplayed Stop 2026-03-07T05:38:45.5072230Z Passed ValidateDynamicHeaderTemplateDisplayed [22 s] 2026-03-07T05:38:47.7614150Z >>>>> 3/7/2026 5:38:47 AM FixtureSetup for CollectionView_EmptyViewFeatureTests(Mac) 2026-03-07T05:38:50.2639480Z >>>>> 3/7/2026 5:38:50 AM ValidateEmptyViewStringDisplayed Start 2026-03-07T05:39:03.1752620Z >>>>> 3/7/2026 5:39:03 AM ValidateEmptyViewStringDisplayed Stop 2026-03-07T05:39:03.1843540Z Passed ValidateEmptyViewStringDisplayed [12 s] 2026-03-07T05:39:03.1865880Z >>>>> 3/7/2026 5:39:03 AM ValidateCustomEmptyViewDisplayed Start 2026-03-07T05:39:13.1135300Z >>>>> 3/7/2026 5:39:13 AM ValidateCustomEmptyViewDisplayed Stop 2026-03-07T05:39:13.1204430Z Passed ValidateCustomEmptyViewDisplayed [9 s] 2026-03-07T05:39:13.1208180Z >>>>> 3/7/2026 5:39:13 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T05:39:26.5968860Z >>>>> 3/7/2026 5:39:26 AM ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T05:39:26.6036430Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [13 s] 2026-03-07T05:39:26.6038760Z >>>>> 3/7/2026 5:39:26 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:39:40.6053670Z >>>>> 3/7/2026 5:39:40 AM ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:39:40.6192200Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [14 s] 2026-03-07T05:39:40.6196370Z >>>>> 3/7/2026 5:39:40 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:39:55.2260620Z >>>>> 3/7/2026 5:39:55 AM ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:39:55.2307360Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [14 s] 2026-03-07T05:39:55.2308250Z >>>>> 3/7/2026 5:39:55 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T05:40:09.3549730Z >>>>> 3/7/2026 5:40:09 AM ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T05:40:09.3613800Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [14 s] 2026-03-07T05:40:09.3616280Z >>>>> 3/7/2026 5:40:09 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-03-07T05:40:26.6171420Z >>>>> 3/7/2026 5:40:26 AM ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-03-07T05:40:26.6233670Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [17 s] 2026-03-07T05:40:26.6236790Z >>>>> 3/7/2026 5:40:26 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T05:40:41.2776540Z >>>>> 3/7/2026 5:40:41 AM ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T05:40:41.2883050Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [14 s] 2026-03-07T05:40:41.2888630Z >>>>> 3/7/2026 5:40:41 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:40:55.0418050Z >>>>> 3/7/2026 5:40:55 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:40:55.0530290Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T05:40:55.0554310Z >>>>> 3/7/2026 5:40:55 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:41:09.6524020Z >>>>> 3/7/2026 5:41:09 AM ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:41:09.6594630Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T05:41:09.6603220Z >>>>> 3/7/2026 5:41:09 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:41:26.9917280Z >>>>> 3/7/2026 5:41:26 AM ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:41:27.0065240Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:41:27.0067390Z >>>>> 3/7/2026 5:41:26 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:41:41.7429460Z >>>>> 3/7/2026 5:41:41 AM ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:41:41.7536250Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [14 s] 2026-03-07T05:41:41.7540950Z >>>>> 3/7/2026 5:41:41 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T05:41:55.6732530Z >>>>> 3/7/2026 5:41:55 AM ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T05:41:55.6784150Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [13 s] 2026-03-07T05:41:55.6785280Z >>>>> 3/7/2026 5:41:55 AM ValidateCustomEmptyViewSizeDisplayed Start 2026-03-07T05:42:05.5411850Z >>>>> 3/7/2026 5:42:05 AM ValidateCustomEmptyViewSizeDisplayed Stop 2026-03-07T05:42:05.5481080Z Passed ValidateCustomEmptyViewSizeDisplayed [9 s] 2026-03-07T05:42:05.5502310Z >>>>> 3/7/2026 5:42:05 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-03-07T05:42:20.5796990Z >>>>> 3/7/2026 5:42:20 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-03-07T05:42:20.5880370Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [15 s] 2026-03-07T05:42:20.5893530Z >>>>> 3/7/2026 5:42:20 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Start 2026-03-07T05:42:35.4061580Z >>>>> 3/7/2026 5:42:35 AM ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader Stop 2026-03-07T05:42:35.4120950Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomViewHeader [14 s] 2026-03-07T05:42:35.4122740Z >>>>> 3/7/2026 5:42:35 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-03-07T05:42:51.0853830Z >>>>> 3/7/2026 5:42:51 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-03-07T05:42:51.0941020Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [15 s] 2026-03-07T05:42:51.0946450Z >>>>> 3/7/2026 5:42:51 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:43:06.4711090Z >>>>> 3/7/2026 5:43:06 AM ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:43:06.4794080Z Passed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [15 s] 2026-03-07T05:43:06.4797200Z >>>>> 3/7/2026 5:43:06 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Start 2026-03-07T05:43:22.4469720Z >>>>> 3/7/2026 5:43:22 AM ValidateCustomEmptyViewSizeDisplayed_AndHeaderString Stop 2026-03-07T05:43:22.4535230Z Passed ValidateCustomEmptyViewSizeDisplayed_AndHeaderString [15 s] 2026-03-07T05:43:22.4536710Z >>>>> 3/7/2026 5:43:22 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:43:38.5619660Z >>>>> 3/7/2026 5:43:38 AM ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:43:38.5791590Z Passed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-07T05:43:38.5799610Z >>>>> 3/7/2026 5:43:38 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-03-07T05:43:55.0809600Z >>>>> 3/7/2026 5:43:55 AM ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-03-07T05:43:55.0876520Z Passed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [16 s] 2026-03-07T05:43:55.0878570Z >>>>> 3/7/2026 5:43:55 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-03-07T05:44:09.9294800Z >>>>> 3/7/2026 5:44:09 AM ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-03-07T05:44:09.9354410Z Passed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [14 s] 2026-03-07T05:44:09.9355730Z >>>>> 3/7/2026 5:44:09 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-03-07T05:44:25.3082170Z >>>>> 3/7/2026 5:44:25 AM ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-03-07T05:44:25.3141860Z Passed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [15 s] 2026-03-07T05:44:25.3144050Z >>>>> 3/7/2026 5:44:25 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:44:40.4602350Z >>>>> 3/7/2026 5:44:40 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:44:40.4660460Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [15 s] 2026-03-07T05:44:40.4661700Z >>>>> 3/7/2026 5:44:40 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:44:56.1461400Z >>>>> 3/7/2026 5:44:56 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:44:56.1539850Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [15 s] 2026-03-07T05:44:56.1545490Z >>>>> 3/7/2026 5:44:56 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:45:12.2874160Z >>>>> 3/7/2026 5:45:12 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:45:12.2933910Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [16 s] 2026-03-07T05:45:12.2935160Z >>>>> 3/7/2026 5:45:12 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:45:27.7236740Z >>>>> 3/7/2026 5:45:27 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:45:27.7302800Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-07T05:45:27.7304120Z >>>>> 3/7/2026 5:45:27 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-03-07T05:45:43.5431870Z >>>>> 3/7/2026 5:45:43 AM ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-03-07T05:45:43.5491630Z Passed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [15 s] 2026-03-07T05:45:43.5493280Z >>>>> 3/7/2026 5:45:43 AM ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-03-07T05:45:54.5375290Z >>>>> 3/7/2026 5:45:54 AM ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-03-07T05:45:54.5431380Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed [10 s] 2026-03-07T05:45:54.5433060Z >>>>> 3/7/2026 5:45:54 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T05:46:10.3001750Z >>>>> 3/7/2026 5:46:10 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T05:46:10.3075120Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [15 s] 2026-03-07T05:46:10.3082110Z >>>>> 3/7/2026 5:46:10 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T05:46:26.8080150Z >>>>> 3/7/2026 5:46:26 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T05:46:26.8161980Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [16 s] 2026-03-07T05:46:26.8171220Z >>>>> 3/7/2026 5:46:26 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-03-07T05:46:40.9545060Z >>>>> 3/7/2026 5:46:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-03-07T05:46:40.9597950Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [14 s] 2026-03-07T05:46:40.9599100Z >>>>> 3/7/2026 5:46:40 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:46:54.3148150Z >>>>> 3/7/2026 5:46:54 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:46:54.3225430Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:46:54.3242660Z >>>>> 3/7/2026 5:46:54 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T05:47:08.1445890Z >>>>> 3/7/2026 5:47:08 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T05:47:08.1501870Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [13 s] 2026-03-07T05:47:08.1503350Z >>>>> 3/7/2026 5:47:08 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T05:47:22.0270630Z >>>>> 3/7/2026 5:47:22 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T05:47:22.0324920Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [13 s] 2026-03-07T05:47:22.0325920Z >>>>> 3/7/2026 5:47:22 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T05:47:41.1369650Z >>>>> 3/7/2026 5:47:41 AM ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T05:47:41.1422400Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [19 s] 2026-03-07T05:47:41.1428400Z >>>>> 3/7/2026 5:47:41 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T05:47:56.5738420Z >>>>> 3/7/2026 5:47:56 AM ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T05:47:56.5792740Z Passed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [15 s] 2026-03-07T05:47:56.5794600Z >>>>> 3/7/2026 5:47:56 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:48:10.5343340Z >>>>> 3/7/2026 5:48:10 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:48:10.5395880Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T05:48:10.5397100Z >>>>> 3/7/2026 5:48:10 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:48:24.5965190Z >>>>> 3/7/2026 5:48:24 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:48:24.6033220Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [14 s] 2026-03-07T05:48:24.6037380Z >>>>> 3/7/2026 5:48:24 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:48:38.7553130Z >>>>> 3/7/2026 5:48:38 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:48:38.7611600Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T05:48:38.7613640Z >>>>> 3/7/2026 5:48:38 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:48:57.0002540Z >>>>> 3/7/2026 5:48:56 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:48:57.0069680Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [18 s] 2026-03-07T05:48:57.0075700Z >>>>> 3/7/2026 5:48:57 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:49:12.9301530Z >>>>> 3/7/2026 5:49:12 AM ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:49:12.9357500Z Passed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-07T05:49:12.9360080Z >>>>> 3/7/2026 5:49:12 AM ValidateEmptyViewSize Start 2026-03-07T05:49:24.7329210Z >>>>> 3/7/2026 5:49:24 AM ValidateEmptyViewSize Stop 2026-03-07T05:49:24.7386570Z Passed ValidateEmptyViewSize [11 s] 2026-03-07T05:49:24.7390980Z >>>>> 3/7/2026 5:49:24 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-03-07T05:49:38.6890160Z >>>>> 3/7/2026 5:49:38 AM ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-03-07T05:49:38.6950830Z Passed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [13 s] 2026-03-07T05:49:38.6952010Z >>>>> 3/7/2026 5:49:38 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Start 2026-03-07T05:49:53.1485810Z >>>>> 3/7/2026 5:49:53 AM ValidateEmptyViewStringDisplayed_AndCustomViewHeader Stop 2026-03-07T05:49:53.1537630Z Passed ValidateEmptyViewStringDisplayed_AndCustomViewHeader [14 s] 2026-03-07T05:49:53.1538860Z >>>>> 3/7/2026 5:49:53 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:50:06.6449510Z >>>>> 3/7/2026 5:50:06 AM ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:50:06.6535660Z Passed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [13 s] 2026-03-07T05:50:06.6540900Z >>>>> 3/7/2026 5:50:06 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-03-07T05:50:21.5397300Z >>>>> 3/7/2026 5:50:21 AM ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-03-07T05:50:21.5479220Z Passed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [14 s] 2026-03-07T05:50:21.5544990Z >>>>> 3/7/2026 5:50:21 AM ValidateEmptyViewStringDisplayed_AndHeaderString Start 2026-03-07T05:50:35.9720530Z >>>>> 3/7/2026 5:50:35 AM ValidateEmptyViewStringDisplayed_AndHeaderString Stop 2026-03-07T05:50:35.9785500Z Passed ValidateEmptyViewStringDisplayed_AndHeaderString [14 s] 2026-03-07T05:50:35.9795690Z >>>>> 3/7/2026 5:50:35 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-03-07T05:50:49.7936780Z >>>>> 3/7/2026 5:50:49 AM ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-03-07T05:50:49.8001420Z Passed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [13 s] 2026-03-07T05:50:49.8005390Z >>>>> 3/7/2026 5:50:49 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-03-07T05:51:05.9796820Z >>>>> 3/7/2026 5:51:05 AM ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-03-07T05:51:05.9866390Z Passed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [16 s] 2026-03-07T05:51:05.9867440Z >>>>> 3/7/2026 5:51:05 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-03-07T05:51:24.2060710Z >>>>> 3/7/2026 5:51:24 AM ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-03-07T05:51:24.2112250Z Passed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [18 s] 2026-03-07T05:51:24.2118780Z >>>>> 3/7/2026 5:51:24 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:51:40.8090390Z >>>>> 3/7/2026 5:51:40 AM ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:51:40.8165410Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [16 s] 2026-03-07T05:51:40.8173070Z >>>>> 3/7/2026 5:51:40 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:51:58.5265030Z >>>>> 3/7/2026 5:51:58 AM ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:51:58.5323970Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [17 s] 2026-03-07T05:51:58.5327500Z >>>>> 3/7/2026 5:51:58 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-03-07T05:52:13.5314270Z >>>>> 3/7/2026 5:52:13 AM ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-03-07T05:52:13.5365190Z Passed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [15 s] 2026-03-07T05:52:13.5366370Z >>>>> 3/7/2026 5:52:13 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:52:27.2792990Z >>>>> 3/7/2026 5:52:27 AM ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:52:27.2934950Z Passed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [13 s] 2026-03-07T05:52:27.2936040Z >>>>> 3/7/2026 5:52:27 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-03-07T05:52:41.7998100Z >>>>> 3/7/2026 5:52:41 AM ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-03-07T05:52:41.8049030Z Passed ValidateEmptyViewStringSetFirst_AndObservableCollection [14 s] 2026-03-07T05:52:41.8050020Z >>>>> 3/7/2026 5:52:41 AM ValidateEmptyViewTemplateDisplayed Start 2026-03-07T05:52:53.3840480Z >>>>> 3/7/2026 5:52:53 AM ValidateEmptyViewTemplateDisplayed Stop 2026-03-07T05:52:53.3894230Z Passed ValidateEmptyViewTemplateDisplayed [11 s] 2026-03-07T05:52:53.3901130Z >>>>> 3/7/2026 5:52:53 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-03-07T05:53:08.0375940Z >>>>> 3/7/2026 5:53:08 AM ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-03-07T05:53:08.0438930Z Passed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [14 s] 2026-03-07T05:53:08.0440930Z >>>>> 3/7/2026 5:53:08 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-03-07T05:53:22.2063250Z >>>>> 3/7/2026 5:53:22 AM ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-03-07T05:53:22.2116970Z Passed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [14 s] 2026-03-07T05:53:22.2128880Z >>>>> 3/7/2026 5:53:22 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-03-07T05:53:37.1432460Z >>>>> 3/7/2026 5:53:37 AM ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-03-07T05:53:37.1490290Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [14 s] 2026-03-07T05:53:37.1494010Z >>>>> 3/7/2026 5:53:37 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-03-07T05:53:53.1352190Z >>>>> 3/7/2026 5:53:53 AM ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-03-07T05:53:53.1402930Z Passed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [15 s] 2026-03-07T05:53:53.1405770Z >>>>> 3/7/2026 5:53:53 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-03-07T05:54:08.3639970Z >>>>> 3/7/2026 5:54:08 AM ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-03-07T05:54:08.3712490Z Passed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [15 s] 2026-03-07T05:54:08.3724560Z >>>>> 3/7/2026 5:54:08 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-03-07T05:54:28.1401890Z >>>>> 3/7/2026 5:54:28 AM ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-03-07T05:54:28.1469510Z Passed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [19 s] 2026-03-07T05:54:28.1470890Z >>>>> 3/7/2026 5:54:28 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-03-07T05:54:43.5359430Z >>>>> 3/7/2026 5:54:43 AM ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-03-07T05:54:43.5432470Z Passed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [15 s] 2026-03-07T05:54:43.5433920Z >>>>> 3/7/2026 5:54:43 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-03-07T05:54:57.3191670Z >>>>> 3/7/2026 5:54:57 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-03-07T05:54:57.3242090Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [13 s] 2026-03-07T05:54:57.3243200Z >>>>> 3/7/2026 5:54:57 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-03-07T05:55:10.9970120Z >>>>> 3/7/2026 5:55:10 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-03-07T05:55:11.0026080Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [13 s] 2026-03-07T05:55:11.0028380Z >>>>> 3/7/2026 5:55:11 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-03-07T05:55:25.1812480Z >>>>> 3/7/2026 5:55:25 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-03-07T05:55:25.1869610Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [14 s] 2026-03-07T05:55:25.1871980Z >>>>> 3/7/2026 5:55:25 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-03-07T05:55:44.3491090Z >>>>> 3/7/2026 5:55:44 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-03-07T05:55:44.3542490Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [19 s] 2026-03-07T05:55:44.3544090Z >>>>> 3/7/2026 5:55:44 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-03-07T05:55:59.4356840Z >>>>> 3/7/2026 5:55:59 AM ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-03-07T05:55:59.4419250Z Passed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [15 s] 2026-03-07T05:55:59.4420360Z >>>>> 3/7/2026 5:55:59 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:56:15.5823300Z >>>>> 3/7/2026 5:56:15 AM VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:56:15.5876570Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [16 s] 2026-03-07T05:56:15.5877560Z >>>>> 3/7/2026 5:56:15 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:56:31.4866140Z >>>>> 3/7/2026 5:56:31 AM VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:56:31.4940080Z Passed VerifyCustomEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [15 s] 2026-03-07T05:56:31.4941810Z >>>>> 3/7/2026 5:56:31 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:56:48.5660400Z >>>>> 3/7/2026 5:56:48 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:56:48.5773820Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithLeftToRightFlowDirection [17 s] 2026-03-07T05:56:48.5789090Z >>>>> 3/7/2026 5:56:48 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:57:08.1532440Z >>>>> 3/7/2026 5:57:08 AM VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:57:08.1598930Z Passed VerifyCustomSizedEmptyViewDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-07T05:57:08.1600760Z >>>>> 3/7/2026 5:57:08 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:57:23.9663420Z >>>>> 3/7/2026 5:57:23 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:57:23.9736880Z Passed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T05:57:23.9738010Z >>>>> 3/7/2026 5:57:23 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:57:42.8957740Z >>>>> 3/7/2026 5:57:42 AM VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:57:42.9371910Z >>>>> 3/7/2026 5:57:42 AM Log types: 2026-03-07T05:57:43.4053490Z Failed VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [19 s] 2026-03-07T05:57:43.4054320Z Error Message: 2026-03-07T05:57:43.4054920Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:57:43.4055570Z Snapshot different than baseline: VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.64% difference) 2026-03-07T05:57:43.4056560Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:57:43.4057370Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:57:43.4057680Z 2026-03-07T05:57:43.4058040Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:57:43.4058210Z 2026-03-07T05:57:43.4058520Z Stack Trace: 2026-03-07T05:57:43.4059370Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:57:43.4060740Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:57:43.4062540Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:57:43.4064210Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:57:43.4065510Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyCustomSizedEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 766 2026-03-07T05:57:43.4083570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:57:43.4085370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:57:43.4086240Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:57:43.4087610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:57:43.4087940Z 2026-03-07T05:57:43.4090260Z >>>>> 3/7/2026 5:57:43 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Start 2026-03-07T05:57:59.1034200Z >>>>> 3/7/2026 5:57:59 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection Stop 2026-03-07T05:57:59.1133690Z Passed VerifyEmptyViewTemplateDisplaysCorrectly_WithLeftToRightFlowDirection [15 s] 2026-03-07T05:57:59.1169210Z >>>>> 3/7/2026 5:57:59 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Start 2026-03-07T05:58:19.1889010Z >>>>> 3/7/2026 5:58:19 AM VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection Stop 2026-03-07T05:58:19.2016350Z >>>>> 3/7/2026 5:58:19 AM Log types: 2026-03-07T05:58:20.1491260Z Failed VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection [20 s] 2026-03-07T05:58:20.1491830Z Error Message: 2026-03-07T05:58:20.1492320Z VisualTestUtils.VisualTestFailedException : 2026-03-07T05:58:20.1492830Z Snapshot different than baseline: VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection.png (0.90% difference) 2026-03-07T05:58:20.1493410Z If the correct baseline has changed (this isn't a a bug), then update the baseline image. 2026-03-07T05:58:20.1493940Z See test attachment or download the build artifacts to get the new snapshot file. 2026-03-07T05:58:20.1494190Z 2026-03-07T05:58:20.1494540Z More info: https://aka.ms/visual-test-workflow 2026-03-07T05:58:20.1494810Z 2026-03-07T05:58:20.1495210Z Stack Trace: 2026-03-07T05:58:20.1495720Z at VisualTestUtils.VisualRegressionTester.Fail(String message) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 162 2026-03-07T05:58:20.1496550Z at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext) in /_/src/TestUtils/src/VisualTestUtils/VisualRegressionTester.cs:line 123 2026-03-07T05:58:20.1497470Z at Microsoft.Maui.TestCases.Tests.UITest.g__Verify|13_0(String name, <>c__DisplayClass13_0&) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 476 2026-03-07T05:58:20.1498410Z at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay, Nullable`1 retryTimeout, Int32 cropLeft, Int32 cropRight, Int32 cropTop, Int32 cropBottom, Double tolerance, Boolean includeTitleBar) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 308 2026-03-07T05:58:20.1499470Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.VerifyEmptyViewTemplateDisplaysCorrectly_WithRightToLeftFlowDirection() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 734 2026-03-07T05:58:20.1500900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:58:20.1501640Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-03-07T05:58:20.1502270Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-03-07T05:58:20.1502870Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-03-07T05:58:20.1503170Z 2026-03-07T05:58:22.2016330Z >>>>> 3/7/2026 5:58:22 AM FixtureSetup for CollectionView_GroupingFeatureTests(Mac) 2026-03-07T05:58:24.8366800Z >>>>> 3/7/2026 5:58:24 AM VerifyGroupFooterTemplate_WithFooterString Start 2026-03-07T05:58:45.8309440Z >>>>> 3/7/2026 5:58:45 AM VerifyGroupFooterTemplate_WithFooterString Stop 2026-03-07T05:58:45.8366850Z Passed VerifyGroupFooterTemplate_WithFooterString [20 s] 2026-03-07T05:58:45.8369130Z >>>>> 3/7/2026 5:58:45 AM VerifyCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T05:59:13.4127560Z >>>>> 3/7/2026 5:59:13 AM VerifyCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T05:59:13.4183040Z Passed VerifyCanMixGroupsFalseWithCanReorderItems [27 s] 2026-03-07T05:59:13.4185630Z >>>>> 3/7/2026 5:59:13 AM VerifyCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T05:59:45.7060000Z >>>>> 3/7/2026 5:59:45 AM VerifyCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T05:59:45.7111150Z Passed VerifyCanMixGroupsTrueWithCanReorderItems [32 s] 2026-03-07T05:59:45.7112150Z >>>>> 3/7/2026 5:59:45 AM VerifyCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T06:00:12.5615380Z >>>>> 3/7/2026 6:00:12 AM VerifyCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T06:00:12.5671860Z Passed VerifyCanReorderItemsFalseWithCanMixGroups [26 s] 2026-03-07T06:00:12.5672760Z >>>>> 3/7/2026 6:00:12 AM VerifyCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T06:00:43.8621530Z >>>>> 3/7/2026 6:00:43 AM VerifyCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T06:00:43.8775790Z Passed VerifyCanReorderItemsTrueWithCanMixGroups [31 s] 2026-03-07T06:00:43.8779640Z >>>>> 3/7/2026 6:00:43 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Start 2026-03-07T06:01:15.4793850Z >>>>> 3/7/2026 6:01:15 AM VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems Stop 2026-03-07T06:01:15.4857420Z Passed VerifyFlowDirectionRTLCanMixGroupsFalseWithCanReorderItems [31 s] 2026-03-07T06:01:15.4860660Z >>>>> 3/7/2026 6:01:15 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Start 2026-03-07T06:01:50.8031120Z >>>>> 3/7/2026 6:01:50 AM VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems Stop 2026-03-07T06:01:50.8084650Z Passed VerifyFlowDirectionRTLCanMixGroupsTrueWithCanReorderItems [35 s] 2026-03-07T06:01:50.8088060Z >>>>> 3/7/2026 6:01:50 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Start 2026-03-07T06:02:23.0067560Z >>>>> 3/7/2026 6:02:23 AM VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups Stop 2026-03-07T06:02:23.0125700Z Passed VerifyFlowDirectionRTLCanReorderItemsFalseWithCanMixGroups [32 s] 2026-03-07T06:02:23.0126740Z >>>>> 3/7/2026 6:02:23 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Start 2026-03-07T06:02:58.5316810Z >>>>> 3/7/2026 6:02:58 AM VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups Stop 2026-03-07T06:02:58.5376800Z Passed VerifyFlowDirectionRTLCanReorderItemsTrueWithCanMixGroups [35 s] 2026-03-07T06:02:58.5378090Z >>>>> 3/7/2026 6:02:58 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Start 2026-03-07T06:03:17.6491480Z >>>>> 3/7/2026 6:03:17 AM VerifyGroupFooterTemplate_WithBasicItemTemplate Stop 2026-03-07T06:03:17.6547900Z Passed VerifyGroupFooterTemplate_WithBasicItemTemplate [19 s] 2026-03-07T06:03:17.6550680Z >>>>> 3/7/2026 6:03:17 AM VerifyGroupFooterTemplate_WithHeaderString Start 2026-03-07T06:03:35.9145230Z >>>>> 3/7/2026 6:03:35 AM VerifyGroupFooterTemplate_WithHeaderString Stop 2026-03-07T06:03:35.9191980Z Passed VerifyGroupFooterTemplate_WithHeaderString [18 s] 2026-03-07T06:03:35.9192970Z >>>>> 3/7/2026 6:03:35 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Start 2026-03-07T06:03:55.8774450Z >>>>> 3/7/2026 6:03:55 AM VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull Stop 2026-03-07T06:03:55.8825060Z Passed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [19 s] 2026-03-07T06:03:55.8826070Z >>>>> 3/7/2026 6:03:55 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Start 2026-03-07T06:04:11.2117720Z >>>>> 3/7/2026 6:04:11 AM VerifyGroupHeaderAndFooterTemplate_WithObservableCollection Stop 2026-03-07T06:04:11.2169150Z Passed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [15 s] 2026-03-07T06:04:11.2170130Z >>>>> 3/7/2026 6:04:11 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Start 2026-03-07T06:04:29.6664460Z >>>>> 3/7/2026 6:04:29 AM VerifyGroupHeaderTemplate_WithBasicItemTemplate Stop 2026-03-07T06:04:29.6730710Z Passed VerifyGroupHeaderTemplate_WithBasicItemTemplate [18 s] 2026-03-07T06:04:29.6732660Z >>>>> 3/7/2026 6:04:29 AM VerifyGroupHeaderTemplate_WithFooterString Start 2026-03-07T06:04:48.4091940Z >>>>> 3/7/2026 6:04:48 AM VerifyGroupHeaderTemplate_WithFooterString Stop 2026-03-07T06:04:48.4155720Z Passed VerifyGroupHeaderTemplate_WithFooterString [18 s] 2026-03-07T06:04:48.4156740Z >>>>> 3/7/2026 6:04:48 AM VerifyGroupHeaderTemplate_WithHeaderString Start 2026-03-07T06:05:06.5837190Z >>>>> 3/7/2026 6:05:06 AM VerifyGroupHeaderTemplate_WithHeaderString Stop 2026-03-07T06:05:06.5885710Z Passed VerifyGroupHeaderTemplate_WithHeaderString [18 s] 2026-03-07T06:05:06.5887020Z >>>>> 3/7/2026 6:05:06 AM VerifyIsGrouped_WithFooterString Start 2026-03-07T06:05:22.1238310Z >>>>> 3/7/2026 6:05:22 AM VerifyIsGrouped_WithFooterString Stop 2026-03-07T06:05:22.1295460Z Passed VerifyIsGrouped_WithFooterString [15 s] 2026-03-07T06:05:22.1298980Z >>>>> 3/7/2026 6:05:22 AM VerifyIsGrouped_WithHeaderString Start 2026-03-07T06:05:36.2573850Z >>>>> 3/7/2026 6:05:36 AM VerifyIsGrouped_WithHeaderString Stop 2026-03-07T06:05:36.2628000Z Passed VerifyIsGrouped_WithHeaderString [14 s] 2026-03-07T06:05:36.2628950Z >>>>> 3/7/2026 6:05:36 AM VerifyIsGroupedFalse_WithBasicItemTemplate Start 2026-03-07T06:05:47.9406390Z >>>>> 3/7/2026 6:05:47 AM VerifyIsGroupedFalse_WithBasicItemTemplate Stop 2026-03-07T06:05:47.9467400Z Passed VerifyIsGroupedFalse_WithBasicItemTemplate [11 s] 2026-03-07T06:05:47.9494120Z >>>>> 3/7/2026 6:05:47 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Start 2026-03-07T06:06:06.2508140Z >>>>> 3/7/2026 6:06:06 AM VerifyIsGroupedFalse_WithHeaderAndFooterString Stop 2026-03-07T06:06:06.2563350Z Passed VerifyIsGroupedFalse_WithHeaderAndFooterString [18 s] 2026-03-07T06:06:06.2564450Z >>>>> 3/7/2026 6:06:06 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Start 2026-03-07T06:06:17.7091510Z >>>>> 3/7/2026 6:06:17 AM VerifyIsGroupedFalse_WithItemSourceObservableCollection Stop 2026-03-07T06:06:18.2563170Z Passed VerifyIsGroupedFalse_WithItemSourceObservableCollection [11 s] 2026-03-07T06:06:20.2274420Z >>>>> 3/7/2026 6:06:20 AM FixtureSetup for CollectionView_ItemsSourceFeatureTests(Mac) 2026-03-07T06:06:22.9002940Z >>>>> 3/7/2026 6:06:22 AM VerifyStringItemsObservableCollectionWhenAddItems Start 2026-03-07T06:06:38.0660280Z >>>>> 3/7/2026 6:06:38 AM VerifyStringItemsObservableCollectionWhenAddItems Stop 2026-03-07T06:06:38.0712340Z Passed VerifyStringItemsObservableCollectionWhenAddItems [15 s] 2026-03-07T06:06:38.0713400Z >>>>> 3/7/2026 6:06:38 AM VerifyModelItemsEmptyGroupedListWhenAddItems Start 2026-03-07T06:06:52.4518440Z >>>>> 3/7/2026 6:06:52 AM VerifyModelItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T06:06:52.4572640Z Passed VerifyModelItemsEmptyGroupedListWhenAddItems [14 s] 2026-03-07T06:06:52.4574740Z >>>>> 3/7/2026 6:06:52 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T06:07:06.5949460Z >>>>> 3/7/2026 6:07:06 AM VerifyModelItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T06:07:06.6010760Z Passed VerifyModelItemsEmptyGroupedListWhenRemoveItems [14 s] 2026-03-07T06:07:06.6016070Z >>>>> 3/7/2026 6:07:06 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T06:07:21.8919930Z >>>>> 3/7/2026 6:07:21 AM VerifyModelItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T06:07:21.8991030Z Passed VerifyModelItemsEmptyObservableCollectionWhenAddItems [15 s] 2026-03-07T06:07:21.8997660Z >>>>> 3/7/2026 6:07:21 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T06:07:36.8033260Z >>>>> 3/7/2026 6:07:36 AM VerifyModelItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T06:07:36.8083150Z Passed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [14 s] 2026-03-07T06:07:36.8084220Z >>>>> 3/7/2026 6:07:36 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T06:07:59.3580270Z >>>>> 3/7/2026 6:07:59 AM VerifyModelItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T06:07:59.3634270Z Passed VerifyModelItemsGroupedListWhenAddIndexAtItems [22 s] 2026-03-07T06:07:59.3638010Z >>>>> 3/7/2026 6:07:59 AM VerifyModelItemsGroupedListWhenAddItems Start 2026-03-07T06:08:18.8812960Z >>>>> 3/7/2026 6:08:18 AM VerifyModelItemsGroupedListWhenAddItems Stop 2026-03-07T06:08:18.8862750Z Passed VerifyModelItemsGroupedListWhenAddItems [19 s] 2026-03-07T06:08:18.8863710Z >>>>> 3/7/2026 6:08:18 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T06:08:51.5646410Z >>>>> 3/7/2026 6:08:51 AM VerifyModelItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T06:08:51.5708950Z Passed VerifyModelItemsGroupedListWhenMultipleModePreSelection [32 s] 2026-03-07T06:08:51.5710780Z >>>>> 3/7/2026 6:08:51 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T06:09:14.9853390Z >>>>> 3/7/2026 6:09:14 AM VerifyModelItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T06:09:14.9898960Z Passed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [23 s] 2026-03-07T06:09:14.9900200Z >>>>> 3/7/2026 6:09:14 AM VerifyModelItemsGroupedListWhenRemoveItems Start 2026-03-07T06:09:34.8203020Z >>>>> 3/7/2026 6:09:34 AM VerifyModelItemsGroupedListWhenRemoveItems Stop 2026-03-07T06:09:34.8259360Z Passed VerifyModelItemsGroupedListWhenRemoveItems [19 s] 2026-03-07T06:09:34.8261260Z >>>>> 3/7/2026 6:09:34 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T06:10:09.7454540Z >>>>> 3/7/2026 6:10:09 AM VerifyModelItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T06:10:09.7506890Z Passed VerifyModelItemsGroupedListWhenSingleModePreSelection [34 s] 2026-03-07T06:10:09.7508030Z >>>>> 3/7/2026 6:10:09 AM VerifyModelItemsItemsSourceNoneWhenAddItems Start 2026-03-07T06:10:21.8145270Z >>>>> 3/7/2026 6:10:21 AM VerifyModelItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T06:10:21.8195790Z Passed VerifyModelItemsItemsSourceNoneWhenAddItems [12 s] 2026-03-07T06:10:21.8196800Z >>>>> 3/7/2026 6:10:21 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T06:10:33.3993610Z >>>>> 3/7/2026 6:10:33 AM VerifyModelItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T06:10:33.4042950Z Passed VerifyModelItemsItemsSourceNoneWhenRemoveItems [11 s] 2026-03-07T06:10:33.4043990Z >>>>> 3/7/2026 6:10:33 AM VerifyModelItemsListWhenAddItems Start 2026-03-07T06:10:48.3542300Z >>>>> 3/7/2026 6:10:48 AM VerifyModelItemsListWhenAddItems Stop 2026-03-07T06:10:48.3596000Z Passed VerifyModelItemsListWhenAddItems [14 s] 2026-03-07T06:10:48.3597240Z >>>>> 3/7/2026 6:10:48 AM VerifyModelItemsListWhenRemoveItems Start 2026-03-07T06:11:04.0735870Z >>>>> 3/7/2026 6:11:04 AM VerifyModelItemsListWhenRemoveItems Stop 2026-03-07T06:11:04.0807530Z Passed VerifyModelItemsListWhenRemoveItems [15 s] 2026-03-07T06:11:04.0809070Z >>>>> 3/7/2026 6:11:04 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T06:11:24.0740910Z >>>>> 3/7/2026 6:11:24 AM VerifyModelItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T06:11:24.0793550Z Passed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [19 s] 2026-03-07T06:11:24.0794570Z >>>>> 3/7/2026 6:11:24 AM VerifyModelItemsObservableCollectionWhenAddItems Start 2026-03-07T06:11:39.4956340Z >>>>> 3/7/2026 6:11:39 AM VerifyModelItemsObservableCollectionWhenAddItems Stop 2026-03-07T06:11:39.5006320Z Passed VerifyModelItemsObservableCollectionWhenAddItems [15 s] 2026-03-07T06:11:39.5007670Z >>>>> 3/7/2026 6:11:39 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T06:12:05.9343780Z >>>>> 3/7/2026 6:12:05 AM VerifyModelItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T06:12:05.9395780Z Passed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [26 s] 2026-03-07T06:12:05.9397280Z >>>>> 3/7/2026 6:12:05 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T06:12:25.4384440Z >>>>> 3/7/2026 6:12:25 AM VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T06:12:25.4461680Z Passed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [19 s] 2026-03-07T06:12:25.4465740Z >>>>> 3/7/2026 6:12:25 AM VerifyModelItemsObservableCollectionWhenRemoveItems Start 2026-03-07T06:12:42.1364900Z >>>>> 3/7/2026 6:12:42 AM VerifyModelItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T06:12:42.1418450Z Passed VerifyModelItemsObservableCollectionWhenRemoveItems [16 s] 2026-03-07T06:12:42.1422000Z >>>>> 3/7/2026 6:12:42 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T06:13:08.5022770Z >>>>> 3/7/2026 6:13:08 AM VerifyModelItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T06:13:08.5078350Z Passed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [26 s] 2026-03-07T06:13:08.5087360Z >>>>> 3/7/2026 6:13:08 AM VerifyStringItemsEmptyGroupedListWhenAddItems Start 2026-03-07T06:13:20.7470730Z >>>>> 3/7/2026 6:13:20 AM VerifyStringItemsEmptyGroupedListWhenAddItems Stop 2026-03-07T06:13:20.7516670Z Passed VerifyStringItemsEmptyGroupedListWhenAddItems [12 s] 2026-03-07T06:13:20.7518120Z >>>>> 3/7/2026 6:13:20 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Start 2026-03-07T06:13:32.5943840Z >>>>> 3/7/2026 6:13:32 AM VerifyStringItemsEmptyGroupedListWhenRemoveItems Stop 2026-03-07T06:13:32.5994490Z Passed VerifyStringItemsEmptyGroupedListWhenRemoveItems [11 s] 2026-03-07T06:13:32.5995670Z >>>>> 3/7/2026 6:13:32 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Start 2026-03-07T06:13:44.3075590Z >>>>> 3/7/2026 6:13:44 AM VerifyStringItemsEmptyObservableCollectionWhenAddItems Stop 2026-03-07T06:13:44.3124850Z Passed VerifyStringItemsEmptyObservableCollectionWhenAddItems [11 s] 2026-03-07T06:13:44.3127040Z >>>>> 3/7/2026 6:13:44 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Start 2026-03-07T06:13:56.9377150Z >>>>> 3/7/2026 6:13:56 AM VerifyStringItemsEmptyObservableCollectionWhenRemoveItems Stop 2026-03-07T06:13:56.9456950Z Passed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [12 s] 2026-03-07T06:13:56.9459080Z >>>>> 3/7/2026 6:13:56 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Start 2026-03-07T06:14:17.7078840Z >>>>> 3/7/2026 6:14:17 AM VerifyStringItemsGroupedListWhenAddIndexAtItems Stop 2026-03-07T06:14:17.7132750Z Passed VerifyStringItemsGroupedListWhenAddIndexAtItems [20 s] 2026-03-07T06:14:17.7135490Z >>>>> 3/7/2026 6:14:17 AM VerifyStringItemsGroupedListWhenAddItems Start 2026-03-07T06:14:35.8599900Z >>>>> 3/7/2026 6:14:35 AM VerifyStringItemsGroupedListWhenAddItems Stop 2026-03-07T06:14:35.8649450Z Passed VerifyStringItemsGroupedListWhenAddItems [18 s] 2026-03-07T06:14:35.8650480Z >>>>> 3/7/2026 6:14:35 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Start 2026-03-07T06:15:08.4378270Z >>>>> 3/7/2026 6:15:08 AM VerifyStringItemsGroupedListWhenMultipleModePreSelection Stop 2026-03-07T06:15:08.4435580Z Passed VerifyStringItemsGroupedListWhenMultipleModePreSelection [32 s] 2026-03-07T06:15:08.4436840Z >>>>> 3/7/2026 6:15:08 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Start 2026-03-07T06:15:31.5260980Z >>>>> 3/7/2026 6:15:31 AM VerifyStringItemsGroupedListWhenRemoveIndexAtItems Stop 2026-03-07T06:15:31.5312960Z Passed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [23 s] 2026-03-07T06:15:31.5316600Z >>>>> 3/7/2026 6:15:31 AM VerifyStringItemsGroupedListWhenRemoveItems Start 2026-03-07T06:15:49.7913170Z >>>>> 3/7/2026 6:15:49 AM VerifyStringItemsGroupedListWhenRemoveItems Stop 2026-03-07T06:15:49.7975410Z Passed VerifyStringItemsGroupedListWhenRemoveItems [18 s] 2026-03-07T06:15:49.7979150Z >>>>> 3/7/2026 6:15:49 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Start 2026-03-07T06:16:18.7991240Z >>>>> 3/7/2026 6:16:18 AM VerifyStringItemsGroupedListWhenSingleModePreSelection Stop 2026-03-07T06:16:18.8049570Z Passed VerifyStringItemsGroupedListWhenSingleModePreSelection [29 s] 2026-03-07T06:16:18.8051840Z >>>>> 3/7/2026 6:16:18 AM VerifyStringItemsItemsSourceNoneWhenAddItems Start 2026-03-07T06:16:29.4412420Z >>>>> 3/7/2026 6:16:29 AM VerifyStringItemsItemsSourceNoneWhenAddItems Stop 2026-03-07T06:16:29.4477580Z Passed VerifyStringItemsItemsSourceNoneWhenAddItems [10 s] 2026-03-07T06:16:29.4478690Z >>>>> 3/7/2026 6:16:29 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Start 2026-03-07T06:16:38.7851920Z >>>>> 3/7/2026 6:16:38 AM VerifyStringItemsItemsSourceNoneWhenRemoveItems Stop 2026-03-07T06:16:38.7902820Z Passed VerifyStringItemsItemsSourceNoneWhenRemoveItems [9 s] 2026-03-07T06:16:38.7904070Z >>>>> 3/7/2026 6:16:38 AM VerifyStringItemsListWhenAddItems Start 2026-03-07T06:16:50.9440690Z >>>>> 3/7/2026 6:16:50 AM VerifyStringItemsListWhenAddItems Stop 2026-03-07T06:16:50.9490120Z Passed VerifyStringItemsListWhenAddItems [12 s] 2026-03-07T06:16:50.9491010Z >>>>> 3/7/2026 6:16:50 AM VerifyStringItemsListWhenRemoveItems Start 2026-03-07T06:17:04.3923150Z >>>>> 3/7/2026 6:17:04 AM VerifyStringItemsListWhenRemoveItems Stop 2026-03-07T06:17:04.4002790Z Passed VerifyStringItemsListWhenRemoveItems [13 s] 2026-03-07T06:17:04.4016280Z >>>>> 3/7/2026 6:17:04 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Start 2026-03-07T06:17:26.8578470Z >>>>> 3/7/2026 6:17:26 AM VerifyStringItemsObservableCollectionWhenAddIndexAtItems Stop 2026-03-07T06:17:26.8641290Z Passed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [22 s] 2026-03-07T06:17:26.8644660Z >>>>> 3/7/2026 6:17:26 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Start 2026-03-07T06:17:52.2609110Z >>>>> 3/7/2026 6:17:52 AM VerifyStringItemsObservableCollectionWhenMultipleModePreSelection Stop 2026-03-07T06:17:52.2720490Z Passed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [25 s] 2026-03-07T06:17:52.2723830Z >>>>> 3/7/2026 6:17:52 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Start 2026-03-07T06:18:08.9723080Z >>>>> 3/7/2026 6:18:08 AM VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems Stop 2026-03-07T06:18:08.9766680Z Passed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [16 s] 2026-03-07T06:18:08.9767730Z >>>>> 3/7/2026 6:18:08 AM VerifyStringItemsObservableCollectionWhenRemoveItems Start 2026-03-07T06:18:22.2128450Z >>>>> 3/7/2026 6:18:22 AM VerifyStringItemsObservableCollectionWhenRemoveItems Stop 2026-03-07T06:18:22.2181130Z Passed VerifyStringItemsObservableCollectionWhenRemoveItems [13 s] 2026-03-07T06:18:22.2182170Z >>>>> 3/7/2026 6:18:22 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Start 2026-03-07T06:18:45.6262960Z >>>>> 3/7/2026 6:18:45 AM VerifyStringItemsObservableCollectionWhenSingleModePreSelection Stop 2026-03-07T06:18:46.2562000Z Passed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [23 s] 2026-03-07T06:18:48.5139190Z >>>>> 3/7/2026 6:18:48 AM FixtureSetup for CollectionView_ScrollingFeatureTests(Mac) 2026-03-07T06:18:51.1795270Z >>>>> 3/7/2026 6:18:51 AM VerifyMeasureAllItemsWithObservableCollection Start 2026-03-07T06:19:13.5986870Z >>>>> 3/7/2026 6:19:13 AM VerifyMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:19:13.6041050Z Passed VerifyMeasureAllItemsWithObservableCollection [22 s] 2026-03-07T06:19:13.6042230Z >>>>> 3/7/2026 6:19:13 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Start 2026-03-07T06:19:36.1862480Z >>>>> 3/7/2026 6:19:36 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList Stop 2026-03-07T06:19:36.1901320Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithGroupedList [22 s] 2026-03-07T06:19:36.1903020Z >>>>> 3/7/2026 6:19:36 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Start 2026-03-07T06:19:55.8279020Z >>>>> 3/7/2026 6:19:55 AM VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:19:55.8337960Z Passed VerifyFlowDirectionLTRAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T06:19:55.8339170Z >>>>> 3/7/2026 6:19:55 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Start 2026-03-07T06:20:39.1289750Z >>>>> 3/7/2026 6:20:39 AM VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList Stop 2026-03-07T06:20:39.1355430Z Passed VerifyFlowDirectionRTLAndKeepScrollOffsetWithGroupedList [43 s] 2026-03-07T06:20:39.1358410Z >>>>> 3/7/2026 6:20:39 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Start 2026-03-07T06:21:03.3215620Z >>>>> 3/7/2026 6:21:03 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList Stop 2026-03-07T06:21:03.3271300Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithGroupedList [24 s] 2026-03-07T06:21:03.3273120Z >>>>> 3/7/2026 6:21:03 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Start 2026-03-07T06:21:23.0600260Z >>>>> 3/7/2026 6:21:23 AM VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection Stop 2026-03-07T06:21:23.0657600Z Passed VerifyFlowDirectionRTLAndMeasureAllItemsWithObservableCollection [19 s] 2026-03-07T06:21:23.0659220Z >>>>> 3/7/2026 6:21:23 AM VerifyKeepScrollOffsetWithGroupedList Start 2026-03-07T06:22:03.4062670Z >>>>> 3/7/2026 6:22:03 AM VerifyKeepScrollOffsetWithGroupedList Stop 2026-03-07T06:22:03.4121090Z Passed VerifyKeepScrollOffsetWithGroupedList [40 s] 2026-03-07T06:22:03.4122020Z >>>>> 3/7/2026 6:22:03 AM VerifyKeepScrollOffsetWithObservableList Start 2026-03-07T06:22:36.0325910Z >>>>> 3/7/2026 6:22:36 AM VerifyKeepScrollOffsetWithObservableList Stop 2026-03-07T06:22:36.0383770Z Passed VerifyKeepScrollOffsetWithObservableList [32 s] 2026-03-07T06:22:36.0386560Z >>>>> 3/7/2026 6:22:36 AM VerifyMeasureAllItemsWithGroupedList Start 2026-03-07T06:22:56.9323180Z >>>>> 3/7/2026 6:22:56 AM VerifyMeasureAllItemsWithGroupedList Stop 2026-03-07T06:22:57.0646810Z Passed VerifyMeasureAllItemsWithGroupedList [20 s] 2026-03-07T06:22:59.6256440Z >>>>> 3/7/2026 6:22:59 AM FixtureSetup for CollectionView_SelectionFeatureTests(Mac) 2026-03-07T06:23:02.3957190Z >>>>> 3/7/2026 6:23:02 AM VerifySelectionModeNoneWhenItemsSourceNone Start 2026-03-07T06:23:23.6074530Z >>>>> 3/7/2026 6:23:23 AM VerifySelectionModeNoneWhenItemsSourceNone Stop 2026-03-07T06:23:23.6142350Z Passed VerifySelectionModeNoneWhenItemsSourceNone [21 s] 2026-03-07T06:23:23.6151720Z >>>>> 3/7/2026 6:23:23 AM VerifySelecctionModeSingleWhenCurrentSelection Start 2026-03-07T06:23:43.5100500Z >>>>> 3/7/2026 6:23:43 AM VerifySelecctionModeSingleWhenCurrentSelection Stop 2026-03-07T06:23:43.5149470Z Passed VerifySelecctionModeSingleWhenCurrentSelection [19 s] 2026-03-07T06:23:43.5150390Z >>>>> 3/7/2026 6:23:43 AM VerifySelectionModeNoneWhenCurrentSelection Start 2026-03-07T06:23:59.6657260Z >>>>> 3/7/2026 6:23:59 AM VerifySelectionModeNoneWhenCurrentSelection Stop 2026-03-07T06:23:59.6714820Z Passed VerifySelectionModeNoneWhenCurrentSelection [16 s] 2026-03-07T06:23:59.6716810Z >>>>> 3/7/2026 6:23:59 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Start 2026-03-07T06:24:18.6080460Z >>>>> 3/7/2026 6:24:18 AM VerifySelectionModeNoneWhenItemsLayoutVerticalList Stop 2026-03-07T06:24:18.6140120Z Passed VerifySelectionModeNoneWhenItemsLayoutVerticalList [18 s] 2026-03-07T06:24:18.6142720Z >>>>> 3/7/2026 6:24:18 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Start 2026-03-07T06:24:39.4601920Z >>>>> 3/7/2026 6:24:39 AM VerifySelectionModeNoneWhenItemsSourceObservableCollection5 Stop 2026-03-07T06:24:39.4660520Z Passed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [20 s] 2026-03-07T06:24:39.4661710Z >>>>> 3/7/2026 6:24:39 AM VerifySelectionModeNoneWhenPreviousSelection Start 2026-03-07T06:24:59.8600640Z >>>>> 3/7/2026 6:24:59 AM VerifySelectionModeNoneWhenPreviousSelection Stop 2026-03-07T06:24:59.8659600Z Passed VerifySelectionModeNoneWhenPreviousSelection [20 s] 2026-03-07T06:24:59.8663550Z >>>>> 3/7/2026 6:24:59 AM VerifySelectionModeNoneWithFooterString Start 2026-03-07T06:25:21.2278680Z >>>>> 3/7/2026 6:25:21 AM VerifySelectionModeNoneWithFooterString Stop 2026-03-07T06:25:21.2361510Z Passed VerifySelectionModeNoneWithFooterString [21 s] 2026-03-07T06:25:21.2365310Z >>>>> 3/7/2026 6:25:21 AM VerifySelectionModeNoneWithFooterTemplateView Start 2026-03-07T06:25:48.6661590Z >>>>> 3/7/2026 6:25:48 AM VerifySelectionModeNoneWithFooterTemplateView Stop 2026-03-07T06:25:48.6715740Z Passed VerifySelectionModeNoneWithFooterTemplateView [27 s] 2026-03-07T06:25:48.6717490Z >>>>> 3/7/2026 6:25:48 AM VerifySelectionModeNoneWithFooterView Start 2026-03-07T06:26:10.5538130Z >>>>> 3/7/2026 6:26:10 AM VerifySelectionModeNoneWithFooterView Stop 2026-03-07T06:26:10.5590380Z Passed VerifySelectionModeNoneWithFooterView [21 s] 2026-03-07T06:26:10.5591300Z >>>>> 3/7/2026 6:26:10 AM VerifySelectionModeNoneWithHeaderString Start 2026-03-07T06:26:32.2000630Z >>>>> 3/7/2026 6:26:32 AM VerifySelectionModeNoneWithHeaderString Stop 2026-03-07T06:26:32.2106380Z Passed VerifySelectionModeNoneWithHeaderString [21 s] 2026-03-07T06:26:32.2119110Z >>>>> 3/7/2026 6:26:32 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Start 2026-03-07T06:26:59.0731760Z >>>>> 3/7/2026 6:26:59 AM VerifySelectionModeNoneWithHeaderStringAndFooterString Stop 2026-03-07T06:26:59.0807440Z Passed VerifySelectionModeNoneWithHeaderStringAndFooterString [26 s] 2026-03-07T06:26:59.0811830Z >>>>> 3/7/2026 6:26:59 AM VerifySelectionModeNoneWithHeaderTemplateView Start 2026-03-07T06:27:24.9423780Z >>>>> 3/7/2026 6:27:24 AM VerifySelectionModeNoneWithHeaderTemplateView Stop 2026-03-07T06:27:24.9800950Z Passed VerifySelectionModeNoneWithHeaderTemplateView [25 s] 2026-03-07T06:27:24.9803980Z >>>>> 3/7/2026 6:27:24 AM VerifySelectionModeNoneWithHeaderTemplateViewAndFooterTemplateView Start 2026-03-07T06:27:46.4713330Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-03-07T06:27:46.5222730Z ##[error]The operation was canceled. 2026-03-07T06:27:46.5235610Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5242940Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5243360Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5245700Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5246230Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5246540Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5248490Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5249010Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5249310Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5251390Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5252060Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5252400Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5254440Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5254950Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5255260Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5257160Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5258200Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5258730Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5262620Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5263360Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5263770Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5267350Z ##[section]Async Command Start: Update Build Number 2026-03-07T06:27:46.5268140Z Update build number to 10.0.50-ci+azdo.1324566 for build 1324566 2026-03-07T06:27:46.5268660Z ##[section]Async Command End: Update Build Number 2026-03-07T06:27:46.5272720Z ##[section]Finishing: Controls CollectionView