Skip to content

Commit dc122c7

Browse files
committed
[dev.typeparams] test: exclude a failing test again (fix 32bit builds)
Change-Id: I6290bc4921ef17586b5028d3f40a88372b175014 Reviewed-on: https://go-review.googlesource.com/c/go/+/289269 Trust: Robert Griesemer <[email protected]> Trust: Dan Scales <[email protected]> Run-TryBot: Robert Griesemer <[email protected]> Reviewed-by: Dan Scales <[email protected]>
1 parent c910fd7 commit dc122c7

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/run.go

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,16 +1932,17 @@ var excluded = map[string]bool{
19321932
"typecheck.go": true, // invalid function is not causing errors when called
19331933
"writebarrier.go": true, // correct diagnostics, but different lines (probably irgen's fault)
19341934

1935-
"fixedbugs/bug176.go": true, // types2 reports all errors (pref: types2)
1936-
"fixedbugs/bug193.go": true, // types2 bug: shift error not reported (fixed in go/types)
1937-
"fixedbugs/bug195.go": true, // types2 reports slightly different (but correct) bugs
1938-
"fixedbugs/bug228.go": true, // types2 not run after syntax errors
1939-
"fixedbugs/bug231.go": true, // types2 bug? (same error reported twice)
1940-
"fixedbugs/bug255.go": true, // types2 reports extra errors
1941-
"fixedbugs/bug351.go": true, // types2 reports extra errors
1942-
"fixedbugs/bug374.go": true, // types2 reports extra errors
1943-
"fixedbugs/bug388.go": true, // types2 not run due to syntax errors
1944-
"fixedbugs/bug412.go": true, // types2 produces a follow-on error
1935+
"fixedbugs/bug176.go": true, // types2 reports all errors (pref: types2)
1936+
"fixedbugs/bug193.go": true, // types2 bug: shift error not reported (fixed in go/types)
1937+
"fixedbugs/bug195.go": true, // types2 reports slightly different (but correct) bugs
1938+
"fixedbugs/bug228.go": true, // types2 not run after syntax errors
1939+
"fixedbugs/bug231.go": true, // types2 bug? (same error reported twice)
1940+
"fixedbugs/bug255.go": true, // types2 reports extra errors
1941+
"fixedbugs/bug351.go": true, // types2 reports extra errors
1942+
"fixedbugs/bug374.go": true, // types2 reports extra errors
1943+
"fixedbugs/bug385_32.go": true, // types2 doesn't produce missing error "type .* too large" (32-bit specific)
1944+
"fixedbugs/bug388.go": true, // types2 not run due to syntax errors
1945+
"fixedbugs/bug412.go": true, // types2 produces a follow-on error
19451946

19461947
"fixedbugs/issue11590.go": true, // types2 doesn't report a follow-on error (pref: types2)
19471948
"fixedbugs/issue11610.go": true, // types2 not run after syntax errors

0 commit comments

Comments
 (0)