Skip to content

runtime:cpu2: TestAppendByteCapInLoop failures #76569

@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "runtime:cpu2" && test == "TestAppendByteCapInLoop"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestAppendByteCapInLoop
    slice_test.go:656: for size 9, got 2.000000 allocs want 1
    slice_test.go:656: for size 16, got 2.000000 allocs want 1
    slice_test.go:656: for size 17, got 3.000000 allocs want 1
    slice_test.go:659: for size 17, got capacity 32 want 24
    slice_test.go:656: for size 24, got 3.000000 allocs want 1
    slice_test.go:659: for size 24, got capacity 32 want 24
    slice_test.go:656: for size 25, got 3.000000 allocs want 1
    slice_test.go:656: for size 32, got 3.000000 allocs want 1
    slice_test.go:656: for size 33, got 4.000000 allocs want 1
    slice_test.go:656: for size 48, got 4.000000 allocs want 1
    slice_test.go:656: for size 49, got 4.000000 allocs want 1
    slice_test.go:656: for size 64, got 4.000000 allocs want 1
    slice_test.go:656: for size 65, got 5.000000 allocs want 2
--- FAIL: TestAppendByteCapInLoop (0.00s)

watchflakes

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

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions