Skip to content
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

Closed
jonahgraham opened this issue Dec 9, 2022 · 0 comments
Closed

GDB 12 behaviour changes cause false negatives in test report #210

jonahgraham opened this issue Dec 9, 2022 · 0 comments
Assignees
Labels
flakytests Tracking known flaky tests releng Release engineering and project management

Comments

@jonahgraham
Copy link
Member

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.

@jonahgraham jonahgraham added the releng Release engineering and project management label Dec 9, 2022
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 jonahgraham added the flakytests Tracking known flaky tests label Jan 28, 2023
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 jonahgraham self-assigned this Jan 20, 2025
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
flakytests Tracking known flaky tests releng Release engineering and project management
Projects
None yet
Development

No branches or pull requests

1 participant