mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: update compiler's format test (fix long test)
Change-Id: Ia546d3f0a12a3c3c291f7b6d5291193fdd47d7dd Reviewed-on: https://go-review.googlesource.com/c/161966 Run-TryBot: Robert Griesemer <gri@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
6fa1336531
commit
e871981be9
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ var knownFormats = map[string]string{
|
||||||
"bool %v": "",
|
"bool %v": "",
|
||||||
"byte %08b": "",
|
"byte %08b": "",
|
||||||
"byte %c": "",
|
"byte %c": "",
|
||||||
|
"byte %q": "",
|
||||||
"byte %v": "",
|
"byte %v": "",
|
||||||
"cmd/compile/internal/arm.shift %d": "",
|
"cmd/compile/internal/arm.shift %d": "",
|
||||||
"cmd/compile/internal/gc.Class %d": "",
|
"cmd/compile/internal/gc.Class %d": "",
|
||||||
|
|
@ -124,6 +125,7 @@ var knownFormats = map[string]string{
|
||||||
"cmd/compile/internal/ssa.relation %s": "",
|
"cmd/compile/internal/ssa.relation %s": "",
|
||||||
"cmd/compile/internal/syntax.Error %q": "",
|
"cmd/compile/internal/syntax.Error %q": "",
|
||||||
"cmd/compile/internal/syntax.Expr %#v": "",
|
"cmd/compile/internal/syntax.Expr %#v": "",
|
||||||
|
"cmd/compile/internal/syntax.LitKind %d": "",
|
||||||
"cmd/compile/internal/syntax.Node %T": "",
|
"cmd/compile/internal/syntax.Node %T": "",
|
||||||
"cmd/compile/internal/syntax.Operator %s": "",
|
"cmd/compile/internal/syntax.Operator %s": "",
|
||||||
"cmd/compile/internal/syntax.Pos %s": "",
|
"cmd/compile/internal/syntax.Pos %s": "",
|
||||||
|
|
@ -175,6 +177,7 @@ var knownFormats = map[string]string{
|
||||||
"reflect.Type %s": "",
|
"reflect.Type %s": "",
|
||||||
"rune %#U": "",
|
"rune %#U": "",
|
||||||
"rune %c": "",
|
"rune %c": "",
|
||||||
|
"rune %q": "",
|
||||||
"string %-*s": "",
|
"string %-*s": "",
|
||||||
"string %-16s": "",
|
"string %-16s": "",
|
||||||
"string %-6s": "",
|
"string %-6s": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue