-
Notifications
You must be signed in to change notification settings - Fork 207
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
GDB 12 behaviour changes cause false negatives in test report #210
Labels
Comments
jonahgraham
added a commit
that referenced
this issue
Dec 9, 2022
Until we are ready for GDB 12 in the testsuite, run the GHA checks against GDB 10 by chaning base OS to Ubuntu 20.04 instead of latest (which recently changed to 22.04) Worksaround #210
jonahgraham
added a commit
that referenced
this issue
Dec 9, 2022
Until we are ready for GDB 12 in the testsuite, run the GHA checks against GDB 10 by chaning base OS to Ubuntu 20.04 instead of latest (which recently changed to 22.04) Worksaround #210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 20, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 20, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 21, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 21, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 22, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
jonahgraham
added a commit
to jonahgraham/cdt
that referenced
this issue
Jan 23, 2025
From GDB news: print Printing of floating-point values with base-modifying formats like /x has been changed to display the underlying bytes of the value in the desired base. This was GDB's documented behavior, but was never implemented correctly. This commit updates the tests to accomodate GDB's change. Fixes eclipse-cdt#210
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
GDB 12 has some welcome behaviour changes, especially around floating point values. See 574110 for more details on that.
There is a gerrit which is WIP on updating the CDT tests to work with GDB 12 that hasn't been integrated yet.
GitHub actions recently changed ubuntu-latest to being Ubuntu 22.04, which means our tests now run against GDB 12 and we get lots of false negative test results.
The text was updated successfully, but these errors were encountered: