golang/go

test: fixedbugs/issue30908.go failing on Plan 9

Open

#31,503 创建于 2019年4月16日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
NeedsInvestigationOS-Plan9help wanted

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

CL 168957 added fixedbugs/issue30908.go. This test is failing on Plan 9.

cpu% go run run.go -- fixedbugs/issue30908.go
# go run run.go -- fixedbugs/issue30908.go
exit status: 'go 527129: 1'
cmd/link: while reading object for 'a': duplicate symbol 'go.info.go.builtin.error.Error', previous def at 'runtime', with mismatched payload: new length 52 != old length 40
cmd/link: while reading object for 'bytes': duplicate symbol 'go.isstmt.go.builtin.error.Error', previous def at 'a', with mismatched payload: new length 0 != old length 15
cmd/link: while reading object for 'path/filepath': duplicate symbol 'go.isstmt.go.builtin.error.Error', previous def at 'a', with mismatched payload: new length 0 != old length 15
cmd/link: while reading object for 'strconv': duplicate symbol 'go.isstmt.go.builtin.error.Error', previous def at 'a', with mismatched payload: new length 0 != old length 15
cmd/link: while reading object for 'strings': duplicate symbol 'go.isstmt.go.builtin.error.Error', previous def at 'a', with mismatched payload: new length 0 != old length 15

FAIL	fixedbugs/issue30908.go	1.099s
exit status: 'run 527104: 1'

贡献者指南