aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-12-05 08:25:01 +0100
committerhjk <hjk121@nokiamail.com>2013-12-05 11:58:24 +0100
commit0c66e74cf0da54df83d5454a689f6e7b7fd75f89 (patch)
tree0ce28f06481781c10066f2806de38e926664e66f
parent44d254b37bd700e576fa7e0860c061b9e37da5aa (diff)
Debugger: Do not test the hash seed value in dumper test.
On Windows the hash seed is initialized before the main is entered. Change-Id: If7d2fd6ac1d15e704a6fc984c2d3218a5facdd5c Reviewed-by: hjk <hjk121@nokiamail.com>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 0f41ec7261..cdf1dc90a0 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -857,7 +857,7 @@ void tst_Dumpers::dumper()
"\n#endif"
"\n" + (data.useQHash ?
"\n#if QT_VERSION >= 0x050000"
- "\nqt_qhash_seed.testAndSetRelaxed(-1, 0);"
+ "\nqt_qhash_seed.store(0);"
"\n#endif\n" : "") +
"\n unused(&argc, &argv, &qtversion, &gccversion);\n"
"\n" + data.code +