Ticket #238 (defect)

Opened 6 months ago

Last modified 6 months ago

Wavefile source/sink fails QA on big-endian machines

Status: closed (fixed)

Reported by: jcorgan Assigned to: jcorgan
Priority: normal Milestone: release-3.1.3
Component: gnuradio-core Version: 3.1.2
Keywords: Cc:

The QA test in gnuradio-core/src/python/gnuradio/gr/qa_wavefile.py:43 fails on big-endian machines. It is currently disabled.

Tim Meehan sent attached patch, which corrects a couple typos in the endianness conversion routines.

Attachments

wavefile_be.patch (502 bytes) - added by jcorgan on 04/09/08 09:00:11.
Tim Meehan's proposed fix from patch-gnuradio

Change History

04/09/08 09:00:11: Modified by jcorgan

  • attachment wavefile_be.patch added.

Tim Meehan's proposed fix from patch-gnuradio

04/09/08 09:01:28: Modified by jcorgan

  • owner changed from eb to jcorgan.
  • status changed from new to assigned.

04/09/08 09:27:57: Modified by jcorgan

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r8163, QA passes on Intel Core 2 Duo (LE) and PS3/PPC (BE).