diff options
Diffstat (limited to 'gnuradio-core')
3 files changed, 3 insertions, 3 deletions
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 f5b203a6c..29b9796cd 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 07d8236cb..f8bf4b121 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 f5dbdadc9..a665e18ac 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 () |