You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iOS 15 and tvOS 15 simulator has a few issues which make some tests fail. Behavior is correct when the same behavior is tested on device, fortunately.
We should check if this issue is fixed in later versions or maybe report an issue to Apple.
Issue type
Other: Simulator bug
Description of the problem
Here are the tests which currently fail:
-testOnDemandPlaybackStartAtTimeWithTolerances: Starting around a position fails in the simulator. This can also be verified by tweaking the SRG Media Player demo to start around some position (the player struggles to start). The same modified demo project run on device works fine, as does the UT in the iOS 14 simulator.
-testStartTimeAroundBeginningOfSegmentWithSelection and -testStartTimeAroundEndOfSegmentWithSelection: Same issue due to position tolerances being used.
Environment information
Library version: Tested with 6.1.4 (development version).
iOS / tvOS version: 15.0
Device: Simulator
Reproducibility
Always reproducible
Steps to reproduce
Comment out the #warning lines in the source code.
Run the unit tests in the iOS or tvOS 15 simulator.
The text was updated successfully, but these errors were encountered:
When investigating UT issues in the iOS / tvOS 15.0 simulator I removed two tests that were testing readyForDisplay, failing with the iOS 15.0 simulator. These flags are best tested interactively IMHO, especially as we cannot run the tests on a device. With appropriate readyForDisplay logging in SRGMediaPlayerView I interactively checked for the flat view (AVPlayerView) as well as for the monoscopic / stereoscopic views that:
The player view starts not ready for display.
Starting playback makes the view ready for display.
This is true whether the view is installed or not in a view hierarchy, as can be checked with the inline demo.
The iOS 15 and tvOS 15 simulator has a few issues which make some tests fail. Behavior is correct when the same behavior is tested on device, fortunately.
We should check if this issue is fixed in later versions or maybe report an issue to Apple.
Issue type
Other: Simulator bug
Description of the problem
Here are the tests which currently fail:
-testOnDemandPlaybackStartAtTimeWithTolerances
: Starting around a position fails in the simulator. This can also be verified by tweaking the SRG Media Player demo to start around some position (the player struggles to start). The same modified demo project run on device works fine, as does the UT in the iOS 14 simulator.-testStartTimeAroundBeginningOfSegmentWithSelection
and-testStartTimeAroundEndOfSegmentWithSelection
: Same issue due to position tolerances being used.Environment information
Reproducibility
Always reproducible
Steps to reproduce
#warning
lines in the source code.The text was updated successfully, but these errors were encountered: