Skip to content

runtime: corruption in tests #55167

@rsc

Description

@rsc
#!watchflakes
default <- (log ~ `runtime.throw\(` || log ~ `^\s*fatal error:`) &&
	builder != "plan9-386-0intro" &&
	builder != "plan9-amd64-0intro" &&
	builder != "plan9-arm" &&
	builder != "linux-loong64-3a5000" &&
	!(builder ~ `(gotip|go1\.\d\d)-` && date < "2024-01-18")

This issue gathers flakes caused by runtime.throw, which should "never happen" and usually indicates some kind of corruption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.

    Type

    No type

    Projects

    Status

    In Progress

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions