void-packages/srcpkgs/wireplumber/patches/test.patch
Érico Nogueira d078e0fd38 wireplumber: update to 0.4.1, split -devel.
Add libspa-v4l2 dependency to fix launching wireplumber:

    M 16:07:28.267788        wireplumber ../src/main.c:400:main: Runtime
    error while loading 'v4l2.lua'

Also:

- Remove reallocarray patch because we backported the functionality into
  musl
- Add changelog
- Move to lua54
2021-07-04 16:58:41 -03:00

58 lines
1.4 KiB
Diff

This test fails because it requires libspa-test to be in the pipewire package.
We can probably build it and even split into its own package, but I don't think
it's necessary for now.
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/18
Also remove two other failing tests.
diff --git a/tests/modules/meson.build b/tests/modules/meson.build
index 4b4d1bd..3385e4e 100644
--- a/tests/modules/meson.build
+++ b/tests/modules/meson.build
@@ -24,13 +24,6 @@ test(
env: common_env,
)
-test(
- 'test-si-node',
- executable('test-si-node', 'si-node.c',
- dependencies: common_deps, c_args: common_args),
- env: common_env,
-)
-
test(
'test-si-audio-adapter',
executable('test-si-audio-adapter', 'si-audio-adapter.c',
diff --git a/tests/wp/meson.build b/tests/wp/meson.build
index a18caf7..4df6ca6 100644
--- a/tests/wp/meson.build
+++ b/tests/wp/meson.build
@@ -34,13 +34,6 @@ test(
env: common_env,
)
-test(
- 'test-object-manager',
- executable('test-object-manager', 'object-manager.c',
- dependencies: common_deps, c_args: common_args),
- env: common_env,
-)
-
test(
'test-properties',
executable('test-properties', 'properties.c',
@@ -48,13 +41,6 @@ test(
env: common_env,
)
-test(
- 'test-proxy',
- executable('test-proxy', 'proxy.c',
- dependencies: common_deps, c_args: common_args),
- env: common_env,
-)
-
test(
'test-session-item',
executable('test-session-item', 'session-item.c',