Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BGTasks] Do not make BGTask abstract. (#8532)
The class in the API is abstract, the problem is that when the application goes to the background, when it gets back we try to instantiate an abstract class probably because Apple returns a internal type that we do not know about. fixes: #7456 Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
- Loading branch information
c2a220d
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.
🚧 Experimental DDFun pipeline
🔥 Device tests completed (Failed) on iOS-DDFun on Azure DevOps(iOS-DDFun) 🔥
Test results
21 tests failed, 129 tests passed.
Failed tests
c2a220d
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.
❌ Build was (probably) aborted
🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Running XM tests on '10.9', Running XM tests on '10.9'' 🔥
✅ Build succeeded
✅ Packages:
✅ API Diff (from stable)
✅ API Diff (from PR only) (no change)
ℹ️ Generator Diff (please review changes)
🔥 Xamarin.Mac tests on 10.9 failed: Xamarin.Mac tests on macOS 10.9 failed (xammac_tests) 🔥 -> XM tests on 10.9 failed - test timeout: ***** Https sending interrupt signal to process: https://github.com/xamarin/maccore/issues/2221
🔥 Test run failed 🔥
Test results
5 tests failed, 180 tests passed.
Failed tests
c2a220d
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.
🔥 Device tests completed (Failed) on TvOS on Azure DevOps(TvOS): Html Report 🔥
Test results
150 tests failed, 0 tests passed.
All tests failed due to TCP issues on XI-A-Batman - https://github.com/xamarin/maccore/issues/2218
Failed tests
c2a220d
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.
🔥 Device tests completed (Failed) on iOS32b on Azure DevOps(iOS32b): Html Report 🔥
Test results
8 tests failed, 153 tests passed.
Failed tests
at System.Net.Dns.Error_11001 (System.String hostName) [0x00000] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:308
at System.Net.Dns.GetHostByName (System.String hostName) [0x00021] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:441
at System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) [0x00052] in /Users/builder/jenkins/workspace/build-package-osx-mono/2020-02/external/bockbuild/builds/mono-x64/mcs/class/System/System.Net/Dns.cs:397
at Xharness.AppRunner.RunAsync () [0x0033a] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/AppRunner.cs:226
at Xharness.Jenkins.TestTasks.RunDeviceTask.RunTestAsync () [0x00833] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins/TestTasks/RunDeviceTask.cs:138
at Xharness.Jenkins.TestTasks.RunDeviceTask.RunTestAsync () [0x00e2b] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins/TestTasks/RunDeviceTask.cs:198
at Xharness.Jenkins.TestTasks.RunTestTask.ExecuteAsync () [0x00191] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins/TestTasks/RunTestTask.cs:105
at Xharness.Jenkins.TestTasks.TestTask.RunInternalAsync () [0x00226] in /Users/xamarinqa/agent/_work/9/s/tests/xharness/Jenkins/TestTasks/TestTask.cs:268 )
c2a220d
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.
❌ Status for 'xamarin-macios - sample testing (build)': failure.