aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_sanity.cpp
AgeCommit message (Expand)Author
2021-07-28Increase delay to really test the pulse backend.Paul Adenot
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
2019-08-22Remove panning API from cubebPaul Adenot
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-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-01-23Explicitly init stream_params.prefs in tests.Bryce Van Dyk
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-05-26cubeb_get_preferred_channel_layout should be verified in test_sanity instead ...Chun-Min Chang
2017-05-23Add backend specification support to common.hDan Glastonbury
2017-04-13tests: Remove code preferring floats on Win32Michael Maltese
2017-04-07Using gtest style's error message in cubeb (#274)Chun-Min Chang
2017-03-13cubeb-api: Give cubeb_init a third param, backend nameDamien Zammit
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-11-30Delete double newlines.Matthew Gregan
2016-11-18OpenSL ES full duplex restored (#196)Alex Chronopoulos
2016-11-15Fix existing Clang analyzer warnings to allow warnings-as-errors.Matthew Gregan
2016-11-14Fix TSAN issues in test_sanity.Matthew Gregan
2016-11-11Always include "gtest/gtest.h" first.Matthew Gregan
2016-11-11Move gtests under general "cubeb" test case for better Gecko integration.Matthew Gregan
2016-11-11Allow building gtests as a single binary.Matthew Gregan
2016-11-11Remove redundant logging now handled by gtest.Matthew Gregan
2016-11-11Move tests out of main into their own test.Matthew Gregan
2016-11-11Prefer binary comparison asserts over boolean asserts.Matthew Gregan
2016-11-11Convert tests to gtests.Matthew Gregan
2016-11-11Remove unnecessary XPCOM dependency from unit tests. BMO #1314514.Nicholas Nethercote
2016-11-03Revert "Remove unnecessary XPCOM dependency from unit tests. BMO #1314514."Matthew Gregan
2016-11-02Remove unnecessary XPCOM dependency from unit tests. BMO #1314514.Nicholas Nethercote
2016-10-25Add a test that makes sure the clock value is not reset by starting/stopping ...Paul Adenot
2016-10-17Revert "opensl: Implement capture and full-duplex streams."Paul Adenot
2016-10-13Fix unused param warning in ARRAY_LENGTH.Matthew Gregan
2016-10-13Trivial warning fixes.Matthew Gregan
2016-09-22opensl: Implement capture and full-duplex streams.Alex Chronopoulos
2016-08-23test: Fix unused parameter warnings.Matthew Gregan
2016-07-25test: remove VS2013 polyfill.Matthew Gregan
2016-07-12Update tests for the new latency interface.Paul Adenot
2016-06-09Change stream type from voice to musicAlex Chronopoulos
2016-06-09Set stream_type used by AndroidAlex Chronopoulos
2016-06-03test_sanity: Fix for zeroing buffers of correct typeDamien Zammit
2016-01-20Signature change for stream init and data callbackAlex Chronopoulos
2016-01-14Remove use of nullptr in tests.Paul Adenot
2016-01-13Preparatory work for the input and duplex codePaul Adenot
2015-12-01test: follow-up to 5fa112ab; fix float/int16 ifdef.Matthew Gregan