projects
/
gst-plugins-bad1.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00c8c61
)
Skip failing tests
author
Jeremy Bicha
<jeremy.bicha@canonical.com>
Thu, 26 May 2022 17:27:33 +0000
(13:27 -0400)
committer
Sebastian Dröge
<slomo@debian.org>
Thu, 16 Jun 2022 07:16:48 +0000
(08:16 +0100)
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1243
Gbp-Pq: Name Skip-failing-tests.patch
tests/check/meson.build
patch
|
blob
|
history
diff --git
a/tests/check/meson.build
b/tests/check/meson.build
index 7b6aeb66eb6dee75dabd60cb5c56de9b512b3389..76501d8badee8264d4d80b6baae7ab90a9f8eb20 100644
(file)
--- a/
tests/check/meson.build
+++ b/
tests/check/meson.build
@@
-22,7
+22,7
@@
libsoup_dep = dependency('libsoup-2.4', version : '>=2.48', required : enable_gs
# name, condition when to skip the test and extra dependencies
base_tests = [
[['elements/aesenc.c'], not aes_dep.found(), [aes_dep]],
- [['elements/aesdec.c'],
not aes_dep.found()
, [aes_dep]],
+ [['elements/aesdec.c'],
true
, [aes_dep]],
[['elements/aiffparse.c']],
[['elements/asfmux.c']],
[['elements/autoconvert.c']],