]> Cypherpunks repositories - gostls13.git/commit
runtime: normalize line endings in TestGdbPython
authorqmuntal <quimmuntal@gmail.com>
Thu, 5 Oct 2023 10:02:43 +0000 (12:02 +0200)
committerGopher Robot <gobot@golang.org>
Mon, 9 Oct 2023 21:49:03 +0000 (21:49 +0000)
commit5da31049a633e225c2fc9d3500c162f87651ceef
treedfdf196a7c1560152a4f1562f61bf7103d3f792f
parent262b8050daf588cd298527114cb377753f0a2c39
runtime: normalize line endings in TestGdbPython

TestGdbPython fails on some Windows setups because the line endings in
the output of the gdb command can potentially be CRLF, but the test
expects LF.

This CL changes the test to normalize the line endings.

Change-Id: Iada9c37dc98249ac3c5f1edca4a657c51d4382a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/532816
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
src/runtime/runtime-gdb_test.go