From 4280a370f4410accc4af8ea8504423e8c18df1f08021c57eae7d48bb878a8fae Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Nov 2020 13:40:53 +0000 Subject: [PATCH 1/2] Accepting request 849095 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Remove "test cases/common/122 llvm ir and assembly" for aarch64 as this test is not supported on aarch64 linux yet OBS-URL: https://build.opensuse.org/request/show/849095 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=193 --- meson.changes | 6 ++++++ meson.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/meson.changes b/meson.changes index 44f8f07..ae8fcf2 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET + +- Remove "test cases/common/122 llvm ir and assembly" for aarch64 + as this test is not supported on aarch64 linux yet + ------------------------------------------------------------------- Tue Nov 3 14:57:22 UTC 2020 - Dominique Leuenberger diff --git a/meson.spec b/meson.spec index abfa300..d38faa1 100644 --- a/meson.spec +++ b/meson.spec @@ -223,6 +223,10 @@ cp -r meson.egg-info %{buildroot}%{python3_sitelib}/meson-%{version}-py%{python3 %if %{with test} %check +%ifarch aarch64 +# Test not supported on aarch64 yet +rm -r "test cases/common/122 llvm ir and assembly" +%endif export LANG=C.UTF-8 export MESON_EXE=%{_bindir}/meson python3 run_tests.py --failfast From cac49b2edbeae572e84fd690a819cf9eb58758a34a5f214ad3119d5544aaec2b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Nov 2020 13:41:31 +0000 Subject: [PATCH 2/2] Add bugref OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=194 --- meson.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.changes b/meson.changes index ae8fcf2..333a140 100644 --- a/meson.changes +++ b/meson.changes @@ -2,7 +2,7 @@ Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET - Remove "test cases/common/122 llvm ir and assembly" for aarch64 - as this test is not supported on aarch64 linux yet + as this test is not supported on aarch64 linux yet (boo1178772). ------------------------------------------------------------------- Tue Nov 3 14:57:22 UTC 2020 - Dominique Leuenberger