]> Cypherpunks repositories - gostls13.git/commit
runtime: improve Windows gdb tests
authorEgon Elbre <egonelbre@gmail.com>
Sat, 24 Mar 2018 16:07:58 +0000 (18:07 +0200)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 7 Apr 2018 08:29:15 +0000 (08:29 +0000)
commitcd682f3832629e600e497c4a9b37209f4aeed5dc
tree7f79794808b7298624bf4468ac8c1a3838c5059b
parent31db81d329ddeacc4ba18671783cca5f1ddb4b9d
runtime: improve Windows gdb tests

This ensures that gdb tests run on Windows by ignoring any line ending.

Works with gdb 7.7, however with gdb 7.9 and 7.12 gets an error
error:

    internal-error: buildsym_init: Assertion `free_pendings == NULL'
    failed.

Updates #21380

Change-Id: I6a6e5b2a1b5efdca4dfce009fcb9c134c87497d6
Reviewed-on: https://go-review.googlesource.com/102419
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/runtime/runtime-gdb_test.go