-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Mono Android] Runtime tests failed due to Android app crashing #44648
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 this area: @ViktorHofer Issue Details
|
Tagging subscribers to this area: @directhex Issue Details
|
As part of getting the iOS simulator running the runtime tests, I think I stumbled on something related. With my PR in its current state, throwinfinallyintryfilter2.dll fails because it cannot load common.dll. So I started looking around for common.dlls. Here's all the common.dlls available inside JIT/jit64:
Presumably an arbitrary one (I have no idea what, if any order MSBuild imposes on globs) survives the grand overwriting tournament caused by Line 455 in d156b9e
So assuming that MSBuild ends up issuing copies in a random order, it is highly likely that throwinfinallyintryfilter2.dll and hfa_nd1C_r.dll will fail, and these two are exactly the tests from JIT.jit64 that are disabled for Android in issues.targets. |
More detailed issues have been created. Closing this. |
Description
There were a bunch of tests failed due to Android app crashing. The root cause might be different. Need further investigation.
Some of them are GC tests. Some of them are under
JIT/Methodical
,JIT/Performance
. Refer to https://github.com/dotnet/runtime/blob/master/src/tests/issues.targets for a detailed list of tests which are marked with this issue.Configuration
Runtime tests building and running instructions could be found here
Regression?
No. Android is a new target for runtime tests.
The text was updated successfully, but these errors were encountered: