Skip to content

Instantly share code, notes, and snippets.

@davispuh
Created November 22, 2014 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davispuh/2398397a706770066267 to your computer and use it in GitHub Desktop.
Save davispuh/2398397a706770066267 to your computer and use it in GitHub Desktop.
cubeb make check
Making check in docs
make[1]: Entering directory '/home/davis/GitHub/cubeb/docs'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/home/davis/GitHub/cubeb/docs'
make[1]: Entering directory '/home/davis/GitHub/cubeb'
make test/test_sanity test/test_tone test/test_audio test/test_latency
make[2]: Entering directory '/home/davis/GitHub/cubeb'
CXX test/test_sanity.o
CXXLD test/test_sanity
CXX test/test_tone.o
CXXLD test/test_tone
CXX test/test_audio.o
CXXLD test/test_audio
CXX test/test_latency.o
CXXLD test/test_latency
make[2]: Leaving directory '/home/davis/GitHub/cubeb'
make check-TESTS
make[2]: Entering directory '/home/davis/GitHub/cubeb'
make[3]: Entering directory '/home/davis/GitHub/cubeb'
./test-driver: line 107: 6246 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test/test_sanity
make[4]: Entering directory '/home/davis/GitHub/cubeb'
make all-recursive
make[5]: Entering directory '/home/davis/GitHub/cubeb'
Making all in docs
make[6]: Entering directory '/home/davis/GitHub/cubeb/docs'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/home/davis/GitHub/cubeb/docs'
make[6]: Entering directory '/home/davis/GitHub/cubeb'
make[6]: Leaving directory '/home/davis/GitHub/cubeb'
make[5]: Leaving directory '/home/davis/GitHub/cubeb'
make[4]: Leaving directory '/home/davis/GitHub/cubeb'
============================================================================
Testsuite summary for libcubeb 0.3git
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
============================================================================
Makefile:1135: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '/home/davis/GitHub/cubeb'
Makefile:1241: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '/home/davis/GitHub/cubeb'
Makefile:1474: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/home/davis/GitHub/cubeb'
Makefile:1021: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
=======================================
libcubeb 0.3git: ./test-suite.log
=======================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test/test_sanity
======================
START test_init_destroy_context
Backend: alsa
END test_init_destroy_context
START test_init_destroy_multiple_contexts
END test_init_destroy_multiple_contexts
START test_context_variables
lt-test_sanity: test/test_sanity.cpp:119: void test_context_variables(): Assertion `r == 0 && value > 0' failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment