forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up uncaught Promise rejections
- Translate uncaught Promise rejections into test failures (Chrome only until the event is more widely implemented) - Clean up uncaught Promise rejection caused by exceptions thrown after destroy() in: - CastProxy - CastReceiver - NetworkingEngine - StreamingEngine - Clean up uncaught Promise rejection caused by test cases in: - CancelableChain unit tests - DrmEngine unit tests - StreamingEngine unit and integration tests - Player unit and integration tests - Speed up rejection in NetworkingEngine when we should not retry - Add --delay-tests to test.py, to aid in debugging uncaught Promise rejections and other types of async test pollution Closes shaka-project#1323 Change-Id: I5a8f5702a22430929babeb071bf6650c52c5ad17
- Loading branch information
1 parent
e5779be
commit f48f7fd
Showing
15 changed files
with
175 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.