summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2014-09-10tests: Add ARM NEON test code to cpu-mix-testPeter Meerwald1-1/+7
2014-09-10tests: Add tests for mix special-case codePeter Meerwald1-5/+25
2014-09-10tests: Use single-line #ifdef for ARM NEON codePeter Meerwald2-22/+10
2014-09-10tests: Split cpu tests in separate filesPeter Meerwald5-877/+999
2014-09-04endianmacros: Replace borked PA_FLOAT32_SWAP() with PA_READ_FLOAT32RE() / PA_...Peter Meerwald2-4/+4
2014-09-02Make all debug/info level messages untranslatableDavid Henningsson1-2/+2
2014-08-18tests: Check expected result of sigbus-testPeter Meerwald1-0/+2
2014-08-18misc: Fix format specifiersPeter Meerwald1-1/+1
2014-08-12tests: Fix mix-test on big-endian systemsPeter Meerwald1-175/+54
2014-08-10tests: Cleanup mix-testPeter Meerwald1-3/+3
2014-08-10mix: Fix mixing of S24 samples stored as S32REPeter Meerwald1-1/+1
2014-06-27tests: Add pstream/srbchannel testDavid Henningsson1-0/+138
2014-06-27tests: Adapt memblock-test to changed pa_memimport_get()Peter Meerwald1-2/+2
2014-04-29remap: Make resampler's remap structure more self-containedPeter Meerwald1-16/+6
2014-02-25Make tests compile on FreeBSDKoop Mast2-0/+22
2014-01-03volume-test: Increase the allowed number of rouding errorsTanu Kaskinen1-1/+7
2013-12-20tests: Fix resource leak in sigbus-testPeter Meerwald1-0/+1
2013-11-01tests: Extract PA_CPU_TEST* macros to separate headerPeter Meerwald4-124/+99
2013-10-29tests: Resampler output memchunk may be reset (zero)Peter Meerwald1-1/+2
2013-07-09Use pa_(c)volume_snprint_verbose() everywhereTanu Kaskinen1-11/+19
2013-07-04mainloop-test: Use FALSE instead of false for gbooleanTanu Kaskinen1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)16-121/+121
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)4-4/+0
2013-06-04tests: Make loopback latency test more accurateArun Raghavan1-4/+9
2013-06-04tests: Factor out loopback setup codeArun Raghavan3-298/+417
2013-06-04tests: Adjust latency test calibrationArun Raghavan1-3/+3
2013-06-04tests: Make loopback latency test run with rt priorityArun Raghavan1-0/+5
2013-06-04tests: Add a latency measurement testArun Raghavan1-0/+446
2013-04-14alsa: Fix mixer path when running from build treeArun Raghavan1-1/+1
2013-03-25tests: Minor alsa-time-test improvmentsArun Raghavan1-3/+21
2013-03-25tests: Add tests for alsa-mixer pathsDavid Henningsson1-0/+111
2013-02-16tests: add test/performance comparison for mixing special-case codePeter Meerwald1-0/+354
2013-02-15tests: Add NEON mix test cases to cpu-testPeter Meerwald1-0/+160
2013-02-15tests: Add mult-s16 testPeter Meerwald1-0/+145
2013-02-15core: Move pa_mix() into new file mix.cPeter Meerwald1-0/+1
2013-02-15tests: Volume-test seems to be long-running, set timeoutPeter Meerwald1-0/+1
2013-02-06tests: Indicate failure in test-daemon.sh by returning 1 if any test fails.Tanu Kaskinen1-2/+4
2013-02-01tests: Fix sconv sample correctness in cpu-testPeter Meerwald1-3/+3
2013-02-01tests: Fix function argument wrapping style in cpu-test.c.Tanu Kaskinen1-14/+44
2013-02-01tests: Add remap test code to cpu-testPeter Meerwald1-0/+227
2013-02-01tests: Test both, SSE and SSE2, sconv in cpu-testPeter Meerwald1-3/+31
2013-02-01tests: Fix potential out-of-bound access violation in svolume cpu-testPeter Meerwald1-2/+2
2013-02-01tests: Fix conversion typo in cpu-testPeter Meerwald1-1/+1
2013-01-04tests: Fix allowed sample formats in resampler-test usage textPeter Meerwald1-1/+1
2012-12-19smoother-test: Fix array overflow.Tanu Kaskinen1-1/+2
2012-11-05Revert "tests: modify alsa-time-test to use 'check' framework"Arun Raghavan1-70/+48
2012-10-30tests: Minor alignment adjustment fix for cpu-testArun Raghavan1-1/+2
2012-10-30tests: Fix a cpu-test debug messageArun Raghavan1-3/+3
2012-10-30tests: Run svolume on different channel countsArun Raghavan1-46/+43
2012-10-30tests: Make cpu-test less verboseArun Raghavan1-7/+4