Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 11.0.1
-
None
-
Guix System
Description
Hi,
After updating Qt Creator from 9.0.0 to 11.0.1 on Guix System, I encounter the test failures:
67 - tst_tracing_timelineitemsrenderpass (Failed) 71 - tst_tracing_timelinenotesrenderpass (Failed) 76 - tst_tracing_timelineselectionrenderpass (Failed) 82 - tst_utils_commandline (Failed) 93 - tst_process (Failed)
Details:
********* Start testing of tst_TimelineItemsRenderPass ********* Config: Using QtTest library 6.5.2, Qt 6.5.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), unknown unknown PASS : tst_TimelineItemsRenderPass::initTestCase() PASS : tst_TimelineItemsRenderPass::instance() QWARN : tst_TimelineItemsRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineItemsRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] QWARN : tst_TimelineItemsRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineItemsRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] PASS : tst_TimelineItemsRenderPass::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of tst_TimelineItemsRenderPass ********* ********* Start testing of tst_TimelineNotesRenderPass ********* Config: Using QtTest library 6.5.2, Qt 6.5.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), unknown unknown PASS : tst_TimelineNotesRenderPass::initTestCase() PASS : tst_TimelineNotesRenderPass::instance() QWARN : tst_TimelineNotesRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineNotesRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] QWARN : tst_TimelineNotesRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineNotesRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] PASS : tst_TimelineNotesRenderPass::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of tst_TimelineNotesRenderPass ********* ********* Start testing of tst_TimelineSelectionRenderPass ********* Config: Using QtTest library 6.5.2, Qt 6.5.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), unknown unknown PASS : tst_TimelineSelectionRenderPass::initTestCase() PASS : tst_TimelineSelectionRenderPass::instance() QWARN : tst_TimelineSelectionRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineSelectionRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] QWARN : tst_TimelineSelectionRenderPass::update() This plugin does not support createPlatformOpenGLContext! FAIL! : tst_TimelineSelectionRenderPass::update() 'context.create()' returned FALSE. () Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/src/libs/tracing/runscenegraphtest.cpp(23)] PASS : tst_TimelineSelectionRenderPass::cleanupTestCase() Totals: 3 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms ********* Finished testing of tst_TimelineSelectionRenderPass ********* ********* Start testing of tst_CommandLine ********* Config: Using QtTest library 6.5.2, Qt 6.5.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0), unknown unknown PASS : tst_CommandLine::initTestCase() PASS : tst_CommandLine::testSpace() PASS : tst_CommandLine::testQuote() PASS : tst_CommandLine::testAnd() PASS : tst_CommandLine::testAndComplex() FAIL! : tst_CommandLine::testAndAdd() Compared values are not the same Actual (actual) : "" Expected (expected): "foo\nlong with space\nbar\nblizz is great\n" Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/tests/auto/utils/commandline/tst_commandline.cpp(125)] PASS : tst_CommandLine::testFromUserInput(empty) PASS : tst_CommandLine::testFromUserInput(command) PASS : tst_CommandLine::testFromUserInput(command-with-args) PASS : tst_CommandLine::testFromUserInput(command-with-space-slash) PASS : tst_CommandLine::testFromUserInput(command-with-space-single-quote) PASS : tst_CommandLine::testFromUserInput(command-with-space-double-quote) PASS : tst_CommandLine::testFromUserInput(command-with-space-double-quote-in-name) PASS : tst_CommandLine::testFromUserInput(inside-space-quoted) XFAIL : tst_CommandLine::testFromInputFails() CommandLine::fromUserInput (and FilePath::fromUserInput) does not handle backslashes correctly Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/tests/auto/utils/commandline/tst_commandline.cpp(187)] PASS : tst_CommandLine::testFromInputFails() PASS : tst_CommandLine::testFromInputWithMacro(simple) PASS : tst_CommandLine::testFromInputWithMacro(simple-quoted) PASS : tst_CommandLine::testFromInputWithMacro(quoted-with-extra) PASS : tst_CommandLine::testFromInputWithMacro(convert-to-quote-win) PASS : tst_CommandLine::testMultiCommand(command-and-command) XFAIL : tst_CommandLine::testMultiCommand(command-and-command-nospace) CommandLine::fromUserInput does not handle multi-command without space correctly Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/tests/auto/utils/commandline/tst_commandline.cpp(273)] PASS : tst_CommandLine::testMultiCommand(command-and-command-nospace) PASS : tst_CommandLine::testMultiCommand(command-semicolon-command) PASS : tst_CommandLine::testMultiCommand(command-or-command) PASS : tst_CommandLine::cleanupTestCase() Totals: 23 passed, 1 failed, 0 skipped, 0 blacklisted, 70ms ********* Finished testing of tst_CommandLine ********* [...] PASS : tst_Process::crashAfterOneSecond() PASS : tst_Process::destroyBlockingProcess(EndlessLoop) PASS : tst_Process::destroyBlockingProcess(InfiniteSleep) PASS : tst_Process::destroyBlockingProcess(MutexDeadlock) PASS : tst_Process::destroyBlockingProcess(EventLoop) PASS : tst_Process::flushFinishedWhileWaitingForReadyRead() PASS : tst_Process::crash() PASS : tst_Process::crashAfterOneSecond() PASS : tst_Process::recursiveCrashingProcess() FAIL! : tst_Process::recursiveBlockingProcess() Compared values are not the same Actual (runningTestProcessCount()): 0 Expected (recursionDepth) : 5 Loc: [/tmp/guix-build-qt-creator-11.0.1.drv-0/qt-creator-opensource-src-11.0.1/tests/auto/utils/process/tst_process.cpp(1375)] PASS : tst_Process::quitBlockingProcess(Terminate) PASS : tst_Process::quitBlockingProcess(Kill) PASS : tst_Process::quitBlockingProcess(Stop) PASS : tst_Process::quitBlockingProcess(Close) PASS : tst_Process::tarPipe() PASS : tst_Process::stdinToShell() PASS : tst_Process::cleanupTestCase() Totals: 542 passed, 1 failed, 0 skipped, 0 blacklisted, 23758ms ********* Finished testing of tst_Process ********* Attached is the complete build output. Thank you!