Report and skip a test regression on ppc64le
This commit is contained in:
parent
dfa9e68631
commit
a28815cce9
1 changed files with 11 additions and 1 deletions
|
|
@ -140,7 +140,16 @@ find . -type f -name '*.cc' \
|
|||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
skips='^($.'
|
||||
%ifarch ppc64le
|
||||
# [Bug]: Flaky test failures in absl_failure_signal_handler_test on ppc64le in
|
||||
# Fedora
|
||||
# https://github.com/abseil/abseil-cpp/issues/1804
|
||||
skips="${skips}|absl_failure_signal_handler_test"
|
||||
%endif
|
||||
skips="${skips})$"
|
||||
|
||||
%ctest --exclude-regex "${skips}"
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
|
@ -157,6 +166,7 @@ find . -type f -name '*.cc' \
|
|||
* Sat Jan 25 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-4
|
||||
- Update License to SPDX
|
||||
- Indicate CCTZ bundling
|
||||
- Report and skip a test regression on ppc64le
|
||||
|
||||
* Fri Jul 29 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20211102.0-3
|
||||
- Do not leak -maes -msse4.1 into pkgconfig (fix RHBZ#2108658)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue