aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/debugger/tst_offsets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/debugger/tst_offsets.cpp')
-rw-r--r--tests/auto/debugger/tst_offsets.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_offsets.cpp b/tests/auto/debugger/tst_offsets.cpp
index ee39d08a76..11009cd802 100644
--- a/tests/auto/debugger/tst_offsets.cpp
+++ b/tests/auto/debugger/tst_offsets.cpp
@@ -146,12 +146,22 @@ void tst_offsets::offsets_data()
const int qtVersion = QT_VERSION;
- if (qtVersion >= 0x50600)
+ if (qtVersion >= 0x50700)
#ifdef Q_OS_WIN
# ifdef Q_CC_MSVC
OFFSET_TEST(QFilePrivate, fileName) << 184 << 248;
# else // MinGW
- OFFSET_TEST(QFilePrivate, fileName) << 164 << 248;
+ OFFSET_TEST(QFilePrivate, fileName) << 172 << 248;
+# endif
+#else
+ OFFSET_TEST(QFilePrivate, fileName) << 168 << 248;
+#endif
+ else if (qtVersion >= 0x50600)
+#ifdef Q_OS_WIN
+# ifdef Q_CC_MSVC
+ OFFSET_TEST(QFilePrivate, fileName) << 184 << 248;
+# else // MinGW
+ OFFSET_TEST(QFilePrivate, fileName) << 180 << 248;
# endif
#else
OFFSET_TEST(QFilePrivate, fileName) << 168 << 248;