summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2020-03-03 11:11:50 +0100
committerDavid Schulz <david.schulz@qt.io>2020-03-09 07:10:57 +0000
commit42f34c8a5595eb8a68b3317c5835a7f456dbec70 (patch)
tree1a7577e2ce2ca61ef024ba0eab8eed659cf61ab2 /tests
parentfdf383cf37add455797ca5c2365ea9f23a285f82 (diff)
downloadqt-creator-42f34c8a5595eb8a68b3317c5835a7f456dbec70.tar.gz
Dumper: Do not test fortran string on windows
Which doesn't exist on windows and will fail the test Change-Id: I0dd005ccfcbf54faa716c642c5441c2086b3a32a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index be539035e5..684c076ff2 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -7644,7 +7644,7 @@ void tst_Dumpers::dumper_data()
+ Check("f2", "\"qt-logo.png\"", "@QSqlField (QString)")
+ Check("f3", "(invalid)", "@QSqlField (invalid)");
-
+#ifdef Q_OS_LINUX
Data f90data;
f90data.configTest = "which f95";
f90data.allProfile =
@@ -7676,7 +7676,7 @@ void tst_Dumpers::dumper_data()
+ GdbEngine
+ Check("c8", "\"c_____a_\"", "character *8")
+ Check("i8", "1337", "integer(kind=8)");
-
+#endif
#if 0
#ifdef Q_OS_LINUX