-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
cygdb tests are failing #1717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm guessing these tests have been failing for a while based on PR #264 |
I don't know what code is executing, how ever i'm reading the following message:
This indicates to me that the value put in (i'm guessing: EE.EEE.E.FFF) isn't convertable to an interger. Perhaps the wrong value is put in or it should be converted to an int. |
These tests haven't been updated in a while. Some of them haven't been properly ported to Py3 since gdb has started to support that. Any help is appreciated. (The |
I tried to reproduce it by running
I'm not getting the exact same error messages (probably because of the commits that happened the last 2 years), but it also fails the tests below on my machine. Failing tests: |
@Volker-Weissmann note that the best first step in fixing this is probably to integrate the latest |
I also noticed that one of the reasons why some test cases fail is that it uses python 2. I also think that Py3-only is a good idea, because Python 2 is deprecated since 2008. |
From Travis Job #3088.1:
The text was updated successfully, but these errors were encountered: