Uh oh!
There was an error while loading. Please reload this page.
[Android] Disable failing JIT.Directed test - #73704
Merged
lambdageek merged 1 commit intoAug 10, 2022
Merged
Conversation
simonrozsival
commented
Aug 10, 2022
MemberAuthor
/azp run runtime-extra-platforms |
ghost
commented
Aug 10, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jakobbotsch
commented
Aug 10, 2022
Member
Sorry about that. The test needs an unmanaged DLL, I am not sure what the right way to include it in the Android test run would be, and if it is not possible, then it should just be permanently disabled. 08-0418:33:07.27067766793Emono : UnhandledException:08-0418:33:07.27067766793Emono : System.DllNotFoundException:AliasingRetBufNative08-0418:33:07.27067766793Emono : at AliasingRetBuf.CallPtrPInvoke(Foo* fi)
08-0418:33:07.27067766793Emono : at AliasingRetBuf.Main() |
lambdageek
approved these changes
Aug 10, 2022
lambdageek
commented
Aug 10, 2022
Member
Related to #64127 - we don't have infrastructure in place on mobile to build the native libraries that are used by runtime tests |
akoeplinger
approved these changes
Aug 10, 2022
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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
A new test was added in #73059 and it is failing on Android. I'm disabling the test for now so that it doesn't add noise to the rolling build.
Ref #73539