Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
5.0.0
-
qtbase 8e943bbf5de795d3bffbe843f5ddb26b6943317b
MSVC 2010
Windows 7 32-bit
Description
This autotest is unstable and sometimes hangs on Windows.
According to Qt Project CI logs, out of 301 builds of qtbase master (builds 02238 .. 02538), the test hung and was killed 8 times (i.e. it hung about 2.6% of the time).
Here's a sample log containing a failure: http://testresults.qt-project.org/ci/QtBase_master_Integration/build_02538/win32-msvc2010_Windows_7/log.txt.gz
When the test passes, its runtime is generally less than 1 second, so this is almost certainly a hang in the test (rather than the test being legitimately slow).
The source for the above metric is:
for i in $(seq -w 02238 02538); do echo "$i:"; wget --quiet -O - http://testresults.qt-project.org/ci/QtBase_master_Integration/build_$i/win32-msvc2010_Windows_7/log.txt.gz | zcat | egrep -A 3 'Testing tst_QLocale' || echo "did not run"; echo ""; done 2>&1 | tee TESTLOG.txt
Attachments
Issue Links
- relates to
-
QTBUG-36306 tst_QLocale::windowsDefaultLocale() fails on Win for languages != en_US
- Closed