-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add NativeAOT on Android tests for Globalization, Interop, and Cryptography #118651
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
060ffd3
NativeAOT Android test working locally
jtschuster a3d30c1
Undo extra changes, add reference in tests.proj
jtschuster ae6a9ce
Remove emtpy 'if' case
jtschuster 5797ccc
Merge branch 'main' of https://github.com/dotnet/runtime into Android…
jtschuster 68b972a
Remove extra android->linux translations
jtschuster 044b176
Remove redundant IsNativeAOT check
jtschuster d74d3ec
Fix build to work in CI
jtschuster ce32f11
Merge branch 'main' of https://github.com/dotnet/runtime into Android…
jtschuster 87a4cca
Fix apkbuilder.cs errors after merge
jtschuster 8de0a57
Undo deleted line in ILC.targets, build libs.tests in pipeline
jtschuster 36dfe61
Add missing args to build command
jtschuster 152ec03
Set CppCompilerAndLinker to NDK clang when targeting android
jtschuster 0facf06
Ensure Android build runs after CopyNativeBinary
jtschuster 407b4db
Merge branch 'main' into AndroidAppBuilderNaot
jtschuster 5e7feaa
Test CI in Debug config
jtschuster 56553a7
Merge branch 'main' into AndroidAppBuilderNaot
jtschuster 3c86a91
Move leg to runtime-extra-platforms
jtschuster 28600f9
Merge branch 'AndroidAppBuilderNaot' of https://github.com/jtschuster…
jtschuster 05deb8f
Remove jobs from runtime
jtschuster 248dddd
Exclude nativeaot test on non-nativeaot builds
jtschuster 54b995d
Add thread.inl to interoplibinterface_java.cpp to fix loadLibrary fai…
jtschuster b7e58a1
Remove android rids from targetpack rids
jtschuster 7e98286
Run release build in CI
jtschuster 972719a
Use AppBundle as AndroidBundleDir as Helix expects
jtschuster d8ac52a
Merge branch 'main' into AndroidAppBuilderNaot
jtschuster 0e306b2
Tighten OutputType condition in singlefile test targets
jtschuster 2b93e83
Add job to runtime-extra-platforms-androidemulator.yml
jtschuster 7137d36
Update CrossCompileAbi condition
jtschuster fcbbd79
Merge branch 'AndroidAppBuilderNaot' of https://github.com/jtschuster…
jtschuster acdb04b
Add Collections tests project to android nativeaot test list
jtschuster 4e91c92
Use UseNativeAOTRuntime property to test if using nativeaot instead o…
jtschuster 36f02b8
DirectPInvoke and DirectPInvokeList is not plural in naot
jtschuster aaaa078
Add args to main, don't run all coreclr test projects on nativeaot an…
jtschuster 377e8e5
Working Crypto tests
jtschuster e7a7fed
Merge branch 'main' of https://github.com/dotnet/runtime into Android…
jtschuster 30eda43
Fix tests after merge
jtschuster b112dc1
Add Globalization and Interop tests for NAOT on Android
jtschuster 9722757
Remove extraneous changes
jtschuster b7af561
Use xunit-excludes file for -notrait args
jtschuster b3ef5b1
Remove System.IO.Ports.Native from NetCoreAppNativeLibrary
jtschuster a02ba75
Condition OpenSsl test on IsOpenSslSupported
jtschuster 9133298
Merge branch 'main' into AndroidCollectionsTests
jtschuster 32e83f6
Merge branch 'main' into AndroidCollectionsTests
jtschuster dfe5d3e
Merge branch 'main' into AndroidCollectionsTests
jtschuster File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.