Skip to content

Commit

Permalink
gnuradio3_8: disable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Oct 19, 2024
1 parent 9a49b08 commit 331482e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions pkgs/applications/radio/gnuradio/3.8.nix
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,9 @@ stdenv.mkDerivation (finalAttrs: (shared // {
# Will still evaluate correctly if not used here. It only helps nix-update
# find the right file in which version is defined.
inherit (shared) src;
# Remove failing tests
preConfigure = (shared.preConfigure or "") + ''
# https:/gnuradio/gnuradio/issues/3801
rm gr-blocks/python/blocks/qa_cpp_py_binding.py
rm gr-blocks/python/blocks/qa_cpp_py_binding_set.py
rm gr-blocks/python/blocks/qa_ctrlport_probes.py
# Tests that fail due to numpy deprecations upstream hasn't accomodated to yet.
rm gr-fec/python/fec/qa_polar_decoder_sc.py
rm gr-fec/python/fec/qa_polar_decoder_sc_list.py
rm gr-fec/python/fec/qa_polar_decoder_sc_systematic.py
rm gr-fec/python/fec/qa_polar_encoder.py
rm gr-fec/python/fec/qa_polar_encoder_systematic.py
rm gr-filter/python/filter/qa_freq_xlating_fft_filter.py
# Failed with libstdc++ from GCC 13
rm gr-filter/python/filter/qa_filterbank.py
'';
# Some of the tests we know why they fail, but others simply hang-out and
# timeout...
doCheck = false;
patches = [
# Not accepted upstream, see https:/gnuradio/gnuradio/pull/5227
./modtool-newmod-permissions.3_8.patch
Expand Down

0 comments on commit 331482e

Please sign in to comment.