-
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
Test failure Loader/classloader/DictionaryExpansion/DictionaryExpansion/DictionaryExpansion.sh #61299
Comments
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsRun: runtime 20211107.13 Failed test:
Error message:
|
Tagging subscribers to this area: @dotnet/area-system-collections Issue DetailsRun: runtime 20211107.13 Failed test:
Error message:
|
Tagging subscribers to this area: Issue DetailsRun: runtime 20211107.13 Failed test:
Error message:
|
cc: @jkoritzinsky |
Looks like xunit doesn't get uploaded with the tests for Android testing. @fanyang-mono how is the set of assemblies uploaded for runtime tests determined? |
It is very strange that only this particular test failed with this error, because all other runtime tests finished successfully, which also depends on this assembly. I wonder if this test would fail with the same error message constantly? |
It looks like it is failing consistently: #61322 |
Majority of the other tests that now use xunit are probably disabled on Mono (most of them are the interop tests and issues.targets has many interop test exclusions on Mono) |
@fanyang-mono can you please disable based on the fact it consistently fails on rolling builds? |
Now I understand why this test started failing lately. It was because of this change #61226. This is code to decide what should be included in an Android app Lines 211 to 234 in 8fdd22d
I will disable the test for now, then figure out how to include xunit.assert assembly in the app.
|
@fanyang-mono i can also take a look at a fix now that you’ve pointed me to the place that files are included into the Android app. |
Run: runtime 20211107.13
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: