-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Move mobile test runners to libs.pretest instead of P2P #36473
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -92,7 +92,9 @@ protected override void TerminateWithSuccess() {} | |
|
|
||
| public string? Locale { get; } | ||
|
|
||
| #pragma warning disable CS8764 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is due to: dotnet/xharness#198 -- once there is a xharness build with that change we can remove this.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll fix this in a separate PR to update xharness. |
||
| public override TextWriter? Logger => null; | ||
| #pragma warning restore CS8764 | ||
|
|
||
| public override string TestsResultsFinalPath | ||
| { | ||
|
|
||
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.
nit: I prefer using explicit
arm64andarmas it's easier to grep for itThere 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.
I can put it back as it was, I just feel like it is simpler to read the condition. Either way I’m fine.