diff --git a/plugins/gdb/unittests/test_gdb.cpp b/plugins/gdb/unittests/test_gdb.cpp --- a/plugins/gdb/unittests/test_gdb.cpp +++ b/plugins/gdb/unittests/test_gdb.cpp @@ -978,6 +978,10 @@ void GdbTest::testAttach() { SKIP_IF_ATTACH_FORBIDDEN(); +#ifdef Q_OS_FREEBSD + QSKIP("GDB produces a error message, on which KDevelop chokes\n" + "PR: https://sourceware.org/bugzilla/show_bug.cgi?id=23464"); +#endif QString fileName = findSourceFile(QStringLiteral("debugeeslow.cpp")); @@ -1007,6 +1011,10 @@ void GdbTest::testManualAttach() { SKIP_IF_ATTACH_FORBIDDEN(); +#ifdef Q_OS_FREEBSD + QSKIP("GDB produces a error message, on which KDevelop chokes\n" + "PR: https://sourceware.org/bugzilla/show_bug.cgi?id=23464"); +#endif QString fileName = findSourceFile(QStringLiteral("debugeeslow.cpp"));