-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[MacCatalyst][libraries] Test suites flake with App Crash on CI #53624
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@mdh1418 the logs don't tell us much. This isn't high priority, but when you have a moment, try to run this locally through xcode and see what it says there. |
@premun @mandel-macaque The apps reliably crash on CI really early on. It doesn't seem like they even execute and mlaunch core dumps. If you pull the same app file used on helix and run it local, there is no problem. @mdh1418 The same crashes seem to happen for iOS and tvOS. Can you please disable for all? |
@steveisok I will have a look at the app (probably tomorrow). Do you know - did you try locally on the same Xcode/iOS version? I have already seen one BCL app before that would:
|
I didn't match the xcode version w/ whatever is on CI. On the app you saw crash, did it actually execute or did mlaunch bail earlier? |
I am tracking the investigation here - dotnet/xharness#692 - as it was already referenced in couple of places |
…t and test fixes for Android (#58841) Manual backport of #57208, #58519, #58562, #58210, #57732, #58428, #58586, #58745, #57687 to release/6.0 Numerous test suites have been failing for iOS/tvOS/MacCatalyst consistently on CI without useful logs as to why. Moreover, some of these suites pass locally. This PR looks to reduce the failures on CI by skipping the problematic suites Skips test suites logged in #53624 ActiveIssues #58440 #58418 #58367 #58584 Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> Co-authored-by: Jo Shields <directhex@apebox.org>
#59182 may help with System.Text.Json tests |
@mkhamoyan Can you check on CI to see if this still happens? |
The test suites under x64 still pass locally, didn't check CI |
@steveisok these ones are still failing on CI
rest of them are passing on CI #72445. |
cc @vitek-karas |
/cc @simonrozsival |
In #53197, a few test suites were flaking on CI with App Crash
All of the crashes are of the same form
Architecture x64
Microsoft.CSharp.Tests - Passes locally but not ran on CI
System.Diagnostics.Tracing.Tests - Still crashed
System.Dynamic.Runtime.Tests - Still crashed
System.Linq.Expressions.Tests - Still crashed
System.Linq.Parallel.Tests - Passed on CI
System.Text.Json.Tests - Still crashed
Architecture Arm64
System.IO.FileSystem.Watcher.Tests - Didn't crash on run 1
System.Net.WebSockets.Client.Tests - Didn't crash on run 1
The text was updated successfully, but these errors were encountered: