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

[iOS] Fixes carouselview layout on iOS #20001

Merged
merged 8 commits into from
Feb 9, 2024

Add image for test

09bd302
Select commit
Loading
Failed to load commit list.
Merged

[iOS] Fixes carouselview layout on iOS #20001

Add image for test
09bd302
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-DeviceTests-public succeeded Feb 8, 2024 in 15m 40s

Build #8.0.10-ci.net8.28239+pr.20001-sha.32134b1d74-azdo.107510 had test failures

Details

Tests

  • Failed: 2 (0.01%)
  • Passed: 17,598 (95.96%)
  • Other: 739 (4.03%)
  • Total: 18,339

Annotations

Check failure on line 268 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L268

PowerShell exited with code '1'.

Check failure on line 327 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L327

PowerShell exited with code '1'.

Check failure on line 640 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L640

PowerShell exited with code '1'.

Check failure on line 239 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L239

PowerShell exited with code '1'.

Check failure on line 1 in Track Color Initializes Correctly(isToggled: True)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Track Color Initializes Correctly(isToggled: True)

Color #FFFF0000 not found. This is what it looked like:<img>iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJTSURBVGhD7ZfPSltBFMbPnVxbwV1XPoFdZSNFFClFUMRVsyjuXQRCNz6BK5/AhXDBRV6gm1JKQREXBhTJpsmqfQJX3QkXm3vj992cJCZiJlc6SZX5QZhz7p+Z+XLOnJkrHo/H4/F4XhCBtgO0RcKWyJYR+Qh3BQ+9QTuX3fx33GCcP2gvUpGvocgPjINhn8YDIeh0AQNEuPFOL00EjFnHmBX8eb/1Ui7wXgeNwi7M2qRFEB2zpnPITS8i7ACq9tWdKsiKPaTagbpjkQlhOqGp4TdL3xXp9naYlEphu1gs0A+azcScnCSFavVv9kCf+FbkPSbzS30rAVMKQo5dplN7fj5oRdFsurqaCRjGXF4mYbkcB9fXmE4HGE1kyAfMa6wCYPDUlksRZJQIki4vF1pHRwPZgDkVE5FP6loxWmKdwXQaJaILxSTl8oy6GRCzqaYVVq2VjukGrgk1raTr68PPLmlrxUA1NztndBf2OLQXF3vbAckzt4EXnzMG1YHHBGewxKppJWg0UED75JkbI3LRMd3AfUJNK+bsbLjUXmlrxeAv+K62E7jZcZ9Q91FMvZ4UomhgY0RETtW0YlAmvuGFuvpO4GY3SgxFhDs7sbT6AeGGiCrxRV0rKAw4D4i8fSVyDtPpESWpVGbStbWwW524JphOWSTuiQAxQrPxWuSn+lYyIQTdPOtDY6/8IoyH7AAmAjQ14qeIIL2IdEFH/LCq4kZRL00Erglkxec86XSfB0IIOg15YMNNnnWW0Lr81L1Ce8qFjXGmmQ0ej8fj8Xj+E0TuAMMMrxBiNA31AAAAAElFTkSuQmCC</img>
Raw output
   at Microsoft.Maui.DeviceTests.AssertionExtensions.AssertContainsColor(CanvasBitmap bitmap, Color expectedColor, Func`2 withinRectModifier, Nullable`1 tolerance) in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.Windows.cs:line 352
   at Microsoft.Maui.DeviceTests.AssertionExtensions.AssertContainsColor(FrameworkElement view, Color expectedColor, IMauiContext mauiContext, Nullable`1 tolerance) in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.Windows.cs:line 362
   at Microsoft.Maui.DeviceTests.HandlerTestBasement.<>c__DisplayClass16_0.<<ValidateHasColor>b__0>d.MoveNext() in D:\a\1\s\src\Core\tests\DeviceTests.Shared\HandlerTests\HandlerTestBasement.cs:line 203
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext() in D:\a\1\s\src\Core\src\Dispatching\DispatcherExtensions.cs:line 88
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d.MoveNext() in D:\a\1\s\src\Core\src\Dispatching\DispatcherExtensions.cs:line 67
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.SwitchHandlerTests.<>c__DisplayClass2_0.<<TrackColorInitializesCorrectly>b__0>d.MoveNext() in D:\a\1\s\src\Core\tests\DeviceTests\Handlers\Switch\SwitchHandlerTests.cs:line 53
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.HandlerTestBasement`2.<>c__DisplayClass2_0.<<AttachAndRun>b__0>d.MoveNext() in D:\a\1\s\src\Core\tests\DeviceTests.Shared\HandlerTests\HandlerTestBasementOfT.cs:line 37
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.AssertionExtensions.<AttachAndRun>g__Run|46_0[T](Func`1 action) in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.Windows.cs:line 269
   at Microsoft.Maui.DeviceTests.AssertionExtensions.AttachAndRun[T](FrameworkElement view, Func`2 action, IMauiContext mauiContext) in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.Windows.cs:line 234
   at Microsoft.Maui.DeviceTests.AssertionExtensions.AttachAndRun[T](FrameworkElement view, Func`2 action, IMauiContext mauiContext) in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.Windows.cs:line 248
   at Microsoft.Maui.DeviceTests.AssertionExtensions.<>c__DisplayClass8_0`2.<<AttachAndRun>g__Run|0>d.MoveNext() in D:\a\1\s\src\TestUtils\src\DeviceTests\AssertionExtensions.cs:line 156
--- End of stack trace from previous location ---
   at Microsoft.Maui.DeviceTests.SwitchHandlerTests.TrackColorInitializesCorrectly(Boolean isToggled) in D:\a\1\s\src\Core\tests\DeviceTests\Handlers\Switch\SwitchHandlerTests.cs:line 51
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Maui.Handlers.Memory.MemoryTests.CheckAllocation

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Microsoft.Maui.Handlers.Memory.MemoryTests.CheckAllocation

Test failed