commit 8a08cb465e95d56fe56f2565677dc52ac5009caf
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun May 16 23:07:15 2021 +0200
Re-enable EngineSyncTest on ARM
mixxx.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index b5f7c87..4cff538 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,10 +186,9 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-# TODO: Enable broken EngineSyncTest,
https://bugs.launchpad.net/mixxx/+bug/1927859
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex
setValue_IgnoresNaN|setParameter_NaN|ZeroLatencyRateChangeQuant|ZeroLatencyRateDiffQuant|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
%endif
%ifarch %{power64}