[pulseaudio-discuss] [V2 PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-25 Thread Hui Wang
On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parameters will be used for next time to process data with lfe. Here if FPU register is over 32bits, the stor

Re: [pulseaudio-discuss] [V2 PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-25 Thread Alexander E. Patrakov
25.05.2015 17:05, Hui Wang wrote: On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parameters will be used for next time to process data with lfe. Here if F

Re: [pulseaudio-discuss] [V2 PATCH] tests: add tolerant variation for comparing the rewind result

2015-05-25 Thread David Henningsson
Thanks, pushed now (after changing pa_assert_se to pa_assert). On 2015-05-25 14:05, Hui Wang wrote: On 32bits OS, this test case fails. The reason is when rewinding to the middle of a block, some of float parameters in the saved_state are stored in the memory from FPU registers, and those parame