-
Notifications
You must be signed in to change notification settings - Fork 519
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
[d16-2] Implement support for ARM64_32. Fixes #4864. #6100
Conversation
Since we now have support for ARM64_32.
…nctionNames when LLVM is enabled.
…tchOS/arm64_32 slices.
ARM64_32 only supports the unified native mode.
…s enabled. We don't want to try to run arm64_32 tests on bots that don't have devices attached, so make sure they follow the logic of other device tests.
* Choose the first hostname for the HttpTextWriter if there are multiple hosts. * Open the HttpTextWriter before writing to it. * Don't overwrite the http writer with another writer immediately after creating it. * Close the HttpTextWriter when done writing. * Wait for the HttpTextWriter to complete the final http request before exiting.
Makes them much smaller.
New commits in mono/mono: * mono/mono@16c6ac81b39 [interp] disable inlining for built-in types (dotnet#14531) * mono/mono@1ce13bb09d4 [arm] one more attempt to fix slotsize issue on llvmonly (dotnet#14444) (dotnet#14535) * mono/mono@bb3c9db4976 [2019-02] [monodroid] Introduce 'win32 host' BCL build (dotnet#14504) * mono/mono@ca17767758c [sdks] Set PATH in Android Windows SDK pipeline job (dotnet#14519) * mono/mono@1cb80e7ecfc [sdks] Set win-amd64 CI_TAGS for windows pipeline step (dotnet#14516) * mono/mono@c857c27d2e5 [2019-02][sdks] Build Android SDK on Windows (dotnet#14472) * mono/mono@ab378434b96 [2019-02][ci] Add Android Windows (Release) archive job to pipeline (dotnet#14503) Diff: https://github.com/mono/mono/compare/06c3f553122b17457147695475957ead3ec90b6a..16c6ac81b39bdb26786c2fda155a0a3500961798
@rolfbjarne have you run the submission tests on the original PR/packages ? |
No, I'll do that on the master packages and post the results here. |
Build failure Test results2 tests failed, 0 tests' device not found, 229 tests passed.Failed tests
|
Test failures are unrelated, both are due to https://github.com/xamarin/maccore/issues/581. |
While looking at XM/QTKit (#6039) I executed the submission tests (for master) and that also confirmed the original PR (on master) is fine. |
Thanks! |
This PR is best reviewed commit-by-commit.
Fixes #4864.
Backport of #6040.