-
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
[introspection] Skip verifying the objc_msgSend[Super]_stret on all platforms. #12939
Conversation
…latforms. Now that macOS runs on AMR64 (and also the simulators soon), we need to have to same logic for all platforms. Fixes: Introspection.iOSApiPInvokeTest [FAIL] Could not find the field 'objc_msgSend_stret' in /usr/lib/libobjc.dylib [FAIL] Could not find the field 'objc_msgSendSuper_stret' in /usr/lib/libobjc.dylib [FAIL] SymbolExists : 2 errors found in 5300 functions validated: objc_msgSend_stret, objc_msgSendSuper_stret Expected: 0 But was: 2 at Introspection.ApiPInvokeTest.SymbolExists() in /Users/builder/azdo/_work/1/s/xamarin-macios/tests/introspection/ApiPInvokeTest.cs:line 182
❌ [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) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 99 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) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results3 tests failed, 97 tests passed.Failed tests
Pipeline on Agent XAMBOT-1101.BigSur |
Test failures are unrelated (https://github.com/xamarin/maccore/issues/2443). |
Now that macOS runs on ARM64 (and also the simulators soon), we need to have to same logic for all platforms.
Fixes: