Lines Matching full:deadlock
1 runtime: deadlock detection does not work when using external linker.
7 want := "fatal error: all goroutines are asleep - deadlock!\n"
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
34 + t.Skip("deadlock detection fails with external linker")
36 want := "no goroutines (main called runtime.Goexit) - deadlock!"
52 + t.Skip("deadlock detection fails with external linker")
54 want := "no goroutines (main called runtime.Goexit) - deadlock!"
70 + t.Skip("deadlock detection fails with external linker")
73 want := "fatal error: no goroutines (main called runtime.Goexit) - deadlock!"
88 + t.Skip("deadlock detection fails with external linker")
90 want := "fatal error: no goroutines (main called runtime.Goexit) - deadlock!"