截至 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
4条答案
按热度按时间dhxwm5r41#
https://golang.org/cl/352051提到了这个问题:
go/ssa: skip the "constraints" package in TestStdlib
xxls0lw82#
https://golang.org/cl/352050提到了这个问题:
go/internal/gcimporter: temporarily skip the contraints package on the
4si2a6ki3#
可能相关的 #48525
mm9b1k5b4#
https://golang.org/cl/352853提到了这个问题:
go/internal/gcimporter: skip typeparam import tests on unified builders