-
Notifications
You must be signed in to change notification settings - Fork 515
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
[Harness] Make CrashSnapshotReporter injectable and add unit tests #8129
Conversation
…tils Conflicts: tests/xharness/Harness.cs tests/xharness/Program.cs
…tils Conflicts: tests/xharness/AppRunner.cs tests/xharness/CrashReportSnapshot.cs tests/xharness/Harness.cs tests/xharness/xharness.csproj
…tils Conflicts: tests/xharness/BCLTestImporter/BCLTestImportTargetFactory.cs tests/xharness/BCLTestImporter/BCLTestProjectGenerator.cs tests/xharness/xharness.csproj
Conflicts: tests/xharness/AppRunner.cs tests/xharness/CrashReportSnapshot.cs tests/xharness/Harness.cs tests/xharness/Jenkins/TestTasks/MacExecuteTask.cs tests/xharness/Jenkins/TestTasks/RunXtroTask.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments to be fixed.
Build failure |
Build failure |
Build failure |
Build failure Test results2 tests failed, 85 tests passed.Failed tests
|
Conflicts: tests/xharness/AppRunner.cs tests/xharness/Harness.cs tests/xharness/Jenkins/TestTasks/RunDeviceTask.cs tests/xharness/Jenkins/TestTasks/RunSimulatorTask.cs tests/xharness/Xharness.Tests/Tests/AppRunnerTests.cs
Build failure Test results2 tests failed, 85 tests passed.Failed tests
|
@rolfbjarne tested that crash logs propagate back: We can merge this (I think the failed tests are known issues) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comments to address.
Build failure Test results4 tests failed, 83 tests passed.Failed tests
|
Conflicts: tests/xharness/AppRunner.cs tests/xharness/Jenkins/Jenkins.cs
Build failure Test results3 tests failed, 84 tests passed.Failed tests
|
Conflicts: tests/xharness/AppRunner.cs tests/xharness/Jenkins/TestTasks/RunTestTask.cs
Build failure Test results1 tests failed, 86 tests passed.Failed tests
|
Test failure is unrelated: https://github.com/xamarin/maccore/issues/2177 |
Another dependency of AppRunner that will need to be refactored out to make AppRunner testable