commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.3.1git-60-g2652a20
Date: Wed, 6 Oct 2010 02:45:08 +0100 (BST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/gnuradio".

The branch, master has been updated
       via  2652a20330ea1238d561ce799c40833e46d3508c (commit)
       via  2104a9d1b2c964ec0f710f3209bb4a63cc7ae548 (commit)
       via  08fa4163ea77b3613c706ac126c32b55a7f75fc2 (commit)
       via  2933f69b5d7afe6cf044a0f6305d05d19e7570af (commit)
       via  57368f1a3f7f2e92190d72328ff54eb452ba58ed (commit)
       via  2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f (commit)
       via  036a42c08eadbd0a2c462ca61d9d883996be8042 (commit)
      from  c81312cee781a6912eb87f430096f3757e056b28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2652a20330ea1238d561ce799c40833e46d3508c
Author: Tom Rondeau <address@hidden>
Date:   Mon Oct 4 20:18:46 2010 -0400

    Updating all of the QA code that I can actually test to work with the new 
XML output runners.

commit 2104a9d1b2c964ec0f710f3209bb4a63cc7ae548
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 16:56:57 2010 -0400

    Updating all python QA programs in gnuradio-core to output XML files.
    
    Also fixed gr_unittest.py to print to the screen and fail make check 
properly if there's an error.
    
    Need to find a way to use XML runner with main() to fail make check and 
output to screen, too.

commit 08fa4163ea77b3613c706ac126c32b55a7f75fc2
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 15:39:52 2010 -0400

    Adding gr_xmlrunner.py to Makefile.

commit 2933f69b5d7afe6cf044a0f6305d05d19e7570af
Author: Tom Rondeau <address@hidden>
Date:   Sun Oct 3 15:00:44 2010 -0400

    Adding XML output to Python unittests.
    
    gr_unittest.py was updated to handle the path and file creation and run the 
XML runner
    
    gr_xmlrunner.py is a public domain program written by Sebastian Rittau 
<address@hidden> (THANKS!) to extend Python's unittest module to handle XML 
JUnit format output. This was renamed from xmlrunner.py if any future work is 
done on it from our project as well as to keep the namespace clean and clear.
    
    qa_skiphead.py is a first test program for the XML output. Creates an 
outputfile $HOME/.gnuradio/unittest/python/test_skiphead.xml.

commit 57368f1a3f7f2e92190d72328ff54eb452ba58ed
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 2 17:35:16 2010 -0400

    Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell 
needs testing.

commit 2b8bd0d2fa7c76282a772b75cb99e7bd5f2be13f
Author: Tom Rondeau <address@hidden>
Date:   Sat Oct 2 17:16:04 2010 -0400

    Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.
    This also adds a new utility gr_unittests.h, which sets up the path for 
output files.

commit 036a42c08eadbd0a2c462ca61d9d883996be8042
Author: Tom Rondeau <address@hidden>
Date:   Thu Sep 30 16:08:53 2010 -0400

    Adding an XML outputter for the CPP Unit tests. This is to a) store the 
output information but also b) for integration with Hudson for logging and 
displaying the results during the build stages. This only covers a few cases so 
far and I need to define a better place to save the output files.

-----------------------------------------------------------------------

