mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
*: fix various test problems with go1.25 (#3946)
- disable dwz test if it fails because of dwarf5 - fix TestExamineMemoryCmd, which made unwarranted assumptions about memory
This commit is contained in:
committed by
GitHub
parent
fc6a439f22
commit
486574cb65
@ -80,7 +80,7 @@ func TestSignalDeath(t *testing.T) {
|
||||
if buildMode == "pie" {
|
||||
buildFlags |= protest.BuildModePIE
|
||||
}
|
||||
fixture := protest.BuildFixture("loopprog", buildFlags)
|
||||
fixture := protest.BuildFixture(t, "loopprog", buildFlags)
|
||||
cmd := exec.Command(fixture.Path)
|
||||
stdout, err := cmd.StdoutPipe()
|
||||
assertNoError(err, t, "StdoutPipe")
|
||||
|
||||
Reference in New Issue
Block a user