We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f28a8c commit bbb1d40Copy full SHA for bbb1d40
src/runtime/gc_test.go
@@ -1206,6 +1206,7 @@ func TestGoroutineLeakGC(t *testing.T) {
1206
makeTest(testCase{name: "Cockroach1055"},
1207
`main\.Cockroach1055\.func2 .* \[chan receive\]`,
1208
`main\.Cockroach1055\.func2\.1 .* \[chan receive\]`,
1209
+ `main\.Cockroach1055\.func2\.1 .* \[sync\.Mutex\.Lock\]`,
1210
`main\.Cockroach1055\.func2\.2 .* \[sync\.WaitGroup\.Wait\]`),
1211
makeTest(testCase{name: "Cockroach1462"},
1212
`main\.\(\*Stopper_cockroach1462\)\.RunWorker\.func1 .* \[chan send\]`,
0 commit comments