-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed as duplicate of#76567
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone 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.Issues related to the Go compiler and/or runtime.
Description
#!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)
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone 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.Issues related to the Go compiler and/or runtime.