aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2018-12-17trivial test to check if cubeb_stream_get_latency is callable (for Rust imple...Chun-Min Chang
2018-12-17Remove misleading commentsChun-Min Chang
2018-10-18 tests: check correctly the audio buffer values range (BMO 1484541). (#461)Alex Chronopoulos
2018-07-19audiounit: Reduce duplicate code in audiounit_stream_get_current_device (#453)Chun-Min Chang
2018-03-27Initialize cubeb_stream_params.prefs field in more tests to avoid random fail...Matthew Gregan
2018-03-21wasapi: Remove COM initialization and require caller to complete.Matthew Gregan
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-03-13Relax some of the checks in the loopback test to avoid false positives.Bryce Van Dyk
2018-03-01Add test to verify the behaviour a different return values for data callbacks.Bryce Van Dyk
2018-01-26Fix deadlock and device collection changed callback issue on OSX (#401)Paul Adenot
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
2018-01-23Update loopback test to check that output is not passed in data callbackBryce Van Dyk
2018-01-23Respond to review comments.Bryce Van Dyk
2018-01-23Add loopback test where devices are explicitly selected via device id.Bryce Van Dyk
2018-01-23Add test for loopback when playback is silentBryce Van Dyk
2018-01-23Add further test for separate loopback and playback streams.Bryce Van Dyk
2018-01-23Add loopback test file and test for duplex stream with loopback.Bryce Van Dyk
2018-01-18Don't enumerate private aggregate devices in cubeb_audiounit.cpp (#400)Paul Adenot
2018-01-12cubeb_resampler_speex: don't call data callback while draining (#398)Karl Tomlinson
2017-10-13Mute test deadlockAlex Chronopoulos
2017-10-03Implement some rudimentary underrun protection for duplex streams (#354)Paul Adenot
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-08-29test_sanity: Assert devid are same between two cubeb_eumerate_devices.Dan Glastonbury
2017-08-07Remove unused B2G-only stream_type field from cubeb_stream_params. (#347)Matthew Gregan
2017-07-12New test for undefined layout on outputAlex Chronopoulos
2017-06-24Change cubeb_get_min_latency to take params via pointer.Dan Glastonbury
2017-06-06audiounit: clear tsan warningsAlex Chronopoulos
2017-06-02Fix test_mixer fails on local build (#316)Chun-Min Chang
2017-05-29cubeb: Test cubeb_device_collection_destroy behaviour.Dan Glastonbury
2017-05-26cubeb_get_preferred_channel_layout should be verified in test_sanity instead ...Chun-Min Chang
2017-05-26Correct the check for mixed resultsChun-Min Chang
2017-05-26Add assertions to check we don't write out of bound of bufferChun-Min Chang
2017-05-26Add osx-specific setting for downmixing testChun-Min Chang
2017-05-25Rework device collection (#309)Dan Glastonbury
2017-05-23Add backend specification support to common.hDan Glastonbury
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-05-22Fix memory leaks in tests.Dan Glastonbury
2017-05-02Use same mixer interface for wasapi and audiounit (#290)Chun-Min Chang
2017-04-25Pulse layout assert (#291)Alex Chronopoulos
2017-04-17Replace RAII wrapper with unique_ptrChun-Min Chang
2017-04-13tests: Remove code preferring floats on Win32Michael Maltese
2017-04-07Add a deadlock test on OSX (#266)Chun-Min Chang
2017-04-07Use auto-for-loop in test_mixer.cpp and fix typoChun-Min Chang
2017-04-07Use plain std::unique_ptr and new instead of custom deleterChun-Min Chang
2017-04-07Using gtest style's error message in cubeb (#274)Chun-Min Chang
2017-04-06assert everywhere rather than returning a resultChun-Min Chang
2017-04-06Replace cubeb_cleaner and cubeb_stream_cleaner by unique_ptrChun-Min Chang
2017-04-06Using RAII helpers for cubeb context and stream but leaving test_sanity for e...Chun-Min Chang
2017-03-27Replace printf by fprintf with stderrChun-Min Chang
2017-03-27Replace assert by gtest assertionChun-Min Chang