commit | 914a25c0eb8aacdbb5cddd3e7d5e6ee7b019f88f | [log] [tgz] |
---|---|---|
author | Martin Möhrmann <moehrmann@google.com> | Thu Nov 01 11:20:11 2018 +0100 |
committer | Martin Möhrmann <martisch@uos.de> | Fri Nov 02 00:52:46 2018 +0000 |
tree | c6f1b3f289af88b17c72922a2f4e890ad8a46ba8 | |
parent | 484fc06849fa54d168af1d513c37d1b22bf38e7c [diff] |
runtime: only check the existence of variables in gdb info locals test As discussed in golang.org/cl/28499: Only test that all expected variables are listed in 'info locals' since different versions of gdb print variables in different order and with differing amount of information and formats. Fixes #28499 Change-Id: I76627351170b5fdf2bf8cbf143e54f628b45dc4e Reviewed-on: https://go-review.googlesource.com/c/146598 Reviewed-by: Heschi Kreinick <heschi@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://golang.org/dl/.
After downloading a binary release, visit https://golang.org/doc/install or load doc/install.html in your web browser for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://golang.org/doc/install/source or load doc/install-source.html in your web browser for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://golang.org/wiki/Questions for a list of places to ask questions about the Go language.