From: jcorgan Date: Tue, 27 Nov 2007 17:00:40 +0000 (+0000) Subject: Added FIXME tags. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a81ac5a7bc4e77cf8c8212002e98be79f82acebf;p=debian%2Fgnuradio Added FIXME tags. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7038 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py b/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py index f5b203a6..29b9796c 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py @@ -93,7 +93,7 @@ class parse_msg(object): assert(msg.length() == self.vlen * gr.sizeof_float) self.data = struct.unpack('%df' % (self.vlen,), msg.to_string()) - +# FIXME: see ticket:199 class xtest_bin_statistics(gr_unittest.TestCase): def setUp(self): diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py b/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py index 07d8236c..f8bf4b12 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py @@ -293,6 +293,6 @@ class test_rational_resampler (gr_unittest.TestCase): if __name__ == '__main__': pass - # Disabled, see ticket:210 + # FIXME: Disabled, see ticket:210 # gr_unittest.main() diff --git a/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py b/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py index f5dbdadc..a665e18a 100755 --- a/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py +++ b/gnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py @@ -167,5 +167,5 @@ class test_head (gr_unittest.TestCase): if __name__ == '__main__': pass # Note: disabled until segfault issue is resolved - # See ticket:211 + # FIXME: See ticket:211 # gr_unittest.main ()