[pulseaudio-discuss] [PATCH v2 10/14] tests: Add to remapping special case code tests to cpu-remap-test

2014-09-10 Thread Peter Meerwald
Signed-off-by: Peter Meerwald pme...@pmeerw.net --- src/tests/cpu-remap-test.c | 45 + 1 file changed, 45 insertions(+) diff --git a/src/tests/cpu-remap-test.c b/src/tests/cpu-remap-test.c index 319b119..f424a2d 100644 --- a/src/tests/cpu-remap-test.c

Re: [pulseaudio-discuss] [PATCH v2 10/14] tests: Add to remapping special case code tests to cpu-remap-test

2014-09-10 Thread Alexander E. Patrakov
10.09.2014 20:40, Peter Meerwald wrote: +pa_cpu_info cpu_info = { PA_CPU_UNDEFINED, {}, false }; +pa_remap_t remap_orig, remap_func; + +cpu_info.force_generic_code = true; Same as in patch 06/14. tc = tcase_create(remap); +tcase_add_test(tc, remap_special_test);

Re: [pulseaudio-discuss] [PATCH v2 10/14] tests: Add to remapping special case code tests to cpu-remap-test

2014-09-10 Thread Alexander E. Patrakov
10.09.2014 21:52, I wrote: 10.09.2014 20:40, Peter Meerwald wrote: +pa_cpu_info cpu_info = { PA_CPU_UNDEFINED, {}, false }; +pa_remap_t remap_orig, remap_func; + +cpu_info.force_generic_code = true; Same as in patch 06/14. tc = tcase_create(remap); +tcase_add_test(tc,

Re: [pulseaudio-discuss] [PATCH v2 10/14] tests: Add to remapping special case code tests to cpu-remap-test

2014-09-10 Thread Peter Meerwald
+pa_cpu_info cpu_info = { PA_CPU_UNDEFINED, {}, false }; +pa_remap_t remap_orig, remap_func; + +cpu_info.force_generic_code = true; Same as in patch 06/14. tc = tcase_create(remap); +tcase_add_test(tc, remap_special_test); Something weird happened to