You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With libopenshot 0.2.2 (built with cppzmq@4.2.2, ffmpeg@4.0.2, imagemagick@6.9.10, jsoncpp@1.8.4, libopenshot-audio@0.1.7, python@3.6.5, qt@5.11.1, unittest++@2.0.0, and zeromq@4.0.7), I get the following test failure:
./openshot-test
----------------------------
RUNNING ALL TESTS
----------------------------
/tmp/guix-build-libopenshot-0.2.2.drv-0/libopenshot-0.2.2-checkout/tests/Clip_Tests.cpp:95:1: error: Failure in Clip_Properties: Unhandled exception: test crashed
[libvpx @ 0x16264c0] v1.7.0
[libvorbis @ 0x1627840] 25 frames left in the queue on closing
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
FAILURE: 1 out of 79 tests failed (1 failures).
Test time: 4.58 seconds.
----------------------------
I don't know if/how I can get more details on the failure.
The text was updated successfully, but these errors were encountered:
See PR #163, which has patches to fix this. (The issue is that you're building libopenshot linked against a system jsoncpp, but the tests don't know that and are testing against the bundled jsoncpp.)
With libopenshot 0.2.2 (built with cppzmq@4.2.2, ffmpeg@4.0.2, imagemagick@6.9.10, jsoncpp@1.8.4, libopenshot-audio@0.1.7, python@3.6.5, qt@5.11.1, unittest++@2.0.0, and zeromq@4.0.7), I get the following test failure:
I don't know if/how I can get more details on the failure.
The text was updated successfully, but these errors were encountered: