File: 0005-disable_soundproxy_test.patch

package info (click to toggle)
mixxx 2.5.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 151,336 kB
  • sloc: cpp: 238,395; xml: 217,434; javascript: 108,018; ansic: 25,966; sh: 4,713; python: 2,820; makefile: 206; perl: 49; sql: 47
file content (22 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Dennis Braun <snd@debian.org>
Date: Tue, 27 Feb 2024 19:33:13 +0100
Subject: Disable soundproxy_test because it fails on some architectures

Forwarded: https://github.com/mixxxdj/mixxx/issues/12887
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 306d1ee..60be58d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2208,7 +2208,7 @@ if(BUILD_TESTING)
     src/test/signalpathtest.cpp
     src/test/skincontext_test.cpp
     src/test/softtakeover_test.cpp
-    src/test/soundproxy_test.cpp
+    #src/test/soundproxy_test.cpp
     src/test/soundsourceproviderregistrytest.cpp
     src/test/sqliteliketest.cpp
     src/test/synccontroltest.cpp