-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Description
go test runtime/race fails:
mwhudson@aeglos:deb$ go test -race runtime/race
--- FAIL: TestRace (14.54s)
race_test.go:45: Failed to run tests: exit status 2
# command-line-arguments_test
testdata/issue12225_test.go:11: undefined: unsafe in unsafe.Pointer
testdata/issue12225_test.go:11: undefined: convert
testdata/issue12225_test.go:12: undefined: unsafe in unsafe.Pointer
FAIL command-line-arguments [build failed]
FAIL
FAIL runtime/race 33.116sThese tests are (obviously) not run by go tool dist test. What are they for? Should they be fixed and enabled, deleted, something else?