Skip to content

runtime/race: tests fail #14011

@mwhudson

Description

@mwhudson

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.116s

These tests are (obviously) not run by go tool dist test. What are they for? Should they be fixed and enabled, deleted, something else?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions