Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25284

tst_QLocale sometimes hangs on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3: Somewhat important
    • None
    • 5.0.0
    • Core: Locales (i18n)
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              falt Simo Fält
              rmcgover Rohan McGovern (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes