]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: test delve instead of gdb in ssa/debug_test.go
authorDavid Chase <drchase@google.com>
Wed, 8 May 2019 20:44:05 +0000 (16:44 -0400)
committerDavid Chase <drchase@google.com>
Thu, 9 May 2019 14:58:03 +0000 (14:58 +0000)
commit5286b2ad424c1c0afe5fc1b7939cd49f0296380f
tree93de4954b9c2e84f58999049fdb290ecfcafe1a8
parent0793c81009569bec37e0a1d32bdc98a11ef6988f
cmd/compile: test delve instead of gdb in ssa/debug_test.go

This seems to deflake the test, and also allows testing
on macOS.

Fixes #31786.

Change-Id: I10bfba46dd4b8e64cb09fdd4dd9d175c1ce1f022
Reviewed-on: https://go-review.googlesource.com/c/go/+/176058
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/debug_test.go