Skip to content

*: fix some failing tests on go1.25#4089

Merged
derekparker merged 1 commit into
go-delve:masterfrom
aarzilli:go125late
Aug 20, 2025
Merged

*: fix some failing tests on go1.25#4089
derekparker merged 1 commit into
go-delve:masterfrom
aarzilli:go125late

Conversation

@aarzilli

Copy link
Copy Markdown
Member
  • Skip TestIssue256 on linux/386, it fails because the line it relies
    on
    (a return) does not have code generated for it.

  • Skip running gen-usage-docs in TestGeneratedDocs on linux/ppc64le, I
    don't know why this fails, likely just a problem with the build
    agent,
    but it doesn't matter: the test doesn't need to run on every
    architecture.

  • Change TestRestartRequestWithNewArgs so that it doesn't depend on the
    cap value of a slice (it changed in go1.25/windows/amd64)

* Skip TestIssue256 on linux/386, it fails because the line it relies
on
  (a return) does not have code generated for it.
* Skip running gen-usage-docs in TestGeneratedDocs on linux/ppc64le, I
  don't know why this fails, likely just a problem with the build
agent,
  but it doesn't matter: the test doesn't need to run on every
  architecture.
* Change TestRestartRequestWithNewArgs so that it doesn't depend on the
  cap value of a slice (it changed in go1.25/windows/amd64)

@derekparker derekparker left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekparker derekparker merged commit 44123ae into go-delve:master Aug 20, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants