Skip to content
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

Use runtimconfig.template.json file for Android functional test for JIT #50612

Merged
merged 8 commits into from
Apr 6, 2021

Conversation

fanyang-mono
Copy link
Member

Update Android functional test for JIT to leverage newly added feature - Mobile runtimeconfig.json support (#49237)

Copy link
Member

@lambdageek lambdageek left a comment

Choose a reason for hiding this comment

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

mostly seems ok, but I'm not sure we want to hardcode the same runtimeconfig.template.json into every testsuite. We should instead pick up whatever each testsuite ends up generating in runtimeconfig.json during its publish step.
also in the C file we should heap allocate the file_path.

src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
eng/testing/tests.mobile.targets Outdated Show resolved Hide resolved
Copy link
Member

@lambdageek lambdageek left a comment

Choose a reason for hiding this comment

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

native code LGTM. I don't like "output.pefile" as a name. And I think the msbuild property names are a bit too generic.

eng/testing/tests.mobile.targets Outdated Show resolved Hide resolved
eng/testing/tests.mobile.targets Outdated Show resolved Hide resolved
src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
Copy link
Contributor

@CoffeeFlux CoffeeFlux left a comment

Choose a reason for hiding this comment

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

Few nits, but generally LGTM.

src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
src/tasks/AndroidAppBuilder/Templates/monodroid.c Outdated Show resolved Hide resolved
@fanyang-mono
Copy link
Member Author

fanyang-mono commented Apr 6, 2021

CI lane Mono crossaot Product Build windows x64 release failed, because of #50753

@fanyang-mono fanyang-mono merged commit d057a4b into dotnet:main Apr 6, 2021
@ghost ghost locked as resolved and limited conversation to collaborators May 6, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@fanyang-mono fanyang-mono deleted the runtimeconfig_doc_test branch May 27, 2021 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants