-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Milestone
Description
#!watchflakes
default <- pkg == "strings" && test == "TestReplace"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestReplace
strings_test.go:1478: Replace("hello", "l", "L", -1) allocates 2.00 objects
strings_test.go:1478: Replace("radar", "r", "<r>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("", "", "<>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "a", "<>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "a", "<>", 1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "a", "<>", 1000) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "an", "<>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "ana", "<>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "", "<>", -1) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "", "<>", 10) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "", "<>", 6) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "", "<>", 5) allocates 2.00 objects
strings_test.go:1478: Replace("banana", "", "<>", 1) allocates 2.00 objects
strings_test.go:1478: Replace("☺☻☹", "", "<>", -1) allocates 2.00 objects
--- FAIL: TestReplace (0.00s)
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.TestingAn issue that has been verified to require only test changes, not just a test failure.An issue that has been verified to require only test changes, not just a test failure.
Type
Projects
Status
Done