summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcorgan2007-11-27 17:00:40 +0000
committerjcorgan2007-11-27 17:00:40 +0000
commita81ac5a7bc4e77cf8c8212002e98be79f82acebf (patch)
tree465beea33d89274b8d58d3554f6f196f999fac3f
parent3c443c0b1ab35d08eb685ce5d7740e22d7d06a63 (diff)
downloadgnuradio-a81ac5a7bc4e77cf8c8212002e98be79f82acebf.tar.gz
gnuradio-a81ac5a7bc4e77cf8c8212002e98be79f82acebf.tar.bz2
gnuradio-a81ac5a7bc4e77cf8c8212002e98be79f82acebf.zip
Added FIXME tags.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7038 221aa14e-8319-0410-a670-987f0aec2ac5
-rwxr-xr-xgnuradio-core/src/python/gnuradio/gr/qa_bin_statistics.py2
-rwxr-xr-xgnuradio-core/src/python/gnuradio/gr/qa_rational_resampler.py2
-rwxr-xr-xgnuradio-core/src/python/gnuradio/gr/qa_stream_mux.py2
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 ()