aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2024-03-06Only build duplex_collection_change_no_unregister when death tests are suppor...Mike Hommey
2023-11-21Relax a single test_sanity.cpp assertion when using OpenSLPaul Adenot
2023-11-21Allow not being able to get the minimum latency in test_callback_ret.cpp and ...Paul Adenot
2023-11-10Remove test_deadlock.cpp file, hasn't been compiled since March 2018Paul Adenot
2023-11-10Include gtest.h in test/common.hPaul Adenot
2023-11-10Non-functional change: Directly include string.h in test/common.hPaul Adenot
2023-11-10Non-functional change: clang-format testsPaul Adenot
2023-11-10Non functional change: fix unified compilation issue -- make callbacks staticPaul Adenot
2023-11-07In test_duplex loop back all input framesAndreas Pehrson
2023-04-26Skip a couple more tests when a backend can't use audio inputPaul Adenot
2023-04-26Only run test_overload.cpp when using the WASAPI backendPaul Adenot
2023-04-26Don't run test_loopback and test_duplex on backends that can't open audio inputPaul Adenot
2023-04-26Prevent running test that make use of audio input streams on backends that do...Paul Adenot
2023-04-20Sync back BMO#1825328Paul Adenot
2022-12-14Add a triple_buffer class that allows publishing data in a wait-free manner f...Paul Adenot
2022-12-12Add a test to stress test the asynchronous logging systemPaul Adenot
2022-12-05Account for the fact that some OSes have longer callback duration and async l...Paul Adenot
2022-12-02Inline values for stream params in test_logging.cpp, undef defines in test to...Paul Adenot
2022-12-02Allow dynamic enabling and disabling of the log, add tests for the logging sy...Paul Adenot
2022-03-30Add test case for data_callback returning error.Matthew Gregan
2022-03-08Add a parameter to cubeb_resampler_create to enable reclockingPaul Adenot
2022-02-28Assert device collection callbacks were unregistered before cubeb_destroy is ...Matthew Gregan
2021-07-28Increase delay to really test the pulse backend.Paul Adenot
2021-07-25Add a multiple input devices test (#651)Chun-Min Chang
2021-02-17Remove cubeb_stream_reset_default_device API.Matthew Gregan
2020-10-07Add method to change stream nameBrendan Early
2020-09-21Address review commentsPaul Adenot
2020-09-21Add a test case for WASAPI reconfigure eventPaul Adenot
2020-06-30resampler: avoid overflow on uint arithmeticsAlex Chronopoulos
2020-04-26tests: Fix crash when device enumeration is not supportedCameron Cawley
2020-03-31Remove test for registering device changed callback twiceChun-Min Chang
2020-01-22fix a few warnings (#571)Alex Chronopoulos
2020-01-22resampler: avoid integer signed comparison mismatch (#570)Alex Chronopoulos
2020-01-21resampler: handle explicitly the case that input frames are less than output ...Alex Chronopoulos
2020-01-21test_ring_buffer: Use `yield` instead of `sleep_for(10us)`. (#569)Matthew Gregan
2019-09-06test: unbreak on non-GTEST_HAS_DEATH_TEST platformsJan Beich
2019-08-22Remove panning API from cubebPaul Adenot
2019-06-11Fix tests warnings (#512)Chun-Min Chang
2019-03-30Make sure data_callback and state_callback are not null (#496)Chun-Min Chang
2019-01-06Make sure no active device changed callback when registering a new oneChun-Min Chang
2019-01-06Add tests for cubeb_stream_register_device_changed_callbackChun-Min Chang
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