andrmuel / gr-dab

GNU Radio DAB (digital audio broadcasting) module
http://0x7.ch/code/
GNU General Public License v3.0
92 stars 40 forks source link

Tests failing on ppc64le and aarch64 #21

Open yarda opened 5 years ago

yarda commented 5 years ago
Running tests...
/usr/bin/ctest --force-new-ctest-process 
Test project /builddir/build/BUILD/gr-dab-0.3/build
      Start  1: test_dab
 1/14 Test  #1: test_dab .........................   Passed    0.40 sec
      Start  2: qa_time_deinterleave_ff
 2/14 Test  #2: qa_time_deinterleave_ff ..........   Passed    7.96 sec
      Start  3: qa_fib_sink_vb
 3/14 Test  #3: qa_fib_sink_vb ...................   Passed    0.45 sec
      Start  4: qa_crc16_bb
 4/14 Test  #4: qa_crc16_bb ......................   Passed    0.46 sec
      Start  5: qa_select_subch_vfvf
 5/14 Test  #5: qa_select_subch_vfvf .............***Failed    1.13 sec
      Start  6: qa_unpuncture_ff
 6/14 Test  #6: qa_unpuncture_ff .................   Passed    0.51 sec
      Start  7: qa_prune
 7/14 Test  #7: qa_prune .........................***Failed    0.64 sec
      Start  8: qa_puncture_bb
 8/14 Test  #8: qa_puncture_bb ...................***Failed    0.68 sec
      Start  9: qa_mp2_decode_bs
 9/14 Test  #9: qa_mp2_decode_bs .................   Passed    0.48 sec
      Start 10: qa_mp4_decode_bs
10/14 Test #10: qa_mp4_decode_bs .................   Passed    0.85 sec
      Start 11: qa_dabplus_audio_decoder_ff
11/14 Test #11: qa_dabplus_audio_decoder_ff ......   Passed    0.45 sec
      Start 12: qa_reed_solomon_decode_bb
12/14 Test #12: qa_reed_solomon_decode_bb ........   Passed    0.46 sec
      Start 13: qa_valve_ff
13/14 Test #13: qa_valve_ff ......................   Passed    0.47 sec
      Start 14: qa_peak_detector_fb
14/14 Test #14: qa_peak_detector_fb ..............   Passed    0.60 sec
79% tests passed, 3 tests failed out of 14
Total Test time (real) =  15.65 sec
The following tests FAILED:
      5 - qa_select_subch_vfvf (Failed)
      7 - qa_prune (Failed)
      8 - qa_puncture_bb (Failed)
yarda commented 5 years ago

Fedora 29, gr-dab-0.3

yarda commented 5 years ago

The same for aarch64

andrmuel commented 5 years ago

Thanks for the report. I'm currently not actively maintaining this project though, so no promises. Pull requests are always welcome.