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:
parent
6d3c145523
commit
379569c5f8
@ -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>
|
Fri Mar 8 18:32:03 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||||
|
|
||||||
|
@ -99,9 +99,11 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
%ifnarch %ix86
|
||||||
# googletest-port-test is checking the threadcount which is incorrect under user mode emulation
|
# googletest-port-test is checking the threadcount which is incorrect under user mode emulation
|
||||||
%ctest -- %{?qemu_user_space_build: -E googletest-port-test}
|
%ctest -- %{?qemu_user_space_build: -E googletest-port-test}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n gtest -p /sbin/ldconfig
|
%post -n gtest -p /sbin/ldconfig
|
||||||
%postun -n gtest -p /sbin/ldconfig
|
%postun -n gtest -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user