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

[build] make TrimMode=full function like NativeAOT #22282

Merged
merged 4 commits into from
May 10, 2024

Skip `maui-blazor` on iOS for now

2fa1472
Select commit
Loading
Failed to load commit list.
Merged

[build] make TrimMode=full function like NativeAOT #22282

Skip `maui-blazor` on iOS for now
2fa1472
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public succeeded May 9, 2024 in 1h 8m 0s

Build #9.0.0-ci.net9.preview4.10447+pr.22282-sha.091de7ec6-azdo.114859 had test failures

Details

Tests

  • Failed: 1 (0.09%)
  • Passed: 705 (64.56%)
  • Other: 386 (35.35%)
  • Total: 1,092

Annotations

Check failure on line 700 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L700

PowerShell exited with code '1'.

Check failure on line 1 in Microsoft.Maui.AppiumTests.DragAndDropUITests(Windows).DragEventCoordinates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.AppiumTests.DragAndDropUITests(Windows).DragEventCoordinates

System.FormatException : The input string '' was not in a correct format.
Raw output
   at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1 value)
   at System.Int32.Parse(String s)
   at Microsoft.Maui.AppiumTests.DragAndDropUITests.GetCoordinatesFromLabel(String labelText) in D:\a\1\s\src\Controls\tests\UITests\Tests\DragAndDropUITests.cs:line 300
   at Microsoft.Maui.AppiumTests.DragAndDropUITests.DragEventCoordinates() in D:\a\1\s\src\Controls\tests\UITests\Tests\DragAndDropUITests.cs:line 217
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)