diff options
author | Eric Blossom | 2010-12-09 20:49:29 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-09 20:49:29 -0800 |
commit | 74cbbd74dec5a1b976b5db028fe3aa4e20a899e3 (patch) | |
tree | 6c64c988f4e3f8132c64dac2187738df150117de /gnuradio-core/src | |
parent | c6d4c7d5b410d066e55a31c787476a9ac96b1277 (diff) | |
download | gnuradio-74cbbd74dec5a1b976b5db028fe3aa4e20a899e3.tar.gz gnuradio-74cbbd74dec5a1b976b5db028fe3aa4e20a899e3.tar.bz2 gnuradio-74cbbd74dec5a1b976b5db028fe3aa4e20a899e3.zip |
Disable guile udp tests. They were causing a problem on some systems.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/guile/tests/io_ctors.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnuradio-core/src/guile/tests/io_ctors.test b/gnuradio-core/src/guile/tests/io_ctors.test index 1c5c9a771..5f40d321c 100644 --- a/gnuradio-core/src/guile/tests/io_ctors.test +++ b/gnuradio-core/src/guile/tests/io_ctors.test @@ -64,14 +64,14 @@ (pass-if (true? (gr:oscope-sink-f 1000 (gr:msg-queue)))) ;;; ./io/gr_udp_sink.h -(pass-if (true? (gr:udp-sink 4 "localhost" 80 1472 #f))) -(pass-if-throw "confirm throw gr:udp-sink" #t - (true? (gr:udp-sink 4 "localhostx" 80 1472 #f))) +;;(pass-if (true? (gr:udp-sink 4 "localhost" 80 1472 #f))) +;;(pass-if-throw "confirm throw gr:udp-sink" #t +;; (true? (gr:udp-sink 4 "localhostx" 80 1472 #f))) ;;; ./io/gr_udp_source.h -(pass-if (true? (gr:udp-source 4 "localhost" 0 1472 #f #t))) -(pass-if-throw "confirm throw gr:udp-sink" #t - (true? (gr:udp-source 4 "localhostx" 0 1472 #f #t))) +;;(pass-if (true? (gr:udp-source 4 "localhost" 0 1472 #f #t))) +;;(pass-if-throw "confirm throw gr:udp-source" #t +;; (true? (gr:udp-source 4 "localhostx" 0 1472 #f #t))) ;;; ./io/gr_wavfile_sink.h (pass-if (true? (gr:wavfile-sink "foo" 2 48000 16))) |