summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-14update FSF addresses to FSF web pageOndrej Holecek43-129/+43
2014-12-01Fix #defines for Debian GNU/kFreeBSDFelipe Sateler2-4/+8
2014-11-17tests: Use pa_assert_se() to get rid of an used variable warningPeter Meerwald1-6/+4
2014-11-17core: Annotate variables only used within assert()s to be PA_UNUSEDPeter Meerwald1-1/+1
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald1-2/+2
2014-11-09core: Replace assert()s with pa_assert()sPeter Meerwald2-3/+2
2014-10-31creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan1-1/+1
2014-10-28tests: Be careful with data types to avoid castPeter Meerwald1-9/+9
2014-10-28tests: Make global variables static in srbchannel-testPeter Meerwald1-3/+3
2014-10-16connect-stress-test: Fix number of streams per sink to "20"David Henningsson1-1/+7
2014-09-18alsa-time-test: Make constants for channels and rateDavid Henningsson1-6/+9
2014-09-18alsa-time-test: Do not use Lennart's card by defaultDavid Henningsson1-1/+1
2014-09-18alsa-time-test: Add fillrate parameterDavid Henningsson1-9/+13
2014-09-10tests: Remove mix-special-testPeter Meerwald1-326/+0
2014-09-10tests: Use float constants in cpu-sconv-testPeter Meerwald1-3/+3
2014-09-10tests: Add ARM NEON test code to cpu-remap-testPeter Meerwald1-0/+75
2014-09-10tests: Add rearrange remapping test cases to cpu-remap-testPeter Meerwald1-23/+53
2014-09-10tests: Add to remapping special case code tests to cpu-remap-testPeter Meerwald1-0/+45
2014-09-10tests: Reorganize cpu-remap-test programPeter Meerwald1-79/+101
2014-09-10tests: Use remap function passed in remap structPeter Meerwald1-55/+46