Accepting request 849102 from devel:tools:building

- Remove "test cases/common/122 llvm ir and assembly" for aarch64
  as this test is not supported on aarch64 linux yet (boo1178772).

OBS-URL: https://build.opensuse.org/request/show/849102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2020-11-17 20:25:00 +00:00 committed by Git OBS Bridge
commit 829ebb62bf
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 17 13:25:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Remove "test cases/common/122 llvm ir and assembly" for aarch64
as this test is not supported on aarch64 linux yet (boo1178772).
-------------------------------------------------------------------
Tue Nov 3 14:57:22 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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