Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure: "Failure in Clip_Properties: Unhandled exception: test crashed" #175

Closed
bavier opened this issue Nov 5, 2018 · 1 comment

Comments

@bavier
Copy link

bavier commented Nov 5, 2018

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.

@ferdnyc
Copy link
Contributor

ferdnyc commented Nov 19, 2018

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants