Update Core to 13.23.4 #222
GitHub Actions / Results Xamarin.tvOS
failed
Nov 14, 2023 in 0s
Results Xamarin.tvOS ❌
❌ TestResults.tvOS.xml
5737 tests were completed in 350s with 5200 passed, 2 failed and 535 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_Binary. | 8✔️ | 1❌ | 3s | |
Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_NullableBinary. | 11✔️ | 1❌ | 4s |
❌ Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_Binary.
Realms.Tests.Database.RealmSetTests
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<2>,<3>} - {<4>,<5>,<6>})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<2>,<3>} - {<1>,<2>,<3>})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<255>} - {<0>})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<0>,<1>,<255>} - {})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {} - {<0>})
❌ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<2>} - {<255>,<1>,<2>,<3>,<2>})
Expected: equivalent to <empty>
But was: < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Extra (2): < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<1>,<1>,<1>,<1>,<1>,<1>} - {<1>,<1>})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<1>,<1>,<1>,<1>,<1>,<1>} - {<1>,<2>})
✔️ RealmSet_WhenManaged_Binary(Byte[]: {<1>,<1>,<1>,<1>,<2>,<2>} - {<1>,<1>})
❌ Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_NullableBinary.
Realms.Tests.Database.RealmSetTests
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<2>,<3>} - {<4>,<5>,<6>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<2>,<3>,<null>} - {<1>,<2>,<3>,<null>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<255>} - {<0>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<0>,<1>,<255>} - {})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {} - {<0>})
❌ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<2>} - {<255>,<1>,<2>,<3>,<2>})
Expected: equivalent to <empty>
But was: < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Extra (2): < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<1>,<1>,<1>,<1>,<1>,<1>} - {<1>,<1>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<1>,<1>,<1>,<1>,<1>,<1>} - {<1>,<2>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<1>,<1>,<1>,<2>,<2>} - {<1>,<1>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<2>,<1>,<2>,<null>,<null>,<null>} - {<1>,<1>,<null>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<null>} - {<null>,<null>})
✔️ RealmSet_WhenManaged_NullableBinary(Byte[]: {<null>,<null>} - {<null>,<6>})
Annotations
Check failure on line -1 in No path available
github-actions / Results Xamarin.tvOS
Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_Binary. ► Realms.Tests.Database.RealmSetTests ► RealmSet_WhenManaged_Binary(Byte[]: {<1>,<2>} - {<255>,<1>,<2>,<3>,<2>})
Failed test found in:
TestResults.tvOS.xml
Error:
Expected: equivalent to <empty>
But was: < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Extra (2): < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Raw output
at Realms.Tests.Database.RealmSetTests+TestCaseData`1[T].AssertExceptWith (System.Collections.Generic.ISet`1[T] target, System.Collections.Generic.ICollection`1[T] otherCollection) [0x0007a] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests+<>c__DisplayClass147_0`1[T].<RunManagedTests>b__0 () [0x00193] in <115ff9979d0c4652908041cef0b4149c>:0
at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <8e1c284d821b44598d438d4d1c33f512>:0
at Realms.Tests.TestHelpers+<>c__DisplayClass31_0.<RunAsyncTest>b__0 () [0x00079] in <115ff9979d0c4652908041cef0b4149c>:0
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0
at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <d64da8442d334218a11e68edad4c2740>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <d64da8442d334218a11e68edad4c2740>:0
--- End of stack trace from previous location where exception was thrown ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0
at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0
at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests.RunManagedTests[T] (System.Func`2[T,TResult] accessor, System.Func`2[T,TResult] listAccessor, System.Func`2[T,TResult] dictAccessor, Realms.Tests.Database.RealmSetTests+TestCaseData`1[T] testData) [0x00005] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_Binary (Realms.Tests.Database.RealmSetTests+TestCaseData`1[T] testData) [0x00000] in <115ff9979d0c4652908041cef0b4149c>:0
Check failure on line -1 in No path available
github-actions / Results Xamarin.tvOS
Realm.Tests.dll.Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_NullableBinary. ► Realms.Tests.Database.RealmSetTests ► RealmSet_WhenManaged_NullableBinary(Byte[]: {<1>,<2>} - {<255>,<1>,<2>,<3>,<2>})
Failed test found in:
TestResults.tvOS.xml
Error:
Expected: equivalent to <empty>
But was: < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Extra (2): < < 1, 1, 1, 1, 1 >, < 2, 2, 2, 2, 2 > >
Raw output
at Realms.Tests.Database.RealmSetTests+TestCaseData`1[T].AssertExceptWith (System.Collections.Generic.ISet`1[T] target, System.Collections.Generic.ICollection`1[T] otherCollection) [0x0007a] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests+<>c__DisplayClass147_0`1[T].<RunManagedTests>b__0 () [0x00193] in <115ff9979d0c4652908041cef0b4149c>:0
at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <8e1c284d821b44598d438d4d1c33f512>:0
at Realms.Tests.TestHelpers+<>c__DisplayClass31_0.<RunAsyncTest>b__0 () [0x00079] in <115ff9979d0c4652908041cef0b4149c>:0
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0
at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <d64da8442d334218a11e68edad4c2740>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <d64da8442d334218a11e68edad4c2740>:0
--- End of stack trace from previous location where exception was thrown ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0
at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0
at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests.RunManagedTests[T] (System.Func`2[T,TResult] accessor, System.Func`2[T,TResult] listAccessor, System.Func`2[T,TResult] dictAccessor, Realms.Tests.Database.RealmSetTests+TestCaseData`1[T] testData) [0x00005] in <115ff9979d0c4652908041cef0b4149c>:0
at Realms.Tests.Database.RealmSetTests.RealmSet_WhenManaged_NullableBinary (Realms.Tests.Database.RealmSetTests+TestCaseData`1[T] testData) [0x00000] in <115ff9979d0c4652908041cef0b4149c>:0
Loading