Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Cannot see the output of QTest on Windows

Cannot see the output of QTest on Windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 173 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    agarny
    wrote on last edited by
    #1

    Hi,

    I am using QTest for my tests and they all pass and everything, except that on Windows I cannot see the output while I do on Linux and macOS, e.g.

    ********* Start testing of Tests *********
    Config: Using QtTest library 5.12.11, Qt 5.12.11 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6))
    PASS   : Tests::initTestCase()
    PASS   : Tests::helpTests()
    PASS   : Tests::exportToUnknownFormatOrLanguage()
    PASS   : Tests::exportToCellml10Tests()
    PASS   : Tests::exportToCTests()
    PASS   : Tests::exportToFortran77Tests()
    PASS   : Tests::exportToMatlabTests()
    PASS   : Tests::exportToPythonTests()
    PASS   : Tests::validateCellmlFiles()
    PASS   : Tests::cleanupTestCase()
    Totals: 10 passed, 0 failed, 0 skipped, 0 blacklisted, 9286ms
    ********* Finished testing of Tests *********
    

    I guess I should point out that the Windows machines on which I am getting no output are the ones used by GitHub Actions. On my Windows (virtual) machine, everything is fine.

    Has anyone come across this issue before and, more importantly, found a solution for it?

    Cheers, Alan.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved