Avoid signed overflow during mult-s16-test which intermittently failed. Patch by Mark H Weaver . --- pulseaudio-5.0/src/tests/mult-s16-test.c.orig 2014-01-23 13:57:55.000000000 -0500 +++ pulseaudio-5.0/src/tests/mult-s16-test.c 2014-10-24 03:13:46.464661815 -0400 @@ -55,7 +55,7 @@ START_TEST (mult_s16_test) { int16_t samples[SAMPLES]; int32_t volumes[SAMPLES]; - int32_t sum1 = 0, sum2 = 0; + uint32_t sum1 = 0, sum2 = 0; int i; pa_random(samples, sizeof(samples)); '>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/telephony.scm
AgeCommit message (Expand)Author
2022-08-01gnu: telephony: Add a Jami test for a partially defined jami-account....Maxim Cournoyer
2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes....Maxim Cournoyer
2022-01-13services: Adjust the jami service for the upgraded jami....Maxim Cournoyer
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-02Reinstate "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02Revert "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02services: Add a service for Jami....Maxim Cournoyer