Open
Conversation
Opt for automatically detecting charset rather than manually specifying
Fixed `test_uses_last_screenshot_if_server_goes_away` and `test_can_detect_when_server_dies`. This problem stemmed from a different error message then expected, so just added that error message. Also added exception chaining to the exception handling, although this is extra
jayvdb
approved these changes
Dec 10, 2019
jayvdb
left a comment
There was a problem hiding this comment.
This fixed the errors I am seeing on all platforms, except s390x which still has an error in test_can_send_signals_to_child intermittently, and arm which havent started building yet.
|
@jayvdb if you're packaging this you probably want asottile@bbec887 as well |
Author
|
Any idea about getting this merged @DRMacIver @jayvdb @asottile |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request just fixes some failing tests:
System info:
$ cat /proc/version Linux version 4.9.95-gentoo (root@Ridl3y) (gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3) ) #2 SMP Sun May 27 22:02:48 EDT 2018Fair warning: may break tests for earlier versions of tmux, I couldn't test on those.