Skip to content

[tests] Fix local test runs for mobile#62549

Merged
MaximLipnin merged 1 commit intodotnet:mainfrom
mdh1418:remove_additionalxharnessarg_config
Dec 9, 2021
Merged

[tests] Fix local test runs for mobile#62549
MaximLipnin merged 1 commit intodotnet:mainfrom
mdh1418:remove_additionalxharnessarg_config

Conversation

@mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Dec 8, 2021

Fixes #62161

An extra AdditionalXHarnessArguments had been introduced in #59503 that is not an XHarness argument found in https://github.com/dotnet/xharness/tree/main/src/Microsoft.DotNet.XHarness.CLI/CommandArguments/Arguments. This PR will fix local mobile test runs by removing that Property.

/cc @vcsjones @steveisok @premun

@ghost
Copy link

ghost commented Dec 8, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #62161

An extra AdditionalXHarnessArguments had been introduced in #59503 that is not an XHarness argument found in https://github.com/dotnet/xharness/tree/main/src/Microsoft.DotNet.XHarness.CLI/CommandArguments/Arguments. This PR will fix local mobile test runs by removing that Property.

/cc @vcsjones @steveisok @premun

Author: mdh1418
Assignees: -
Labels:

area-Infrastructure-mono

Milestone: -

@mdh1418 mdh1418 requested review from MaximLipnin, akoeplinger and steveisok and removed request for steveisok December 8, 2021 21:01
@MaximLipnin MaximLipnin merged commit c7efe6b into dotnet:main Dec 9, 2021
@mdh1418 mdh1418 deleted the remove_additionalxharnessarg_config branch December 9, 2021 15:34
steveisok pushed a commit to steveisok/runtime that referenced this pull request Jan 4, 2022
dotnet#62549 removed the parameter as it's needed to let xharness know where the
iOS/tvOS/MacCatalyst test app is. For example, a debug test app will be under Debug-iphoneos and a release one will be under Release-iphoneos. Xharness won't be able to tell unless provided the right info.
steveisok added a commit that referenced this pull request Jan 4, 2022
…63348)

Reverts #62549 as the configuration parameter is needed to let xharness know where the iOS/tvOS/MacCatalyst test app is.

For example, a debug test app will be under Debug-iphoneos and a release one will be under Release-iphoneos. Xharness won't be able to tell unless provided the right info.
@ghost ghost locked as resolved and limited conversation to collaborators Jan 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running android tests fails with xharness output "Unknown arguments: Debug"

2 participants