Skip to content

Conversation

@fanyang-mono
Copy link
Member

Fixes #53381

@fanyang-mono fanyang-mono added the test-enhancement Improvements of test source code label May 27, 2021
@ghost
Copy link

ghost commented May 27, 2021

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

Issue Details

Fixes #53381

Author: fanyang-mono
Assignees: -
Labels:

area-Infrastructure-mono, test enhancement

Milestone: -

@fanyang-mono
Copy link
Member Author

Failure of CoreCLR Pri0 Runtime Tests Run Linux x64 checked was caused by #11063

Failures of Build Android x64 Release AllSubsets_Mono_RuntimeTests were known issues as well. They got disabled by #53357

@fanyang-mono fanyang-mono merged commit dbc55bf into dotnet:main May 28, 2021
fi
$__Command $HARNESS_RUNNER android test --instrumentation="net.dot.MonoRunner" --package-name="net.dot.$__Category" --app="$__TestBinaryBase/$__Category.apk" --output-directory=`pwd` --arg=entrypoint:libname=$(MsBuildProjectName).dll --expected-exit-code=100 -v
$__Command $HARNESS_RUNNER android test --instrumentation="net.dot.MonoRunner" --package-name="net.dot.$__Category" --app="$__TestBinaryBase/$__Category.apk" --output-directory=`$HELIX_WORKITEM_UPLOAD_ROOT` --arg=entrypoint:libname=$(MsBuildProjectName).dll --expected-exit-code=100 -v
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fanyang-mono I guess you want rather "?

--output-directory=`$HELIX_WORKITEM_UPLOAD_ROOT`
--output-directory="$HELIX_WORKITEM_UPLOAD_ROOT"

Not a big deal and can be fixed in the future but I guess we don't need to invoke a subshell for that

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Will incorporate the the fix for future PR.

@ghost ghost locked as resolved and limited conversation to collaborators Jun 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Mono][Android][test] Capture adb logs for tests running on helix

3 participants