-
Notifications
You must be signed in to change notification settings - Fork 518
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
[ShazamKit] Updates Xcode13 beta1 #12189
[ShazamKit] Updates Xcode13 beta1 #12189
Conversation
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 87 tests passed.Failed tests
Pipeline on Agent XAMBOT-1096.BigSur' |
!missing-selector! +SHMediaItem::fetchMediaItemWithShazamID:completionHandler: not bound | ||
!missing-selector! +SHMediaItem::mediaItemWithProperties: not bound | ||
!missing-selector! +SHMediaLibrary::defaultLibrary not bound | ||
!missing-selector! +SHSignature::signatureWithDataRepresentation:error: not bound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: missing end-of-line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please file an issue/feedback with Apple
+SHMediaLibrary::defaultLibrary
is a common pattern and only make sense if it's static
I think @mandel-macaque had a similar intro test failure, but I don't remember what the solution was. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intro failure wrt SHCatalog
is likely because it's an abstract base class
https://developer.apple.com/documentation/shazamkit/shcatalog?changes=_4&language=objc
!missing-selector! +SHMediaItem::fetchMediaItemWithShazamID:completionHandler: not bound | ||
!missing-selector! +SHMediaItem::mediaItemWithProperties: not bound | ||
!missing-selector! +SHMediaLibrary::defaultLibrary not bound | ||
!missing-selector! +SHSignature::signatureWithDataRepresentation:error: not bound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please file an issue/feedback with Apple
+SHMediaLibrary::defaultLibrary
is a common pattern and only make sense if it's static
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small fixes.
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 87 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 87 tests passed.Failed tests
Pipeline on Agent XAMBOT-1103.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results2 tests failed, 91 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results11 tests failed, 82 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflicts need to be fixed.
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results11 tests failed, 84 tests passed.Failed tests
Pipeline on Agent XAMBOT-1099.BigSur' |
@@ -840,12 +840,14 @@ protected virtual bool Skip (Type type, string selectorName) | |||
if (selectorName == "waitUntilExit") | |||
return true; | |||
break; | |||
#if !__MACOS__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is just on iOS, this is not the correct file, it should be in tests/introspection/iOS/iOSApiSelectorTest.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that it was having issues with TV and Watch simulators as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watchOS and tv will go in the iOS entry since they are generated from it.
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results3 tests failed, 92 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.BigSur' |
@mandel-macaque Does the intro failure at the very top of this PR look familiar to you? |
@tj-devel709 if we are talking about:
The fix is to just run it the device and not the simulator, on the device you will have no issues. Have you ran the tests on a device before pushing to the branch? |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results2 tests failed, 95 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 97 tests passed 🎉Pipeline on Agent XAMBOT-1100.BigSur' |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 100 tests passed 🎉Pipeline on Agent XAMBOT-1102.BigSur' |
✅ [PR Build] Tests passed on Build. ✅Tests passed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): 🎉 All 105 tests passed 🎉Pipeline on Agent XAMBOT-1104.BigSur' |
src/shazamkit.cs
Outdated
bool Write (NSUrl url, [NullAllowed] out NSError error); | ||
|
||
[Static] | ||
[Watch (8,0), TV (15,0), Mac (12,0), iOS (15,0)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ that's a (incomplete) duplicate of the attributes on the type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Removing now!
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diffℹ️ API Diff (from PR only) (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 104 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.BigSur' |
Unrelated test failue: https://github.com/xamarin/maccore/issues/2443 |
I am hitting this test failure running Intro locally on iOS and I am not sure how to handle this