-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Failures on Mono Android x64 Release @ Ubuntu.1804.Amd64.Android.29.Open on rolling build of runtime-extra-platforms #69678
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsDescriptionruntime-extra-platform build fails with It started failing from this build 1779269 Reproduction StepsCheck last rolling build of runtime-extra-platforms https://runfo.azurewebsites.net/view/build/?number=1779269) Expected behaviorTests should pass Actual behaviorBuild fails with Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
@AntonLapounov could you please take a look? seems after this commit tests started to fail |
@tannergooding This might be caused by #69204. |
@AntonLapounov This test is supposed to be skipped on Android (and Mono in general) until #69531 can be resolved. https://github.com/dotnet/runtime/blob/main/src/tests/issues.targets#L1776-L1778 which falls under https://github.com/dotnet/runtime/blob/main/src/tests/issues.targets#L1464-L1465 |
Happy to extend some other |
@fanyang-mono opened a PR which seems will fix the issue |
Description
runtime-extra-platform build fails with
Interop_PInvoke.Int128_Int128Test_Int128Test._Int128_Int128Test_Int128Test_sh() and IT_opt.OSR_pinnedlocal_pinnedlocal._OSR_pinnedlocal_pinnedlocal_sh(), return code is -1.
It started failing from this build 1779269
I can see that in that build was merged this commit 04d5bbc
Reproduction Steps
Check last rolling build of runtime-extra-platforms https://runfo.azurewebsites.net/view/build/?number=1779269)
Expected behavior
Tests should pass
Actual behavior
Build fails with
Interop_PInvoke.Int128_Int128Test_Int128Test._Int128_Int128Test_Int128Test_sh() and IT_opt.OSR_pinnedlocal_pinnedlocal._OSR_pinnedlocal_pinnedlocal_sh(), return code is -1.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: