Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x:Bind to event in ResourceDictionary #14737

Merged
merged 6 commits into from
Dec 7, 2023

chore: Run tests on Uno only

a9bac3f
Select commit
Loading
Failed to load commit list.
Merged

x:Bind to event in ResourceDictionary #14737

chore: Run tests on Uno only
a9bac3f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Uno.UI - CI failed Dec 7, 2023 in 27m 17s

Build #5.1.0-PullRequest-14737-104664-14737.842 had test failures

Details

Tests

  • Failed: 62 (0.06%)
  • Passed: 101,283 (92.64%)
  • Other: 7,983 (7.30%)
  • Total: 109,328

Annotations

Check failure on line 25 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

Build log #L25

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 20 in Build log

See this annotation in the file changed.

@azure-pipelines 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 25 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

Build log #L25

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

See this annotation in the file changed.

@azure-pipelines 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 1 in SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.UI - CI

SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests

System.TimeoutException : Timed out waiting...
Raw output
   at Uno.UITest.Selenium.SeleniumApp.Uno.UITest.IApp.WaitFor(Func`1 predicate, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at SamplesApp.UITests.SampleControlUITestBase.Run(String metadataName, Boolean waitForSampleControl, Boolean skipInitialScreenshot, Int32 sampleLoadTimeout) in /__w/1/s/src/SamplesApp/SamplesApp.UITests/SampleControlUITestBase.cs:line 450
   at SamplesApp.UITests.Runtime.RuntimeTests.RunRuntimeTests() in /__w/1/s/src/SamplesApp/SamplesApp.UITests/RuntimeTests.cs:line 34
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   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)