D14484: Skip attach tests on FreeBSD due to bug in GDB.
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Mon Jul 30 14:05:34 BST 2018
kossebau added a comment.
Yay for work on getting the failed unit test count -> 0 :)
INLINE COMMENTS
> test_gdb.cpp:982
> +#ifdef Q_OS_FREEBSD
> + return; // GDB produces a error message, on which KDevelop chokes
> + // PR: https://sourceware.org/bugzilla/show_bug.cgi?id=23464
Please use QSKIP, so things are properly documented in the log.
> test_gdb.cpp:989
> KProcess debugeeProcess;
> - debugeeProcess << QStringLiteral("nice") << findExecutable(QStringLiteral("debuggee_debugeeslow")).toLocalFile();
> + debugeeProcess << findExecutable(QStringLiteral("debuggee_debugeeslow")).toLocalFile();
> debugeeProcess.start();
Unrelated change?
> test_gdb.cpp:1015
> +#ifdef Q_OS_FREEBSD
> + return; // GDB produces a error message, on which KDevelop chokes
> + // PR: https://sourceware.org/bugzilla/show_bug.cgi?id=23464
QSKIP
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D14484
To: arrowd, #kdevelop
Cc: kossebau, kdevelop-devel, antismap, iodelay, vbspam, njensen, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180730/cbbf0038/attachment-0001.html>
More information about the KDevelop-devel
mailing list