summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2017-01-26thread-test: fix deadlockTanu Kaskinen1-1/+4
2017-01-19remix-test: test the remixer with PA_RESAMPLER_NO_FILL_SINK setDavid Mandelberg1-0/+2
2017-01-19remix-test: test the remixer using different flagsDavid Mandelberg1-7/+30
2017-01-19alsa: remove double calls of snd_pcm_prepare()Takashi Sakamoto1-3/+0
2017-01-03memblockq-test: fix incorrect assumption of pa_memblockq_pop_missing() behaviourTanu Kaskinen1-20/+75
2017-01-03memblockq: remove pa_memblockq_missing()Tanu Kaskinen1-21/+1
2016-09-02tests: Assert granularity range in stripnul.cPeter Meerwald-Stadler1-1/+4
2016-09-02core: Replace PA_PAGE_SIZE with pa_page_size()Peter Meerwald-Stadler1-6/+7
2016-08-16Remove newline at end of log messagesPeter Meerwald-Stadler9-22/+22
2016-08-15tests: Check pa_rtpoll_run() return valuePeter Meerwald-Stadler1-2/+2
2016-08-15tests: Assert fillrate > 0 in alsa-time-testPeter Meerwald-Stadler1-0/+1
2016-08-10tests: Include signal.h in core-util-test.cPeter Meerwald1-0/+2
2016-07-22memblockq-test: Rename test to something more relevantArun Raghavan1-2/+2
2016-07-22memblockq-test: Add a test for missing data behaviourUlrich Eckhardt1-0/+112
2016-07-22memblockq-test: Add test changing the parameters of a queueUlrich Eckhardt1-0/+64
2016-07-22memblockq-test: Add a test that checks initial propertiesUlrich Eckhardt1-0/+53
2016-07-22memblockq-test: Some refactoringUlrich Eckhardt1-30/+16
2016-07-22memblockq-test: Utility function to validate queue invariantsUlrich Eckhardt1-0/+62
2016-07-22memblockq-test: Utility function to alloc chunksUlrich Eckhardt1-0/+37
2016-07-22tests: add test to verify correct minreq behaviourPierre Ossman1-0/+80
2016-06-22json: Drop refcounting of json objectsArun Raghavan1-13/+13
2016-06-22json: Add some more negative test casesArun Raghavan1-0/+3
2016-06-22json: Add a positive test for nested objectsArun Raghavan1-0/+13
2016-06-22json: Error out for objects and arrays that are nested too deepArun Raghavan1-0/+2
2016-06-22json: Handle error cases while parsing numbersArun Raghavan1-0/+4
2016-06-22json: Add overflow checks for integer and float parsingArun Raghavan1-0/+3
2016-06-22json: Correctly handle bad strings with missing closing quotesArun Raghavan1-0/+13
2016-06-22format: Drop dependency on json-cArun Raghavan1-5/+3
2016-06-22pulse: Add a JSON-parsing libraryArun Raghavan1-0/+244
2016-06-22core-util: Improve pa_replace() behaviourUlrich Eckhardt1-0/+6
2016-06-22core-util-test: Add testsUlrich Eckhardt1-0/+230
2016-06-22core-util-test: Add boilerplateUlrich Eckhardt1-0/+46
2016-04-02pstream: Support memfd blocks transportAhmed S. Darwish2-5/+6
2016-04-02pulsecore: Specially mark global mempoolsAhmed S. Darwish9-11/+11
2016-04-02memimport: Support memfd blocksAhmed S. Darwish1-4/+5
2016-04-02pulsecore: Transform pa_mempool_new() into a factory methodAhmed S. Darwish9-11/+11
2016-04-02pulsecore: Reference count mempoolsAhmed S. Darwish9-11/+11
2016-03-10resampler-test: remove translationsTanu Kaskinen1-21/+21
2016-02-25build-sys: Move to compiling with C11 supportArun Raghavan11-18/+18
2016-01-15build-sys: Use #ifdef with HAVE_FAST_64BIT_OPERATIONSArun Raghavan1-1/+1
2016-01-08NetBSD: Stop depending upon nonstandard __WORDSIZEKamil Rytarowski1-5/+3
2015-11-06tests: Set appropriate timeouts for a couple of testsArun Raghavan2-1/+4
2015-09-25Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2-5/+5
2015-09-17tests: Fix test-suite failure on AlphaMichael Cree1-1/+4
2015-06-01lfe-filter-test: Use S16NE formatDavid Henningsson1-1/+1
2015-05-25tests: add tolerant variation for comparing the rewind resultHui Wang1-4/+6
2015-05-25tests: Remove a redundant mempool_new from resampler-testHui Wang1-2/+0
2015-03-30tests: adding lfe-filter-testHui Wang1-0/+194
2015-03-30lfe-filter: change the crossover frequency as a parameterHui Wang2-4/+6
2015-02-26packet: Hide internals of pa_packet, introduce pa_packet_data()Peter Meerwald1-6/+15