mbrucher / AudioTK

An audio digital processing toolbox based on a workflow/pipeline principle
https://github.com/AudioTK/AudioTK
BSD 3-Clause "New" or "Revised" License
251 stars 37 forks source link

Several test failures #9

Closed SpotlightKid closed 8 years ago

SpotlightKid commented 8 years ago
$ cd build; make test
Running tests...
Test project /home/chris/src/AudioTK/build
      Start  1: AudioTKUTILITY
 1/14 Test  #1: AudioTKUTILITY ...................   Passed    0.01 sec
      Start  2: AudioTKCore
 2/14 Test  #2: AudioTKCore ......................   Passed    3.17 sec
      Start  3: AudioTKMock
 3/14 Test  #3: AudioTKMock ......................   Passed    0.18 sec
      Start  4: AudioTKTools
 4/14 Test  #4: AudioTKTools .....................***Failed   31.31 sec
      Start  5: AudioTKIO
 5/14 Test  #5: AudioTKIO ........................***Failed    0.02 sec
      Start  6: AudioTKEQ
 6/14 Test  #6: AudioTKEQ ........................   Passed    1.40 sec
      Start  7: AudioTKDelay
 7/14 Test  #7: AudioTKDelay .....................   Passed    0.39 sec
      Start  8: AudioTKDynamic
 8/14 Test  #8: AudioTKDynamic ...................   Passed    0.76 sec
      Start  9: AudioTKDistortion
 9/14 Test  #9: AudioTKDistortion ................   Passed    0.01 sec
      Start 10: AudioTKSpecial
10/14 Test #10: AudioTKSpecial ...................   Passed    0.25 sec
      Start 11: AudioTKSpecial
11/14 Test #11: AudioTKSpecial ...................   Passed   22.55 sec
      Start 12: PyAudioTKCore
12/14 Test #12: PyAudioTKCore ....................***Failed    0.47 sec
      Start 13: PyAudioATKTools
13/14 Test #13: PyAudioATKTools ..................***Failed    0.45 sec
      Start 14: PyAudioATKEQ
14/14 Test #14: PyAudioATKEQ .....................***Failed    0.39 sec

64% tests passed, 5 tests failed out of 14

Total Test time (real) =  61.37 sec

The following tests FAILED:
      4 - AudioTKTools (Failed)
      5 - AudioTKIO (Failed)
     12 - PyAudioTKCore (Failed)
     13 - PyAudioATKTools (Failed)
     14 - PyAudioATKEQ (Failed)
Errors while running CTest
Makefile:105: die Regel für Ziel „test“ scheiterte
make: *** [test] Fehler 8

Attached is a log file with the output from

$ cd build
$ /usr/bin/ctest --force-new-ctest-process --output-on-failure -O testlog.txt

ATK compiled on Arch Linux x86_64 with GCC 5.3.0, build type Release.

testlog.txt

mbrucher commented 8 years ago

Thanks. Tools and IO are now OK. Haven't tested the Python scripts yet.

mbrucher commented 8 years ago

Everything is OK now.

SpotlightKid commented 8 years ago

Hmm, I still get several test failures.

testlog.txt

mbrucher commented 8 years ago

Oops... Indeed, this was introduced after a bad change... I can't understand the Python failures though. I will have to wait tomorrow to test it on another machine with chest installed. Manually they work, so perhaps there is an issue like the relative import paths you mentioned in another issue :/

SpotlightKid commented 8 years ago

If I can help in any way, let me know. I don't know much about CMake, so I don't really understand the way the tests are run, though.

mbrucher commented 8 years ago

Finally there I think! Seems good on Windows at least with ctest.

SpotlightKid commented 8 years ago

Looks good here too.

mbrucher commented 8 years ago

Good news! Thanks for all these feedbacks!