Ticket #240 (defect)

Opened 8 months ago

QA test for gr.decode_ccsds_27 fails in 'make distcheck' but not 'make check'

Status: new

Reported by: jcorgan Assigned to: jcorgan
Priority: normal Milestone: to-be-decided
Component: gnuradio-core Version: 3.1svn
Keywords: Cc:

The QA code for gr.decode_ccsds_27 implements an encoder and decoder and checks that the output is a delayed version of the input.

This test succeeds when doing 'make check', but fails when doing 'make distcheck'.

The failure manifests itself as an extra four bits in the output stream:

AssertionError: (0, 0, 0, 0, 1, 2, 3, 4, 5, 6) != (0, 0, 0, 0, 0, 8, 16, 24, 32, 40)

The QA test has been commented out in the interim.