chore: uncomment a Uno-specific commented line in TabView #14701
Build #5.1.0-PullRequest-14701-105009-14701.901 had test failures
Details
- Failed: 19 (0.03%)
- Passed: 53,455 (92.07%)
- Other: 4,582 (7.89%)
- Total: 58,056
Annotations
Check failure on line 20 in Build log
azure-pipelines / Uno.UI - CI
Build log #L20
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 19 in Build log
azure-pipelines / Uno.UI - CI
Build log #L19
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 3358 in Build log
azure-pipelines / Uno.UI - CI
Build log #L3358
PowerShell exited with code '1'.
Check failure on line 73 in Build log
azure-pipelines / Uno.UI - CI
Build log #L73
PowerShell exited with code '1'.
Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
System.Exception : Error while performing Query(All().Marked("UnitTestsRootControl").Invoke("getDependencyPropertyValue", "RunningStateForUITest"))
----> System.Net.Http.HttpRequestException : Connection refused (127.0.0.1:37265)
----> System.Net.Sockets.SocketException : Connection refused
TearDown : System.Exception : Error while performing Screenshot("RunRuntimeTests_RunRuntimeTests_-_Tear_down_on_error")
----> System.Net.Http.HttpRequestException : Connection refused (127.0.0.1:37265)
----> System.Net.Sockets.SocketException : Connection refused
Raw output
at SamplesApp.UITests.Runtime.RuntimeTests.GetWithRetry[T](String logName, Func`1 getter, Int32 timeoutSeconds) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 139
at SamplesApp.UITests.Runtime.RuntimeTests.<>c__DisplayClass6_0.<<RunRuntimeTests>g__IsTestExecutionDone|5>d.MoveNext() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 48
--- End of stack trace from previous location ---
at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 107
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--HttpRequestException
at Xamarin.UITest.Shared.Http.HttpClient.SendData(String endpoint, String method, HttpContent content, ExceptionPolicy exceptionPolicy, Nullable`1 timeOut)
at Xamarin.UITest.iOS.HttpCalabashConnection.Map(Object arguments)
at Xamarin.UITest.iOS.iOSGestures.Query[T](IAppTypedSelector typedSelector)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass16_0`1.<Query>b__0()
at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
--SocketException
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|281_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--TearDown
at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
at Xamarin.UITest.iOS.iOSApp.Screenshot(String title)
at Uno.UITest.Xamarin.XamarinApp.Screenshot(String title)
at SamplesApp.UITests.SampleControlUITestBase.GetNativeScreenshot(String title) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 318
at SamplesApp.UITests.SampleControlUITestBase.TakeScreenshot(String stepName, ScreenshotOptions options) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 274
at SamplesApp.UITests.SampleControlUITestBase.TakeScreenshot(String stepName, Nullable`1 ignoreInSnapshotCompare) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 258
at SamplesApp.UITests.SampleControlUITestBase.AfterEachTest() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 207
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--HttpRequestException
at Xamarin.UITest.Shared.Http.HttpClient.GetBinaryFile(String endpoint, String fileName, String queryString, ExceptionPolicy exceptionPolicy)
at Xamarin.UITest.Shared.Screenshots.HttpScreenshotTaker.Screenshot(String title)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass62_0.<Screenshot>b__0()
at Xamarin.UITes
Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
System.Exception : Error while performing Query(All().Marked("UnitTestsRootControl").Invoke("getDependencyPropertyValue", "RunningStateForUITest"))
----> System.Net.Http.HttpRequestException : Connection refused (127.0.0.1:37265)
----> System.Net.Sockets.SocketException : Connection refused
TearDown : System.Exception : Error while performing Screenshot("RunRuntimeTests_RunRuntimeTests_-_Tear_down_on_error")
----> System.Net.Http.HttpRequestException : Connection refused (127.0.0.1:37265)
----> System.Net.Sockets.SocketException : Connection refused
Raw output
at SamplesApp.UITests.Runtime.RuntimeTests.GetWithRetry[T](String logName, Func`1 getter, Int32 timeoutSeconds) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 139
at SamplesApp.UITests.Runtime.RuntimeTests.<>c__DisplayClass6_0.<<RunRuntimeTests>g__IsTestExecutionDone|5>d.MoveNext() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 48
--- End of stack trace from previous location ---
at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 107
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
--HttpRequestException
at Xamarin.UITest.Shared.Http.HttpClient.SendData(String endpoint, String method, HttpContent content, ExceptionPolicy exceptionPolicy, Nullable`1 timeOut)
at Xamarin.UITest.iOS.HttpCalabashConnection.Map(Object arguments)
at Xamarin.UITest.iOS.iOSGestures.Query[T](IAppTypedSelector typedSelector)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass16_0`1.<Query>b__0()
at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
--SocketException
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|281_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--TearDown
at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
at Xamarin.UITest.iOS.iOSApp.Screenshot(String title)
at Uno.UITest.Xamarin.XamarinApp.Screenshot(String title)
at SamplesApp.UITests.SampleControlUITestBase.GetNativeScreenshot(String title) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 318
at SamplesApp.UITests.SampleControlUITestBase.TakeScreenshot(String stepName, ScreenshotOptions options) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 274
at SamplesApp.UITests.SampleControlUITestBase.TakeScreenshot(String stepName, Nullable`1 ignoreInSnapshotCompare) in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 258
at SamplesApp.UITests.SampleControlUITestBase.AfterEachTest() in /Users/runner/work/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 207
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--HttpRequestException
at Xamarin.UITest.Shared.Http.HttpClient.GetBinaryFile(String endpoint, String fileName, String queryString, ExceptionPolicy exceptionPolicy)
at Xamarin.UITest.Shared.Screenshots.HttpScreenshotTaker.Screenshot(String title)
at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass62_0.<Screenshot>b__0()
at Xamarin.UITes
Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
OpenQA.Selenium.StaleElementReferenceException : stale element reference: element is not attached to the page document
(Session info: headless chrome=102.0.5002.0)
Raw output
at SamplesApp.UITests.Runtime.RuntimeTests.GetWithRetry[T](String logName, Func`1 getter, Int32 timeoutSeconds) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 139
at SamplesApp.UITests.Runtime.RuntimeTests.<>c__DisplayClass6_0.<<RunRuntimeTests>g__IsTestExecutionDone|5>d.MoveNext() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 48
--- End of stack trace from previous location ---
at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 107
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
Check failure on line 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
azure-pipelines / Uno.UI - CI
SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests
OpenQA.Selenium.StaleElementReferenceException : stale element reference: element is not attached to the page document
(Session info: headless chrome=102.0.5002.0)
Raw output
at SamplesApp.UITests.Runtime.RuntimeTests.GetWithRetry[T](String logName, Func`1 getter, Int32 timeoutSeconds) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 139
at SamplesApp.UITests.Runtime.RuntimeTests.<>c__DisplayClass6_0.<<RunRuntimeTests>g__IsTestExecutionDone|5>d.MoveNext() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 48
--- End of stack trace from previous location ---
at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 107
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)