Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5, 6.6, 6.7, 6.8
-
None
-
-
75e95eba6 (dev), e8901faa0 (6.7), aba1f5971 (6.6), d8f70dc33 (tqtc/lts-6.5), d9be0a355 (tqtc/lts-6.5)
Description
Looks like the flakiness developed at the following dates:
- dev (6.8): February 7th
- 6.7: February 6th
- 6.6: February 6th
- 6.5 (lts): February 9th
Log snippet:
agent:2024/02/07 14:20:01 build.go:404: 173: ********* Start testing of tst_qquickanimatedimage *********
agent:2024/02/07 14:20:01 build.go:404: 173: Config: Using QtTest library 6.8.0, Qt 6.8.0 (x86_64-little_endian-llp64 shared (dynamic) release build; by MSVC 2019), windows 10
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::initTestCase()
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::play()
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::pause()
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::stopped()
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::setFrame()
agent:2024/02/07 14:20:01 build.go:404: 173: PASS : tst_qquickanimatedimage::frameCount()
agent:2024/02/07 14:20:02 build.go:404: 173: PASS : tst_qquickanimatedimage::mirror_running()
agent:2024/02/07 14:20:02 build.go:404: 173: PASS : tst_qquickanimatedimage::mirror_notRunning(paused)
agent:2024/02/07 14:20:02 build.go:404: 173: PASS : tst_qquickanimatedimage::mirror_notRunning(stopped)
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::remote(playing)
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::remote(paused)
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::sourceSize()
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::setSourceSize()
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::sourceSizeChanges()
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::sourceSizeChanges_intermediate()
agent:2024/02/07 14:20:03 build.go:404: 173: PASS : tst_qquickanimatedimage::invalidSource()
agent:2024/02/07 14:20:04 build.go:404: 173: PASS : tst_qquickanimatedimage::qtbug_16520()
agent:2024/02/07 14:20:04 build.go:404: 173: PASS : tst_qquickanimatedimage::progressAndStatusChanges()
agent:2024/02/07 14:20:05 build.go:404: 173: PASS : tst_qquickanimatedimage::playingAndPausedChanges()
agent:2024/02/07 14:20:06 build.go:404: 173: PASS : tst_qquickanimatedimage::noCaching()
agent:2024/02/07 14:20:06 build.go:404: 173: PASS : tst_qquickanimatedimage::sourceChangesOnFrameChanged()
agent:2024/02/07 14:20:06 build.go:404: 173: FAIL! : tst_qquickanimatedimage::currentFrame() Compared values are not the same
agent:2024/02/07 14:20:06 build.go:404: 173: Actual (frameChangedSpy.size()): 0
agent:2024/02/07 14:20:06 build.go:404: 173: Expected (1) : 1
agent:2024/02/07 14:20:06 build.go:404: 173: C:\Users\qt\work\qt\qtdeclarative\tests\auto\quick\qquickanimatedimage\tst_qquickanimatedimage.cpp(637) : failure location
agent:2024/02/07 14:20:06 build.go:404: 173: PASS : tst_qquickanimatedimage::qtbug_120555()
agent:2024/02/07 14:20:06 build.go:404: 173: PASS : tst_qquickanimatedimage::cleanupTestCase()
agent:2024/02/07 14:20:06 build.go:404: 173: Totals: 23 passed, 1 failed, 0 skipped, 0 blacklisted, 5571ms
agent:2024/02/07 14:20:06 build.go:404: 173: ********* Finished testing of tst_qquickanimatedimage *********
agent:2024/02/07 14:20:06 build.go:404: 173: QTemporaryDir: Unable to remove "C:\\Users\\qt\\AppData\\Local\\Temp\\tst_qquickanimatedimage-xeaBJp" most likely due to the presence of read-only files.
agent:2024/02/07 14:20:07 build.go:404: 173: qt-testrunner.py INFO: Test process exited with code: 1
agent:2024/02/07 14:20:07 build.go:404: 173: qt-testrunner.py INFO: Parsed XML file \Users\qt\work\testresults\tst_qquickanimatedimage-1707315601318.xml in 0.001 seconds
agent:2024/02/07 14:20:07 build.go:404: 173: qt-testrunner.py INFO: Found 23 passes and 1 failures
agent:2024/02/07 14:20:07 build.go:404: 173: qt-testrunner.py INFO: Some tests failed, will re-run at most 5 times.
Attachments
Issue Links
- relates to
-
QTBUG-78713 "AnimatedImage.onCurrentFrameChanged" is not available in QtQuick 2.0.
- Closed
- resulted from
-
QTBUG-117429 TIFF AnimatedImage memory leak
- Closed