From c5b21c3f4c17b0649155035d2f9aa97b2da8a813 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 30 Jul 2021 14:28:58 -0700 Subject: libgo: update to Go1.17rc2 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629 --- libgo/go/html/fuzz.go | 1 + libgo/go/html/template/exec_test.go | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'libgo/go/html') diff --git a/libgo/go/html/fuzz.go b/libgo/go/html/fuzz.go index ffa3e25..ecaf4f9 100644 --- a/libgo/go/html/fuzz.go +++ b/libgo/go/html/fuzz.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build gofuzz // +build gofuzz package html diff --git a/libgo/go/html/template/exec_test.go b/libgo/go/html/template/exec_test.go index 7d1bef1..8885873 100644 --- a/libgo/go/html/template/exec_test.go +++ b/libgo/go/html/template/exec_test.go @@ -1720,8 +1720,6 @@ var v = "v"; ` func TestEscapeRace(t *testing.T) { - t.Skip("this test currently fails with -race; see issue #39807") - tmpl := New("") _, err := tmpl.New("templ.html").Parse(raceText) if err != nil { -- cgit v1.1