Tests fail on AppVeyor
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
Unassigned |
Bug Description
All builds are failing on appveyor, because 2 of the tests are throwing Exceptions:
FAILED: CMakeFiles/
cmd.exe /C "cd /D C:\projects\
Test project C:/projects/
Start 1: test_economy
1/4 Test #1: test_economy .......
***Exception: 0.15 sec
Start 2: test_io_filesystem
2/4 Test #2: test_io_filesystem ...............Exit code 0xc0000135
***Exception: 0.07 sec
Start 3: notifications_test
3/4 Test #3: notifications_test ............... Passed 0.07 sec
Start 4: test_scripting
4/4 Test #4: test_scripting ................... Passed 0.02 sec
50% tests passed, 2 tests failed out of 4
That's weird : There has been no platform update @Appveyor.
But the msys2 package repo has been updated, e.g.:
mingw- w64-x86_ 64-gcc- 8.3.0-1 -> mingw-w64- x86_64- gcc-8.3. 0-2
A new dependency for winpthreads:
mingw- w64-x86_ 64-winstorecomp at-git- 7.0.0.5324. fde585a1- 1
This all points into the same directions I have on my own machine with the GCC8.x- MSYS2-Environme nt (still using GCC 7.x and an older Boost because of this.).
Investigating...