SHA256
3
0
forked from pool/meson

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
This commit is contained in:
Dominique Leuenberger 2020-11-17 13:40:53 +00:00 committed by Git OBS Bridge
parent 5bda4cb4e6
commit 4280a370f4
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
-------------------------------------------------------------------
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