Accepting request 1157300 from home:tiwai:branches:M17N

- Exclude test for 32bit x86 that is broken for now

OBS-URL: https://build.opensuse.org/request/show/1157300
OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=37
This commit is contained in:
Takashi Iwai 2024-03-12 16:53:49 +00:00 committed by Git OBS Bridge
parent 6d3c145523
commit 379569c5f8
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 12 16:43:25 UTC 2024 - Takashi Iwai <tiwai@suse.com>
- Exclude test for 32bit x86 that is broken for now
-------------------------------------------------------------------
Fri Mar 8 18:32:03 UTC 2024 - Richard Rahl <rrahl0@proton.me>

View File

@ -99,9 +99,11 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/
%check
%if %{with tests}
%ifnarch %ix86
# googletest-port-test is checking the threadcount which is incorrect under user mode emulation
%ctest -- %{?qemu_user_space_build: -E googletest-port-test}
%endif
%endif
%post -n gtest -p /sbin/ldconfig
%postun -n gtest -p /sbin/ldconfig