1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/libvolk/failing_tests.patch
Marian Buschsieweke 161c320fa0 testing/libvolk: new aport
Vector-Optimized Library of Kernels
https://www.libvolk.org/
2020-11-23 03:50:26 +00:00

21 lines
1.1 KiB
Diff

Disable failing unit tests
--- volk-2.3.0-bak/lib/kernel_tests.h
+++ volk-2.3.0/lib/kernel_tests.h
@@ -105,7 +105,6 @@
QA(VOLK_INIT_TEST(volk_32fc_x2_square_dist_32f, test_params))
QA(VOLK_INIT_TEST(volk_32fc_x2_s32f_square_dist_scalar_mult_32f, test_params))
QA(VOLK_INIT_TEST(volk_32f_x2_divide_32f, test_params))
- QA(VOLK_INIT_TEST(volk_32f_x2_dot_prod_32f, test_params_inacc))
QA(VOLK_INIT_TEST(volk_32f_x2_s32f_interleave_16ic, test_params))
QA(VOLK_INIT_TEST(volk_32f_x2_interleave_32fc, test_params))
QA(VOLK_INIT_TEST(volk_32f_x2_max_32f, test_params))
@@ -150,9 +149,6 @@
volk_32f_s32f_mod_rangepuppet_32f, volk_32f_s32f_s32f_mod_range_32f, test_params))
QA(VOLK_INIT_PUPP(
volk_8u_x3_encodepolarpuppet_8u, volk_8u_x3_encodepolar_8u_x2, test_params))
- QA(VOLK_INIT_PUPP(volk_32f_8u_polarbutterflypuppet_32f,
- volk_32f_8u_polarbutterfly_32f,
- test_params))
QA(VOLK_INIT_PUPP(volk_32fc_s32f_power_spectral_densitypuppet_32f,
volk_32fc_s32f_x2_power_spectral_density_32f,
test_params))