-
Notifications
You must be signed in to change notification settings - Fork 255
Description
[==========] Running 4 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from AnimationCApiTest
[ RUN ] AnimationCApiTest.loadFromFile_N
[ OK ] AnimationCApiTest.loadFromFile_N (0 ms)
[ RUN ] AnimationCApiTest.loadFromFile
../test/test_lottieanimation_capi.cpp:29: Failure
Expected equality of these values:
lottie_animation_get_totalframe(animation)
Which is: 31
30
[ FAILED ] AnimationCApiTest.loadFromFile (0 ms)
[----------] 2 tests from AnimationCApiTest (0 ms total)
[----------] 2 tests from AnimationTest
[ RUN ] AnimationTest.loadFromFile_N
[ OK ] AnimationTest.loadFromFile_N (0 ms)
[ RUN ] AnimationTest.loadFromFile
../test/test_lottieanimation.cpp:29: Failure
Expected equality of these values:
animation->totalFrame()
Which is: 31
30
[ FAILED ] AnimationTest.loadFromFile (0 ms)
[----------] 2 tests from AnimationTest (0 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 2 test suites ran. (0 ms total)
[ PASSED ] 2 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] AnimationCApiTest.loadFromFile
[ FAILED ] AnimationTest.loadFromFile
2 FAILED TESTS
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Summary of Failures:
2/2 Animation Testsuite FAIL 0.01s exit status 1
Ok: 1
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /builddir/build/BUILD/rlottie-0.2/x86_64-OpenCloudOS-linux-gnu/meson-logs/testlog.txt
error: Bad exit status from /var/tmp/rpm-tmp.LrFtks (%check)