From 2edb0358e6634cdaa902b1f33988ca8b202077a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 2 Jun 2021 11:22:14 +0200 Subject: [PATCH] Add explicit reverse dependency tests perl-XS-Parse-Keyword users expects ABI which changed in 0.04 and 0.06. --- tests/revdep-tests/perl-Future-AsyncAwait.fmf | 8 ++++++++ tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf | 8 ++++++++ tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 tests/revdep-tests/perl-Future-AsyncAwait.fmf create mode 100644 tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf create mode 100644 tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf diff --git a/tests/revdep-tests/perl-Future-AsyncAwait.fmf b/tests/revdep-tests/perl-Future-AsyncAwait.fmf new file mode 100644 index 0000000..349ad42 --- /dev/null +++ b/tests/revdep-tests/perl-Future-AsyncAwait.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse depenendency tests +component: perl-Future-AsyncAwait +require: perl-Future-AsyncAwait-tests +test: /usr/libexec/perl-Future-AsyncAwait/test diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf new file mode 100644 index 0000000..0854b60 --- /dev/null +++ b/tests/revdep-tests/perl-Syntax-Keyword-Defer.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse depenendency tests +component: perl-Syntax-Keyword-Defer +require: perl-Syntax-Keyword-Defer-tests +test: /usr/libexec/perl-Syntax-Keyword-Defer/test diff --git a/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf new file mode 100644 index 0000000..0f5b4ab --- /dev/null +++ b/tests/revdep-tests/perl-Syntax-Keyword-Dynamically.fmf @@ -0,0 +1,8 @@ +# Fedora CI does not support automatic testing of reverse dependencies. Hence +# list the dependencies here explicitly. +# We cannot link the tests via FMF plan uri because it would hard-code Fedora +# dist-git domain name (ugly) and dist-git branch (does not survive branching). +summary: Reverse depenendency tests +component: perl-Syntax-Keyword-Dynamically +require: perl-Syntax-Keyword-Dynamically-tests +test: /usr/libexec/perl-Syntax-Keyword-Dynamically/test