mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
21 lines
1.1 KiB
Diff
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))
|