Summary of changes:
 gcell/apps/test_all.cc                             |   13 +-
 gnuradio-core/src/lib/runtime/Makefile.am          |    1 +
 .../runtime/{gr_preferences.cc => gr_unittests.h}  |   58 +---
 gnuradio-core/src/python/gnuradio/Makefile.am      |    3 +-
 .../src/python/gnuradio/gr/qa_add_and_friends.py   |    6 +-
 .../src/python/gnuradio/gr/qa_add_v_and_friends.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_agc.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_argmax.py  |    6 +-
 .../src/python/gnuradio/gr/qa_bin_statistics.py    |    4 +-
 .../src/python/gnuradio/gr/qa_boolean_operators.py |    6 +-
 .../src/python/gnuradio/gr/qa_classify.py          |    7 +-
 .../src/python/gnuradio/gr/qa_cma_equalizer.py     |    4 +-
 .../src/python/gnuradio/gr/qa_complex_to_xxx.py    |    4 +-
 .../gnuradio/gr/qa_constellation_decoder_cb.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_copy.py    |    4 +-
 .../python/gnuradio/gr/qa_correlate_access_code.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_delay.py   |    4 +-
 .../src/python/gnuradio/gr/qa_diff_encoder.py      |    6 +-
 .../src/python/gnuradio/gr/qa_diff_phasor_cc.py    |    6 +-
 .../src/python/gnuradio/gr/qa_ecc_ccsds_27.py      |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_feval.py   |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_fft.py     |    6 +-
 .../src/python/gnuradio/gr/qa_fft_filter.py        |    4 +-
 .../src/python/gnuradio/gr/qa_filter_delay_fc.py   |    6 +-
 .../gnuradio/gr/qa_fractional_interpolator.py      |    5 +-
 .../python/gnuradio/gr/qa_frequency_modulator.py   |    4 +-
 .../src/python/gnuradio/gr/qa_fsk_stuff.py         |    4 +-
 .../src/python/gnuradio/gr/qa_glfsr_source.py      |    4 +-
 .../src/python/gnuradio/gr/qa_goertzel.py          |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_head.py    |    4 +-
 .../src/python/gnuradio/gr/qa_hier_block2.py       |    2 +-
 gnuradio-core/src/python/gnuradio/gr/qa_hilbert.py |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_iir.py     |    4 +-
 .../src/python/gnuradio/gr/qa_integrate.py         |    4 +-
 .../src/python/gnuradio/gr/qa_interleave.py        |    4 +-
 .../src/python/gnuradio/gr/qa_interp_fir_filter.py |    4 +-
 .../src/python/gnuradio/gr/qa_kludge_copy.py       |    4 +-
 .../src/python/gnuradio/gr/qa_kludged_imports.py   |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_max.py     |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_message.py |    4 +-
 gnuradio-core/src/python/gnuradio/gr/qa_mute.py    |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_nlog10.py  |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_noise.py   |    4 +-
 .../python/gnuradio/gr/qa_ofdm_insert_preamble.py  |    6 +-
 .../python/gnuradio/gr/qa_packed_to_unpacked.py    |    4 +-
 .../src/python/gnuradio/gr/qa_pipe_fittings.py     |    4 +-
 .../python/gnuradio/gr/qa_pll_carriertracking.py   |    6 +-
 .../src/python/gnuradio/gr/qa_pll_freqdet.py       |    6 +-
 .../src/python/gnuradio/gr/qa_pll_refout.py        |    6 +-
 .../src/python/gnuradio/gr/qa_pn_correlator_cc.py  |    4 +-
 .../python/gnuradio/gr/qa_rational_resampler.py    |    4 +-
 .../src/python/gnuradio/gr/qa_regenerate.py        |    6 +-
 gnuradio-core/src/python/gnuradio/gr/qa_repeat.py  |    4 +-
 .../src/python/gnuradio/gr/qa_scrambler.py         |    4 +-
 .../src/python/gnuradio/gr/qa_sig_source.py        |    4 +-
 .../src/python/gnuradio/gr/qa_single_pole_iir.py   |    4 +-
 .../python/gnuradio/gr/qa_single_pole_iir_cc.py    |    4 +-
 .../src/python/gnuradio/gr/qa_skiphead.py          |    4 +-
 .../src/python/gnuradio/gr/qa_stream_mux.py        |    6 +-
 .../src/python/gnuradio/gr/qa_udp_sink_source.py   |    4 +-
 .../src/python/gnuradio/gr/qa_unpack_k_bits.py     |    4 +-
 .../python/gnuradio/gr/qa_vector_sink_source.py    |    6 +-
 .../src/python/gnuradio/gr/qa_wavefile.py          |    6 +-
 gnuradio-core/src/python/gnuradio/gr_unittest.py   |   43 ++-
 gnuradio-core/src/python/gnuradio/gr_xmlrunner.py  |  385 ++++++++++++++++++++
 gnuradio-core/src/tests/test_all.cc                |   13 +-
 gnuradio-core/src/tests/test_atsc.cc               |   12 +-
 gnuradio-core/src/tests/test_filter.cc             |   12 +-
 gnuradio-core/src/tests/test_general.cc            |   14 +-
 gnuradio-core/src/tests/test_runtime.cc            |   12 +-
 gr-atsc/src/lib/test_atsci.cc                      |   13 +-
 gr-audio-alsa/src/qa_alsa.py                       |    6 +-
 gr-audio-jack/src/qa_jack.py                       |    6 +-
 gr-audio-oss/src/qa_oss.py                         |    6 +-
 gr-audio-portaudio/src/qa_portaudio.py             |    6 +-
 gr-cvsd-vocoder/src/python/qa_cvsd_vocoder.py      |    6 +-
 gr-gsm-fr-vocoder/src/python/qa_gsm_full_rate.py   |    6 +-
 gr-howto-write-a-block/lib/test_all.cc             |   11 +-
 gr-pager/python/qa_pager.py                        |    6 +-
 gr-radio-astronomy/src/python/qa_ra.py             |    6 +-
 gr-trellis/src/python/qa_trellis.py                |   12 +-
 gr-usrp/src/qa_usrp.py                             |    6 +-
 gr-usrp2/src/qa_usrp2.py                           |    6 +-
 gr-video-sdl/src/qa_video_sdl.py                   |    6 +-
 gruel/src/lib/test_gruel.cc                        |   57 +++-
 85 files changed, 753 insertions(+), 254 deletions(-)
 copy gnuradio-core/src/lib/runtime/{gr_preferences.cc => gr_unittests.h} (57%)
 create mode 100644 gnuradio-core/src/python/gnuradio/gr_xmlrunner.py


hooks/post-receive
-- 
git://gnuradio.org/gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]