]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestGdbPanic on Windows
authorqmuntal <quimmuntal@gmail.com>
Fri, 3 Mar 2023 15:04:56 +0000 (16:04 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 3 Mar 2023 15:35:48 +0000 (15:35 +0000)
commit5e74bc1a08f43dc98780d02785cfc9c75103c403
tree3bd02dbe3c5f47065108e1aec736c14e826e6a06
parent14015be5bb4ef69c710ac5a4fad5a5d2a548e3fb
runtime: skip TestGdbPanic on Windows

TestGdbPanic expects crash() to raise a SIGABRT signal interceptable
by gdb, but Windows doesn't have signals.

Windows builders haven't caught this failing test because they still
don't have gdb installed (tracked in #22021).

Change-Id: I7c7f2523a54d61aea0a9821c4db7c79e58a7217c
Reviewed-on: https://go-review.googlesource.com/c/go/+/473116
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Quim Muntal <quimmuntal@gmail.com>
src/runtime/runtime-gdb_test.go