approvals / ApprovalTests.cpp.Qt

Apache License 2.0
15 stars 2 forks source link

AppVeyor vs2019 build is hanging, running tests #3

Closed claremacrae closed 4 years ago

claremacrae commented 4 years ago

See https://ci.appveyor.com/project/isidore/approvaltests-cpp-qt/branch/master/job/m6lydt24fi2bgcva

The console output running the tests is:

[00:00:58] ctest --verbose --parallel 4 -C Debug
[00:00:58] UpdateCTestConfiguration  from :C:/projects/approvaltests-cpp-qt/DartConfiguration.tcl
[00:00:58] UpdateCTestConfiguration  from :C:/projects/approvaltests-cpp-qt/DartConfiguration.tcl
[00:00:58] Test project C:/projects/approvaltests-cpp-qt
[00:00:58] Constructing a list of tests
[00:00:58] Done constructing a list of tests
[00:00:58] Updating test list for fixtures
[00:00:58] Added 0 tests to meet fixture requirements
[00:00:58] Checking test dependency graph...
[00:00:58] Checking test dependency graph end
[00:00:58] test 1
[00:00:58]     Start 1: Catch2_Tests
[00:00:58] 
[00:00:58] 1: Test command: C:\projects\approvaltests-cpp-qt\tests\Catch2_Tests\Debug\Catch2_Tests.exe
[00:00:58] 1: Test timeout computed to be: 10000000
[00:00:58] test 2
[00:00:58]     Start 2: accessing_widgets_tests
[00:00:58] 
[00:00:58] 2: Test command: C:\projects\approvaltests-cpp-qt\examples\accessing_widgets\accessing_widgets_tests\Debug\accessing_widgets_tests.exe
[00:00:58] 2: Test timeout computed to be: 10000000
[00:00:58] test 3
[00:00:58]     Start 3: vanilla_catch_qt_tests
[00:00:58] 
[00:00:58] 3: Test command: C:\projects\approvaltests-cpp-qt\examples\vanilla_catch_qt_tests\Debug\vanilla_catch_qt_tests.exe
[00:00:58] 3: Test timeout computed to be: 10000000
[00:00:59] 3: qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
[00:00:59] 3: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
[00:00:59] 3: 
[00:00:59] 1: qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
[00:00:59] 1: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
[00:00:59] 1: 
[00:00:59] 2: qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
[00:00:59] 2: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
[00:00:59] 2: 
claremacrae commented 4 years ago

This was fixed by updating to Qt 5.14.2