From 2b18af321a013e4e75d83ab6edf0bfddd664a5b1 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 6 Dec 2017 10:34:34 +0100 Subject: Debugger: Add test for new Debian gdb version string Change-Id: I006fb9ae57610d2be65c1d6b83fa38660a5326aa Reviewed-by: Christian Stenger --- tests/auto/debugger/tst_gdb.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/auto/debugger/tst_gdb.cpp b/tests/auto/debugger/tst_gdb.cpp index 680c2c524f..5b946a1936 100644 --- a/tests/auto/debugger/tst_gdb.cpp +++ b/tests/auto/debugger/tst_gdb.cpp @@ -125,6 +125,10 @@ void tst_gdb::version_data() QTest::newRow("Fedora 26") << "GNU gdb (GDB) Fedora 8.0-13.fc26" << 80000 << 13 << false << false; + + QTest::newRow("Debian 7.12 git") + << "GNU gdb (Debian 7.12-6) 7.12.0.20161007-git" + << 71200 << 6 << false << false; } static QString chopConst(QString type) -- cgit v1.2.1