[link sdk] Fix Sqlite3 test according to updated simulators. - #2194
Merged
Conversation
The simulators now have an updated libsqlite3.dylib, so this test needs to be
updated accordingly.
This fixes a link sdk test failure:
[FAIL] DllImportTest.Sqlite3 : sqlite3_key
Contributor
|
Build failure |
dalexsoto
approved these changes
Jun 9, 2017
Member
Author
|
Test failures are unrelated Xcode 9 failures. |
dalexsoto
pushed a commit
to dalexsoto/xamarin-macios
that referenced
this pull request
Apr 6, 2020
The name of the dll changed, ergo the prefix changed. New commits in xamarin/maccore: * xamarin/maccore@a14f74b40a Revert "[Localization] Rework mlaunch (dotnet#2171)" (dotnet#2194) * xamarin/maccore@9939a3812d [mlaunch] Accept the latest C# language version in projects (dotnet#2193) Diff: https://github.com/xamarin/maccore/compare/fdeec0f4ccdfdb9111d594b7f7189cd58e06216d..a14f74b40ac5ed01a9a384d758b50e5a7c563569
dalexsoto
added a commit
to dalexsoto/xamarin-macios
that referenced
this pull request
Apr 6, 2020
New commits in xamarin/maccore: * xamarin/maccore@a14f74b40a Revert "[Localization] Rework mlaunch (dotnet#2171)" (dotnet#2194) * xamarin/maccore@9939a3812d [mlaunch] Accept the latest C# language version in projects (dotnet#2193) Diff: https://github.com/xamarin/maccore/compare/fdeec0f4ccdfdb9111d594b7f7189cd58e06216d..a14f74b40ac5ed01a9a384d758b50e5a7c563569
dalexsoto
added a commit
that referenced
this pull request
Apr 6, 2020
New commits in xamarin/maccore: * xamarin/maccore@a14f74b40a Revert "[Localization] Rework mlaunch (#2171)" (#2194) * xamarin/maccore@9939a3812d [mlaunch] Accept the latest C# language version in projects (#2193) Diff: https://github.com/xamarin/maccore/compare/fdeec0f4ccdfdb9111d594b7f7189cd58e06216d..a14f74b40ac5ed01a9a384d758b50e5a7c563569
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The simulators now have an updated libsqlite3.dylib, so this test needs to be
updated accordingly.
This fixes a link sdk test failure: