Re: Test Results on gnuradio-3.6.5 & exe extensions

Test Results:
QUOTE
vsrks@vsrks-HP-Compaq-nx6115-EX728PA-ACJ:~/gnuradio$ ctest -V -R
udp_source
UpdateCTestConfiguration from
:/home/vsrks/gnuradio/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/vsrks/gnuradio/DartConfiguration.tcl
Test project /home/vsrks/gnuradio
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 127
Start 127: qa_udp_source_sink

127: Test command: /bin/sh
“/home/vsrks/gnuradio/gr-blocks/python/qa_udp_source_sink_test.sh”
127: Test timeout computed to be: 9.99988e+06
127: …
127:

127: Ran 3 tests in 2.022s
127:
127: OK
1/1 Test #127: qa_udp_source_sink … Passed 9.26 sec

The following tests passed:
qa_udp_source_sink

100% tests passed, 0 tests failed out of 1

Total Test time (real) = 10.70 sec

vsrks@vsrks-HP-Compaq-nx6115-EX728PA-ACJ:~/gnuradio$ ctest -V -R
ofdm_txrx
UpdateCTestConfiguration from
:/home/vsrks/gnuradio/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/vsrks/gnuradio/DartConfiguration.tcl
Test project /home/vsrks/gnuradio
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 200
Start 200: qa_ofdm_txrx

200: Test command: /bin/sh
“/home/vsrks/gnuradio/gr-digital/python/qa_ofdm_txrx_test.sh”
200: Test timeout computed to be: 9.99988e+06
200: Traceback (most recent call last):
200: File
“/home/vsrks/gnuradio-3.6.5/gr-digital/python/qa_ofdm_txrx.py”,
line 24, in
200: import scipy
200: ImportError: No module named scipy
1/1 Test #200: qa_ofdm_txrx …***Failed 0.42 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.49 sec

The following tests FAILED:
200 - qa_ofdm_txrx (Failed)
Errors while running CTest
UNQUOTE

Regarding exe extensions, i am seeing them only with python examples in
gr_xxx folders(such as graudio, gr-digital etc.) and not with other
binary
executables in other folders. Window showing the files even display
colour
icons. They are marked program and when i try open them with click, it
tires to open with archive manager and fails to open.

200: import scipy
200: ImportError: No module named scipy
1/1 Test #200: qa_ofdm_txrx …***Failed 0.42 sec

Wouldnt worry about it. I wonder if scipy is an intentional dependency
for the QA test though?

gr_xxx folders(such as graudio, gr-digital etc.) and not with other binary
executables in other folders. Window showing the files even display colour
icons. They are marked program and when i try open them with click, it
tires to open with archive manager and fails to open.

Here is the line that makes that extension. At least on some windows
installs, the default behaviour is to open with the python interpreter:
http://gnuradio.org/cgit/gnuradio.git/tree/cmake/Modules/GrPython.cmake#n207

-josh

On Mon, Jun 3, 2013 at 2:51 AM, Josh B. [email protected] wrote:

200: import scipy
200: ImportError: No module named scipy
1/1 Test #200: qa_ofdm_txrx …***Failed 0.42 sec

Wouldnt worry about it. I wonder if scipy is an intentional dependency
for the QA test though?

This has been fixed–it was a stray import line.