From: Bryan C. Mills Date: Fri, 2 Dec 2022 21:41:23 +0000 (-0500) Subject: cmd/go: unskip TestScript/build_issue48319 on Windows X-Git-Tag: go1.20rc1~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=89871dd8323f5eaa934f700327f9256d960b0537;p=gostls13.git cmd/go: unskip TestScript/build_issue48319 on Windows Now that we have newer C compilers on the Windows builders, they should fully support reproducible builds. Updates #35006. Change-Id: I0a8995fe327067c9e73e5578c385ea01ae5dee5d Reviewed-on: https://go-review.googlesource.com/c/go/+/454504 Reviewed-by: Cherry Mui Run-TryBot: Bryan Mills TryBot-Result: Gopher Robot Auto-Submit: Bryan Mills --- diff --git a/src/cmd/go/testdata/script/build_issue48319.txt b/src/cmd/go/testdata/script/build_issue48319.txt index cacf8f65e5..4543303059 100644 --- a/src/cmd/go/testdata/script/build_issue48319.txt +++ b/src/cmd/go/testdata/script/build_issue48319.txt @@ -3,7 +3,6 @@ [short] skip [!cgo] skip -[GOOS:windows] skip # The Go Windows builders have an extremely out-of-date gcc that does not support reproducible builds; see https://go.dev/issue/50824. # This test is sensitive to cache invalidation, # so use a separate build cache that we can control.