aboutsummaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-03-18 18:35:53 -0700
committerRobert Griesemer <gri@golang.org>2021-03-23 05:12:39 +0000
commitf4b918384d64dbd046f144012a60080fae16af86 (patch)
tree7296166705c6748229c2eeee5afac382331dba84 /test/run.go
parentcd26192abab742cb2df24827226eab0e9f3683a9 (diff)
downloadgo-f4b918384d64dbd046f144012a60080fae16af86.tar.gz
go-f4b918384d64dbd046f144012a60080fae16af86.zip
test: enable fixedbugs/bug193.go for -G compiler option
Temporarily disable a questionable test case in fixedbugs/bug193.go and enable the test as a whole. See the issues below for details. Updates #45114. Updates #45117. Change-Id: I1de6f8d79b592eeeec139cd92b6c9cac56a9a74b Reviewed-on: https://go-review.googlesource.com/c/go/+/303094 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run.go b/test/run.go
index 7d5a558f2d..d999f18790 100644
--- a/test/run.go
+++ b/test/run.go
@@ -1939,7 +1939,6 @@ var excluded = map[string]bool{
"writebarrier.go": true, // correct diagnostics, but different lines (probably irgen's fault)
"fixedbugs/bug176.go": true, // types2 reports all errors (pref: types2)
- "fixedbugs/bug193.go": true, // types2 bug: shift error not reported (fixed in go/types)
"fixedbugs/bug195.go": true, // types2 reports slightly different (but correct) bugs
"fixedbugs/bug228.go": true, // types2 not run after syntax errors
"fixedbugs/bug231.go": true, // types2 bug? (same error reported twice)