[TIMOB-27351] iOS: Unit tests failing on Xcode 11 / iOS 13
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-08-28T09:32:00.000+0000 |
Affected Version/s | Release 8.2.0 |
Fix Version/s | Release 8.2.0 |
Components | iOS |
Labels | engSchedule, regression |
Reporter | Christopher Williams |
Assignee | Vijay Singh |
Created | 2019-08-23T15:17:40.000+0000 |
Updated | 2019-08-28T09:32:00.000+0000 |
Description
Once we started building and running against Xcode 11 and iOS 13, we have two unit tests that started failing:
ios.Titanium.UI.iOS.#createPreviewContext() - expected 0 to equal 300
ios.Titanium.UI.Window..safeAreaPadding for window inside navigation window with extendSafeArea true - expected 34 to equal 0
This can be found on any of our recent master branch builds on master
Ideally this should have failed before Xcode 11. But default simulator used with Jenkins was protecting this.
https://github.com/appcelerator/titanium-mobile-mocha-suite/pull/188
Closing ticket, tests are now passing on Jenkins.