aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-03-01 09:02:14 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-03-01 08:10:11 +0000
commit23781b3abc0862900e88445cf2fe0b523a6a82a6 (patch)
treecd687529387aa28476e4c5a19da0acddb013e34e /tests/auto
parent8cece3226c080b621196ead1aff63a1615c9f373 (diff)
Debugger: Fix detection of gdb on older SUSE
Broke with e8a8003b16. Change-Id: I0e9662bc8fb4115de0c63d07c82de78ef73004a5 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/debugger/tst_gdb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/debugger/tst_gdb.cpp b/tests/auto/debugger/tst_gdb.cpp
index 5b946a19366..1c1c6f73388 100644
--- a/tests/auto/debugger/tst_gdb.cpp
+++ b/tests/auto/debugger/tst_gdb.cpp
@@ -98,6 +98,10 @@ void tst_gdb::version_data()
<< "GNU gdb (GDB) SUSE (6.8.91.20090930-2.4)"
<< 60891 << 20090930 << false << false;
+ QTest::newRow("SLES")
+ << "GNU gdb (GDB; SUSE Linux Enterprise 10) 7.9.1"
+ << 70901 << 0 << false << false;
+
QTest::newRow("Apple")
<< "GNU gdb 6.3.50-20050815 (Apple version gdb-1461.2)"
<< 60350 << 1461 << true << false;