1
Programming / Re: Qt6 Application Testing
« on: September 04, 2024, 10:12:36 pm »
Paul,
As far as I can tell, the behavior of the examples in the previous GCC9 version of QT6.2.9 are identical to the latest GCC14 version, including the POPUPLOG entries. All failing modules fail the same and ones that worked still work. Versions earlier than that were very similar, but I don't remember any POPUPLOGs with those ones (at least on examples that worked like on this latest version). EDIT: I just checked and it seems the POPUPLOG entries on the QML Chart examples don't get created until I close their window.The examples work fine, but create a POPUPLOG on close.
Re. the \QUICK examples - examples with subdirectories have a qmldir file in the last subdirectory. In previous versions before 6.2.9, the qmldir file there would have a line in it like: 'optional plugin <DLL name>', where <DLL name> had the name of the DLL in the same directory (no .dll). Both 6.2.9 versions do not have that line in the qmldir file, but if I add it, then the examples all work.
Re. 'torrent' - hmmm... here, when I try to download a torrent (including your example) it seems to work at first, but just hangs on 'Searching' and never gets the file to download.
Regards,
As far as I can tell, the behavior of the examples in the previous GCC9 version of QT6.2.9 are identical to the latest GCC14 version, including the POPUPLOG entries. All failing modules fail the same and ones that worked still work. Versions earlier than that were very similar, but I don't remember any POPUPLOGs with those ones (at least on examples that worked like on this latest version). EDIT: I just checked and it seems the POPUPLOG entries on the QML Chart examples don't get created until I close their window.The examples work fine, but create a POPUPLOG on close.
Re. the \QUICK examples - examples with subdirectories have a qmldir file in the last subdirectory. In previous versions before 6.2.9, the qmldir file there would have a line in it like: 'optional plugin <DLL name>', where <DLL name> had the name of the DLL in the same directory (no .dll). Both 6.2.9 versions do not have that line in the qmldir file, but if I add it, then the examples all work.
Re. 'torrent' - hmmm... here, when I try to download a torrent (including your example) it seems to work at first, but just hangs on 'Searching' and never gets the file to download.
Regards,