-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I use version qt5. When compiling and install , I didnt find error. But I received 6 failed when "make test"
Does anybody help with this? Thanks !
nvidia@nvidia07:~/srsGUI-release_2_0_qt5/build$ make test
Running tests...
Test project /home/nvidia/srsGUI-release_2_0_qt5/build
Start 1: waterfallplot_test_c
1/8 Test #1: waterfallplot_test_c .............***Exception: SegFault 1.94 sec
Start 2: complexplot_test_c
2/8 Test #2: complexplot_test_c ...............***Exception: SegFault 1.99 sec
Start 3: realplot_test_c
3/8 Test #3: realplot_test_c ..................***Exception: SegFault 2.01 sec
Start 4: scatterplot_test_c
4/8 Test #4: scatterplot_test_c ...............***Exception: SegFault 2.24 sec
Start 5: waterfallplot_test
5/8 Test #5: waterfallplot_test ............... Passed 3.20 sec
Start 6: complexplot_test
6/8 Test #6: complexplot_test .................***Failed 1.94 sec
Start 7: realplot_test
7/8 Test #7: realplot_test .................... Passed 1.44 sec
Start 8: scatterplot_test
8/8 Test #8: scatterplot_test ................. Passed 1.47 sec
38% tests passed, 5 tests failed out of 8
Total Test time (real) = 16.26 sec
The following tests FAILED:
1 - waterfallplot_test_c (SEGFAULT)
2 - complexplot_test_c (SEGFAULT)
3 - realplot_test_c (SEGFAULT)
4 - scatterplot_test_c (SEGFAULT)
6 - complexplot_test (Failed)
Errors while running CTest
Makefile:94: recipe for target 'test' failed
make: *** [test] Error 8