mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
disable test_aics_unit_testcases (fails on x86 & x86_64) https://github.com/bluez/bluez/issues/726 ver 5.75: - Fix issue with build system and header inclusion. ver 5.74: - Fix issue with not enabling Wideband Speech when available. - Fix issue with UserspaceHID and Bluetooth Classic devices. - Fix issue with checking for services being connected. - Fix issue with GATT client connection creation. - Fix issue with OBEX and small file transfers. - Fix issue with handling pairing with Apple AirPods.
24 lines
704 B
Diff
24 lines
704 B
Diff
From 1d5a2ec8eb96e9186aeb2826927057ddc7a9d0a6 Mon Sep 17 00:00:00 2001
|
|
From: macmpi <16296055+macmpi@users.noreply.github.com>
|
|
Date: Wed, 17 Jan 2024 09:34:28 +0100
|
|
Subject: [PATCH] disable test_aics_unit_testcases
|
|
|
|
fails on x86-64
|
|
https://github.com/bluez/bluez/issues/726
|
|
---
|
|
unit/test-vcp.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/unit/test-vcp.c b/unit/test-vcp.c
|
|
index 6a61ea2c44..3886177758 100644
|
|
--- a/unit/test-vcp.c
|
|
+++ b/unit/test-vcp.c
|
|
@@ -2754,7 +2754,7 @@ int main(int argc, char *argv[])
|
|
tester_init(&argc, &argv);
|
|
|
|
test_vocs_unit_testcases();
|
|
- test_aics_unit_testcases();
|
|
+// test_aics_unit_testcases(); test fails on x86-64
|
|
|
|
return tester_run();
|
|
}
|