go x/tools: 统一和最长的构建在约束包上失败,

uwopmtnx  于 4个月前  发布在  Go
关注(0)|答案(4)|浏览(48)

截至 https://golang.org/cl/349709,该版本引入了约束包,但 x/tools 的统一和长测试构建器都失败了,尽管以不同的方式。
长测试构建器在 go/ssa 中失败:
https://build.golang.org/log/5352d2134bdc9df4bef4a9e3dee22cc99d443e70
也许现在可以跳过使用类型参数的标准库包。
统一构建器在 gcimporter 中失败:https://build.golang.org/log/5cdff1e5c507144f74953000b0c7335a32ea0587
后者(统一)是 x/tools 的 TryBot,所以应该很快修复;我明天会看看它。
CC @mdempsky@timothy-king@ianlancetaylor@griesemer

dhxwm5r4

dhxwm5r41#

https://golang.org/cl/352051提到了这个问题:go/ssa: skip the "constraints" package in TestStdlib

xxls0lw8

xxls0lw82#

https://golang.org/cl/352050提到了这个问题:go/internal/gcimporter: temporarily skip the contraints package on the

mm9b1k5b

mm9b1k5b4#

https://golang.org/cl/352853提到了这个问题:go/internal/gcimporter: skip typeparam import tests on unified builders

相关问题